FHIR IG analytics| Package | fhir.test.data.r3 |
| Resource Type | Location |
| Id | Location-1101.json |
| FHIR Version |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Location",
"id": "1101",
"identifier": [
{
"use": "official",
"system": "http://www.hl7.org/oid/",
"value": "1.2.3.4.1101"
}
],
"status": "active",
"name": "McKinley Health Center",
"mode": "instance",
"telecom": [
{
"system": "phone",
"value": "(734) 555-3131",
"use": "work"
}
],
"address": {
"use": "work",
"type": "physical",
"line": [
"428 E Eighth Drive"
],
"city": "Southfield",
"district": "Oakland County",
"state": "MI",
"postalCode": "48037"
},
"physicalType": {
"coding": [
{
"system": "http://hl7.org/fhir/location-physical-type",
"code": "bu",
"display": "Building"
}
]
},
"position": {
"longitude": -83.72731866148872,
"latitude": 42.2814465218414
},
"managingOrganization": {
"reference": "Organization/Organization-1101",
"display": "McKinley Health Center"
}
}