Class TEncounterClassHistory
Unit
bsFhir_r4
Declaration
type TEncounterClassHistory = 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 class_ : TCoding read Getclass_ write Setclass_; |
inpatient | outpatient | ambulatory | emergency +.
|
|
property period : TPeriod read Getperiod write Setperiod; |
The time that the episode was in the specified class.
|
Generated by PasDoc 0.15.0.
|