臺灣疫苗接種或開立藥品紀錄上傳實作指引
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-put-min",
  "meta" : {
    "profile" : [
      🔗 "https://vacc.cdc.gov.tw/vacc/StructureDefinition/bundle-put-response-vacc"
    ]
  },
  "identifier" : {
    "value" : "0634030014D0420120000"
  },
  "type" : "batch-response",
  "timestamp" : "2023-04-20T12:00:00.000Z",
  "entry" : [
    {
      "fullUrl" : "https://vacc.cdc.gov.tw/vacc/Operationoutcome/perationoutcome-min",
      "resource" : {
        "resourceType" : "OperationOutcome",
        "id" : "operationoutcome-min",
        "meta" : {
          "profile" : [
            🔗 "https://vacc.cdc.gov.tw/vacc/StructureDefinition/operationoutcome-vacc"
          ]
        },
        "text" : {
          "status" : "generated",
          "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>系統回應訊息-作業完成</b></h3><p><b>問題嚴重性</b>:Information <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/issue-severity\">IssueSeverity</a>#information)</span></p><p><b>問題種類</b>:Information <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/issue-type\">IssueType</a>#information)</span></p><p><b>訊息種類</b>:作業完成 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twvacc-operationoutcome-values.html\">CDC-VACC系統-系統回應訊息</a>#I00000)</span></p></div>"
        },
        "issue" : [
          {
            "severity" : "information",
            "code" : "informational",
            "details" : {
              "coding" : [
                {
                  "system" : "https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-operationoutcome-values",
                  "code" : "I00000",
                  "display" : "作業完成"
                }
              ]
            }
          }
        ]
      },
      "response" : {
        "status" : "200OK"
      }
    }
  ]
}