This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). 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

Resource Location - Formal Definitions 5.6.5

Formal definitions for the elements in the location resource.

Location
DefinitionContact details and position information for a physical place that may be visited and where healthcare resources and participants may be found or contained, accommodated, or stored.
Control1..1
Location.name
DefinitionName of the location which identifies it to its users.
Control1..1
Typestring
RequirementsOrganization label locations in registries, need to keep track of those.
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 identifier.
Location.type
DefinitionClassification of the location.
Control0..*
BindingLocationType : (Value Set Definition)
TypeCodeableConcept
RequirementsFor purposes of showing relevant locations in queries, we need to categorize locations.
CommentsThere are many ways by which locations can be classified, so this element may be repeated.
Location.telecom
DefinitionThe contact details of the main communication devices present at the location.
Control0..1
TypeContact
Location.address
DefinitionPhysical location.
Control0..1
TypeAddress
RequirementsIf locations can be visited, we need to keep track of their address.
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.provider
DefinitionThe organization that provides services at the location.
Control0..1
TypeResource(Organization)
RequirementsNeed to know who manages the location.
To DoEK: Shouldn't that be "owns or manages"? Why introduce the fact that an organization provides services here? If this is a home location, you wouldn't mention the organization(s) providing services there?.
Location.active
DefinitionWhether the location is still used to provide services.
Control0..1
Typeboolean
Is Modifiertrue
Location.partOf
DefinitionAnother Location which this Location is physically inside of.
Control0..1
TypeResource(Location)
RequirementsFor purposes of location, display and identification, knowing which locations are located within other locations is important.