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

: Atrius Bed Category

Active as of 2026-08-30

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="atrius-bed-category"/>
  <language value="en"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: CodeSystem atrius-bed-category</b></p><a name="atrius-bed-category"> </a><a name="hcatrius-bed-category"> </a><p><b>Properties</b></p><p><b>This code system defines the following properties for its concepts</b></p><table class="grid"><tr><td><b>Name</b></td><td><b>Code</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>rank</td><td>rank</td><td>integer</td><td>Entitlement ordering; higher is richer accommodation</td></tr><tr><td>hospital</td><td>hospital</td><td>code</td><td>Campus that offers this accommodation class (repeats per hospital)</td></tr></table><p><b>Concepts</b></p><p>This case-sensitive code system <code>https://atrius.in/fhir/CodeSystem/atrius-bed-category</code> defines the following codes:</p><table class="codes"><tr><td style="white-space:nowrap"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td><td><b>rank</b></td></tr><tr><td style="white-space:nowrap">general<a name="atrius-bed-category-general"> </a></td><td>General ward</td><td>Standard multi-bed ward</td><td>10</td></tr><tr><td style="white-space:nowrap">semi-private<a name="atrius-bed-category-semi-private"> </a></td><td>Semi-private room</td><td>Shared room, typically two beds</td><td>20</td></tr><tr><td style="white-space:nowrap">private<a name="atrius-bed-category-private"> </a></td><td>Private room</td><td>Single occupancy room</td><td>30</td></tr><tr><td style="white-space:nowrap">deluxe<a name="atrius-bed-category-deluxe"> </a></td><td>Deluxe room</td><td>Premium single occupancy</td><td>40</td></tr><tr><td style="white-space:nowrap">hdu<a name="atrius-bed-category-hdu"> </a></td><td>High dependency unit</td><td>Step-down from ICU</td><td>50</td></tr><tr><td style="white-space:nowrap">icu<a name="atrius-bed-category-icu"> </a></td><td>Intensive care unit</td><td>Critical care</td><td>60</td></tr><tr><td style="white-space:nowrap">nicu<a name="atrius-bed-category-nicu"> </a></td><td>Neonatal intensive care unit</td><td>Neonatal critical care</td><td>60</td></tr></table></div>
  </text>
  <url value="https://atrius.in/fhir/CodeSystem/atrius-bed-category"/>
  <identifier>
    <system value="urn:ietf:rfc:3986"/>
    <value value="urn:oid:1.3.6.1.4.1.66219.1.16.27"/>
  </identifier>
  <version value="0.1.0"/>
  <name value="AtriusBedCategory"/>
  <title value="Atrius Bed Category"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2026-08-30T18:15:29+05:30"/>
  <publisher value="Atrius"/>
  <contact>
    <name value="Atrius"/>
    <telecom>
      <system value="url"/>
      <value value="https://atrius.in"/>
    </telecom>
  </contact>
  <description
               value="Accommodation class used for room-rent entitlement, package eligibility, and rate dimensions. Stamped on ward/room/bed Location.type. Tenants republish this CodeSystem id with their offering list; rank orders richer accommodation."/>
  <caseSensitive value="true"/>
  <content value="complete"/>
  <count value="7"/>
  <property>
    <code value="rank"/>
    <description
                 value="Entitlement ordering; higher is richer accommodation"/>
    <type value="integer"/>
  </property>
  <property>
    <code value="hospital"/>
    <description
                 value="Campus that offers this accommodation class (repeats per hospital)"/>
    <type value="code"/>
  </property>
  <concept>
    <code value="general"/>
    <display value="General ward"/>
    <definition value="Standard multi-bed ward"/>
    <property>
      <code value="rank"/>
      <valueInteger value="10"/>
    </property>
  </concept>
  <concept>
    <code value="semi-private"/>
    <display value="Semi-private room"/>
    <definition value="Shared room, typically two beds"/>
    <property>
      <code value="rank"/>
      <valueInteger value="20"/>
    </property>
  </concept>
  <concept>
    <code value="private"/>
    <display value="Private room"/>
    <definition value="Single occupancy room"/>
    <property>
      <code value="rank"/>
      <valueInteger value="30"/>
    </property>
  </concept>
  <concept>
    <code value="deluxe"/>
    <display value="Deluxe room"/>
    <definition value="Premium single occupancy"/>
    <property>
      <code value="rank"/>
      <valueInteger value="40"/>
    </property>
  </concept>
  <concept>
    <code value="hdu"/>
    <display value="High dependency unit"/>
    <definition value="Step-down from ICU"/>
    <property>
      <code value="rank"/>
      <valueInteger value="50"/>
    </property>
  </concept>
  <concept>
    <code value="icu"/>
    <display value="Intensive care unit"/>
    <definition value="Critical care"/>
    <property>
      <code value="rank"/>
      <valueInteger value="60"/>
    </property>
  </concept>
  <concept>
    <code value="nicu"/>
    <display value="Neonatal intensive care unit"/>
    <definition value="Neonatal critical care"/>
    <property>
      <code value="rank"/>
      <valueInteger value="60"/>
    </property>
  </concept>
</CodeSystem>