旅遊醫學疫苗接種或開立藥品紀錄上傳實作指引
1.0.0 - ci-build

This page is part of the 旅遊醫學疫苗接種或開立藥品紀錄上傳實作指引 (v1.0.0: Releases Ballot 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: 查詢個案的疫苗接種紀錄、給藥紀錄及證書資料 - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="bundle-resquest-get-min"/>
  <meta>
    <profile
             value="https://vacc.cdc.gov.tw/vacc/StructureDefinition/bundle-batch-query-vacc"/>
  </meta>
  <identifier>
    <value value="20240130AM001"/>
  </identifier>
  <type value="batch"/>
  <timestamp value="2023-04-23T10:00:00.000Z"/>
  <entry>
    <request>
      <method value="GET"/>
      <url
           value="Immunization?Immunization?patient.identifier=S123456789&amp;patient.birthdate=1983-02-15&amp;vaccine-code.system=https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-vaccine-code-values"/>
    </request>
  </entry>
  <entry>
    <request>
      <method value="GET"/>
      <url
           value="Composition?subject.identifier=888800371&amp;subject.birthdate=1983-02-15"/>
    </request>
  </entry>
  <entry>
    <request>
      <method value="GET"/>
      <url
           value="MedicationAdministration?subject:Patient.identifier=888800371&amp;patient.birthdate=1983-02-15&amp;_include=MedicationAdministration:medication"/>
    </request>
  </entry>
</Bundle>