FHIR IG analytics| Package | hl7.fhir.uv.saner |
| Resource Type | Location |
| Id | Location-Loc-X140300.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
ResourceLocation "Loc-X140300"
Security Labels: http://terminology.hl7.org/CodeSystem/v3-ActReason
status: active
name: STEPHENSON HOSPITAL OF CHEF COUNTY Building
mode: instance
type: Hospital (RoleCode#HOSP)
address: 500 E 51ST ST CHICAGO IL 60615 USA (work)
physicalType: Site (Location type#si)
| Longitude | Latitude |
| -87.614193 | 41.802158 |
managingOrganization: Organization/X140300 "STEPHENSON HOSPITAL OF CHEF COUNTY"
{
"resourceType": "Location",
"id": "Loc-X140300",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "STEPHENSON HOSPITAL OF CHEF COUNTY Building",
"mode": "instance",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP"
}
]
}
],
"address": {
"use": "work",
"type": "both",
"line": [
"500 E 51ST ST"
],
"city": "CHICAGO",
"district": "COOK",
"state": "IL",
"postalCode": "60615",
"country": "USA"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "si"
}
]
},
"position": {
"longitude": -87.614193,
"latitude": 41.802158
},
"managingOrganization": {
"reference": "Organization/X140300"
}
}