This page is part of the Medication IG DE (vballot1: Releases Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
: TimingWhenDgMP - TTL Representation
Raw ttl | Download
@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 -------------------------------------------------------------------
a fhir:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "TimingWhenDgMP"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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><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:version [ fhir:v "1.0.0-ballot1"] ; #
fhir:name [ fhir:v "TimingWhenDgMPVS"] ; #
fhir:title [ fhir:v "TimingWhenDgMP"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:date [ fhir:v "2025-07-11T15:31:25+02:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 Deutschland"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 Deutschland" ] ;
( 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:concept [
fhir:code [ fhir:v "MORN" ] ] [
fhir:code [ fhir:v "NOON" ] ] [
fhir:code [ fhir:v "EVE" ] ] [
fhir:code [ fhir:v "NIGHT" ] ] ) ] )
] . #