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

: Hospital Formulary

Active as of 2026-08-30

Raw ttl | Download


@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-hospital-formulary> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "atrius-hospital-formulary"] ;
  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-hospital-formulary</b></p><a name=\"atrius-hospital-formulary\"> </a><a name=\"hcatrius-hospital-formulary\"> </a><p>This case-sensitive code system <code>https://atrius.in/fhir/CodeSystem/hospital-formulary</code> provides <b>a fragment</b> that includes 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\">PARA500<a name=\"atrius-hospital-formulary-PARA500\"> </a></td><td>Paracetamol 500 mg tablet</td><td>Example formulary code for paracetamol 500 mg</td></tr><tr><td style=\"white-space:nowrap\">AMOX500<a name=\"atrius-hospital-formulary-AMOX500\"> </a></td><td>Amoxicillin 500 mg capsule</td><td>Example formulary code for amoxicillin 500 mg</td></tr><tr><td style=\"white-space:nowrap\">ENX40<a name=\"atrius-hospital-formulary-ENX40\"> </a></td><td>Enoxaparin 40 mg/0.4 mL syringe</td><td>Example formulary code for enoxaparin prophylactic dose</td></tr><tr><td style=\"white-space:nowrap\">CTX2G<a name=\"atrius-hospital-formulary-CTX2G\"> </a></td><td>Ceftriaxone 2 g vial</td><td>Example formulary code for ceftriaxone 2 g</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://atrius.in/fhir/CodeSystem/hospital-formulary"] ;
  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.19" ]
  ] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "AtriusHospitalFormulary"] ;
  fhir:CodeSystem.title [ fhir:value "Hospital Formulary"] ;
  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 "Local hospital formulary / stock item codes for pharmacy MedicationDispense.\n\nContent is a fragment: hospitals overlay their own codes. Example concepts illustrate\nthe dual-coding pattern (formulary + SNOMED) used by AtriusInMedicationDispense."] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "fragment"] ;
  fhir:CodeSystem.concept [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "PARA500" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Paracetamol 500 mg tablet" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Example formulary code for paracetamol 500 mg" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "AMOX500" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Amoxicillin 500 mg capsule" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Example formulary code for amoxicillin 500 mg" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "ENX40" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Enoxaparin 40 mg/0.4 mL syringe" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Example formulary code for enoxaparin prophylactic dose" ]
  ], [
     fhir:index -1 ;
     fhir:CodeSystem.concept.code [ fhir:value "CTX2G" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Ceftriaxone 2 g vial" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "Example formulary code for ceftriaxone 2 g" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/atrius-hospital-formulary.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/atrius-hospital-formulary.ttl> .