Class TEncounterStatusHistory
Unit
bsFhir_stu3
Declaration
type TEncounterStatusHistory = 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 status : string read Getstatus write Setstatus; |
planned | arrived | triaged | in-progress | onleave | finished | cancelled +.
|
|
property statusElement : TEncounterStatus read GetstatusElement write SetstatusElement; |
|
|
property period : TPeriod read Getperiod write Setperiod; |
The time that the episode was in the specified status.
|
Generated by PasDoc 0.15.0.
|