Medication IG DE
1.0.0-ballot1 - 1.0.0

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 in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: TimingWhenDgMP - JSON Representation

Draft as of 2025-07-11

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "TimingWhenDgMP",
  "text" : {
    "status" : "extensions",
    "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>"
  },
  "url" : "http://ig.fhir.de/igs/medication/ValueSet/TimingWhenDgMP",
  "version" : "1.0.0-ballot1",
  "name" : "TimingWhenDgMPVS",
  "title" : "TimingWhenDgMP",
  "status" : "draft",
  "date" : "2025-07-11T15:28:36+02:00",
  "publisher" : "HL7 Deutschland",
  "contact" : [
    {
      "name" : "HL7 Deutschland",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://hl7.de"
        }
      ]
    }
  ],
  "description" : "Tageszeiten für Zeitmuster",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/event-timing",
        "concept" : [
          {
            "code" : "MORN"
          },
          {
            "code" : "NOON"
          },
          {
            "code" : "EVE"
          },
          {
            "code" : "NIGHT"
          }
        ]
      }
    ]
  }
}