臺灣結核病實作指引
0.1.0 - ci-build Taiwan, Province of China flag

臺灣結核病實作指引, published by 衛福部疾病管制署. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/omnifhir/tb/ and changes regularly. See the Directory of published versions

: 用藥資訊 - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="medReq-min"/>
  <meta>
    <profile
             value="https://tb.cdc.gov.tw/tb/StructureDefinition/MedicationRequest-tb-drug"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: 药物请求 medReq-min</b></p><a name="medReq-min"> </a><a name="hcmedReq-min"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-MedicationRequest-tb-drug.html">用藥-MedicationRequest TB Drug</a></p></div><p><b>identifier</b>: 0123456789005982020160624AC13083100</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw AC13083100}">&quot;ISONIAZID TABLETS &quot;&quot;WINSTON&quot;&quot;&quot;</span></p><p><b>subject</b>: <a href="Patient-pat-min.html">Anonymous Patient Male, DoB: 1986-01-01 ( Medical record number (use: official, ))</a></p><p><b>encounter</b>: <a href="Encounter-enc-drug.html">Encounter: status = finished; class = ambulatory (ActCode#AMB); serviceType = 胸腔內科; period = 2026-05-01 --&gt; 2026-05-02</a></p><p><b>supportingInformation</b>: <a href="Observation-weight.html">Observation Body weight</a></p><p><b>authoredOn</b>: 2016-06-20</p><p><b>requester</b>: <a href="Practitioner-pra-min.html">Practitioner: identifier = National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, )</a></p><p><b>reasonCode</b>: <span title="Codes:{https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2023-tw A15.0}">1</span></p><blockquote><p><b>dosageInstruction</b></p><p><b>timing</b>: Code , Once</p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>1</td></tr></table></blockquote><h3>DispenseRequests</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Quantity</b></td></tr><tr><td style="display: none">*</td><td>28</td></tr></table></div>
  </text>
  <identifier>
    <value value="0123456789005982020160624AC13083100"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <medicationCodeableConcept>
    <coding>
      <system
              value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw"/>
      <code value="AC13083100"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/pat-min"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/enc-drug"/>
  </encounter>
  <supportingInformation>🔗 
    <reference value="Observation/weight"/>
  </supportingInformation>
  <authoredOn value="2016-06-20"/>
  <requester>🔗 
    <reference value="Practitioner/pra-min"/>
  </requester>
  <reasonCode>
    <coding>
      <system
              value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/icd-10-cm-2023-tw"/>
      <code value="A15.0"/>
    </coding>
    <text value="1"/>
  </reasonCode>
  <dosageInstruction>
    <timing>
      <repeat>
        <boundsDuration>
          <value value="28"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="d"/>
        </boundsDuration>
      </repeat>
      <code>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/v3-GTSAbbreviation"/>
          <code value="QD"/>
        </coding>
      </code>
    </timing>
    <doseAndRate>
      <doseQuantity>
        <value value="1"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <quantity>
      <value value="28"/>
    </quantity>
  </dispenseRequest>
</MedicationRequest>