Class TEncounterAdmission
Unit
bsFhir_r5
Declaration
type TEncounterAdmission = 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. Encounter is primarily used to record information about the actual activities that occurred, where Appointment is used to record planned activities.
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; |
Indicates that this encounter is directly related to a prior admission, often because the conditions addressed in the prior admission were not fully addressed.
|
|
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.
|