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 India Core OPD Service Category

Active as of 2026-07-24

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/ValueSet/atrius-in-opd-service-category> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "atrius-in-opd-service-category"] ;
  fhir:Resource.language [ fhir:value "en"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet atrius-in-opd-service-category</b></p><a name=\"atrius-in-opd-service-category\"> </a><a name=\"hcatrius-in-opd-service-category\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-service-category.html\"><code>http://terminology.hl7.org/CodeSystem/service-category</code></a><span title=\"Version is explicitly stated to be 1.1.1\"> version ?1.1.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-service-category.html#service-category-17\">17</a></td><td style=\"color: #cccccc\">General Practice</td><td>General Practice/GP (doctor)</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-service-category.html#service-category-8\">8</a></td><td style=\"color: #cccccc\">Counselling</td><td>Counselling</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-service-category.html#service-category-27\">27</a></td><td style=\"color: #cccccc\">Specialist Medical</td><td>Specialist Medical - requires referral</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.2.0/CodeSystem-service-category.html#service-category-35\">35</a></td><td style=\"color: #cccccc\">Hospital</td><td>Hospital</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://atrius.in/fhir/r4/atrius-in/ValueSet/atrius-in-opd-service-category"] ;
  fhir:ValueSet.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.48.16" ]
  ] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "AtriusInOpdServiceCategoryVS"] ;
  fhir:ValueSet.title [ fhir:value "Atrius India Core OPD Service Category"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-07-24T19:16:12+05:30"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "Atrius"] ;
  fhir:ValueSet.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:ValueSet.description [ fhir:value "Schedule and appointment serviceCategory for outpatient and ambulatory services."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index -1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/service-category" ] ;
       fhir:ValueSet.compose.include.version [ fhir:value "1.1.1" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "17" ]
       ], [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "8" ]
       ], [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "27" ]
       ], [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "35" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/atrius-in-opd-service-category.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/atrius-in-opd-service-category.ttl> .