Class TEncounterReason
Unit
bsFhir_r5
Declaration
type TEncounterReason = 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 use : TCodeableConceptArray read GetuseArray; |
What the reason value should be used as e.g. Chief Complaint, Health Concern, Health Maintenance (including screening).
|
|
property value : TCodeableReferenceArray read GetvalueArray; |
Reason the encounter takes place, expressed as a code or a reference to another resource. For admissions, this can be used for a coded admission diagnosis.
|
Generated by PasDoc 0.15.0.
|