This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2

5.6.6 Resource Location - Formal Definitions

Formal definitions for the elements in the Location resource.

Location
DefinitionDetails and position information for a physical place where services are provided and resources and participants may be stored, found, contained or accommodated.
Control1..1
Location.identifier
DefinitionUnique code or number identifying the location to its users.
Control0..1
TypeIdentifier
RequirementsOrganization label locations in registries, need to keep track of those.
Location.name
DefinitionName of the location as used by humans. Does not need to be unique.
Control0..1
Typestring
Location.description
DefinitionDescription of the Location, which helps in finding or referencing the place.
Control0..1
Typestring
RequirementsHumans need additional information to verify a correct location has been identified.
Location.type
DefinitionIndicates the type of function performed at the location.
Control0..1
BindingLocationType: Indicates the type of function performed at the location (Value Set Definition)
TypeCodeableConcept
Location.telecom
DefinitionThe contact details of communication devices available at the location. This can include phone numbers, fax numbers, mobile numbers, email addresses and web sites.
Control0..*
TypeContact
Location.address
DefinitionPhysical location.
Control0..1
TypeAddress
RequirementsIf locations can be visited, we need to keep track of their address.
CommentsThis was kept as 0..1 as there is no use property on the address, so wouldn't be able to identify different address types.
Location.physicalType
DefinitionPhysical form of the location, e.g. building, room, vehicle, road.
Control0..1
BindingPhysicalType: (See http://hl7.org/fhir/vs/location-physical-type)
TypeCodeableConcept
RequirementsFor purposes of showing relevant locations in queries, we need to categorize locations.
Location.position
DefinitionThe absolute geographic location of the Location, expressed in a KML compatible manner (see notes below for KML).
Control0..1
RequirementsFor mobile applications and automated route-finding knowing the exact location of the Location is required.
Location.position.longitude
DefinitionLongitude. The value domain and the interpretation are the same as for the text of the longitude element in KML (see notes below).
Control1..1
Typedecimal
Location.position.latitude
DefinitionLatitude. The value domain and the interpretation are the same as for the text of the latitude element in KML (see notes below).
Control1..1
Typedecimal
Location.position.altitude
DefinitionAltitude. The value domain and the interpretation are the same as for the text of the altitude element in KML (see notes below).
Control0..1
Typedecimal
Location.managingOrganization
DefinitionThe organization that is responsible for the provisioning and upkeep of the location.
Control0..1
TypeResource(Organization)
RequirementsNeed to know who manages the location.
Location.status
Definitionactive | suspended | inactive.
Control0..1
BindingLocationStatus: Indicates whether the location is still in use (see http://hl7.org/fhir/location-status for values)
Typecode
Is Modifiertrue
Location.partOf
DefinitionAnother Location which this Location is physically part of.
Control0..1
TypeResource(Location)
RequirementsFor purposes of location, display and identification, knowing which locations are located within other locations is important.
Location.mode
DefinitionIndicates whether a resource instance represents a specific location or a class of locations.
Control0..1
BindingLocationMode: Indicates whether a resource instance represents a specific location or a class of locations (see http://hl7.org/fhir/location-mode for values)
Typecode
Is Modifiertrue
RequirementsWhen using a Location resource for scheduling or orders, we need to be able to refer to a class of Locations instead of a specific Location.

comments powered by Disqus