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

FHIR IG analytics

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

identifier: http://www.example.org/bed-location/006

status: Active

name: Intensive Care Unit at Memorial Hospital

type: Intensive Care Unit

physicalType: Bed


Source1

{
  "resourceType": "Location",
  "id": "ICUBed6",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-location|6.0.0"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.example.org/bed-location",
      "value": "006"
    }
  ],
  "status": "active",
  "name": "Intensive Care Unit at Memorial Hospital",
  "type": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/safr/CodeSystem/us-safr-bed-capacity-example-codes",
          "code": "ICU",
          "display": "Intensive Care Unit"
        }
      ]
    }
  ],
  "physicalType": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "version": "2.0.1",
        "code": "bd"
      }
    ]
  }
}