FHIR IG analytics| Package | fhir.argonaut.pd |
| Resource Type | Location |
| Id | Location-example-location-1.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative with Details
id: example-location-1
meta:
identifier: 29
status: active
name: Health Level Seven International - Amherst
description: HL7 Headquarters - East
mode: instance
type: Sleep disorders unit (Details : {http://hl7.org/fhir/STU3/v3/RoleCode code 'SLEEP' = 'Sleep disorders unit', given as 'Sleep disorders unit'})
telecom: ph: (+1) 734-677-7777, fax: (+1) 734-677-6622, hq@HL7.org
address: 3300 Washtenaw Avenue, Suite 227 Amherst MA 01002
physicalType: Building (Details : {http://hl7.org/fhir/STU3/location-physical-type code 'bu' = 'Building', given as 'Building'})
| - | Longitude | Latitude |
| * | -72.519854 | 42.373222 |
{
"resourceType": "Location",
"id": "example-location-1",
"meta": {
"profile": [
"http://fhir.org/guides/argonaut-pd/StructureDefinition/argo-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://www.acme.org/location",
"value": "29"
}
],
"status": "active",
"name": "Health Level Seven International - Amherst",
"description": "HL7 Headquarters - East",
"mode": "instance",
"type": {
"coding": [
{
"system": "http://hl7.org/fhir/STU3/v3/RoleCode",
"code": "SLEEP",
"display": "Sleep disorders unit"
}
]
},
"telecom": [
{
"system": "phone",
"value": "(+1) 734-677-7777"
},
{
"system": "fax",
"value": "(+1) 734-677-6622"
},
{
"system": "email",
"value": "hq@HL7.org"
}
],
"address": {
"text": "3300 Washtenaw Avenue, Suite 227 Amherst MA 01002",
"line": [
"3300 Washtenaw Avenue, Suite 227"
],
"city": "Amherst",
"state": "MA",
"postalCode": "01002",
"country": "USA"
},
"physicalType": {
"coding": [
{
"system": "http://hl7.org/fhir/STU3/location-physical-type",
"code": "bu",
"display": "Building"
}
]
},
"position": {
"longitude": -72.519854,
"latitude": 42.373222
},
"managingOrganization": {
"reference": "Organization/example-organization-2"
}
}