@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 -------------------------------------------------------------------

<https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cdc-report-type"] ;
  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-report-type</b></p><a name=\"cdc-report-type\"> </a><a name=\"hccdc-report-type\"> </a><p>This case-sensitive code system <code>https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type</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\">smear<a name=\"cdc-report-type-smear\"> </a></td><td>塗片報告</td></tr><tr><td style=\"white-space:nowrap\">mgit<a name=\"cdc-report-type-mgit\"> </a></td><td>MGIT培養結果報告</td></tr><tr><td style=\"white-space:nowrap\">lj<a name=\"cdc-report-type-lj\"> </a></td><td>L-J培養結果報告</td></tr><tr><td style=\"white-space:nowrap\">sensitive1<a name=\"cdc-report-type-sensitive1\"> </a></td><td>一線藥敏報告</td></tr><tr><td style=\"white-space:nowrap\">sensitive2<a name=\"cdc-report-type-sensitive2\"> </a></td><td>二線藥敏報告</td></tr><tr><td style=\"white-space:nowrap\">sputumPcr<a name=\"cdc-report-type-sputumPcr\"> </a></td><td>痰檢體病原體分生檢測報告</td></tr><tr><td style=\"white-space:nowrap\">igra<a name=\"cdc-report-type-igra\"> </a></td><td>IGRA報告</td></tr><tr><td style=\"white-space:nowrap\">xpertMTBC<a name=\"cdc-report-type-xpertMTBC\"> </a></td><td>Xpert MTBC報告</td></tr><tr><td style=\"white-space:nowrap\">xpertRMP<a name=\"cdc-report-type-xpertRMP\"> </a></td><td>Xpert RMP報告</td></tr><tr><td style=\"white-space:nowrap\">genotype<a name=\"cdc-report-type-genotype\"> </a></td><td>分生一線藥物報告</td></tr><tr><td style=\"white-space:nowrap\">moleculex<a name=\"cdc-report-type-moleculex\"> </a></td><td>分生二線藥物報告</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "CDCReportType"] ;
  fhir:CodeSystem.title [ fhir:value "CDC-TB檢驗通報-報告類型"] ;
  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 "臺灣衛生福利部疾病管制署「報告類型」代碼，代碼出版日期：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 "11"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "smear" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "塗片報告" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "mgit" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "MGIT培養結果報告" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "lj" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "L-J培養結果報告" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "sensitive1" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "一線藥敏報告" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "sensitive2" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "二線藥敏報告" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "sputumPcr" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "痰檢體病原體分生檢測報告" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "igra" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "IGRA報告" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "xpertMTBC" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Xpert MTBC報告" ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "xpertRMP" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Xpert RMP報告" ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "genotype" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "分生一線藥物報告" ]
  ], [
     fhir:index 10 ;
     fhir:CodeSystem.concept.code [ fhir:value "moleculex" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "分生二線藥物報告" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

