@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://elga.moped.at/ValueSet/LKFDiagnoseTypVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "LKFDiagnoseTypVS"] ; # 
  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 LKFDiagnoseTypVS</b></p><a name=\"LKFDiagnoseTypVS\"> </a><a name=\"hcLKFDiagnoseTypVS\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <code>https://termgit.elga.gv.at/ValueSet/lkf-diagnose-typ</code><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span></li><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/52870002\">52870002</a></td><td>Aufnahmediagnose</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://elga.moped.at/ValueSet/LKFDiagnoseTypVS"^^xsd:anyURI ;
     fhir:l <https://elga.moped.at/ValueSet/LKFDiagnoseTypVS>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "LKFDiagnoseTypVS"] ; # 
  fhir:title [ fhir:v "LKF Diagnosetyp ValueSet"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-01-09T08:51:35+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 "https://elga.gv.at" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "LKF Diganosetyp"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://termgit.elga.gv.at/ValueSet/lkf-diagnose-typ"^^xsd:anyURI ;
         fhir:l <https://termgit.elga.gv.at/ValueSet/lkf-diagnose-typ>
       ]
     ] [
       fhir:system [
         fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
         fhir:l <http://snomed.info/sct>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "52870002" ] ;
         fhir:display [ fhir:v "Aufnahmediagnose" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

