@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 -------------------------------------------------------------------

<http://ig.fhir.de/igs/medication/ValueSet/TimingWhenDgMP> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "TimingWhenDgMP"] ; # 
  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 TimingWhenDgMP</b></p><a name=\"TimingWhenDgMP\"> </a><a name=\"hcTimingWhenDgMP\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html\"><code>http://hl7.org/fhir/event-timing</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-event-timing.html#event-timing-MORN\">MORN</a></td><td style=\"color: #cccccc\">Morning</td><td>Event occurs during the morning. The exact time is unspecified and established by institution convention or patient interpretation.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#event-timing-NOON\">NOON</a></td><td style=\"color: #cccccc\">Noon</td><td>Event occurs around 12:00pm. The exact time is unspecified and established by institution convention or patient interpretation.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#event-timing-EVE\">EVE</a></td><td style=\"color: #cccccc\">Evening</td><td>Event occurs during the evening. The exact time is unspecified and established by institution convention or patient interpretation.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-event-timing.html#event-timing-NIGHT\">NIGHT</a></td><td style=\"color: #cccccc\">Night</td><td>Event occurs during the night. The exact time is unspecified and established by institution convention or patient interpretation.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://ig.fhir.de/igs/medication/ValueSet/TimingWhenDgMP"^^xsd:anyURI ;
     fhir:l <http://ig.fhir.de/igs/medication/ValueSet/TimingWhenDgMP>
  ] ; # 
  fhir:version [ fhir:v "1.0.4"] ; # 
  fhir:name [ fhir:v "TimingWhenDgMPVS"] ; # 
  fhir:title [ fhir:v "Timing When dgMP"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:date [ fhir:v "2026-04-07T12:51:44+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Deutschland e.V."] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Deutschland e.V." ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "https://hl7.de" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Tageszeiten für Zeitmuster"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [
         fhir:v "http://hl7.org/fhir/event-timing"^^xsd:anyURI ;
         fhir:l <http://hl7.org/fhir/event-timing>
       ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "MORN" ]
       ] [
         fhir:code [ fhir:v "NOON" ]
       ] [
         fhir:code [ fhir:v "EVE" ]
       ] [
         fhir:code [ fhir:v "NIGHT" ]
       ] )
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

