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
| Active as of 2026-08-30 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/atrius-bed-category> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "atrius-bed-category"] ;
fhir:Resource.language [ fhir:value "en"] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.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>"
] ;
fhir:CodeSystem.url [ fhir:value "https://atrius.in/fhir/CodeSystem/atrius-bed-category"] ;
fhir:CodeSystem.identifier [
fhir:index -1 ;
fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ] ;
fhir:Identifier.value [ fhir:value "urn:oid:1.3.6.1.4.1.66219.1.16.27" ]
] ;
fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
fhir:CodeSystem.name [ fhir:value "AtriusBedCategory"] ;
fhir:CodeSystem.title [ fhir:value "Atrius Bed Category"] ;
fhir:CodeSystem.status [ fhir:value "active"] ;
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2026-08-30T18:15:29+05:30"^^xsd:dateTime] ;
fhir:CodeSystem.publisher [ fhir:value "Atrius"] ;
fhir:CodeSystem.contact [
fhir:index -1 ;
fhir:ContactDetail.name [ fhir:value "Atrius" ] ;
fhir:ContactDetail.telecom [
fhir:index -1 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://atrius.in" ]
]
] ;
fhir:CodeSystem.description [ fhir: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."] ;
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "7"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.property [
fhir:index -1 ;
fhir:CodeSystem.property.code [ fhir:value "rank" ] ;
fhir:CodeSystem.property.description [ fhir:value "Entitlement ordering; higher is richer accommodation" ] ;
fhir:CodeSystem.property.type [ fhir:value "integer" ]
], [
fhir:index -1 ;
fhir:CodeSystem.property.code [ fhir:value "hospital" ] ;
fhir:CodeSystem.property.description [ fhir:value "Campus that offers this accommodation class (repeats per hospital)" ] ;
fhir:CodeSystem.property.type [ fhir:value "code" ]
] ;
fhir:CodeSystem.concept [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "general" ] ;
fhir:CodeSystem.concept.display [ fhir:value "General ward" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Standard multi-bed ward" ] ;
fhir:CodeSystem.concept.property [
fhir:index -1 ;
fhir:CodeSystem.concept.property.code [ fhir:value "rank" ] ;
fhir:CodeSystem.concept.property.valueInteger [ fhir:value "10"^^xsd:integer ]
]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "semi-private" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Semi-private room" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Shared room, typically two beds" ] ;
fhir:CodeSystem.concept.property [
fhir:index -1 ;
fhir:CodeSystem.concept.property.code [ fhir:value "rank" ] ;
fhir:CodeSystem.concept.property.valueInteger [ fhir:value "20"^^xsd:integer ]
]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "private" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Private room" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Single occupancy room" ] ;
fhir:CodeSystem.concept.property [
fhir:index -1 ;
fhir:CodeSystem.concept.property.code [ fhir:value "rank" ] ;
fhir:CodeSystem.concept.property.valueInteger [ fhir:value "30"^^xsd:integer ]
]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "deluxe" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Deluxe room" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Premium single occupancy" ] ;
fhir:CodeSystem.concept.property [
fhir:index -1 ;
fhir:CodeSystem.concept.property.code [ fhir:value "rank" ] ;
fhir:CodeSystem.concept.property.valueInteger [ fhir:value "40"^^xsd:integer ]
]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "hdu" ] ;
fhir:CodeSystem.concept.display [ fhir:value "High dependency unit" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Step-down from ICU" ] ;
fhir:CodeSystem.concept.property [
fhir:index -1 ;
fhir:CodeSystem.concept.property.code [ fhir:value "rank" ] ;
fhir:CodeSystem.concept.property.valueInteger [ fhir:value "50"^^xsd:integer ]
]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "icu" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Intensive care unit" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Critical care" ] ;
fhir:CodeSystem.concept.property [
fhir:index -1 ;
fhir:CodeSystem.concept.property.code [ fhir:value "rank" ] ;
fhir:CodeSystem.concept.property.valueInteger [ fhir:value "60"^^xsd:integer ]
]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "nicu" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Neonatal intensive care unit" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Neonatal critical care" ] ;
fhir:CodeSystem.concept.property [
fhir:index -1 ;
fhir:CodeSystem.concept.property.code [ fhir:value "rank" ] ;
fhir:CodeSystem.concept.property.valueInteger [ fhir:value "60"^^xsd:integer ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/atrius-bed-category.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/atrius-bed-category.ttl> .
IG © 2026+ Atrius.
Package atrius.fhir.r4.india#0.1.0 based on FHIR 4.0.1.
Generated
2026-08-30
Links: Table of Contents |
QA Report