Class TLocation
Unit
bsFhir_r4b
Declaration
type TLocation = class(TDomainResource)
Description
Details and position information for a physical place where services are provided and resources and participants may be stored, found, contained, or accommodated. If the element is present, it must have either a @value, an @id, or extensions
Hierarchy
Overview
Methods
Properties
Description
Methods
|
constructor Create; override; |
|
Properties
|
property identifier : TIdentifierArray read GetidentifierArray; |
Unique code or number identifying the location to its users.
|
|
property status : string read Getstatus write Setstatus; |
The status property covers the general availability of the resource, not the current value which may be covered by the operationStatus, or by a schedule/slots if they are configured for the location.
|
|
property statusElement : TLocationStatus read GetstatusElement write SetstatusElement; |
|
|
property operationalStatus : TCoding read GetoperationalStatus write SetoperationalStatus; |
The operational status covers operation values most relevant to beds (but can also apply to rooms/units/chairs/etc. such as an isolation unit/dialysis chair). This typically covers concepts such as contamination, housekeeping, and other activities like maintenance.
|
|
property name_ : string read Getname_ write Setname_; |
Name of the location as used by humans. Does not need to be unique.
|
|
property name_Element : Tstring read Getname_Element write Setname_Element; |
|
|
property alias_ : TBSFHIRPrimitiveStringArray read Getalias_Array; |
A list of alternate names that the location is known as, or was known as, in the past.
|
|
property description : string read Getdescription write Setdescription; |
Description of the Location, which helps in finding or referencing the place.
|
|
property descriptionElement : Tstring read GetdescriptionElement write SetdescriptionElement; |
|
|
property mode : string read Getmode write Setmode; |
Indicates whether a resource instance represents a specific location or a class of locations.
|
|
property modeElement : TLocationMode read GetmodeElement write SetmodeElement; |
|
|
property type_ : TCodeableConceptArray read Gettype_Array; |
Indicates the type of function performed at the location.
|
|
property telecom : TContactPointArray read GettelecomArray; |
The contact details of communication devices available at the location. This can include phone numbers, fax numbers, mobile numbers, email addresses and web sites.
|
|
property address : TAddress read Getaddress write Setaddress; |
Physical location.
|
|
property physicalType : TCodeableConcept read GetphysicalType write SetphysicalType; |
Physical form of the location, e.g. building, room, vehicle, road.
|
|
property position : TLocationPosition read Getposition write Setposition; |
The absolute geographic location of the Location, expressed using the WGS84 datum (This is the same co-ordinate system used in KML).
|
|
property managingOrganization : TReference read GetmanagingOrganization write SetmanagingOrganization; |
The organization responsible for the provisioning and upkeep of the location.
|
|
property partOf : TReference read GetpartOf write SetpartOf; |
Another Location of which this Location is physically a part of.
|
|
property hoursOfOperation : TLocationHoursOfOperationArray read GethoursOfOperationArray; |
What days/times during a week is this location usually open.
|
|
property availabilityExceptions : string read GetavailabilityExceptions write SetavailabilityExceptions; |
A description of when the locations opening ours are different to normal, e.g. public holiday availability. Succinctly describing all possible exceptions to normal site availability as detailed in the opening hours Times.
|
|
property availabilityExceptionsElement : Tstring read GetavailabilityExceptionsElement write SetavailabilityExceptionsElement; |
|
|
property endpoint : TReferenceArray read GetendpointArray; |
Technical endpoints providing access to services operated for the location.
|
Generated by PasDoc 0.15.0.
|