臺灣結核病實作指引
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檢驗通報-分生藥物INH/FLQ檢驗結果值集 - 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/ValueSet/cdc-genotype-moleculex-inh-flq-result> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cdc-genotype-moleculex-inh-flq-result"] ;
  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-genotype-moleculex-inh-flq-result</b></p><a name=\"cdc-genotype-moleculex-inh-flq-result\"> </a><a name=\"hccdc-genotype-moleculex-inh-flq-result\"> </a><ul><li>Include these codes as defined in <a href=\"CodeSystem-cdc-genotype-moleculex-result.html\"><code>https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-cdc-genotype-moleculex-result.html#cdc-genotype-moleculex-result-R\">R</a></td><td style=\"color: #cccccc\">抗藥</td></tr><tr><td><a href=\"CodeSystem-cdc-genotype-moleculex-result.html#cdc-genotype-moleculex-result-S\">S</a></td><td style=\"color: #cccccc\">敏感</td></tr><tr><td><a href=\"CodeSystem-cdc-genotype-moleculex-result.html#cdc-genotype-moleculex-result-U\">U</a></td><td style=\"color: #cccccc\">無法判定</td></tr><tr><td><a href=\"CodeSystem-cdc-genotype-moleculex-result.html#cdc-genotype-moleculex-result-L\">L</a></td><td style=\"color: #cccccc\">低劑量抗藥</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://tb.cdc.gov.tw/tb/ValueSet/cdc-genotype-moleculex-inh-flq-result"] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "CDCGenotypeMoleculexInhFlqResult"] ;
  fhir:ValueSet.title [ fhir:value "CDC-TB檢驗通報-分生藥物INH/FLQ檢驗結果值集"] ;
  fhir:ValueSet.status [ fhir:value "active"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-03-31"^^xsd:date] ;
  fhir:ValueSet.publisher [ fhir:value "衛福部疾病管制署"] ;
  fhir:ValueSet.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:ValueSet.description [ fhir:value "CDC-TB檢驗通報-分生藥物INH/FLQ檢驗結果值集"] ;
  fhir:ValueSet.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:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "R" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "S" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "U" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "L" ]
       ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/cdc-genotype-moleculex-inh-flq-result.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/cdc-genotype-moleculex-inh-flq-result.ttl> .