旅遊醫學疫苗接種或開立藥品紀錄上傳實作指引
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

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

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "bundle-resquest-get-min",
  "meta" : {
    "profile" : [
      🔗 "https://vacc.cdc.gov.tw/vacc/StructureDefinition/bundle-batch-query-vacc"
    ]
  },
  "identifier" : {
    "value" : "20240130AM001"
  },
  "type" : "batch",
  "timestamp" : "2023-04-23T10:00:00.000Z",
  "entry" : [
    {
      "request" : {
        "method" : "GET",
        "url" : "Immunization?Immunization?patient.identifier=S123456789&patient.birthdate=1983-02-15&vaccine-code.system=https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-vaccine-code-values"
      }
    },
    {
      "request" : {
        "method" : "GET",
        "url" : "Composition?subject.identifier=888800371&subject.birthdate=1983-02-15"
      }
    },
    {
      "request" : {
        "method" : "GET",
        "url" : "MedicationAdministration?subject:Patient.identifier=888800371&patient.birthdate=1983-02-15&_include=MedicationAdministration:medication"
      }
    }
  ]
}