傳染病通報系統實作指引, published by 衛福部疾病管制署. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/fhir-nidrs/nidrs/ 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/Patient/example> a fhir:Patient ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "example"] ;
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "https://cdc.gov.tw/nidrs/StructureDefinition/Patient-NIDRS" ;
fhir:index 0 ;
fhir:link <https://cdc.gov.tw/nidrs/StructureDefinition/Patient-NIDRS>
]
] ;
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ] ;
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: 患者 example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Patient-NIDRS.html\">個案資料-Patient NIDRS</a></p></div><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">李一 Male, DoB: 1960-02-07 ( National Person Identifier where the xxx is the ISO table 3166 3-character (alphabetic) country code (use: official, ))</p><hr/><table class=\"grid\"><tr><td style=\"background-color: #f3f5da\" title=\"Known status of Patient\">Deceased:</td><td>false</td><td style=\"background-color: #f3f5da\" title=\"Known Marital status of Patient\">Marital Status:</td><td colspan=\"3\"><span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}\">Married</span></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"Ways to contact the Patient\">Contact Detail</td><td colspan=\"3\"><ul><li>ph: 0918123123</li><li>0918123123</li><li>新北市新店區寶安街2樓</li></ul></td></tr><tr><td style=\"background-color: #f3f5da\" title=\"人口密集機構\">null:</td><td colspan=\"3\"><ul><li>hasOrg: false</li></ul></td></tr></table></div>"
] ;
fhir:DomainResource.extension [
fhir:index 0 ;
fhir:Element.extension [
fhir:index 0 ;
fhir:Extension.url [ fhir:value "hasOrg" ] ;
fhir:Extension.valueBoolean [ fhir:value "false"^^xsd:boolean ]
] ;
fhir:Extension.url [ fhir:value "https://cdc.gov.tw/nidrs/StructureDefinition/extension-org" ]
] ;
fhir:Patient.identifier [
fhir:index 0 ;
fhir:Identifier.use [ fhir:value "official" ] ;
fhir:Identifier.type [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ] ;
fhir:Coding.code [ fhir:value "NNxxx" ]
]
] ;
fhir:Identifier.system [ fhir:value "http://www.moi.gov.tw" ] ;
fhir:Identifier.value [ fhir:value "A123456789" ]
] ;
fhir:Patient.name [
fhir:index 0 ;
fhir:HumanName.use [ fhir:value "usual" ] ;
fhir:HumanName.text [ fhir:value "李一" ]
] ;
fhir:Patient.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "phone" ] ;
fhir:ContactPoint.value [ fhir:value "0918123123" ]
], [
fhir:index 1 ;
fhir:ContactPoint.system [ fhir:value "sms" ] ;
fhir:ContactPoint.value [ fhir:value "0918123123" ]
] ;
fhir:Patient.gender [ fhir:value "male"] ;
fhir:Patient.birthDate [ fhir:value "1960-02-07"^^xsd:date] ;
fhir:Patient.deceasedBoolean [ fhir:value "false"^^xsd:boolean] ;
fhir:Patient.address [
fhir:index 0 ;
fhir:Address.text [ fhir:value "新北市新店區寶安街2樓" ] ;
fhir:Address.city [ fhir:value "65000060" ] ;
fhir:Address.district [ fhir:value "65000" ]
] ;
fhir:Patient.maritalStatus [
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus" ] ;
fhir:Coding.code [ fhir:value "M" ]
]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/Patient/example.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/Patient/example.ttl> .
IG © 2026+ 衛福部疾病管制署. Package tw.gov.mohw.cdc.nidrs#0.1.0 based on FHIR 4.0.1. Generated 2026-09-18
Links: Table of Contents |
QA Report
| Version History
