FHIR IG analytics| Package | fhir.test.data.r3 |
| Resource Type | Location |
| Id | Location-1105.json |
| FHIR Version |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Location",
"id": "1105",
"identifier": [
{
"use": "official",
"system": "http://www.hl7.org/oid/",
"value": "1.2.3.4.1105"
}
],
"status": "active",
"name": "Bayside Medical Group",
"mode": "instance",
"telecom": [
{
"system": "phone",
"value": "(616) 555-2806",
"use": "work"
}
],
"address": {
"use": "work",
"type": "physical",
"line": [
"616 Peach Street"
],
"city": "Flint",
"district": "Genesee County",
"state": "MI",
"postalCode": "48503"
},
"physicalType": {
"coding": [
{
"system": "http://hl7.org/fhir/location-physical-type",
"code": "bu",
"display": "Building"
}
]
},
"position": {
"longitude": -85.63506928883693,
"latitude": 42.98123440264812
},
"managingOrganization": {
"reference": "Organization/Organization-1105",
"display": "Bayside Medical Group"
}
}