FHIR IG analytics
| Package | swiss.mednet.fhir |
| Resource Type | ValueSet |
| Id | ValueSet-mni-takingTimeForPosology.json |
| FHIR Version | R4 |
| Source | https://doc.mednet.swiss/fhir/ValueSet-mni-takingTimeForPosology.html |
| URL | https://mednet.swiss/fhir/ValueSet/mni-takingTimeForPosology |
| Version | 0.20.0 |
| Status | active |
| Date | 2025-12-19T00:00:00+00:00 |
| Name | TakingTimeForPosology |
| Title | MedNet Interface (MNI) - Taking Time For Posology ValueSet |
| Realm | ch |
| Description | MedNet Interface (MNI) - Taking Time For Posology ValueSet |
| Copyright | novcom AG |
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
This value set includes codes based on the following rules:
- 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. |
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-TimingEvent version 📦3.0.0| Code | Display | Definition |
PCM | PCM | after breakfast (from lat. post cibus matutinus) |
PCD | PCD | after lunch (from lat. post cibus diurnus) |
PCV | PCV | after dinner (from lat. post cibus vespertinus) |
HS | HS | **Description:** Prior to beginning a regular period of extended sleep (this would exclude naps). Note that this might occur at different times of day depending on a person's regular sleep schedule. |
Source1
{
"resourceType": "ValueSet",
"id": "mni-takingTimeForPosology",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://mednet.swiss/fhir/ValueSet/mni-takingTimeForPosology",
"version": "0.20.0",
"name": "TakingTimeForPosology",
"title": "MedNet Interface (MNI) - Taking Time For Posology ValueSet",
"status": "active",
"experimental": false,
"date": "2025-12-19T00:00:00+00:00",
"publisher": "novcom AG",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "https://mednet.swiss"
}
]
}
],
"description": "MedNet Interface (MNI) - Taking Time For Posology ValueSet",
"copyright": "novcom AG",
"compose": {
"include": [
{
"system": "http://hl7.org/fhir/event-timing",
"concept": [
{
"code": "MORN",
"designation": [
{
"value": "Morning - Equivalent to morning - Value not supported by CHMED"
}
]
},
{
"code": "NOON",
"designation": [
{
"value": "Noon - Equivalent to morning - Value not supported by CHMED"
}
]
},
{
"code": "EVE",
"designation": [
{
"value": "Envening - Equivalent to morning - Value not supported by CHMED"
}
]
},
{
"code": "NIGHT",
"designation": [
{
"value": "Night - Equivalent to morning - Value not supported by CHMED"
}
]
}
]
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-TimingEvent",
"concept": [
{
"code": "PCM",
"designation": [
{
"value": "after breakfast - Equivalent to morning - Official CHMED Value"
}
]
},
{
"code": "PCD",
"designation": [
{
"value": "after lunch - Equivalent to noon - Official CHMED Value"
}
]
},
{
"code": "PCV",
"designation": [
{
"value": "after dinner - Equivalent to evening - Official CHMED Value"
}
]
},
{
"code": "HS",
"designation": [
{
"value": "Prior to beginning a regular period of extended sleep - Equivalent to night - Official CHMED Value"
}
]
}
]
}
]
}
}