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-location-type> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "atrius-location-type"] ;
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-location-type</b></p><a name=\"atrius-location-type\"> </a><a name=\"hcatrius-location-type\"> </a><p>This case-sensitive code system <code>https://atrius.in/fhir/CodeSystem/atrius-location-type</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></tr><tr><td style=\"white-space:nowrap\">ot<a name=\"atrius-location-type-ot\"> </a></td><td>Operating theatre</td><td>Procedure / OT room</td></tr><tr><td style=\"white-space:nowrap\">endoscopy<a name=\"atrius-location-type-endoscopy\"> </a></td><td>Endoscopy suite</td><td>Endoscopy / procedure suite</td></tr><tr><td style=\"white-space:nowrap\">opd<a name=\"atrius-location-type-opd\"> </a></td><td>Outpatient clinic space</td><td/></tr><tr><td style=\"white-space:nowrap\">ward<a name=\"atrius-location-type-ward\"> </a></td><td>Inpatient ward (operational)</td><td/></tr><tr><td style=\"white-space:nowrap\">store<a name=\"atrius-location-type-store\"> </a></td><td>Supply / pharmacy store</td><td/></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "https://atrius.in/fhir/CodeSystem/atrius-location-type"] ;
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.15" ]
] ;
fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
fhir:CodeSystem.name [ fhir:value "AtriusLocationType"] ;
fhir:CodeSystem.title [ fhir:value "Atrius Location Type"] ;
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 "Atrius operational location kinds beyond HL7 physicalType."] ;
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "ot" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Operating theatre" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Procedure / OT room" ]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "endoscopy" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Endoscopy suite" ] ;
fhir:CodeSystem.concept.definition [ fhir:value "Endoscopy / procedure suite" ]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "opd" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Outpatient clinic space" ]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "ward" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Inpatient ward (operational)" ]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "store" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Supply / pharmacy store" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/atrius-location-type.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/atrius-location-type.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