FHIR IG analytics| Package | hl7.fhir.us.bfdr |
| Resource Type | Location |
| Id | Location-location-south-hospital.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location location-south-hospital
Profile: Birth and Fetal Death Location
identifier: NPI/116441967701
status: Active
name: South Hospital
type: Hospital, Birth Location
address: 2100 North Ave Salt Lake City UT 84116 US
| Longitude | Latitude |
| 40.8 | 111.9 |
managingOrganization: Organization - South Hospital
{
"resourceType": "Location",
"id": "location-south-hospital",
"meta": {
"profile": [
"http://hl7.org/fhir/us/bfdr/StructureDefinition/Location-bfdr"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"extension": [
{
"url": "http://hl7.org/fhir/us/bfdr/StructureDefinition/Extension-jurisdictional-facility-identifier",
"valueString": "UT12"
}
],
"system": "http://hl7.org/fhir/sid/us-npi",
"value": "116441967701"
}
],
"status": "active",
"name": "South Hospital",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP",
"display": "Hospital"
}
]
},
{
"coding": [
{
"system": "http://hl7.org/fhir/us/bfdr/CodeSystem/CodeSystem-local-bfdr-codes",
"code": "loc_birth",
"display": "Birth Location"
}
]
}
],
"address": {
"line": [
"2100 North Ave"
],
"city": "Salt Lake City",
"district": "Made Up",
"state": "UT",
"postalCode": "84116",
"country": "US"
},
"position": {
"longitude": 40.8,
"latitude": 111.9
},
"managingOrganization": {
"reference": "Organization/organization-south-hospital",
"display": "Organization - South Hospital"
}
}