臺灣核心實作指引(TW Core IG)
0.3.0 - Ci-Build Trial Use

臺灣核心實作指引(TW Core IG), published by 衛生福利部. This guide is not an authorized publication; it is the continuous build for version 0.3.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cctwFHIRterm/MOHW_TWCoreIG_Build/ and changes regularly. See the Directory of published versions

: 藥品請求資料(medicationReference) - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="med-req-ref-example"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationRequest-twcore"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>藥品請求的詳細資料</b></h3><p><b>藥品請求的識別碼</b>:7077 (http://www.moi.gov.tw)</p><p><b>藥品請求的狀態</b>:Active <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason">MedicationRequest Status Reason Codes</a>#clarif)</span></p><p><b>藥品請求的意圖</b>:Order <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://hl7.org/fhir/CodeSystem/medicationrequest-intent">medicationRequest Intent</a>#order)</span></p><p><b>藥品請求的類別</b>:Discharge <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://terminology.hl7.org/CodeSystem/medicationrequest-category">MedicationRequest Category Codes</a>#discharge)</span></p><p><b>藥品</b>:<a href="Medication-med-example.html">Medication/med-example</a></p><p><b>病人</b>:<a href="Patient-pat-example.html">Patient/pat-example</a> "陳加玲"</p><p><b>就醫事件</b>:<a href="Encounter-enc-example.html">Encounter/enc-example</a></p><p><b>最初請求時間</b>:2022-08-01 06:00:14-0500</p><p><b>提出藥品請求請求者</b>:<a href="Practitioner-pra-dr-example.html">Practitioner/pra-dr-example</a> "王依昇"</p><p><b>開立處方的原因</b>:<a href="Observation-obs-lab-example.html">Observation/obs-lab-example</a></p><p><b>處方可用以配藥的有效期限</b>:2022-08-01 06:00:14-0500 --&gt; 2022-08-08 06:00:14-0500</p></div>
  </text>
  <identifier>
    <system value="http://www.moi.gov.tw"/>
    <value value="7077"/>
  </identifier>
  <status value="active"/>
  <statusReason>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medicationrequest-status-reason"/>
      <code value="clarif"/>
    </coding>
  </statusReason>
  <intent value="order"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/>
      <code value="discharge"/>
    </coding>
  </category>
  <medicationReference>🔗 
    <reference value="Medication/med-example"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/pat-example"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/enc-example"/>
  </encounter>
  <authoredOn value="2022-08-01T18:00:14+08:00"/>
  <requester>🔗 
    <reference value="Practitioner/pra-dr-example"/>
  </requester>
  <reasonReference>🔗 
    <reference value="Observation/obs-lab-example"/>
  </reasonReference>
  <dosageInstruction>
    <text value="三餐飯後,口服"/>
    <timing>
      <code>
        <coding>
          <system
                  value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-frequency-nhi-tw"/>
          <code value="PC"/>
        </coding>
        <text value="三餐飯後"/>
      </code>
    </timing>
    <route>
      <coding>
        <system
                value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw"/>
        <code value="PO"/>
      </coding>
    </route>
    <doseAndRate>
      <type>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
          <code value="ordered"/>
        </coding>
      </type>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <validityPeriod>
      <start value="2022-08-01T18:00:14+08:00"/>
      <end value="2022-08-08T18:00:14+08:00"/>
    </validityPeriod>
  </dispenseRequest>
</MedicationRequest>