全國性預防接種資訊登錄與上傳實作指引
0.0.1 - ci-build Taiwan, Province of China flag

全國性預防接種資訊登錄與上傳實作指引, published by 衛福部疾病管制署. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hyweb-cdc/niis/ and changes regularly. See the Directory of published versions

: 檢驗報告-抗體檢驗結果-Case2 - JSON Representation

Raw json | Download

{
  "resourceType" : "DiagnosticReport",
  "id" : "diagnosticreport-passport-min",
  "meta" : {
    "profile" : [
      🔗 "https://twniis.cdc.gov.tw/twniis/StructureDefinition/diagnosticReport-reporting-niis"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>檢驗報告-抗體檢驗結果-王大明</b></h3><p><b>檢驗報告識別碼</b>:DR-20190215-0001</p><p><b>檢驗報告狀態</b>:final</p><p><b>檢驗報告類型</b>:德國麻疹檢驗結果 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twniis-obs-type-values.html\">CDC-NIIS系統-檢驗報告類型</a>#1)</span></p><p><b>個案資料</b>:<a href=\"Patient-patient-passport-min.html\">Patient/patient-passport-min</a> &quot;王大明&quot;</p><p><b>檢驗單位</b>:<a href=\"Organization-organization-hosp-min.html\">Organization/organization-hosp-min</a> &quot;合約院所&quot;</p><p><b>檢驗結果</b>:<a href=\"Observation-observation-hepBAntibody-passport-min.html\">Observation/observation-hepBAntibody-passport-min</a> &quot;抗體檢驗(IgG)-王大明&quot;</p></div>"
  },
  "identifier" : [
    {
      "value" : "DR-20190215-0001"
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "https://twniis.cdc.gov.tw/twniis/CodeSystem/twniis-obs-type-values",
        "code" : "1",
        "display" : "德國麻疹檢驗結果"
      }
    ],
    "text" : "2"
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-passport-min"
  },
  "performer" : [
    {
      🔗 "reference" : "Organization/organization-hosp-min"
    }
  ],
  "result" : [
    {
      🔗 "reference" : "Observation/observation-hepBAntibody-passport-min"
    }
  ]
}