臺灣核心實作指引(TW Core IG)
0.3.1 - 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.1 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

: 胰臟炎的用藥聲明資料 - XML Representation

Raw xml | Download


<MedicationStatement xmlns="http://hl7.org/fhir">
  <id value="med-sta-example"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/MedicationStatement-twcore"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>胰臟炎的用藥聲明資料</b></h3><p><b>用藥聲明的狀態</b>:Active <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://hl7.org/fhir/R4/codesystem-medication-statement-status.html">Medication Status Codes</a>#active)</span></p><p><b>用藥聲明的分類</b>: Outpatient <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://hl7.org/fhir/R4/codesystem-medication-statement-category.html">MedicationDispense Category Codes</a>#outpatient)</span></p><p><b>藥品</b>:阿司匹林(ASPIRIN TABLETS 500MG S.Y.) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="CodeSystem-medication-nhi-tw.html">臺灣健保用藥品項</a>#A003092100)</span></p><p><b>病人</b>:<a href="Patient-pat-example.html">Patient/pat-example</a> "陳加玲"</p><p><b>用藥的日期與時間</b>:2023-11-05T08:00:00</p><p><b>提出聲明日期與時間</b>:2023-11-05T10:00:00</p><p><b>聲明原因</b>:胰臟炎(Apoplectic pancreatitis) <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://snomed.info/sct">SNOMED CT</a>#303002)</span></p><blockquote><p><b>藥品使用方式:</b></p><p><b>時間間隔</b>:2 per 1 days<br/><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><br/><b>備註</b>:每日早晚各一次,每次一片。</p></blockquote></div>
  </text>
  <status value="active"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medication-statement-category"/>
      <code value="outpatient"/>
      <display value="outpatient"/>
    </coding>
    <text value="門診"/>
  </category>
  <medicationCodeableConcept>
    <coding>
      <system
              value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw"/>
      <code value="A003092100"/>
      <display value="ASPIRIN TABLETS 500MG &quot;S.Y.&quot;"/>
    </coding>
    <text value="阿司匹林"/>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/pat-example"/>
  </subject>
  <effectiveDateTime value="2023-11-05T08:00:00+08:00"/>
  <dateAsserted value="2023-11-05T10:00:00+08:00"/>
  <reasonCode>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="303002"/>
      <display value="Apoplectic pancreatitis"/>
    </coding>
    <text value="胰臟炎"/>
  </reasonCode>
  <note>
    <text value="每日早晚各一次"/>
  </note>
  <dosage>
    <text value="每次一片"/>
    <timing>
      <repeat>
        <frequency value="2"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <route>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="26643006"/>
        <display value="Oral route"/>
      </coding>
      <text value="口服"/>
    </route>
  </dosage>
</MedicationStatement>