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

FHIR IG analytics

Packagehl7.fhir.us.core.r4
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

Generated Narrative: Location hospital

identifier: United States National Provider Identifier/1234567893

status: Active

name: Holy Family Hospital

type: Hospital

telecom: ph: 9786870156

address: 70 EAST ST METHUEN MA 01844 US

managingOrganization: Holy Healthcare


Source1

{
  "resourceType": "Location",
  "id": "hospital",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-location|8.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://hl7.org/fhir/sid/us-npi",
      "value": "1234567893"
    }
  ],
  "status": "active",
  "name": "Holy Family Hospital",
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code": "HOSP",
          "display": "Hospital"
        },
        {
          "system": "http://snomed.info/sct",
          "version": "http://snomed.info/sct/731000124108",
          "code": "22232009",
          "display": "Hospital"
        },
        {
          "system": "https://www.cdc.gov/nhsn/cdaportal/terminology/codesystem/hsloc.html",
          "code": "1120-5",
          "display": "Medical Clinic"
        }
      ],
      "text": "Hospital"
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "9786870156"
    }
  ],
  "address": {
    "line": [
      "70 EAST ST"
    ],
    "city": "METHUEN",
    "state": "MA",
    "postalCode": "01844",
    "country": "US"
  },
  "managingOrganization": {
    "reference": "Organization/holy-healthcare",
    "display": "Holy Healthcare"
  }
}