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 - XML Representation

Raw xml | Download



<Location xmlns="http://hl7.org/fhir">
  <id value="BedExample"/>
  <meta>
    <profile value="https://fhir.mona.icu/StructureDefinition/mona-bed"/>
  </meta>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <status value="active"/>
  <name value="Bed 1"/>
  <alias value="Bed"/>
  <physicalType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="bd"/>
      <display value="Bed"/>
    </coding>
  </physicalType>
  <partOf>
    <reference value="Location/WardExample"/>
  </partOf>
</Location>