FHIR IG Statistics: ValueSet/TimingWhenDgMP
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/event-timing
Code | Display | Definition |
MORN | Morning | Event occurs during the morning. The exact time is unspecified and established by institution convention or patient interpretation. |
NOON | Noon | Event occurs around 12:00pm. The exact time is unspecified and established by institution convention or patient interpretation. |
EVE | Evening | Event occurs during the evening. The exact time is unspecified and established by institution convention or patient interpretation. |
NIGHT | Night | Event 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"
}
]
}
]
}
}