FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.hrsa.uds-plus
Resource TypeLocation
IdLocation-hospital.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Location

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"


Source1

{
  "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"
  }
}