FHIR IG analytics| Package | fhir.test.data.r3 |
| Resource Type | Location |
| Id | Location-1106.json |
| FHIR Version |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Location",
"id": "1106",
"identifier": [
{
"use": "official",
"system": "http://www.hl7.org/oid/",
"value": "1.2.3.4.1106"
}
],
"status": "active",
"name": "Cranston Family Medical",
"mode": "instance",
"telecom": [
{
"system": "phone",
"value": "(616) 555-1930",
"use": "work"
}
],
"address": {
"use": "work",
"type": "physical",
"line": [
"910 SE Columbia Avenue"
],
"city": "Dearborn",
"district": "Wayne County",
"state": "MI",
"postalCode": "48126"
},
"physicalType": {
"coding": [
{
"system": "http://hl7.org/fhir/location-physical-type",
"code": "bu",
"display": "Building"
}
]
},
"position": {
"longitude": -85.6343800035714,
"latitude": 42.97765947569625
},
"managingOrganization": {
"reference": "Organization/Organization-1106",
"display": "Cranston Family Medical"
}
}