@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://fhir.hl7.at/elga/ediag/r4/ValueSet/ElgaListCodeVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ElgaListCodeVS"] ; # 
  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 ElgaListCodeVS</b></p><a name=\"ElgaListCodeVS\"> </a><a name=\"hcElgaListCodeVS\"> </a><p>This value set includes codes based on the following rules:</p><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/404684003\">404684003</a></td><td style=\"color: #cccccc\">Clinical finding</td></tr><tr><td><a href=\"http://snomed.info/id/71388002\">71388002</a></td><td style=\"color: #cccccc\">Procedure</td></tr><tr><td><a href=\"http://snomed.info/id/722446000\">722446000</a></td><td style=\"color: #cccccc\">Allergy record</td></tr><tr><td><a href=\"http://snomed.info/id/37341000000109\">37341000000109</a></td><td style=\"color: #cccccc\">Alert note</td></tr></table></li><li>Include these codes as defined in <a href=\"http://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/11450-4/\">11450-4</a></td><td style=\"color: #cccccc\">Problem list - Reported</td></tr><tr><td><a href=\"https://loinc.org/47519-4/\">47519-4</a></td><td style=\"color: #cccccc\">History of Procedures Document</td></tr><tr><td><a href=\"https://loinc.org/48765-2/\">48765-2</a></td><td style=\"color: #cccccc\">Allergies and adverse reactions Document</td></tr><tr><td><a href=\"https://loinc.org/104605-1/\">104605-1</a></td><td style=\"color: #cccccc\">Alert</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.hl7.at/elga/ediag/r4/ValueSet/ElgaListCodeVS"^^xsd:anyURI ;
     fhir:l <https://fhir.hl7.at/elga/ediag/r4/ValueSet/ElgaListCodeVS>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "ElgaListCodeVS"] ; # 
  fhir:title [ fhir:v "ELGA List.code Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-04-23T05:42:05+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "ELGA GmbH"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "ELGA GmbH" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://elga.gv.at" ]
     ] )
  ] [
     fhir:name [ fhir:v "ELGA GmbH" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://elga.gv.at" ] ;
       fhir:use [ fhir:v "work" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "ValueSet für zulässige Ausprägungen Ausprägungen des Flags eines List.Entries in ELGA."] ; # 
  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 "404684003" ]
       ] [
         fhir:code [ fhir:v "71388002" ]
       ] [
         fhir:code [ fhir:v "722446000" ]
       ] [
         fhir:code [ fhir:v "37341000000109" ]
       ] )
     ] [
       fhir:system [
         fhir:v "http://loinc.org"^^xsd:anyURI ;
         fhir:l <http://loinc.org>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "11450-4" ]
       ] [
         fhir:code [ fhir:v "47519-4" ]
       ] [
         fhir:code [ fhir:v "48765-2" ]
       ] [
         fhir:code [ fhir:v "104605-1" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

