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