醫查實作指引
0.1.0 - CI Build

醫查實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: 藥品請求範例 - XML Representation

Raw xml | Download



<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="MedicationRequest-min"/>
  <meta>
    <profile
             value="https://hitstdio.ntunhs.edu.tw/imri/StructureDefinition/medicationrequest-imri"/>
  </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://terminology.hl7.org/CodeSystem/medicationrequest-status-reason">MedicationRequest Status Reason Codes</a>#active)</span></p><p><b>藥品請求的意圖</b>:Proposal <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://hl7.org/fhir/CodeSystem/medicationrequest-intent">medicationRequest Intent</a>#proposal)</span></p><p><b>開立的藥品</b>:ASPIRIN TABLETS 500MG "S.Y." <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-nhi-tw">臺灣健保用藥品項</a>#A003092100)</span></p><p><b>病人</b>:<a href="Patient-Patient-min.html">Patient/Patient-min</a> "安格斯"</p><p><b>就醫事件</b>:<a href="Encounter-Encounter-min.html">Encounter/Encounter-min</a></p><p><b>提出藥品請求請求者</b>:<a href="Practitioner-Practitioner-min.html">Practitioner/Practitioner-min</a>"劉伊詩"</p><p><b>給藥執行者</b>:<a href="Practitioner-Practitioner-min.html">Practitioner/Practitioner-min</a>"劉伊詩"</p><p><b>開立處方的原因</b>:<a href="CarePlan-CarePlan-min.html">CarePlan/CarePlan-min</a></p></div>
  </text>
  <status value="active"/>
  <intent value="proposal"/>
  <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>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/Patient-min"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/Encounter-min"/>
  </encounter>
  <requester>🔗 
    <reference value="Practitioner/Practitioner-min"/>
  </requester>
  <performer>🔗 
    <reference value="Practitioner/Practitioner-min"/>
  </performer>
  <basedOn>🔗 
    <reference value="CarePlan/CarePlan-min"/>
  </basedOn>
</MedicationRequest>