Mona FHIR Implementation Guide
0.4.50648 - ci-build

Mona FHIR Implementation Guide - Local Development build (v0.4.50648). See the Directory of published versions

: BedExample - JSON Representation

Raw json | Download


{
  "resourceType" : "Location",
  "id" : "BedExample",
  "meta" : {
    "profile" : [
      "https://fhir.mona.icu/StructureDefinition/mona-bed"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: active</p><p><b>name</b>: Bed 1</p><p><b>alias</b>: Bed</p><p><b>physicalType</b>: <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type bd}\">Bed</span></p><p><b>partOf</b>: <a href=\"Location-WardExample.html\">Generated Summary: status: active; name: Ward A; alias: Ward; <span title=\"Codes: {http://terminology.hl7.org/CodeSystem/location-physical-type wa}\">Ward</span></a></p></div>"
  },
  "status" : "active",
  "name" : "Bed 1",
  "alias" : [
    "Bed"
  ],
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code" : "bd",
        "display" : "Bed"
      }
    ]
  },
  "partOf" : {
    "reference" : "Location/WardExample"
  }
}