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 Ophthalmological Services

Active as of 2026-09-21

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-vs-ophthalmological-services> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "atrius-vs-ophthalmological-services"] ;
  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: ValueSet atrius-vs-ophthalmological-services</b></p><a name=\"atrius-vs-ophthalmological-services\"> </a><a name=\"hcatrius-vs-ophthalmological-services\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/36228007\">36228007</a></td><td>Ophthalmic examination and evaluation (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/66902005\">66902005</a></td><td>Ophthalmic examination and evaluation, follow-up (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/78831002\">78831002</a></td><td>Comprehensive eye examination (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/359960003\">359960003</a></td><td>Ophthalmologic examination and evaluation under general anesthesia, limited (procedure)</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://atrius.in/fhir/r4/atrius-in/ValueSet/atrius-vs-ophthalmological-services"] ;
  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.141" ]
  ] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "AtriusVsOphthalmologicalServices"] ;
  fhir:ValueSet.title [ fhir:value "Atrius Ophthalmological Services"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-09-21T19:22:21+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 "Atrius-authored ValueSet for CQL valueset \"Ophthalmological Services\". CPT 92002/92004/92012/92014 from VSAC OID 2.16.840.1.113883.3.526.3.1285 are omitted; SNOMED CT International concepts cover the same encounter intent, including examination under general anesthesia. The VSAC OID is provenance only."] ;
  fhir:ValueSet.purpose [ fhir:value "CQL membership for Atrius measure/pathway libraries. Provenance VSAC OID: 2.16.840.1.113883.3.526.3.1285."] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index -1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "36228007" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Ophthalmic examination and evaluation (procedure)" ]
       ], [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "66902005" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Ophthalmic examination and evaluation, follow-up (procedure)" ]
       ], [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "78831002" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Comprehensive eye examination (procedure)" ]
       ], [
         fhir:index -1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "359960003" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "Ophthalmologic examination and evaluation under general anesthesia, limited (procedure)" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/atrius-vs-ophthalmological-services.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/atrius-vs-ophthalmological-services.ttl> .