FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagede.fhir.medication
Resource TypeValueSet
IdValueSet-TimingWhenDgMP.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7germany/medication-ig-de-r4/ValueSet-TimingWhenDgMP.html
URLhttp://ig.fhir.de/igs/medication/ValueSet/TimingWhenDgMP
Version1.0.3
Statusactive
Date2025-11-19T15:42:47+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 version 📦4.0.1
    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.

Source1

{
  "resourceType": "ValueSet",
  "id": "TimingWhenDgMP",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://ig.fhir.de/igs/medication/ValueSet/TimingWhenDgMP",
  "version": "1.0.3",
  "name": "TimingWhenDgMPVS",
  "title": "Timing When dgMP",
  "status": "active",
  "date": "2025-11-19T15:42:47+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"
          }
        ]
      }
    ]
  }
}