臺灣核心實作指引(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


<Medication xmlns="http://hl7.org/fhir">
  <id value="med-example"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Medication-twcore"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><h3><b>藥品的詳細資料</b></h3><p><b>藥品</b>:阿立批挫 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="CodeSystem-medication-fda-tw.html">臺灣藥品及醫療器材代碼值集</a>#衛署藥輸字第025485號)</span></p><p><b>藥品劑型</b>:粉 <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki">( <a href="http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm">Orderable Drug Form</a>#POWD)</span></p></div>
  </text>
  <code>
    <coding>
      <system
              value="https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/medication-fda-tw"/>
      <code value="衛署藥輸字第025485號"/>
      <display value="阿立批挫"/>
    </coding>
    <text value="阿立批挫"/>
  </code>
  <form>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm"/>
      <code value="POWD"/>
    </coding>
    <text value="粉"/>
  </form>
</Medication>