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

FHIR IG analytics

Packagehl7.fhir.us.safr
Resource TypeLocation
IdLocation-MemorialHospitalFacility.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 MemorialHospitalFacility

identifier: http://example.org/fhir/location-identifier/MEM-MAIN

status: Active

name: Memorial Hospital Main Campus

description: Main hospital campus including ICU, ED, and Pediatric units

mode: Instance

type: Hospital

address: 123 Healthcare Drive Springfield IL 62701 USA

physicalType: Building

managingOrganization: Organization Memorial Hospital


Source1

{
  "resourceType": "Location",
  "id": "MemorialHospitalFacility",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/fhir/location-identifier",
      "value": "MEM-MAIN"
    }
  ],
  "status": "active",
  "name": "Memorial Hospital Main Campus",
  "description": "Main hospital campus including ICU, ED, and Pediatric units",
  "mode": "instance",
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
          "code": "HOSP",
          "display": "Hospital"
        }
      ]
    }
  ],
  "address": {
    "line": [
      "123 Healthcare Drive"
    ],
    "city": "Springfield",
    "state": "IL",
    "postalCode": "62701",
    "country": "USA"
  },
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "version": "2.0.1",
        "code": "bu",
        "display": "Building"
      }
    ]
  },
  "managingOrganization": {
    "reference": "urn:uuid:4c83e586-1277-4132-9b4e-3d1c14d38981"
  }
}