傳染病通報系統實作指引, 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
| Active as of 2026-10-01 |
@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/CodeSystem/cdc-observation-code> a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:Resource.id [ fhir:value "cdc-observation-code"] ;
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: 代码系统 cdc-observation-code</b></p><a name=\"cdc-observation-code\"> </a><a name=\"hccdc-observation-code\"> </a><p>This case-sensitive code system <code>https://cdc.gov.tw/nidrs/CodeSystem/cdc-observation-code</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">travelType<a name=\"cdc-observation-code-travelType\"> </a></td><td>旅遊類型</td></tr><tr><td style=\"white-space:nowrap\">exposure<a name=\"cdc-observation-code-exposure\"> </a></td><td>暴露史</td></tr><tr><td style=\"white-space:nowrap\">explorePositive<a name=\"cdc-observation-code-explorePositive\"> </a></td><td>與確定/極可能/可能病例曾有接觸或暴露共同感染源</td></tr><tr><td style=\"white-space:nowrap\">exploreBodyFluid<a name=\"cdc-observation-code-exploreBodyFluid\"> </a></td><td>具血體液接觸</td></tr><tr><td style=\"white-space:nowrap\">exploreLab<a name=\"cdc-observation-code-exploreLab\"> </a></td><td>具實驗室暴露史</td></tr><tr><td style=\"white-space:nowrap\">explorePollutedFood<a name=\"cdc-observation-code-explorePollutedFood\"> </a></td><td>曾食用受汙染的水或食物</td></tr><tr><td style=\"white-space:nowrap\">exploreIatrogenic<a name=\"cdc-observation-code-exploreIatrogenic\"> </a></td><td>醫源型</td></tr><tr><td style=\"white-space:nowrap\">animal<a name=\"cdc-observation-code-animal\"> </a></td><td>動物接觸史</td></tr></table></div>"
] ;
fhir:CodeSystem.url [ fhir:value "https://cdc.gov.tw/nidrs/CodeSystem/cdc-observation-code"] ;
fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
fhir:CodeSystem.name [ fhir:value "CDCObservationCode"] ;
fhir:CodeSystem.title [ fhir:value "CDC-Observation Code"] ;
fhir:CodeSystem.status [ fhir:value "active"] ;
fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
fhir:CodeSystem.date [ fhir:value "2026-10-01"^^xsd:date] ;
fhir:CodeSystem.publisher [ fhir:value "衛福部疾病管制署"] ;
fhir:CodeSystem.contact [
fhir:index 0 ;
fhir:ContactDetail.name [ fhir:value "衛福部疾病管制署" ] ;
fhir:ContactDetail.telecom [
fhir:index 0 ;
fhir:ContactPoint.system [ fhir:value "url" ] ;
fhir:ContactPoint.value [ fhir:value "https://www.cdc.gov.tw" ]
]
] ;
fhir:CodeSystem.description [ fhir:value "臺灣衛生福利部疾病管制署「Observation Code」代碼,代碼出版日期:2026-10-01;資料所屬單位:臺灣衛生福利部疾病管制署。"] ;
fhir:CodeSystem.jurisdiction [
fhir:index 0 ;
fhir:CodeableConcept.coding [
fhir:index 0 ;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
fhir:Coding.code [ fhir:value "TW" ]
]
] ;
fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
fhir:CodeSystem.content [ fhir:value "complete"] ;
fhir:CodeSystem.count [ fhir:value "8"^^xsd:nonNegativeInteger] ;
fhir:CodeSystem.concept [
fhir:index 0 ;
fhir:CodeSystem.concept.code [ fhir:value "travelType" ] ;
fhir:CodeSystem.concept.display [ fhir:value "旅遊類型" ]
], [
fhir:index 1 ;
fhir:CodeSystem.concept.code [ fhir:value "exposure" ] ;
fhir:CodeSystem.concept.display [ fhir:value "暴露史" ]
], [
fhir:index 2 ;
fhir:CodeSystem.concept.code [ fhir:value "explorePositive" ] ;
fhir:CodeSystem.concept.display [ fhir:value "與確定/極可能/可能病例曾有接觸或暴露共同感染源" ]
], [
fhir:index 3 ;
fhir:CodeSystem.concept.code [ fhir:value "exploreBodyFluid" ] ;
fhir:CodeSystem.concept.display [ fhir:value "具血體液接觸" ]
], [
fhir:index 4 ;
fhir:CodeSystem.concept.code [ fhir:value "exploreLab" ] ;
fhir:CodeSystem.concept.display [ fhir:value "具實驗室暴露史" ]
], [
fhir:index 5 ;
fhir:CodeSystem.concept.code [ fhir:value "explorePollutedFood" ] ;
fhir:CodeSystem.concept.display [ fhir:value "曾食用受汙染的水或食物" ]
], [
fhir:index 6 ;
fhir:CodeSystem.concept.code [ fhir:value "exploreIatrogenic" ] ;
fhir:CodeSystem.concept.display [ fhir:value "醫源型" ]
], [
fhir:index 7 ;
fhir:CodeSystem.concept.code [ fhir:value "animal" ] ;
fhir:CodeSystem.concept.display [ fhir:value "動物接觸史" ]
] .
# - ontology header ------------------------------------------------------------
<http://hl7.org/fhir/CodeSystem/cdc-observation-code.ttl> a owl:Ontology ;
owl:imports fhir:fhir.ttl ;
owl:versionIRI <http://build.fhir.org/CodeSystem/cdc-observation-code.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
