Class TEncounterLocation
Unit
bsFhir_stu3
Declaration
type TEncounterLocation = 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 location : TReference read Getlocation write Setlocation; |
The location where the encounter takes place.
|
|
property status : string read Getstatus write Setstatus; |
The status of the participants' presence at the specified location during the period specified. If the participant is is no longer at the location, then the period will have an end date/time.
|
|
property period : TPeriod read Getperiod write Setperiod; |
Time period during which the patient was present at the location.
|
Generated by PasDoc 0.15.0.
|