全國性預防接種資訊登錄與上傳實作指引, 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
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/diagnosticreport-residentNumber-min> a fhir:DiagnosticReport ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "diagnosticreport-residentNumber-min"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://twniis.cdc.gov.tw/twniis/StructureDefinition/diagnosticReport-reporting-niis" ;
fhir:index 0 ;
fhir:link <https://twniis.cdc.gov.tw/twniis/StructureDefinition/diagnosticReport-reporting-niis>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>檢驗報告-孕婦B肝產檢結果-張小花</b></h3><p><b>檢驗報告識別碼</b>:DR-20200101-0001</p><p><b>檢驗報告狀態</b>:final</p><p><b>檢驗報告類型</b>:孕婦B肝產檢結果 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twniis-obs-type-values.html\">CDC-NIIS系統-檢驗報告類型</a>#2)</span></p><p><b>個案資料</b>:<a href=\"Patient-patient-residentNumber-min.html\">Patient/patient-residentNumber-min</a> \"張小花\"</p><p><b>檢驗單位</b>:<a href=\"Organization-organization-hosp-min.html\">Organization/organization-hosp-min</a> \"合約院所\"</p><p><b>檢驗結果</b>:<a href=\"Observation-observation-hbsAg-min.html\">Observation/observation-hbsAg-min</a> \"HBsAg檢驗-孕婦B肝產檢結果-張小花\"、<a href=\"Observation-observation-hbeAg-min.html\">Observation/observation-hbeAg-min</a> \"HBeAg檢驗-孕婦B肝產檢結果-張小花\"、<a href=\"Observation-observation-hepBAntibody-residentNumber-min.html\">Observation/observation-hepBAntibody-residentNumber-min</a> \"抗體檢驗(IgG)-孕婦B肝產檢結果-張小花\"</p></div>"
] ;
fhir:DiagnosticReport.identifier [
fhir:index 0 ;
fhir:Identifier.value [ fhir:value "DR-20200101-0001" ]
] ;
fhir:DiagnosticReport.status [ fhir:value "final"] ;
fhir:DiagnosticReport.code [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "https://twniis.cdc.gov.tw/twniis/CodeSystem/twniis-obs-type-values" ] ;
fhir:Coding.code [ fhir:value "2" ] ;
fhir:Coding.display [ fhir:value "孕婦B肝產檢結果" ]
] ;
fhir:CodeableConcept.text [ fhir:value "3" ]
] ;
fhir:DiagnosticReport.subject [
fhir:link <http://hl7.org/fhir/Patient/patient-residentNumber-min> ;
fhir:Reference.reference [ fhir:value "Patient/patient-residentNumber-min" ]
] ;
fhir:DiagnosticReport.performer [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Organization/organization-hosp-min> ;
fhir:Reference.reference [ fhir:value "Organization/organization-hosp-min" ]
] ;
fhir:DiagnosticReport.result [
fhir:index 0 ;
fhir:link <http://hl7.org/fhir/Observation/observation-hbsAg-min> ;
fhir:Reference.reference [ fhir:value "Observation/observation-hbsAg-min" ]
], [
fhir:index 1 ;
fhir:link <http://hl7.org/fhir/Observation/observation-hbeAg-min> ;
fhir:Reference.reference [ fhir:value "Observation/observation-hbeAg-min" ]
], [
fhir:index 2 ;
fhir:link <http://hl7.org/fhir/Observation/observation-hepBAntibody-residentNumber-min> ;
fhir:Reference.reference [ fhir:value "Observation/observation-hepBAntibody-residentNumber-min" ]
] .
<http://hl7.org/fhir/Patient/patient-residentNumber-min> a fhir:Patient .
<http://hl7.org/fhir/Organization/organization-hosp-min> a fhir:Organization .
<http://hl7.org/fhir/Observation/observation-hbsAg-min> a fhir:Observation .
<http://hl7.org/fhir/Observation/observation-hbeAg-min> a fhir:Observation .
<http://hl7.org/fhir/Observation/observation-hepBAntibody-residentNumber-min> a fhir:Observation .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/DiagnosticReport/diagnosticreport-residentNumber-min.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/DiagnosticReport/diagnosticreport-residentNumber-min.ttl> .
IG © 2026+ 衛福部疾病管制署. Package tw.gov.mohw.cdc.twniis#0.0.1 based on FHIR 4.0.1. Generated 2026-09-03
Links: Table of Contents |
QA Report
