Medication IG DE
1.1.0 - STU1

Medication IG DE - Local Development build (v1.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Timing When dgMP - TTL Representation

Active as of 2026-07-06

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/TimingWhenDgMP> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "TimingWhenDgMP"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "extensions" ] ;
     fhir:Narrative.div "<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 explicitly stated to be 4.0.1\"> 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>"
  ] ;
  fhir:ValueSet.url [ fhir:value "http://ig.fhir.de/igs/medication/ValueSet/TimingWhenDgMP"] ;
  fhir:ValueSet.version [ fhir:value "1.1.0"] ;
  fhir:ValueSet.name [ fhir:value "TimingWhenDgMPVS"] ;
  fhir:ValueSet.title [ fhir:value "Timing When dgMP"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.date [ fhir:value "2026-07-06T14:32:07+02:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "HL7 Deutschland e.V."] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "HL7 Deutschland e.V." ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://hl7.de" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "Tageszeiten für Zeitmuster"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://hl7.org/fhir/event-timing" ] ;
       fhir:ValueSet.compose.include.version [ fhir:value "4.0.1" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "MORN" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "NOON" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "EVE" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "NIGHT" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ValueSet/TimingWhenDgMP.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/TimingWhenDgMP.ttl> .