Class TEncounterDiagnosis
Unit
bsFhir_r5
Declaration
type TEncounterDiagnosis = 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 condition : TCodeableReferenceArray read GetconditionArray; |
The coded diagnosis or a reference to a Condition (with other resources referenced in the evidence.detail), the use property will indicate the purpose of this specific diagnosis.
|
|
property use : TCodeableConceptArray read GetuseArray; |
Role that this diagnosis has within the encounter (e.g. admission, billing, discharge …).
|
Generated by PasDoc 0.15.0.
|