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-07-24 |
@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-in-billing-item-type-cs> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "atrius-in-billing-item-type-cs"] ;
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-in-billing-item-type-cs</b></p><a name=\"atrius-in-billing-item-type-cs\"> </a><a name=\"hcatrius-in-billing-item-type-cs\"> </a><p>This case-sensitive code system <code>https://atrius.in/fhir/r4/atrius-in/CodeSystem/atrius-in-billing-item-type-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">consultation<a name=\"atrius-in-billing-item-type-cs-consultation\"> </a></td><td>Consultation</td></tr><tr><td style=\"white-space:nowrap\">procedure<a name=\"atrius-in-billing-item-type-cs-procedure\"> </a></td><td>Procedure</td></tr><tr><td style=\"white-space:nowrap\">lab<a name=\"atrius-in-billing-item-type-cs-lab\"> </a></td><td>Laboratory</td></tr><tr><td style=\"white-space:nowrap\">imaging<a name=\"atrius-in-billing-item-type-cs-imaging\"> </a></td><td>Imaging</td></tr><tr><td style=\"white-space:nowrap\">bed-day<a name=\"atrius-in-billing-item-type-cs-bed-day\"> </a></td><td>Bed day / room</td></tr><tr><td style=\"white-space:nowrap\">consumable<a name=\"atrius-in-billing-item-type-cs-consumable\"> </a></td><td>Consumable</td></tr><tr><td style=\"white-space:nowrap\">pharmacy<a name=\"atrius-in-billing-item-type-cs-pharmacy\"> </a></td><td>Pharmacy</td></tr><tr><td style=\"white-space:nowrap\">package<a name=\"atrius-in-billing-item-type-cs-package\"> </a></td><td>Package</td></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "https://atrius.in/fhir/r4/atrius-in/CodeSystem/atrius-in-billing-item-type-cs"] ;
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.9" ]
] ;
fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
fhir:CodeSystem.name [ fhir:value "AtriusInBillingItemTypeCS"] ;
fhir:CodeSystem.title [ fhir:value "Atrius Billing Item Type Code System"] ;
fhir:CodeSystem.status [ fhir:value "active"] ;
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2026-07-24T19:16:12+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 "Operational billing item categories for Atrius India catalog and ChargeItemDefinition."] ;
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "8"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "consultation" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Consultation" ]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "procedure" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Procedure" ]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "lab" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Laboratory" ]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "imaging" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Imaging" ]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "bed-day" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Bed day / room" ]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "consumable" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Consumable" ]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "pharmacy" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Pharmacy" ]
], [
fhir:index -1 ;
fhir:CodeSystem.concept.code [ fhir:value "package" ] ;
fhir:CodeSystem.concept.display [ fhir:value "Package" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/atrius-in-billing-item-type-cs.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/atrius-in-billing-item-type-cs.ttl> .
IG © 2026+ Atrius.
Package atrius.fhir.r4.india#0.1.0 based on FHIR 4.0.1.
Generated
2026-07-24
Links: Table of Contents |
QA Report