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 json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "atrius-bed-category",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<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>"
  },
  "url" : "https://atrius.in/fhir/CodeSystem/atrius-bed-category",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.3.6.1.4.1.66219.1.16.27"
    }
  ],
  "version" : "0.1.0",
  "name" : "AtriusBedCategory",
  "title" : "Atrius Bed Category",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-08-30T18:15:29+05:30",
  "publisher" : "Atrius",
  "contact" : [
    {
      "name" : "Atrius",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://atrius.in"
        }
      ]
    }
  ],
  "description" : "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" : true,
  "content" : "complete",
  "count" : 7,
  "property" : [
    {
      "code" : "rank",
      "description" : "Entitlement ordering; higher is richer accommodation",
      "type" : "integer"
    },
    {
      "code" : "hospital",
      "description" : "Campus that offers this accommodation class (repeats per hospital)",
      "type" : "code"
    }
  ],
  "concept" : [
    {
      "code" : "general",
      "display" : "General ward",
      "definition" : "Standard multi-bed ward",
      "property" : [
        {
          "code" : "rank",
          "valueInteger" : 10
        }
      ]
    },
    {
      "code" : "semi-private",
      "display" : "Semi-private room",
      "definition" : "Shared room, typically two beds",
      "property" : [
        {
          "code" : "rank",
          "valueInteger" : 20
        }
      ]
    },
    {
      "code" : "private",
      "display" : "Private room",
      "definition" : "Single occupancy room",
      "property" : [
        {
          "code" : "rank",
          "valueInteger" : 30
        }
      ]
    },
    {
      "code" : "deluxe",
      "display" : "Deluxe room",
      "definition" : "Premium single occupancy",
      "property" : [
        {
          "code" : "rank",
          "valueInteger" : 40
        }
      ]
    },
    {
      "code" : "hdu",
      "display" : "High dependency unit",
      "definition" : "Step-down from ICU",
      "property" : [
        {
          "code" : "rank",
          "valueInteger" : 50
        }
      ]
    },
    {
      "code" : "icu",
      "display" : "Intensive care unit",
      "definition" : "Critical care",
      "property" : [
        {
          "code" : "rank",
          "valueInteger" : 60
        }
      ]
    },
    {
      "code" : "nicu",
      "display" : "Neonatal intensive care unit",
      "definition" : "Neonatal critical care",
      "property" : [
        {
          "code" : "rank",
          "valueInteger" : 60
        }
      ]
    }
  ]
}