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
: Optotype Presentation ValueSet - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "optotype-presentation"] ; #
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 optotype-presentation</b></p><a name=\"optotype-presentation\"> </a><a name=\"hcoptotype-presentation\"> </a><a name=\"optotype-presentation-en-US\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <code>https://larfuma.github.io/fhir-eyecare-ig/CodeSystem-optotype-presentation-codes.html</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>single-optotypes</td><td>Single Optotypes</td></tr><tr><td>optotype-rows</td><td>Optotype Rows</td></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</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=\"http://snomed.info/id/1220561009\">1220561009</a></td><td>Not recorded</td></tr><tr><td><a href=\"http://snomed.info/id/261665006\">261665006</a></td><td>Unknown</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "https://larfuma.github.io/fhir-eyecare-ig/ValueSet-optotype-presentation.html"^^xsd:anyURI] ; #
fhir:version [ fhir:v "0.1.0"] ; #
fhir:name [ fhir:v "OptotypePresentation"] ; #
fhir:title [ fhir:v "Optotype Presentation ValueSet"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "true"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-12-31T12:44:09+00:00"^^xsd:dateTime] ; #
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 "A ValueSet that includes codes representing the type of optotype presentation used during visual acuity testing."] ; #
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 "https://larfuma.github.io/fhir-eyecare-ig/CodeSystem-optotype-presentation-codes.html"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "single-optotypes" ] ;
fhir:display [ fhir:v "Single Optotypes" ] ] [
fhir:code [ fhir:v "optotype-rows" ] ;
fhir:display [ fhir:v "Optotype Rows" ] ] ) ] [
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "1220561009" ] ;
fhir:display [ fhir:v "Not recorded" ] ] [
fhir:code [ fhir:v "261665006" ] ;
fhir:display [ fhir:v "Unknown" ] ] ) ] )
] . #