旅遊醫學疫苗接種或開立藥品紀錄上傳實作指引
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-request-put-immunization-min",
  "meta" : {
    "profile" : [
      🔗 "https://vacc.cdc.gov.tw/vacc/StructureDefinition/bundle-upload-put-vacc"
    ]
  },
  "identifier" : {
    "value" : "0634030018"
  },
  "type" : "batch",
  "timestamp" : "2023-04-28T10:00:00.000Z",
  "entry" : [
    {
      "fullUrl" : "https://vacc.cdc.gov.tw/vacc/Immunization/immunization-min",
      "resource" : {
        "resourceType" : "Immunization",
        "id" : "immunization-min",
        "meta" : {
          "profile" : [
            🔗 "https://vacc.cdc.gov.tw/vacc/StructureDefinition/immunization-vacc"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>疫苗資料-黃熱病疫苗</b></h3><p><b>識別碼</b>:TRAVEL00102</p><p><b>疫苗</b>:黃熱病疫苗 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twvacc-vaccine-code-values.html\">CDC-VACC系統-疫苗/藥品</a>#YF)</span></p><p><b>疫苗批號</b>:V3F402V(V3F40)</p><p><b>疫苗數量</b>:3</p><p><b>疫苗庫存類別[extension: <a href=\"StructureDefinition-vacc-stock-type.html\">StockType</a>]</b>:庫存疫苗 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twvacc-stock-type-values.html\">CDC-VACC系統-疫苗庫存類別</a>#0)</span></p><p><b>疫苗廠牌</b>: <a href=\"Organization-organization-vaccine-min.html\">Organization/organization-vaccine-min</a> \"Sanofi Pasteur\"</p><p><b>個案資料</b>: <a href=\"Patient-patient-passport-min.html\">Patient/patient-passport-min</a> \"赤木晴子\"</p><p><b>個案出境資料</b>: <a href=\"Observation-observation-work-min.html\">Observation/observation-work-min</a> \"剛果\"</p><p><b>費用類別</b>: 自費(Private) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/immunization-funding-source\">ImmunizationFundingSource</a>#private)</span></p><p><b>疫苗施打時間</b>:2023-06-01 09:30:30</p><p><b>TravelDataKey</b>:TRAVEL002</p><p><b>接種機構</b>: <a href=\"Organization-organization-hosp-min.html\">Organization/organization-hosp-min</a> \"臺北榮民總醫院蘇澳分院\"</p></div>"
        },
        "extension" : [
          {
            "url" : "https://vacc.cdc.gov.tw/vacc/StructureDefinition/vacc-stock-type",
            "valueCodeableConcept" : {
              "coding" : [
                {
                  "system" : "https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-stock-type-values",
                  "code" : "0",
                  "display" : "庫存"
                }
              ]
            }
          }
        ],
        "identifier" : [
          {
            "value" : "TRAVEL00111"
          }
        ],
        "status" : "completed",
        "vaccineCode" : {
          "coding" : [
            {
              "system" : "https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-vaccine-code-values",
              "code" : "YF",
              "display" : "黃熱病疫苗"
            }
          ]
        },
        "patient" : {
          🔗 "reference" : "Patient/patient-passport-min"
        },
        "occurrenceDateTime" : "2023-06-01T09:30:30.000Z",
        "manufacturer" : {
          🔗 "reference" : "Organization/organization-vaccine-min"
        },
        "lotNumber" : "V3F402V(V3F40)",
        "doseQuantity" : {
          "value" : 3
        },
        "performer" : [
          {
            "actor" : {
              🔗 "reference" : "Organization/organization-hosp-min"
            }
          }
        ],
        "note" : [
          {
            "text" : "TRAVEL002"
          }
        ],
        "reasonReference" : [
          {
            🔗 "reference" : "Observation/observation-work-min"
          }
        ],
        "fundingSource" : {
          "coding" : [
            {
              "system" : "http://terminology.hl7.org/CodeSystem/immunization-funding-source",
              "code" : "private",
              "display" : "Private"
            }
          ]
        }
      },
      "request" : {
        "method" : "PUT",
        "url" : "Immunization/immunization-min"
      }
    }
  ]
}