臺灣核心實作指引(TW Core IG)
0.3.0 - Trial Use

This page is part of the 臺灣核心實作指引(TW Core IG) (v0.3.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

: 疫苗接種 - XML Representation

Raw xml | Download


<Immunization xmlns="http://hl7.org/fhir">
  <id value="imm-example"/>
  <meta>
    <profile
             value="https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Immunization-twcore"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Immunization imm-example</b></p><a name="imm-example"> </a><a name="hcimm-example"> </a><a name="imm-example-en-US"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title="Codes:{http://hl7.org/fhir/sid/cvx 197}, {http://hl7.org/fhir/sid/ndc 49281012165}">influenza, high-dose, quadrivalent</span></p><p><b>patient</b>: <a href="Patient-pat-example.html">陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))</a></p><p><b>encounter</b>: <a href="Encounter-enc-example.html">Encounter: identifier = http://healthcare.example.org/identifiers/enocunter#E22081702; status = finished; class = pre-admission (ActCode#PRENC); type = Annual diabetes mellitus screening; serviceType = Nephrology (qualifier value); period = 2022-08-01 17:00:14+0800 --&gt; 2022-08-01 18:00:14+0800; reasonCode = FH: Diabetes mellitus</a></p><p><b>occurrence</b>: 2020-11-19 12:46:57-0800</p><p><b>primarySource</b>: false</p><p><b>location</b>: <a href="Location-loc-ent-example.html">Location 衛生福利部臺北醫院耳鼻喉科</a></p></div>
  </text>
  <status value="completed"/>
  <vaccineCode>
    <coding>
      <system value="http://hl7.org/fhir/sid/cvx"/>
      <code value="197"/>
      <display value="influenza, high-dose, quadrivalent"/>
    </coding>
    <coding>
      <system value="http://hl7.org/fhir/sid/ndc"/>
      <code value="49281012165"/>
      <display
               value="FLUZONE High-Dose Quadrivalent Northern Hemisphere, 10 SYRINGE, GLASS in 1 PACKAGE (49281-121-65) &gt; .7 mL in 1 SYRINGE, GLASS (49281-121-88) (package)"/>
    </coding>
    <text value="influenza, high-dose, quadrivalent"/>
  </vaccineCode>
  <patient>🔗 
    <reference value="Patient/pat-example"/>
  </patient>
  <encounter>🔗 
    <reference value="Encounter/enc-example"/>
  </encounter>
  <occurrenceDateTime value="2020-11-19T12:46:57-08:00"/>
  <primarySource value="false"/>
  <location>🔗 
    <reference value="Location/loc-ent-example"/>
  </location>
</Immunization>