Eyematics Core Data Set
2025.0.0-alpha - ci-build Unknown region code '276'

Eyematics Core Data Set - Local Development build (v2025.0.0-alpha) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: IOP Methods Code System - TTL Representation

Draft as of 2025-02-06

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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:id [ fhir:v "iop-methods"] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem iop-methods</b></p><a name=\"iop-methods\"> </a><a name=\"hciop-methods\"> </a><a name=\"iop-methods-und\"> </a><p>This case-sensitive code system <code>https://eyematics.org/fhir/eyematics-kds/CodeSystem/iop-methods</code> defines the 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\">rebound-tonometry<a name=\"iop-methods-rebound-tonometry\"> </a></td><td>Rebound tonometry</td><td>Rebound tonometry</td></tr><tr><td style=\"white-space:nowrap\">rebound-tonometry-remote<a name=\"iop-methods-rebound-tonometry-remote\"> </a></td><td>Rebound tonometry remote</td><td>Rebound tonometry remote</td></tr><tr><td style=\"white-space:nowrap\">contact-lens-tonometry<a name=\"iop-methods-contact-lens-tonometry\"> </a></td><td>Contact lens tonometry</td><td>Contact lens tonometry</td></tr></table></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "https://eyematics.org/fhir/eyematics-kds/CodeSystem/iop-methods"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "2025.0.0-alpha"] ; # 
  fhir:name [ fhir:v "IOPMethods"] ; # 
  fhir:title [ fhir:v "IOP Methods Code System"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:date [ fhir:v "2025-02-06"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Medizininformatik-Initiative"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Medizininformatik-Initiative" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.medizininformatik-initiative.de" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "IOP additional method types"] ; # 
  fhir:jurisdiction ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "276" ]     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "MII"] ; # 
  fhir:caseSensitive [ fhir:v true] ; # 
  fhir:compositional [ fhir:v false] ; # 
  fhir:versionNeeded [ fhir:v true] ; # 
  fhir:content [ fhir:v "complete"] ; # 
  fhir:count [ fhir:v "3"^^xsd:nonNegativeInteger] ; # 
  fhir:concept ( [
fhir:code [ fhir:v "rebound-tonometry" ] ;
fhir:display [ fhir:v "Rebound tonometry" ] ;
fhir:definition [ fhir:v "Rebound tonometry" ]
  ] [
fhir:code [ fhir:v "rebound-tonometry-remote" ] ;
fhir:display [ fhir:v "Rebound tonometry remote" ] ;
fhir:definition [ fhir:v "Rebound tonometry remote" ]
  ] [
fhir:code [ fhir:v "contact-lens-tonometry" ] ;
fhir:display [ fhir:v "Contact lens tonometry" ] ;
fhir:definition [ fhir:v "Contact lens tonometry" ]
  ] ) . #