臺灣電子處方箋與調劑單張實作指引(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 - XML Representation

Active as of 2026-08-28

Raw xml | Download


<ValueSet xmlns="http://hl7.org/fhir">
  <id value="medication-request-status-empd"/>
  <text>
    <status value="extensions"/>
    <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>
  </text>
  <url
       value="https://nhicore.nhi.gov.tw/empd/ValueSet/medication-request-status-empd"/>
  <version value="0.2.1"/>
  <name value="MedicationRequestStatusEMPD"/>
  <title value="EMPD MedicationRequest Status"/>
  <status value="active"/>
  <experimental value="false"/>
  <date value="2026-08-28T11:25:41+00:00"/>
  <publisher value="NHI"/>
  <contact>
    <name value="NHI"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.nhi.gov.tw/en/mp-2.html"/>
    </telecom>
  </contact>
  <description value="電子處方箋允許使用之 MedicationRequest 狀態。"/>
  <compose>
    <include>
      <system
              value="http://hl7.org/fhir/CodeSystem/medicationrequest-status"/>
      <concept>
        <code value="active"/>
        <display value="Active"/>
      </concept>
      <concept>
        <code value="cancelled"/>
        <display value="Cancelled"/>
      </concept>
    </include>
  </compose>
</ValueSet>