Class TEncounterHistoryLocation
Unit
bsFhir_r5
Declaration
type TEncounterHistoryLocation = class(TBackboneElement)
Description
A record of significant events/milestones key data throughout the history of an Encounter, often tracked for specific purposes such as billing.
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 form : TCodeableConcept read Getform write Setform; |
This will be used to specify the required levels (bed/ward/room/etc.) desired to be recorded to simplify either messaging or query.
|
Generated by PasDoc 0.15.0.
|