臺灣疫苗接種或開立藥品紀錄上傳實作指引
0.1.0 - ci-build

臺灣疫苗接種或開立藥品紀錄上傳實作指引 - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

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

Raw json | Download


{
  "resourceType" : "Bundle",
  "id" : "bundle-response-get-min",
  "meta" : {
    "profile" : [
      🔗 "https://vacc.cdc.gov.tw/vacc/StructureDefinition/bundle-batch-query-response-vacc"
    ]
  },
  "type" : "batch-response",
  "link" : [
    {
      "relation" : "self",
      "url" : "https://www.cdc.gov.tw/fhir"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "https://vacc.cdc.gov.tw/vacc/Bundle/bundle-response-searchset-imm-min",
      "resource" : {
        "resourceType" : "Bundle",
        "id" : "bundle-response-searchset-imm-min",
        "meta" : {
          "profile" : [
            🔗 "https://vacc.cdc.gov.tw/vacc/StructureDefinition/bundle-search-vacc"
          ]
        },
        "type" : "searchset",
        "total" : 1,
        "entry" : [
          {
            "link" : [
              {
                "relation" : "self",
                "url" : "https://www.cdc.gov.tw/fhir/Immunization?Immunization?patient.identifier=S123456789&patient.birthdate=1983-02-15&vaccine-code.system=https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-vaccine-code-values"
              }
            ],
            "fullUrl" : "https://vacc.cdc.gov.tw/vacc/Immunization/immunization-yf-min",
            "resource" : {
              "resourceType" : "Immunization",
              "id" : "immunization-yf-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>:TRAVEL00101</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>:1</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-med-min.html\">Organization/organization-med-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>接種機構</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" : "TRAVEL00101"
                }
              ],
              "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-med-min"
              },
              "lotNumber" : "V3F402V(V3F40)",
              "doseQuantity" : {
                "value" : 1
              },
              "performer" : [
                {
                  "actor" : {
                    🔗 "reference" : "Organization/organization-hosp-min"
                  }
                }
              ],
              "reasonReference" : [
                {
                  🔗 "reference" : "Observation/observation-work-min"
                }
              ],
              "fundingSource" : {
                "coding" : [
                  {
                    "system" : "http://terminology.hl7.org/CodeSystem/immunization-funding-source",
                    "code" : "private",
                    "display" : "Private"
                  }
                ]
              }
            },
            "search" : {
              "mode" : "match"
            }
          }
        ]
      },
      "response" : {
        "status" : "200OK"
      }
    },
    {
      "fullUrl" : "https://vacc.cdc.gov.tw/vacc/Bundle/bundle-response-searchset-com-min",
      "resource" : {
        "resourceType" : "Bundle",
        "id" : "bundle-response-searchset-com-min",
        "meta" : {
          "profile" : [
            🔗 "https://vacc.cdc.gov.tw/vacc/StructureDefinition/bundle-search-vacc"
          ]
        },
        "type" : "searchset",
        "total" : 1,
        "entry" : [
          {
            "link" : [
              {
                "relation" : "self",
                "url" : "https://www.cdc.gov.tw/fhir/Composition?subject.identifier=888800371&subject.birthdate=1983-02-15"
              }
            ],
            "fullUrl" : "https://vacc.cdc.gov.tw/vacc/Composition/composition-newissue-min",
            "resource" : {
              "resourceType" : "Composition",
              "id" : "composition-newissue-min",
              "meta" : {
                "profile" : [
                  🔗 "https://vacc.cdc.gov.tw/vacc/StructureDefinition/composition-vacc"
                ]
              },
              "text" : {
                "status" : "generated",
                "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>疫苗接種證書資料</b></h3><p><b>狀態</b>:final</p><p><b>發證編號</b>:9999999</p><p><b>發證日期</b>:2023-06-01</p><p><b>證書類型</b>:新證 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twvacc-certificate-type-values.html\">CDC-VACC系統-證書類型</a>#Newissue)</span></p><p><b>個案資料</b>: <a href=\"Patient-patient-passport-min.html\">Patient/patient-passport-min</a> \"赤木晴子\"</p><p><b>發證機構</b>: <a href=\"Organization-organization-hosp-min.html\">Organization/organization-hosp-min</a> \"臺北榮民總醫院蘇澳分院\"</p><p><b>個案疫苗資料</b>: <a href=\"Immunization-immunization-yf-min.html\">Immunization/immunization-yf-min</a></p></div>"
              },
              "identifier" : {
                "value" : "9999999"
              },
              "status" : "final",
              "type" : {
                "coding" : [
                  {
                    "system" : "https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-certificate-type-values",
                    "code" : "Newissue",
                    "display" : "新證"
                  }
                ]
              },
              "subject" : {
                🔗 "reference" : "Patient/patient-passport-min"
              },
              "date" : "2023-06-01",
              "author" : [
                {
                  🔗 "reference" : "Organization/organization-hosp-min"
                }
              ],
              "title" : "疫苗接種證書資料",
              "section" : [
                {
                  "entry" : [
                    {
                      🔗 "reference" : "Immunization/immunization-yf-min"
                    }
                  ]
                }
              ]
            },
            "search" : {
              "mode" : "match"
            }
          }
        ]
      },
      "response" : {
        "status" : "200OK"
      }
    },
    {
      "fullUrl" : "https://vacc.cdc.gov.tw/vacc/Bundle/bundle-response-searchset-med-min",
      "resource" : {
        "resourceType" : "Bundle",
        "id" : "bundle-response-searchset-med-min",
        "meta" : {
          "profile" : [
            🔗 "https://vacc.cdc.gov.tw/vacc/StructureDefinition/bundle-search-vacc"
          ]
        },
        "type" : "searchset",
        "total" : 1,
        "entry" : [
          {
            "link" : [
              {
                "relation" : "self",
                "url" : "https://www.cdc.gov.tw/fhir/MedicationAdministration?subject:Patient.identifier=888800371&patient.birthdate=1983-02-15"
              }
            ],
            "fullUrl" : "https://vacc.cdc.gov.tw/vacc/MedicationAdministration/medicationAdministration-min",
            "resource" : {
              "resourceType" : "MedicationAdministration",
              "id" : "medicationAdministration-min",
              "meta" : {
                "profile" : [
                  🔗 "https://vacc.cdc.gov.tw/vacc/StructureDefinition/medicationAdministration-vacc"
                ]
              },
              "text" : {
                "status" : "generated",
                "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>開立藥品紀錄-阿托奎酮與氯胍混合製劑</b></h3><p><b>識別碼</b>:TRAVEL00202</p><p><b>藥品</b>:<a href=\"Medication-medication-min.html\">Medication/medication-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>: <a href=\"Patient-patient-passport-min.html\">Patient/patient-passport-min</a> \"赤木晴子\"</p><p><b>個案出境資料</b>: <a href=\"Observation-observation-volunteer-min.html\">Observation/observation-volunteer-min</a> \"肯亞\"</p><p><b>藥品數量</b>:1</p><p><b>開立藥品時間</b>:2023-06-01 09:30:30</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" : "庫存"
                      }
                    ]
                  }
                },
                {
                  "url" : "https://vacc.cdc.gov.tw/vacc/StructureDefinition/vacc-funding-source",
                  "valueCodeableConcept" : {
                    "coding" : [
                      {
                        "system" : "http://terminology.hl7.org/CodeSystem/immunization-funding-source",
                        "code" : "private",
                        "display" : "Private"
                      }
                    ]
                  }
                }
              ],
              "identifier" : [
                {
                  "value" : "TRAVEL00202"
                }
              ],
              "status" : "completed",
              "medicationReference" : {
                🔗 "reference" : "Medication/medication-min"
              },
              "subject" : {
                🔗 "reference" : "Patient/patient-passport-min"
              },
              "effectiveDateTime" : "2023-06-01T09:30:30.000Z",
              "reasonReference" : [
                {
                  🔗 "reference" : "Observation/observation-volunteer-min"
                }
              ],
              "dosage" : {
                "dose" : {
                  "value" : 1
                }
              }
            },
            "search" : {
              "mode" : "match"
            }
          }
        ]
      },
      "response" : {
        "status" : "200OK"
      }
    }
  ]
}