<?xml version="1.0" encoding="UTF-8"?>

<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="MedicationRequestTWCM-pro"/>
  <meta>
    <profile value="https://www.nricm.edu.tw/twcm/StructureDefinition/medicationrequest-twcm"/>
  </meta>
  <text>
    <status value="generated"/><div xmlns="http://www.w3.org/1999/xhtml"><h3><b>藥品請求的詳細資料</b></h3><p><b>藥品請求的狀態</b>：Completed <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>#completed)</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>：<a href="Patient-PatientTWCM-min.html">Patient/PatientTWCM-min</a> &quot;陳美真&quot;</p><p><b>藥品</b>：<a href="Medication-MedicationTWCM-pro.html">Medication/MedicationTWCM-pro</a></p><p><b>就醫事件</b>：<a href="Encounter-EncounterTWCM-min.html">Encounter/EncounterTWCM-min</a></p><p><b>藥品調劑方式</b>：先煎</p><p><b>藥品使用頻率</b>：QID <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation">HL7 TimingAbbreviation </a>#QID)</span></p><p><b>用藥開始時間</b>：2010-04-01<br/><b>用藥結束時間</b>：2010-04-03</p><p><b>服藥天數</b>：3d</p><p><b>藥品服用方法</b>：Oral route <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://snomed.info/sct">SNOMED CT + 臺灣健保署給藥途徑值集</a>#26643006)</span></p><p><b>用量</b>：1</p><p><b>用量單位</b>：g</p><p><b>藥品總用量</b>：12g</p><p><b>包數</b>：12</p></div>
  </text>
  <extension url="https://www.nricm.edu.tw/twcm/StructureDefinition/packagenumber-twcm">
    <valueInteger value="12"/>
  </extension>
  <status value="completed"/>
  <intent value="order"/>
  <medicationReference>
    <reference value="Medication/MedicationTWCM-pro"/>
  </medicationReference>
  <subject>
    <reference value="Patient/PatientTWCM-min"/>
  </subject>
  <encounter>
    <reference value="Encounter/EncounterTWCM-min"/>
  </encounter>
  <note>
    <text value="先煎"/>
  </note>
  <dosageInstruction>
    <timing>
      <repeat>
        <boundsPeriod>
          <start value="2010-04-01"/>
          <end value="2010-04-03"/>
        </boundsPeriod>
        <duration value="3"/>
        <durationUnit value="d"/>
      </repeat>
      <code>
        <coding>
          <system value="http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation"/>
          <code value="QID"/>
          <display value="QID"/>
        </coding>
        <text value="一天四次,三餐飯後與睡前"/>
      </code>
    </timing>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral route"/>
      </coding>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="1"/>
        <unit value="g"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <quantity>
      <value value="12"/>
      <unit value="g"/>
    </quantity>
  </dispenseRequest>
</MedicationRequest>