臺灣電子處方箋與調劑單張實作指引(TW EMPD IG)
0.2.1 - ci-build

臺灣電子處方箋與調劑單張實作指引(TW EMPD IG), published by NHI. This guide is not an authorized publication; it is the continuous build for version 0.2.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TWNHIFHIR/empd/ and changes regularly. See the Directory of published versions

: EMPD MedicationRequest Status - JSON Representation

Active as of 2026-08-28

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "medication-request-status-empd",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet medication-request-status-empd</b></p><a name=\"medication-request-status-empd\"> </a><a name=\"hcmedication-request-status-empd\"> </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><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version &#x1F4E6;4.0.1</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/R4/codesystem-medicationrequest-status.html#medicationrequest-status-active\">active</a></td><td>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-cancelled\">cancelled</a></td><td>Cancelled</td><td>The prescription has been withdrawn before any administrations have occurred</td></tr></table></li></ul></div>"
  },
  "url" : "https://nhicore.nhi.gov.tw/empd/ValueSet/medication-request-status-empd",
  "version" : "0.2.1",
  "name" : "MedicationRequestStatusEMPD",
  "title" : "EMPD MedicationRequest Status",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-08-28T11:25:41+00:00",
  "publisher" : "NHI",
  "contact" : [
    {
      "name" : "NHI",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.nhi.gov.tw/en/mp-2.html"
        }
      ]
    }
  ],
  "description" : "電子處方箋允許使用之 MedicationRequest 狀態。",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/CodeSystem/medicationrequest-status",
        "concept" : [
          {
            "code" : "active",
            "display" : "Active"
          },
          {
            "code" : "cancelled",
            "display" : "Cancelled"
          }
        ]
      }
    ]
  }
}