電子病歷交換單張實作指引(EMR-IG)
0.1.0 - ci-build

This page is part of the 電子病歷交換單張實作指引(EMR-IG) (v0.1.0: Releases) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: 門診病歷 MedicationRequest example - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="PMR-MedReq14"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/emr/StructureDefinition/PMRMedicationRequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest PMR-MedReq14</b></p><a name="PMR-MedReq14"> </a><a name="hcPMR-MedReq14"> </a><a name="PMR-MedReq14-en-US"> </a><p><b>identifier</b>: <code>https://www.vghtpe.gov.tw/Index.action</code>/項次id</p><p><b>status</b>: Completed</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://loinc.org 29551-9}">Medication prescribed</span></p><p><b>medication</b>: <a href="Medication-PMR-Med15.html">Medication 阿立批挫</a></p><p><b>subject</b>: <a href="Patient-PMR-Pat2.html">測試員 Male, DoB: 1997-01-01 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</a></p><blockquote><p><b>dosageInstruction</b></p></blockquote><blockquote><p><b>dispenseRequest</b></p><p><b>validityPeriod</b>: 2020-07-01 --&gt; 2020-07-31</p><p><b>numberOfRepeatsAllowed</b>: 1</p><p><b>quantity</b>: 31 TAB<span style="background: LightGoldenRodYellow"> (Details: Orderable Drug Form  codeTAB = 'Tablet')</span></p><h3>ExpectedSupplyDurations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td>31</td><td>days</td><td><a href="http://terminology.hl7.org/6.0.2/CodeSystem-v3-ucum.html">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>
  </text>
  <identifier>
    <system value="https://www.vghtpe.gov.tw/Index.action"/>
    <value value="項次id"/>
  </identifier>
  <status value="completed"/>
  <intent value="order"/>
  <category>
    <coding>
      <system value="http://loinc.org"/>
      <code value="29551-9"/>
      <display value="Medication prescribed"/>
    </coding>
    <text value="Medication prescribed"/>
  </category>
  <medicationReference>🔗 
    <reference value="Medication/PMR-Med15"/>
  </medicationReference>
  <subject>🔗 
    <reference value="Patient/PMR-Pat2"/>
  </subject>
  <dosageInstruction>
    <sequence value="1"/>
    <text value="高血壓藥"/>
    <timing>
      <code>
        <coding>
          <system
                  value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-frequency-tw"/>
          <code value="QD"/>
          <display value="每日一次"/>
        </coding>
        <text value="每日一次"/>
      </code>
    </timing>
    <route>
      <coding>
        <system
                value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-path-tw"/>
        <code value="PO"/>
        <display value="口眼"/>
      </coding>
      <text value="口服"/>
    </route>
    <doseAndRate>
      <doseQuantity>
        <value value="1"/>
        <unit value="days"/>
      </doseQuantity>
    </doseAndRate>
  </dosageInstruction>
  <dispenseRequest>
    <validityPeriod>
      <start value="2020-07-01"/>
      <end value="2020-07-31"/>
    </validityPeriod>
    <numberOfRepeatsAllowed value="1"/>
    <quantity>
      <value value="31"/>
      <unit value="TAB"/>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"/>
      <code value="TAB"/>
    </quantity>
    <expectedSupplyDuration>
      <value value="31"/>
      <unit value="days"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="d"/>
    </expectedSupplyDuration>
  </dispenseRequest>
</MedicationRequest>