Class TEncounterLocation
Unit
bsFhir_r4b
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 no longer at the location, then the period will have an end date/time.
|
|
property physicalType : TCodeableConcept read GetphysicalType write SetphysicalType; |
This will be used to specify the required levels (bed/ward/room/etc.) desired to be recorded to simplify either messaging or query.
|
|
property period : TPeriod read Getperiod write Setperiod; |
Time period during which the patient was present at the location.
|
Generated by PasDoc 0.15.0.
|