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

: 證書補證資料 - JSON Representation

Raw json | Download


{
  "resourceType" : "Composition",
  "id" : "composition-resissue-min",
  "meta" : {
    "profile" : [
      🔗 "https://vacc.cdc.gov.tw/vacc/StructureDefinition/composition-vaccine-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>:2024-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>#Resissue)</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>個案疫苗資料-1</b>: <a href=\"Immunization-immunization-yf-min.html\">Immunization/immunization-yf-min</a></p><p><b>個案疫苗資料-2</b>: <a href=\"Immunization-immunization-typh-min.html\">Immunization/immunization-typh-min</a></p></div>"
  },
  "identifier" : {
    "value" : "9999999"
  },
  "status" : "final",
  "type" : {
    "coding" : [
      {
        "system" : "https://vacc.cdc.gov.tw/vacc/CodeSystem/twvacc-certificate-type-values",
        "code" : "Reissue",
        "display" : "補證"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-passport-min"
  },
  "date" : "2024-06-01",
  "author" : [
    {
      🔗 "reference" : "Organization/organization-hosp-min"
    }
  ],
  "title" : "疫苗接種證書資料",
  "section" : [
    {
      "entry" : [
        {
          🔗 "reference" : "Immunization/immunization-yf-min"
        },
        {
          🔗 "reference" : "Immunization/immunization-typh-min"
        }
      ]
    }
  ]
}