Medikationsplan 4 PLUS
0.1.0 - ci-build

Medikationsplan 4 PLUS - Local Development build (v0.1.0). See the Directory of published versions

: Einnahmezeitpunkte v3 TimingEvent - JSON Representation

Draft as of 2021-05-07

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "mp4p-einnahmezeitpunkte-v3",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-TimingEvent.html\"><code>http://terminology.hl7.org/CodeSystem/v3-TimingEvent</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-TimingEvent.html#v3-TimingEvent-CM\">CM</a></td><td>Morgens</td><td>**Description:** breakfast (from lat. cibus matutinus)</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-TimingEvent.html#v3-TimingEvent-CD\">CD</a></td><td>Mittags</td><td>**Description:** lunch (from lat. cibus diurnus)</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-TimingEvent.html#v3-TimingEvent-CV\">CV</a></td><td>Abends</td><td>**Description:** dinner (from lat. cibus vespertinus)</td></tr><tr><td><a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-TimingEvent.html#v3-TimingEvent-HS\">HS</a></td><td>zur Nacht</td><td>**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.</td></tr></table></li></ul></div>"
  },
  "url" : "https://www.charite.de/fhir/medikationsplan/ValueSet/einnahmezeitpunkte-v3-TimingEvent",
  "version" : "0.1.0",
  "name" : "EinnahmezeitpunkteV3",
  "title" : "Einnahmezeitpunkte v3 TimingEvent",
  "status" : "draft",
  "experimental" : true,
  "date" : "2021-05-07",
  "publisher" : "BIH@Charité",
  "contact" : [
    {
      "name" : "BIH@Charité",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.bihealth.org/en/research/core-facilities/interoperability/"
        }
      ]
    }
  ],
  "description" : "ValueSet zur Codierung von Einnahmezeitpunkten aus v3 CodeSystem TimingEvent.",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-TimingEvent",
        "concept" : [
          {
            "code" : "CM",
            "display" : "Morgens"
          },
          {
            "code" : "CD",
            "display" : "Mittags"
          },
          {
            "code" : "CV",
            "display" : "Abends"
          },
          {
            "code" : "HS",
            "display" : "zur Nacht"
          }
        ]
      }
    ]
  }
}