@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 -------------------------------------------------------------------

<https://www.ehealth.fgov.be/standards/fhir/childreport/ValueSet/vs-eye-screening-results> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "vs-eye-screening-results"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vs-eye-screening-results</b></p><a name=\"vs-eye-screening-results\"> </a><a name=\"hcvs-eye-screening-results\"> </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/280413001\">280413001</a></td><td>Normal result</td></tr><tr><td><a href=\"http://snomed.info/id/280415008\">280415008</a></td><td>Abnormal result</td></tr><tr><td><a href=\"http://snomed.info/id/455371000124106\">455371000124106</a></td><td>Invalid result</td></tr><tr><td><a href=\"http://snomed.info/id/373121007\">373121007</a></td><td>Test not done</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/vs-eye-screening-results"^^xsd:anyURI ;
     fhir:l <https://www.ehealth.fgov.be/standards/fhir/terminology/ValueSet/vs-eye-screening-results>
  ] ; # 
  fhir:version [ fhir:v "1.0.0"] ; # 
  fhir:name [ fhir:v "VSEyeScreeningOutcome"] ; # 
  fhir:title [ fhir:v "Eye Screening Results"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-04-10T11:42:00+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "eHealth Platform"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "eHealth Platform" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://www.ehealth.fgov.be" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "support@be-ehealth-standards.atlassian.net" ]
     ] )
  ] [
     fhir:name [ fhir:v "Message-Structure" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "support@be-ehealth-standards.atlassian.net" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "A value set that includes codes for eye screening results."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ;
         fhir:l <urn:iso:std:iso:3166>
       ] ;
       fhir:code [ fhir:v "BE" ] ;
       fhir:display [ fhir:v "Belgium" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "280413001" ] ;
         fhir:display [ fhir:v "Normal result" ]
       ] [
         fhir:code [ fhir:v "280415008" ] ;
         fhir:display [ fhir:v "Abnormal result" ]
       ] [
         fhir:code [ fhir:v "455371000124106" ] ;
         fhir:display [ fhir:v "Invalid result" ]
       ] [
         fhir:code [ fhir:v "373121007" ] ;
         fhir:display [ fhir:v "Test not done" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

