Class TEpisodeOfCareStatusHistory
Unit
bsFhir_stu3
Declaration
type TEpisodeOfCareStatusHistory = class(TBackboneElement)
Description
An association between a patient and an organization / healthcare provider(s) during which time encounters may occur. The managing organization assumes a level of responsibility for the patient during this time.
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property status : string read Getstatus write Setstatus; |
planned | waitlist | active | onhold | finished | cancelled.
|
|
property period : TPeriod read Getperiod write Setperiod; |
The period during this EpisodeOfCare that the specific status applied.
|
Generated by PasDoc 0.15.0.
|