Implementation Guide
gematik Terminology
Version 1.0.5-ballot.1 - draft

: EPA Medication Request ValueSet - JSON Representation

Draft as of 2025-02-14

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "epa-medication-request-vs",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet epa-medication-request-vs</b></p><a name=\"epa-medication-request-vs\"> </a><a name=\"hcepa-medication-request-vs\"> </a><a name=\"epa-medication-request-vs-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-medicationrequest-status.html\"><code>http://hl7.org/fhir/CodeSystem/medicationrequest-status</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://hl7.org/fhir/R4/codesystem-medicationrequest-status.html#medicationrequest-status-active\">active</a></td><td style=\"color: #cccccc\">Active</td><td>The prescription is 'actionable', but not all actions that are implied by it have occurred yet.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-medicationrequest-status.html#medicationrequest-status-completed\">completed</a></td><td style=\"color: #cccccc\">Completed</td><td>All actions that are implied by the prescription have occurred.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-medicationrequest-status.html#medicationrequest-status-cancelled\">cancelled</a></td><td style=\"color: #cccccc\">Cancelled</td><td>The prescription has been withdrawn before any administrations have occurred</td></tr></table></li></ul></div>"
  },
  "url" : "https://gematik.de/fhir/terminology/ValueSet/epa-medication-request-vs",
  "version" : "1.0.5-ballot.1",
  "name" : "EPAMedicationRequestVS",
  "title" : "EPA Medication Request ValueSet",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-02-14",
  "publisher" : "gematik GmbH",
  "contact" : [
    {
      "name" : "gematik GmbH",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.gematik.de"
        },
        {
          "system" : "email",
          "value" : "patientteam [ at ] gematik.de"
        }
      ]
    }
  ],
  "description" : "EPA Medication Request ValueSet",
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/CodeSystem/medicationrequest-status",
        "concept" : [
          {
            "code" : "active"
          },
          {
            "code" : "completed"
          },
          {
            "code" : "cancelled"
          }
        ]
      }
    ]
  }
}