FHIR IG analytics
Resources that use this resource
Resources that this resource uses
| CodeSystem |
| dk.ehealth.sundhed.fhir.ig.core#current | event-timing | Event Timing |
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/event-timing version 📍4.0.1| 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. |
Source1
{
"resourceType": "ValueSet",
"id": "ElgaTimingWhenStandardAdministrationVS",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.hl7.at/elga/emed/r4/ValueSet/ElgaTimingWhenStandardAdministrationVS",
"version": "0.1.1",
"name": "ElgaTimingWhenStandardAdministrationVS",
"title": "ELGA Dosierung Timing When ValueSet für Tageszeitenschema",
"status": "draft",
"experimental": true,
"date": "2026-09-03T18:40:15+00:00",
"publisher": "ELGA GmbH",
"contact": [
{
"name": "ELGA GmbH",
"telecom": [
{
"system": "url",
"value": "http://elga.gv.at"
}
]
},
{
"name": "ELGA GmbH",
"telecom": [
{
"system": "url",
"value": "https://elga.gv.at",
"use": "work"
}
]
}
],
"description": "ValueSet für zulässige Ausprägungen des Elements when eines Timings für eine Dosierung mit Tageszeitenschema.",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/event-timing",
"version": "4.0.1",
"concept": [
{
"code": "MORN"
},
{
"code": "NOON"
},
{
"code": "EVE"
},
{
"code": "NIGHT"
}
]
}
]
}
}