This page is part of the Da Vinci Payer Data Exchange (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions
Previous Page - US Core Laboratory Result Observation
The US Core Location profile SHALL be used to record location/facility-specific information.
The essential fields (Must Support or Cardinality greater than 0..*) to be provided in the US Core Location resource are:
| R4 Element | Name | Cardinality | Type |
|---|---|---|---|
| Location.status | status | 0..1 | code |
| Location.name | name | 1..1 | string |
| Location.telecom | telecom | 0..* | ContactPoint |
| Location.address | address | 0..1 | Address |
| Location.address.line | line | 0..* | string |
| Location.address.city | city | 0..1 | string |
| Location.address.state | state | 0..1 | string |
| Location.address.postalCode | postalCode | 0..1 | string |
| Location.managingOrganization | managingOrganization | 0..1 | Reference(US Core Organization Profile) |
An example mapping of a Location resource is shown here:
{
"resourceType" : "Location",
"id" : "hl7east",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Generated Narrative with Details
id: hl7east
meta:
identifier: 29
status: active
name: Health Level Seven International - Amherst
description: HL7 Headquarters - East
telecom: ph: (+1) 734-677-7777
address: 3300 Washtenaw Avenue, Suite 227 Amherst MA 01002 USA
Positions
<table class=\"grid\">- Longitude Latitude * -72.519854 42.373222 </table>managingOrganization: Health Level Seven International
</div>"
},
"identifier" : [
{
"system" : "http://www.acme.org/location",
"value" : "29"
}
],
"status" : "active",
"name" : "Health Level Seven International - Amherst",
"description" : "HL7 Headquarters - East",
"telecom" : [
{
"system" : "phone",
"value" : "(+1) 734-677-7777"
}
],
"address" : {
"line" : [
"3300 Washtenaw Avenue, Suite 227"
],
"city" : "Amherst",
"state" : "MA",
"postalCode" : "01002",
"country" : "USA"
},
"position" : {
"longitude" : -72.519854,
"latitude" : 42.373222
},
"managingOrganization" : {
"display" : "Health Level Seven International"
}
}
Refer to the US Core Additional examples of the US Core R4 Implementation Guide for further examples of completed US Core Location Profiles .