@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/emed/r4/ValueSet/ElgaListEmptyReasonVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "ElgaListEmptyReasonVS"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ElgaListEmptyReasonVS</b></p><a name=\"ElgaListEmptyReasonVS\"> </a><a name=\"hcElgaListEmptyReasonVS\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-list-empty-reason.html\"><code>http://terminology.hl7.org/CodeSystem/list-empty-reason</code></a><span title=\"Version is explicitly stated to be 1.0.1\"> version ?1.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-list-empty-reason.html#list-empty-reason-nilknown\">nilknown</a></td><td style=\"color: #cccccc\">Nil Known</td><td>Clinical judgment that there are no known items for this list after reasonable investigation. Note that this a positive statement by a clinical user, and not a default position asserted by a computer system in the lack of other information. Example uses:  * For allergies: the patient or patient's agent/guardian has asserted that he/she is not aware of any allergies (NKA - nil known allergies)  * For medications: the patient or patient's agent/guardian has asserted that the patient is known to be taking no medications  * For diagnoses, problems and procedures: the patient or patient's agent/guardian has asserted that there is no known event to record.</td></tr><tr><td><a href=\"http://terminology.hl7.org/7.1.0/CodeSystem-list-empty-reason.html#list-empty-reason-notstarted\">notstarted</a></td><td style=\"color: #cccccc\">Not Started</td><td>The work to populate this list has not yet begun.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://fhir.hl7.at/elga/emed/r4/ValueSet/ElgaListEmptyReasonVS"^^xsd:anyURI ;
     fhir:l <https://fhir.hl7.at/elga/emed/r4/ValueSet/ElgaListEmptyReasonVS>
  ] ; # 
  fhir:version [ fhir:v "0.1.1"] ; # 
  fhir:name [ fhir:v "ElgaListEmptyReasonVS"] ; # 
  fhir:title [ fhir:v "ELGA List Empty Reason Value Set"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v true] ; # 
  fhir:date [ fhir:v "2026-04-17T19:15:07+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 des Elements emptyReason einer Liste."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://terminology.hl7.org/CodeSystem/list-empty-reason"^^xsd:anyURI ;
         fhir:l <http://terminology.hl7.org/CodeSystem/list-empty-reason>
       ] ;
       fhir:version [ fhir:v "1.0.1" ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "nilknown" ]
       ] [
         fhir:code [ fhir:v "notstarted" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

