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

: 院所查詢個案疫苗接種紀錄CDC回覆的內容 - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "bundle-response-searchset-niis-min",
  "meta" : {
    "profile" : [
      🔗 "https://vacc.cdc.gov.tw/vacc/StructureDefinition/bundle-search-vaccine-vacc"
    ]
  },
  "type" : "searchset",
  "total" : 1,
  "link" : [
    {
      "relation" : "self",
      "url" : "https://www.cdc.gov.tw/fhir/Immunization?patient.identifier=S123456789&patient.birthdate=1983-02-15&vaccine-code.system=https://vacc.cdc.gov.tw/vacc/CodeSystem/twniis-vaccine-code-values"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "https://vacc.cdc.gov.tw/vacc/immunization/immunization-niis-min",
      "resource" : {
        "resourceType" : "Immunization",
        "id" : "immunization-niis-min",
        "meta" : {
          "profile" : [
            🔗 "https://vacc.cdc.gov.tw/vacc/StructureDefinition/immunization-niis"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>NIIS系統的疫苗紀錄資料</b></h3><p><b>識別碼</b>:20240130AM001</p><p><b>疫苗</b>:輝瑞/BNT COVID-19疫苗 第一劑 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twniis-vaccine-code-values.html\">CDC-NIIS系統-疫苗</a>#CoV_BioNTech-1)</span></p><p><b>疫苗批號</b>:5683MF026C-CDC</p><p><b>疫苗廠牌</b>: <a href=\"Organization-organization-niis-min.html\">Organization/organization-niis-min</a> \"Serum Institute of India Pvt. Ltd\"</p><p><b>疫苗施打時間</b>:2023-06-01 09:30:30</p><p><b>接種機構</b>: <a href=\"Organization-organization-hosp-min.html\">Organization/organization-hosp-min</a> \"臺北榮民總醫院蘇澳分院\"</p><p><b>個案資料</b>: <a href=\"Patient-patient-residentNumber-min.html\">Patient/patient-residentNumber-min</a> \"陳小明\"</p></div>"
        },
        "identifier" : [
          {
            "value" : "20240130AM001"
          }
        ],
        "status" : "completed",
        "vaccineCode" : {
          "coding" : [
            {
              "system" : "https://vacc.cdc.gov.tw/vacc/CodeSystem/twniis-vaccine-code-values",
              "code" : "CoV_BioNTech-1",
              "display" : "輝瑞/BNT COVID-19疫苗 第一劑"
            }
          ]
        },
        "patient" : {
          🔗 "reference" : "Patient/patient-residentNumber-min"
        },
        "occurrenceDateTime" : "2023-06-01T09:30:30.000Z",
        "manufacturer" : {
          🔗 "reference" : "Organization/organization-niis-min"
        },
        "lotNumber" : "5683MF026C-CDC",
        "performer" : [
          {
            "actor" : {
              🔗 "reference" : "Organization/organization-hosp-min"
            }
          }
        ]
      },
      "search" : {
        "mode" : "match"
      }
    }
  ]
}