FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/mni-takingTimeForPosology

Packageswiss.mednet.fhir
TypeValueSet
Idmni-takingTimeForPosology
FHIR VersionR4
Sourcehttps://mednet.swiss/fhir/https://doc.mednet.swiss/fhir/ValueSet-mni-takingTimeForPosology.html
URLhttps://mednet.swiss/fhir/ValueSet/mni-takingTimeForPosology
Version0.16.0
Statusactive
Date2020-11-06T00:00:00+00:00
NameTakingTimeForPosology
TitleMedNet Interface (MNI) - Taking Time For Posology ValueSet
Realmch
DescriptionMedNet Interface (MNI) - Taking Time For Posology ValueSet
Copyrightnovcom AG

Resources that use this resource

StructureDefinition
mni-medicationStatement-dosageMedNet Interface (MNI) - Medication Statement Dosage

Resources that this resource uses

CodeSystem
event-timingEvent Timing
v3-TimingEventTimingEvent
v3-TimingEventTimingEvent

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet mni-takingTimeForPosology

This value set includes codes based on the following rules:

  • Include these codes as defined in http://hl7.org/fhir/event-timing
    CodeDisplayDefinition
    MORNMorningEvent occurs during the morning. The exact time is unspecified and established by institution convention or patient interpretation.
    NOONNoonEvent occurs around 12:00pm. The exact time is unspecified and established by institution convention or patient interpretation.
    EVEEveningEvent occurs during the evening. The exact time is unspecified and established by institution convention or patient interpretation.
    NIGHTNightEvent 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
    CodeDisplayDefinition
    PCMPCMafter breakfast (from lat. post cibus matutinus)
    PCDPCDafter lunch (from lat. post cibus diurnus)
    PCVPCVafter dinner (from lat. post cibus vespertinus)
    HSHS**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"
              }
            ]
          }
        ]
      }
    ]
  }
}