PatientEncounterOutput interface
visit/encounter information
Properties
class | The class of the encounter. Possible values: "inpatient", "ambulatory", "observation", "emergency", "virtual", "healthHome" |
id | The id of the visit. |
period | Time period of the visit. In case of admission, use timePeriod.start to indicate the admission time and timePeriod.end to indicate the discharge time. |
Property Details
class
The class of the encounter.
Possible values: "inpatient", "ambulatory", "observation", "emergency", "virtual", "healthHome"
class?: string
Property Value
string
id
The id of the visit.
id: string
Property Value
string
period
Time period of the visit. In case of admission, use timePeriod.start to indicate the admission time and timePeriod.end to indicate the discharge time.
period?: TimePeriodOutput