FHIR IG analytics| Package | fhir.test.data.r3 |
| Resource Type | Location |
| Id | Location-1001.json |
| FHIR Version |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Location",
"id": "1001",
"identifier": [
{
"use": "official",
"system": "http://www.hl7.org/oid/",
"value": "1.2.3.4.1001"
}
],
"status": "active",
"name": "Windward General Hospital",
"mode": "instance",
"telecom": [
{
"system": "phone",
"value": "(586) 555-8588",
"use": "work"
}
],
"address": {
"use": "work",
"type": "physical",
"line": [
"749 Hudson Avenue"
],
"city": "Ann Arbor",
"district": "Washtenaw County",
"state": "MI",
"postalCode": "48103"
},
"physicalType": {
"coding": [
{
"system": "http://hl7.org/fhir/location-physical-type",
"code": "bu",
"display": "Building"
}
]
},
"position": {
"longitude": -82.99668786918522,
"latitude": 42.62799327336516
},
"managingOrganization": {
"reference": "Organization/Organization-1001",
"display": "Windward General Hospital"
}
}