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

ELGA e-Medikation (R4) DRAFT - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: ELGA e-Med Geplante Abgabe Status ValueSet - JSON Representation

Draft as of 2026-04-17

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "GeplanteAbgabeStatusVS",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet GeplanteAbgabeStatusVS</b></p><a name=\"GeplanteAbgabeStatusVS\"> </a><a name=\"hcGeplanteAbgabeStatusVS\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.1.0/CodeSystem-medicationrequest-status.html\"><code>http://hl7.org/fhir/CodeSystem/medicationrequest-status</code></a><span title=\"Version is explicitly stated to be 5.0.0\"> version &#x1F4CD;5.0.0</span><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://hl7.org/fhir/uv/xver-r5.r4/0.1.0/CodeSystem-medicationrequest-status.html#medicationrequest-status-active\">active</a></td><td style=\"color: #cccccc\">Active</td><td>The request is 'actionable', but not all actions that are implied by it have occurred yet.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.1.0/CodeSystem-medicationrequest-status.html#medicationrequest-status-completed\">completed</a></td><td style=\"color: #cccccc\">Completed</td><td>All actions that are implied by the request have occurred.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.1.0/CodeSystem-medicationrequest-status.html#medicationrequest-status-entered-in-error\">entered-in-error</a></td><td style=\"color: #cccccc\">Entered in Error</td><td>The request was recorded against the wrong patient or for some reason should not have been recorded (e.g. wrong medication, wrong dose, etc.). Some of the actions that are implied by the medication request may have occurred. For example, the medication may have been dispensed and the patient may have taken some of the medication.</td></tr><tr><td><a href=\"http://hl7.org/fhir/uv/xver-r5.r4/0.1.0/CodeSystem-medicationrequest-status.html#medicationrequest-status-stopped\">stopped</a></td><td style=\"color: #cccccc\">Stopped</td><td>Actions implied by the request are to be permanently halted, before all of the administrations occurred. This should not be used if the original order was entered in error</td></tr></table></li></ul></div>"
  },
  "url" : "https://fhir.hl7.at/elga/emed/r4/ValueSet/GeplanteAbgabeStatusVS",
  "version" : "0.1.1",
  "name" : "GeplanteAbgabeStatusVS",
  "title" : "ELGA e-Med Geplante Abgabe Status ValueSet",
  "status" : "draft",
  "experimental" : true,
  "date" : "2026-04-17T19:15:07+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" : "ValueSet für zulässige Ausprägungen eines Status einer geplanten Abgabe (MedicationRequest).",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/CodeSystem/medicationrequest-status",
        "version" : "5.0.0",
        "concept" : [
          {
            "code" : "active"
          },
          {
            "code" : "completed"
          },
          {
            "code" : "entered-in-error"
          },
          {
            "code" : "stopped"
          }
        ]
      }
    ]
  }
}