Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build

Atrius India Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example AtriusIn Bed Location

Raw xml | Download


<Location xmlns="http://hl7.org/fhir">
  <id value="atrius-in-bed-example"/>
  <meta>
    <profile
             value="https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-location-bed"/>
  </meta>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Location atrius-in-bed-example</b></p><a name="atrius-in-bed-example"> </a><a name="hcatrius-in-bed-example"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-atrius-in-location-bed.html">Atrius India Core Bed Location</a></p></div><p><b>status</b>: Active</p><p><b>operationalStatus</b>: <a href="http://terminology.hl7.org/7.2.0/CodeSystem-v2-0116.html#v2-0116-U">bedStatus: U</a> (Unoccupied)</p><p><b>name</b>: Medical Ward A — Bed 1</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title="Codes:{https://atrius.in/fhir/CodeSystem/atrius-bed-category general}">General ward</span></p><p><b>physicalType</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bd}">Bed</span></p><p><b>managingOrganization</b>: <a href="Organization-atrius-in-organization-example.html">Organization AtriusIn General Hospital</a></p><p><b>partOf</b>: <a href="Location-atrius-in-ward-example.html">Location Medical Ward A</a></p></div>
  </text>
  <status value="active"/>
  <operationalStatus>
    <system value="http://terminology.hl7.org/CodeSystem/v2-0116"/>
    <code value="U"/>
    <display value="Unoccupied"/>
  </operationalStatus>
  <name value="Medical Ward A — Bed 1"/>
  <mode value="instance"/>
  <type>
    <coding>
      <system value="https://atrius.in/fhir/CodeSystem/atrius-bed-category"/>
      <code value="general"/>
      <display value="General ward"/>
    </coding>
  </type>
  <physicalType>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/location-physical-type"/>
      <code value="bd"/>
      <display value="Bed"/>
    </coding>
  </physicalType>
  <managingOrganization>🔗 
    <reference value="Organization/atrius-in-organization-example"/>
  </managingOrganization>
  <partOf>🔗 
    <reference value="Location/atrius-in-ward-example"/>
  </partOf>
</Location>