FHIR IG analytics| Package | ihe.qrph.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
version: versionId: id (PrimitiveType/Location.meta.versionId): element = id -> versionId=id[3]; Last updated: 2023-07-04 09:56:47+0000
Profile: US Core Location Profile
identifier: NPI/116441967701
status: Active
name: South Hospital
type: Hospital
address: 2100 North Ave Salt Lake City UT 84116 US
managingOrganization: Organization - South Hospital
{
"resourceType": "Location",
"id": "location-south-hospital",
"meta": {
"versionId": "3",
"lastUpdated": "2023-07-04T09:56:47.907Z",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"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"
}
]
}
],
"address": {
"line": [
"2100 North Ave"
],
"city": "Salt Lake City",
"state": "UT",
"postalCode": "84116",
"country": "US"
},
"managingOrganization": {
"reference": "Organization/organization-south-hospital",
"display": "Organization - South Hospital"
}
}