FHIR IG Statistics: ValueSet/mni-takingTimeForPosology
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
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
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. |
Source
{
"resourceType": "ValueSet",
"id": "mni-takingTimeForPosology",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://mednet.swiss/fhir/ValueSet/mni-takingTimeForPosology",
"version": "0.16.0",
"name": "TakingTimeForPosology",
"title": "MedNet Interface (MNI) - Taking Time For Posology ValueSet",
"status": "active",
"date": "2020-11-06T00: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"
}
]
}
]
}
]
}
}