ELGA e-Medikation (R4) ENTWURF
0.1.1 - ci-build

ELGA e-Medikation (R4) ENTWURF, published by ELGA GmbH. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/ELGA-e-Medikation-R4/ and changes regularly. See the Directory of published versions

: ELGA e-Med Medikationsplaneintrag Status Value Set - JSON Representation

Draft as of 2026-02-17

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "MedikationsplaneintragStatusVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet MedikationsplaneintragStatusVS</b></p><a name=\"MedikationsplaneintragStatusVS\"> </a><a name=\"hcMedikationsplaneintragStatusVS\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-MedicationRequestStatusCS.html\"><code>https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestStatusCS</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version &#x1F4E6;0.1.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-MedicationRequestStatusCS.html#MedicationRequestStatusCS-active\">active</a></td><td style=\"color: #cccccc\">active</td></tr><tr><td><a href=\"CodeSystem-MedicationRequestStatusCS.html#MedicationRequestStatusCS-on-hold\">on-hold</a></td><td style=\"color: #cccccc\">on-hold</td></tr><tr><td><a href=\"CodeSystem-MedicationRequestStatusCS.html#MedicationRequestStatusCS-completed\">completed</a></td><td style=\"color: #cccccc\">completed</td></tr><tr><td><a href=\"CodeSystem-MedicationRequestStatusCS.html#MedicationRequestStatusCS-stopped\">stopped</a></td><td style=\"color: #cccccc\">stopped</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.hl7.at/elga/emed/r4/ValueSet/MedikationsplaneintragStatusVS",
  "version" : "0.1.1",
  "name" : "MedikationsplaneintragStatusVS",
  "title" : "ELGA e-Med Medikationsplaneintrag Status Value Set",
  "status" : "draft",
  "experimental" : true,
  "date" : "2026-02-17T17:15:31+00:00",
  "publisher" : "ELGA GmbH",
  "contact" : [
    {
      "name" : "ELGA GmbH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://elga.gv.at"
        }
      ]
    },
    {
      "name" : "ELGA GmbH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://elga.gv.at",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "**Beschreibung:** ValueSet für zulässige Ausprägungen eines Status eines Medikationsplaneintrags (MedicationRequest).",
  "compose" : {
    "include" : [
      {
        "system" : "https://fhir.hl7.at/elga/emed/r4/CodeSystem/MedicationRequestStatusCS",
        "concept" : [
          {
            "code" : "active"
          },
          {
            "code" : "on-hold"
          },
          {
            "code" : "completed"
          },
          {
            "code" : "stopped"
          }
        ]
      }
    ]
  }
}