臺灣結核病實作指引
0.1.0 - ci-build Taiwan, Province of China flag

臺灣結核病實作指引, 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/omnifhir/tb/ and changes regularly. See the Directory of published versions

: CDC-TB檢驗通報-IGRA檢驗項目 - TTL Representation

Active as of 2026-03-31

Raw ttl | Download


@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-igra> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cdc-igra"] ;
  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-igra</b></p><a name=\"cdc-igra\"> </a><a name=\"hccdc-igra\"> </a><p>This case-sensitive code system <code>https://tb.cdc.gov.tw/tb/CodeSystem/cdc-igra</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\">QFT<a name=\"cdc-igra-QFT\"> </a></td><td>IGRA_QFT_NIL報告</td></tr><tr><td style=\"white-space:nowrap\">TbAntigen<a name=\"cdc-igra-TbAntigen\"> </a></td><td>IGRA_TB_ANTIGEN報告</td></tr><tr><td style=\"white-space:nowrap\">Tb1Antigen<a name=\"cdc-igra-Tb1Antigen\"> </a></td><td>IGRA_TB1_ANTIGEN報告</td></tr><tr><td style=\"white-space:nowrap\">Tb2Antigen<a name=\"cdc-igra-Tb2Antigen\"> </a></td><td>IGRA_TB2_ANTIGEN報告</td></tr><tr><td style=\"white-space:nowrap\">MITOGEN<a name=\"cdc-igra-MITOGEN\"> </a></td><td>IGRA_MITOGEN報告</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-igra"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "CDCIGRA"] ;
  fhir:CodeSystem.title [ fhir:value "CDC-TB檢驗通報-IGRA檢驗項目"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-03-31"^^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 "臺灣衛生福利部疾病管制署「IGRA檢驗項目」代碼,代碼出版日期:2026-03-31;資料所屬單位:臺灣衛生福利部疾病管制署。"] ;
  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 "5"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "QFT" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "IGRA_QFT_NIL報告" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "TbAntigen" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "IGRA_TB_ANTIGEN報告" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "Tb1Antigen" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "IGRA_TB1_ANTIGEN報告" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "Tb2Antigen" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "IGRA_TB2_ANTIGEN報告" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "MITOGEN" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "IGRA_MITOGEN報告" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/cdc-igra.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/cdc-igra.ttl> .