FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/TimingWhenDgMP

Packagede.fhir.medication
TypeValueSet
IdTimingWhenDgMP
FHIR VersionR4
Sourcehttp://ig.fhir.de/igs/medication/https://build.fhir.org/ig/hl7germany/medication-ig-de-r4/ValueSet-TimingWhenDgMP.html
URLhttp://ig.fhir.de/igs/medication/ValueSet/TimingWhenDgMP
Version1.0.0-ballot
Statusdraft
Date2025-07-22T09:59:42+00:00
NameTimingWhenDgMPVS
TitleTiming When dgMP
Authorityhl7
DescriptionTageszeiten für Zeitmuster

Resources that use this resource

StructureDefinition
TimingDgMPTiming dgMP

Resources that this resource uses

CodeSystem
event-timingEvent Timing

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet TimingWhenDgMP

  • Include these codes as defined in http://hl7.org/fhir/event-timing
    CodeDisplayDefinition
    MORNMorningEvent occurs during the morning. The exact time is unspecified and established by institution convention or patient interpretation.
    NOONNoonEvent occurs around 12:00pm. The exact time is unspecified and established by institution convention or patient interpretation.
    EVEEveningEvent occurs during the evening. The exact time is unspecified and established by institution convention or patient interpretation.
    NIGHTNightEvent occurs during the night. The exact time is unspecified and established by institution convention or patient interpretation.

Source

{
  "resourceType": "ValueSet",
  "id": "TimingWhenDgMP",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ig.fhir.de/igs/medication/ValueSet/TimingWhenDgMP",
  "version": "1.0.0-ballot",
  "name": "TimingWhenDgMPVS",
  "title": "Timing When dgMP",
  "status": "draft",
  "date": "2025-07-22T09:59:42+00:00",
  "publisher": "HL7 Deutschland e.V.",
  "contact": [
    {
      "name": "HL7 Deutschland e.V.",
      "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"
          }
        ]
      }
    ]
  }
}