HL7 FHIR® Implementation Guide: Ophthalmology Retinal, Release 1
0.1.0 - STU 1 Ballot

HL7 FHIR® Implementation Guide: Ophthalmology Retinal, Release 1, published by HL7 International - Patient Care WG. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-eyecare-ig/ and changes regularly. See the Directory of published versions

: IOP Methods Code System - TTL Representation

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

 a fhir:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "iop-methods"];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n      <h2>Methods to measure Intraocular Pressure</h2>\n      <div>\n        <p>Additional coding for IOP observation method</p>\n      </div>\n    </div>"
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/uv/eyecare/CodeSystem/iop-methods"];
  fhir:CodeSystem.version [ fhir:value "0.1.0"];
  fhir:CodeSystem.name [ fhir:value "IOPMethods"];
  fhir:CodeSystem.title [ fhir:value "IOP Methods Code System"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.date [ fhir:value "2021-08-07"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "HL7 International - Patient Care WG"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.name [ fhir:value "HL7 International - Patient Care" ];
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/patientcare" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "IOP additional method types"];
  fhir:CodeSystem.jurisdiction [
     fhir:index 0;
     fhir:CodeableConcept.coding [
       fhir:index 0;
       fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
       fhir:Coding.code [ fhir:value "001" ]     ]
  ];
  fhir:CodeSystem.copyright [ fhir:value "HL7"];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.compositional [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.versionNeeded [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "rebound-tonometry" ];
     fhir:CodeSystem.concept.display [ fhir:value "Rebound tonometry" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Rebound tonometry" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "rebound-tonometry-remote" ];
     fhir:CodeSystem.concept.display [ fhir:value "Rebound tonometry remote" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Rebound tonometry remote" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "contact-lens-tonometry" ];
     fhir:CodeSystem.concept.display [ fhir:value "Contact lens tonometry" ];
     fhir:CodeSystem.concept.definition [ fhir:value "Contact lens tonometry" ]
  ].

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

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.