@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/EntlassungsartSVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "EntlassungsartSVS"] ; # 
  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 EntlassungsartSVS</b></p><a name=\"EntlassungsartSVS\"> </a><a name=\"hcEntlassungsartSVS\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-EntlassungsartCS.html\"><code>https://elga.moped.at/CodeSystem/EntlassungsartCS</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-EntlassungsartCS.html#EntlassungsartCS-E\">E</a></td><td style=\"color: #cccccc\">Entlassung aus dem Krankenhaus</td></tr><tr><td><a href=\"CodeSystem-EntlassungsartCS.html#EntlassungsartCS-T\">T</a></td><td style=\"color: #cccccc\">Transfer in eine andere Krankenanstalt</td></tr><tr><td><a href=\"CodeSystem-EntlassungsartCS.html#EntlassungsartCS-S\">S</a></td><td style=\"color: #cccccc\">Sterbefall</td></tr><tr><td><a href=\"CodeSystem-EntlassungsartCS.html#EntlassungsartCS-A\">A</a></td><td style=\"color: #cccccc\">Krankenhausinterne Verlegung vom Bereich der Rehabilitation und vom ausschließlichen Bereich der Pflege in den allgemeinen stationären Bereich (inkl. Intensivbereich)</td></tr><tr><td><a href=\"CodeSystem-EntlassungsartCS.html#EntlassungsartCS-R\">R</a></td><td style=\"color: #cccccc\">Krankenhausinterne Verlegung in den Bereich der Rehabilitation</td></tr><tr><td><a href=\"CodeSystem-EntlassungsartCS.html#EntlassungsartCS-P\">P</a></td><td style=\"color: #cccccc\">Krankenhausinterne Verlegung in den ausschließlichen Bereich der Pflege</td></tr><tr><td><a href=\"CodeSystem-EntlassungsartCS.html#EntlassungsartCS-LKF_L\">LKF_L</a></td><td style=\"color: #cccccc\">Kennzeichen der Datensätze, die zum Zeitpunkt der Asylierung dokumentarisch abgeschlossen werden</td></tr><tr><td><a href=\"CodeSystem-EntlassungsartCS.html#EntlassungsartCS-LKF_V\">LKF_V</a></td><td style=\"color: #cccccc\">Kennzeichen für noch nicht abgeschlossene Aufenthalte von am Jahresende verbleibenden Patient:innen</td></tr><tr><td><a href=\"CodeSystem-EntlassungsartCS.html#EntlassungsartCS-4\">4</a></td><td style=\"color: #cccccc\">Entlassung gegen Revers</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://elga.moped.at/ValueSet/EntlassungsartSVS"^^xsd:anyURI ;
     fhir:l <https://elga.moped.at/ValueSet/EntlassungsartSVS>
  ] ; # 
  fhir:version [ fhir:v "0.1.0"] ; # 
  fhir:name [ fhir:v "EntlassungsartSVS"] ; # 
  fhir:title [ fhir:v "Entlassungsart des Patienten stationär"] ; # 
  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 "ValueSet für die stationäre Entlassungsart des Patienten"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "https://elga.moped.at/CodeSystem/EntlassungsartCS"^^xsd:anyURI ;
         fhir:l <https://elga.moped.at/CodeSystem/EntlassungsartCS>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "E" ]
       ] [
         fhir:code [ fhir:v "T" ]
       ] [
         fhir:code [ fhir:v "S" ]
       ] [
         fhir:code [ fhir:v "A" ]
       ] [
         fhir:code [ fhir:v "R" ]
       ] [
         fhir:code [ fhir:v "P" ]
       ] [
         fhir:code [ fhir:v "LKF_L" ]
       ] [
         fhir:code [ fhir:v "LKF_V" ]
       ] [
         fhir:code [ fhir:v "4" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

