FHIR IG analytics| Package | hl7.fhir.uv.saner |
| Resource Type | Location |
| Id | Location-Loc-X410009.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
ResourceLocation "Loc-X410009"
Security Labels: http://terminology.hl7.org/CodeSystem/v3-ActReason
status: active
name: DUNWICH MEDICAL CENTER Building
mode: instance
type: Hospital (RoleCode#HOSP)
address: 455 TOLL GATE RD WARWICK RI 02886 USA (work)
physicalType: Site (Location type#si)
| Longitude | Latitude |
| -71.477902 | 41.704478 |
managingOrganization: Organization/X410009 "DUNWICH MEDICAL CENTER"
{
"resourceType": "Location",
"id": "Loc-X410009",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "DUNWICH MEDICAL CENTER Building",
"mode": "instance",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP"
}
]
}
],
"address": {
"use": "work",
"type": "both",
"line": [
"455 TOLL GATE RD"
],
"city": "WARWICK",
"district": "KENT",
"state": "RI",
"postalCode": "02886",
"country": "USA"
},
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "si"
}
]
},
"position": {
"longitude": -71.477902,
"latitude": 41.704478
},
"managingOrganization": {
"reference": "Organization/X410009"
}
}