Class TEncounterHospitalization
Unit
bsFhir_r4
Declaration
type TEncounterHospitalization = class(TBackboneElement)
Description
An interaction between a patient and healthcare provider(s) for the purpose of providing healthcare service(s) or assessing the health status of a patient.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property preAdmissionIdentifier : TIdentifier read GetpreAdmissionIdentifier write SetpreAdmissionIdentifier; |
Pre-admission identifier.
|
|
property origin : TReference read Getorigin write Setorigin; |
The location/organization from which the patient came before admission.
|
|
property admitSource : TCodeableConcept read GetadmitSource write SetadmitSource; |
From where patient was admitted (physician referral, transfer).
|
|
property reAdmission : TCodeableConcept read GetreAdmission write SetreAdmission; |
Whether this hospitalization is a readmission and why if known.
|
|
property dietPreference : TCodeableConceptArray read GetdietPreferenceArray; |
Diet preferences reported by the patient.
|
|
property specialCourtesy : TCodeableConceptArray read GetspecialCourtesyArray; |
Special courtesies (VIP, board member).
|
|
property specialArrangement : TCodeableConceptArray read GetspecialArrangementArray; |
Any special requests that have been made for this hospitalization encounter, such as the provision of specific equipment or other things.
|
|
property destination : TReference read Getdestination write Setdestination; |
Location/organization to which the patient is discharged.
|
|
property dischargeDisposition : TCodeableConcept read GetdischargeDisposition write SetdischargeDisposition; |
Category or kind of location after discharge.
|
Generated by PasDoc 0.15.0.
|