| Package | ch.fhir.ig.ch-emed-epr |
| Resource Type | ValueSet |
| Id | ch-emed-epr-event-timing |
| FHIR Version | R4 |
| Source | http://fhir.ch/ig/ch-emed-epr/http://fhir.ch/ig/ch-emed-epr/2.0.0/ValueSet-ch-emed-epr-event-timing.html |
| URL | http://fhir.ch/ig/ch-emed-epr/ValueSet/ch-emed-epr-event-timing |
| Version | 2.0.0 |
| Status | draft |
| Date | 2025-01-21T10:58:28+00:00 |
| Name | CHEMEDEPREventTiming |
| Title | Event Timings |
| Realm | ch |
| Authority | hl7 |
| Description | Event Timings for ambulatory use. |
| Copyright | CC0-1.0 |
No resources found
| CodeSystem | |
| event-timing | Event Timing |
Note: links and images are rebased to the (stated) source
Generated Narrative: ValueSet ch-emed-epr-event-timing
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. |
{
"resourceType": "ValueSet",
"id": "ch-emed-epr-event-timing",
"meta": {
"profile": [
"http://hl7.org/fhir/StructureDefinition/shareablevalueset"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "http://fhir.ch/ig/ch-emed-epr/ValueSet/ch-emed-epr-event-timing",
"version": "2.0.0",
"name": "CHEMEDEPREventTiming",
"title": "Event Timings",
"status": "draft",
"experimental": true,
"date": "2025-01-21T10:58:28+00:00",
"publisher": "CARA",
"contact": [
{
"name": "CARA",
"telecom": [
{
"system": "url",
"value": "https://www.cara.ch"
}
]
}
],
"description": "Event Timings for ambulatory use.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "CH",
"display": "Switzerland"
}
]
}
],
"copyright": "CC0-1.0",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/event-timing",
"concept": [
{
"code": "MORN",
"display": "Morning"
},
{
"code": "NOON",
"display": "Noon"
},
{
"code": "EVE",
"display": "Evening"
},
{
"code": "NIGHT",
"display": "Night"
}
]
}
]
}
}