@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://gematik.de/fhir/isik/ValueSet/MedikationsListeListModeVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "MedikationsListeListModeVS"] ; # 
  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 MedikationsListeListModeVS</b></p><a name=\"MedikationsListeListModeVS\"> </a><a name=\"hcMedikationsListeListModeVS\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-list-mode.html\"><code>http://hl7.org/fhir/list-mode</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version ?4.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://hl7.org/fhir/R4/codesystem-list-mode.html#list-mode-working\">working</a></td><td style=\"color: #cccccc\">Working List</td><td>This list is the master list, maintained in an ongoing fashion with regular updates as the real world list it is tracking changes.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-list-mode.html#list-mode-snapshot\">snapshot</a></td><td style=\"color: #cccccc\">Snapshot List</td><td>This list was prepared as a snapshot. It should not be assumed to be current.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "https://gematik.de/fhir/isik/ValueSet/MedikationsListeListModeVS"^^xsd:anyURI ;
     fhir:l <https://gematik.de/fhir/isik/ValueSet/MedikationsListeListModeVS>
  ] ; # 
  fhir:version [ fhir:v "6.0.0-rc"] ; # 
  fhir:name [ fhir:v "MedikationsListeListModeVS"] ; # 
  fhir:title [ fhir:v "Medikationslisten-Modes"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2026-04-02"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "gematik GmbH"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "gematik GmbH" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://gematik.de" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Erlaubte ListModes der ISiK MedikationsListe"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/list-mode"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/list-mode>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "working" ]
       ] [
         fhir:code [ fhir:v "snapshot" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

