FHIR IG analytics| Package | fhir.hrsa.uds-plus |
| Resource Type | Location |
| Id | Location-hospital.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Resource Location "hospital"
status: active
name: Holy Family Hospital
telecom: ph: 9786870156
address: 70 EAST STREET METHUEN MA 01844 US
managingOrganization: Organization/holy-healthcare: Holy Healthcare "Holy Healthcare"
{
"resourceType": "Location",
"id": "hospital",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-location",
"http://fhir.org/guides/hrsa/uds-plus/StructureDefinition/uds-plus-location"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "Holy Family Hospital",
"telecom": [
{
"system": "phone",
"value": "9786870156"
}
],
"address": {
"line": [
"70 EAST STREET"
],
"city": "METHUEN",
"state": "MA",
"postalCode": "01844",
"country": "US"
},
"managingOrganization": {
"reference": "Organization/holy-healthcare",
"display": "Holy Healthcare"
}
}