Eyes back on FHIR? An experimental continuation of the Eyes on FHIR working group's HL7 FHIR® IG
0.1.0 - experimental Unknown region code '276'

Eyes back on FHIR? An experimental continuation of the Eyes on FHIR working group's HL7 FHIR® IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Visual Acuity Test Distance - TTL Representation

Draft as of 2024-09-28

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:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "visual-acuity-test-distance"] ; # 
  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: ValueSet visual-acuity-test-distance</b></p><a name=\"visual-acuity-test-distance\"> </a><a name=\"hcvisual-acuity-test-distance\"> </a><a name=\"visual-acuity-test-distance-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"https://loinc.org/LA32578-9/\">LA32578-9</a></td><td>Near</td></tr><tr><td><a href=\"https://loinc.org/LA32577-1/\">LA32577-1</a></td><td>Far</td></tr><tr><td><a href=\"https://loinc.org/LA16550-8/\">LA16550-8</a></td><td>Intermediate</td></tr><tr><td><a href=\"https://loinc.org/LA4720-4/\">LA4720-4</a></td><td>Not applicable</td></tr><tr><td><a href=\"https://loinc.org/LA13420-7/\">LA13420-7</a></td><td>Unknown/Indeterminate</td></tr></table></li></ul></div>"
  ] ; # 
  fhir:url [ fhir:v "https://larfuma.github.io/fhir-eyecare-ig/ValueSet-visual-acuity-test-distance"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "VisualAcuityTestDistance"] ; # 
  fhir:title [ fhir:v "Visual Acuity Test Distance"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v "true"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-09-28"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "Lars Fuhrmann"] ; # 
  fhir:contact ( [
fhir:name [ fhir:v "Lars Fuhrmann" ] ;
    ( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://larfuma.github.io/fhir-eyecare-ig/" ]     ] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "fuhr.lars@gmail.com" ]     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes representing the distances at which visual acuity tests are performed."] ; # 
  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:compose [
    ( fhir:include [
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
      ( fhir:concept [
fhir:code [ fhir:v "LA32578-9" ] ;
fhir:display [ fhir:v "Near" ]       ] [
fhir:code [ fhir:v "LA32577-1" ] ;
fhir:display [ fhir:v "Far" ]       ] [
fhir:code [ fhir:v "LA16550-8" ] ;
fhir:display [ fhir:v "Intermediate" ]       ] [
fhir:code [ fhir:v "LA4720-4" ] ;
fhir:display [ fhir:v "Not applicable" ]       ] [
fhir:code [ fhir:v "LA13420-7" ] ;
fhir:display [ fhir:v "Unknown/Indeterminate" ]       ] )     ] )
  ] . #