fhirtypes
Version:
10 lines (9 loc) • 393 B
TypeScript
/**
* @name EncounterLocationStatus
* @description The status of the location.
* @description planned | active | reserved | completed
* @see <a href="https://hl7.org/fhir/R4/valueset-encounter-location-status.html">EncounterLocationStatus</a>
* @version R4
* @author Roberto Araneda Espinoza
*/
export type EncounterLocationStatusType = 'planned' | 'active' | 'reserved' | 'completed';