@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .
@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/Bundle/reporting> a fhir:Bundle ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "reporting"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/Bundle-tb-reporting" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/Bundle-tb-reporting>
     ]
  ] ;
  fhir:Bundle.type [ fhir:value "message"] ;
  fhir:Bundle.entry [
     fhir:index 0 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://tb.cdc.gov.tw/tb/MessageHeader/message-reporting" ] ;
     fhir:Bundle.entry.resource <https://tb.cdc.gov.tw/tb/MessageHeader/message-reporting>
  ], [
     fhir:index 1 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://tb.cdc.gov.tw/tb/DiagnosticReport/report" ] ;
     fhir:Bundle.entry.resource <https://tb.cdc.gov.tw/tb/DiagnosticReport/report>
  ], [
     fhir:index 2 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://tb.cdc.gov.tw/tb/Patient/example" ] ;
     fhir:Bundle.entry.resource <https://tb.cdc.gov.tw/tb/Patient/example>
  ], [
     fhir:index 3 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://tb.cdc.gov.tw/tb/Organization/hosp" ] ;
     fhir:Bundle.entry.resource <https://tb.cdc.gov.tw/tb/Organization/hosp>
  ], [
     fhir:index 4 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://tb.cdc.gov.tw/tb/Specimen/sampled" ] ;
     fhir:Bundle.entry.resource <https://tb.cdc.gov.tw/tb/Specimen/sampled>
  ], [
     fhir:index 5 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://tb.cdc.gov.tw/tb/Observation/smear" ] ;
     fhir:Bundle.entry.resource <https://tb.cdc.gov.tw/tb/Observation/smear>
  ], [
     fhir:index 6 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://tb.cdc.gov.tw/tb/Observation/mgit" ] ;
     fhir:Bundle.entry.resource <https://tb.cdc.gov.tw/tb/Observation/mgit>
  ], [
     fhir:index 7 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://tb.cdc.gov.tw/tb/Observation/lj" ] ;
     fhir:Bundle.entry.resource <https://tb.cdc.gov.tw/tb/Observation/lj>
  ], [
     fhir:index 8 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://tb.cdc.gov.tw/tb/Observation/identify" ] ;
     fhir:Bundle.entry.resource <https://tb.cdc.gov.tw/tb/Observation/identify>
  ], [
     fhir:index 9 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://tb.cdc.gov.tw/tb/Observation/drug-sensitive-1" ] ;
     fhir:Bundle.entry.resource <https://tb.cdc.gov.tw/tb/Observation/drug-sensitive-1>
  ], [
     fhir:index 10 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://tb.cdc.gov.tw/tb/Observation/drug-sensitive-2" ] ;
     fhir:Bundle.entry.resource <https://tb.cdc.gov.tw/tb/Observation/drug-sensitive-2>
  ], [
     fhir:index 11 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://tb.cdc.gov.tw/tb/Observation/sputum-pcr" ] ;
     fhir:Bundle.entry.resource <https://tb.cdc.gov.tw/tb/Observation/sputum-pcr>
  ], [
     fhir:index 12 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://tb.cdc.gov.tw/tb/Observation/igra" ] ;
     fhir:Bundle.entry.resource <https://tb.cdc.gov.tw/tb/Observation/igra>
  ], [
     fhir:index 13 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://tb.cdc.gov.tw/tb/Observation/xpert-mtbc" ] ;
     fhir:Bundle.entry.resource <https://tb.cdc.gov.tw/tb/Observation/xpert-mtbc>
  ], [
     fhir:index 14 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://tb.cdc.gov.tw/tb/Observation/xpert-rmp" ] ;
     fhir:Bundle.entry.resource <https://tb.cdc.gov.tw/tb/Observation/xpert-rmp>
  ], [
     fhir:index 15 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://tb.cdc.gov.tw/tb/Observation/genotype" ] ;
     fhir:Bundle.entry.resource <https://tb.cdc.gov.tw/tb/Observation/genotype>
  ], [
     fhir:index 16 ;
     fhir:Bundle.entry.fullUrl [ fhir:value "https://tb.cdc.gov.tw/tb/Observation/moleculex" ] ;
     fhir:Bundle.entry.resource <https://tb.cdc.gov.tw/tb/Observation/moleculex>
  ] .

<https://tb.cdc.gov.tw/tb/MessageHeader/message-reporting> a fhir:MessageHeader ;
  fhir:Resource.id [ fhir:value "message-reporting"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/MessageHeader-tb-reporting" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/MessageHeader-tb-reporting>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"MessageHeader_message-reporting\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 消息标头 message-reporting</b></p><a name=\"message-reporting\"> </a><a name=\"hcmessage-reporting\"> </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-MessageHeader-tb-reporting.html\">檢驗通報訊息-MessageHeader TB Reporting</a></p></div><p><b>event</b>: <a href=\"CodeSystem-cdc-message-event.html#cdc-message-event-reporting\">CDC-訊息事件: reporting</a> (檢驗通報)</p><p><b>sender</b>: <a href=\"Organization-hosp.html\">Organization: identifier = Provider number (use: official, ); type = Healthcare Provider</a></p><h3>Sources</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Endpoint</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"https://www.ntuh.gov.tw\">https://www.ntuh.gov.tw</a></td></tr></table><p><b>focus</b>: <a href=\"DiagnosticReport-report.html\">Diagnostic Report for 'Laboratory report' for '-&gt;王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))'</a></p></div>"
  ] ;
  fhir:MessageHeader.eventCoding [
     fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-message-event" ] ;
     fhir:Coding.code [ fhir:value "reporting" ]
  ] ;
  fhir:MessageHeader.sender [
     fhir:link <https://tb.cdc.gov.tw/tb/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] ;
  fhir:MessageHeader.source [
     fhir:MessageHeader.source.endpoint [ fhir:value "https://www.ntuh.gov.tw" ]
  ] ;
  fhir:MessageHeader.focus [
     fhir:index 0 ;
     fhir:link <https://tb.cdc.gov.tw/tb/DiagnosticReport/report> ;
     fhir:Reference.reference [ fhir:value "DiagnosticReport/report" ]
  ] .

<https://tb.cdc.gov.tw/tb/DiagnosticReport/report> a fhir:DiagnosticReport ;
  fhir:Resource.id [ fhir:value "report"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/DiagnosticReport-tb-reporting" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/DiagnosticReport-tb-reporting>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"DiagnosticReport_report\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 诊断报告 report</b></p><a name=\"report\"> </a><a name=\"hcreport\"> </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-DiagnosticReport-tb-reporting.html\">實驗室報告-DiagnosticReport TB Reporting</a></p></div><h2><span title=\"Codes:{http://loinc.org 11502-2}\">Laboratory report</span> </h2><table class=\"grid\"><tr><td>Subject</td><td>王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))</td></tr></table><p><b>Report Details</b></p><table class=\"grid\"><tr><td><b>Code</b></td><td><b>Value</b></td><td><b>Flags</b></td><td><b>Note</b></td><td><b>Relevant Time</b></td><td><b>Reported</b></td></tr><tr><td><a href=\"Observation-smear.html\"><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type smear}\">塗片報告</span></a></td><td><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-smear-result -}\">陰性</span></td><td>Final</td><td/><td>2026-01-01 08:36:48+0800</td><td/></tr><tr><td><a href=\"Observation-mgit.html\"><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type mgit}\">MGIT培養結果報告</span></a></td><td><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-culture-result -}\">陰性</span></td><td>Final</td><td/><td>2026-01-23</td><td/></tr><tr><td><a href=\"Observation-lj.html\"><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type lj}\">L-J培養結果報告</span></a></td><td><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-culture-result -}\">陰性</span></td><td>Final</td><td/><td>2026-02-09</td><td/></tr><tr><td><a href=\"Observation-identify.html\"><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-bacterium M01}\">M.tuberculosis</span></a></td><td><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-identify-result M}\">MTBC</span></td><td>Final</td><td/><td>2026-01-01 08:36:48+0800</td><td/></tr><tr><td><a href=\"Observation-drug-sensitive-1.html\"><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type sensitive1}\">一線藥敏報告</span></a></td><td/><td>Final</td><td><blockquote><div><p>一線藥敏備註</p>\n</div></blockquote></td><td>2026-03-10 10:45:00+0800</td><td/></tr><tr><td><a href=\"Observation-drug-sensitive-2.html\"><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type sensitive2}\">二線藥敏報告</span></a></td><td/><td>Final</td><td><blockquote><div><p>二線藥敏備註</p>\n</div></blockquote></td><td>2026-03-16 10:45:00+0800</td><td/></tr><tr><td><a href=\"Observation-sputum-pcr.html\"><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type sputumPcr}\">痰檢體病原體分生檢測報告</span></a></td><td><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-sputum-pcr-result B}\">無法判定</span></td><td>Final</td><td><blockquote><div><p>痰檢體病原體分生檢測結果備註</p>\n</div></blockquote></td><td>2026-02-13</td><td/></tr><tr><td><a href=\"Observation-igra.html\"><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type igra}\">IGRA報告</span></a></td><td><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-igra-result N}\">陰性</span></td><td>Final</td><td><blockquote><div><p>IGRA備註</p>\n</div></blockquote></td><td>2026-01-13</td><td>2026-01-13 17:00:00+0800</td></tr><tr><td><a href=\"Observation-xpert-mtbc.html\"><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type xpertMTBC}\">Xpert MTBC報告</span></a></td><td><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-xpert-mtbc 1}\">MTBC陽性</span></td><td>Final</td><td/><td>2026-02-04</td><td/></tr><tr><td><a href=\"Observation-xpert-rmp.html\"><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type xpertRMP}\">Xpert RMP報告</span></a></td><td><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-xpert-rmp S}\">敏感</span></td><td>Final</td><td/><td>2026-02-04</td><td/></tr><tr><td><a href=\"Observation-genotype.html\"><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type genotype}\">分生一線藥物報告</span></a></td><td/><td>Final</td><td/><td>2026-02-14</td><td/></tr><tr><td><a href=\"Observation-moleculex.html\"><span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type moleculex}\">分生二線藥物報告</span></a></td><td/><td>Final</td><td/><td>2026-02-18</td><td/></tr></table></div>"
  ] ;
  fhir:DiagnosticReport.status [ fhir:value "final"] ;
  fhir:DiagnosticReport.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       a loinc:11502-2 ;
       fhir:Coding.system [ fhir:value "http://loinc.org" ] ;
       fhir:Coding.code [ fhir:value "11502-2" ]
     ]
  ] ;
  fhir:DiagnosticReport.subject [
     fhir:link <https://tb.cdc.gov.tw/tb/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:DiagnosticReport.specimen [
     fhir:index 0 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Specimen/sampled> ;
     fhir:Reference.reference [ fhir:value "Specimen/sampled" ]
  ] ;
  fhir:DiagnosticReport.result [
     fhir:index 0 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Observation/smear> ;
     fhir:Reference.reference [ fhir:value "Observation/smear" ]
  ], [
     fhir:index 1 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Observation/mgit> ;
     fhir:Reference.reference [ fhir:value "Observation/mgit" ]
  ], [
     fhir:index 2 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Observation/lj> ;
     fhir:Reference.reference [ fhir:value "Observation/lj" ]
  ], [
     fhir:index 3 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Observation/identify> ;
     fhir:Reference.reference [ fhir:value "Observation/identify" ]
  ], [
     fhir:index 4 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Observation/drug-sensitive-1> ;
     fhir:Reference.reference [ fhir:value "Observation/drug-sensitive-1" ]
  ], [
     fhir:index 5 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Observation/drug-sensitive-2> ;
     fhir:Reference.reference [ fhir:value "Observation/drug-sensitive-2" ]
  ], [
     fhir:index 6 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Observation/sputum-pcr> ;
     fhir:Reference.reference [ fhir:value "Observation/sputum-pcr" ]
  ], [
     fhir:index 7 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Observation/igra> ;
     fhir:Reference.reference [ fhir:value "Observation/igra" ]
  ], [
     fhir:index 8 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Observation/xpert-mtbc> ;
     fhir:Reference.reference [ fhir:value "Observation/xpert-mtbc" ]
  ], [
     fhir:index 9 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Observation/xpert-rmp> ;
     fhir:Reference.reference [ fhir:value "Observation/xpert-rmp" ]
  ], [
     fhir:index 10 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Observation/genotype> ;
     fhir:Reference.reference [ fhir:value "Observation/genotype" ]
  ], [
     fhir:index 11 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Observation/moleculex> ;
     fhir:Reference.reference [ fhir:value "Observation/moleculex" ]
  ] .

<https://tb.cdc.gov.tw/tb/Patient/example> a fhir:Patient ;
  fhir:Resource.id [ fhir:value "example"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/Patient-tb" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/Patient-tb>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><a name=\"Patient_example\"> </a><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-Patient-tb.html\">檢驗通報病人資訊-Patient TB</a></p></div><blockquote><p><b>識別碼型別</b>：National Person Identifier <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">（ <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#NNxxx）</span><br/><b>身分證字號（official）</b>：A123456789 （http://www.moi.gov.tw）</p></blockquote><blockquote><p><b>識別碼型別</b>：Health Card Number <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">（ <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">Identifier Type Codes</a>#HC）</span><br/><b>健保卡序號（official）</b>：0000111122223333 （https://www.nhi.gov.tw）</p></blockquote><p><b>姓名（usual）</b>：王大明</p><p><b>性別</b>：男</p><p><b>出生日期</b>：1996-01-01</p></div>"
  ] ;
  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:index 1 ;
     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 "HC" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://www.nhi.gov.tw" ] ;
     fhir:Identifier.value [ fhir:value "0000111122223333" ]
  ] ;
  fhir:Patient.name [
     fhir:index 0 ;
     fhir:HumanName.use [ fhir:value "usual" ] ;
     fhir:HumanName.text [ fhir:value "王大明" ]
  ] ;
  fhir:Patient.gender [ fhir:value "male"] ;
  fhir:Patient.birthDate [ fhir:value "1996-01-01"^^xsd:date] ;
  fhir:Patient.managingOrganization [
     fhir:link <https://tb.cdc.gov.tw/tb/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] .

<https://tb.cdc.gov.tw/tb/Organization/hosp> a fhir:Organization ;
  fhir:Resource.id [ fhir:value "hosp"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/Organization-tb" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/Organization-tb>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Organization_hosp\"> </a><h3><b>醫事機構</b></h3><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\">Profile: <a href=\"StructureDefinition-Organization-tb.html\">醫事機構-Organization TB</a></p></div><p><b>識別碼型別</b>：Provider number<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">（ <a href=\"http://terminology.hl7.org/CodeSystem/v2-0203\">IdentifierType</a>#PRN）</span><br/><b>機構代碼（official）</b>：0401180014 (https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/organization-identifier-tw)</p><p><b>機構種類</b>：Healthcare Provider <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://hl7.org/fhir/R4/codesystem-organization-type.html\">OrganizationType</a>#prov)</span></p></div>"
  ] ;
  fhir:Organization.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 "PRN" ]
       ]
     ] ;
     fhir:Identifier.system [ fhir:value "https://twcore.mohw.gov.tw/ig/twcore/CodeSystem/organization-identifier-tw" ] ;
     fhir:Identifier.value [ fhir:value "0401180014" ]
  ] ;
  fhir:Organization.type [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/organization-type" ] ;
       fhir:Coding.code [ fhir:value "prov" ]
     ]
  ] .

<https://tb.cdc.gov.tw/tb/Specimen/sampled> a fhir:Specimen ;
  fhir:Resource.id [ fhir:value "sampled"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/Specimen-tb-reporting" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/Specimen-tb-reporting>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Specimen_sampled\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 标本 sampled</b></p><a name=\"sampled\"> </a><a name=\"hcsampled\"> </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-Specimen-tb-reporting.html\">檢驗通報檢體-Specimen TB Reporting</a></p></div><p><b>identifier</b>: S52131004218</p><p><b>accessionIdentifier</b>: S52131004218</p><p><b>type</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-sampled-type 099}\">其他</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))</a></p><p><b>receivedTime</b>: 2026-01-01 08:36:48+0800</p><h3>Collections</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Collected[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>2025-12-31</td></tr></table></div>"
  ] ;
  fhir:Specimen.identifier [
     fhir:index 0 ;
     fhir:Identifier.value [ fhir:value "S52131004218" ]
  ] ;
  fhir:Specimen.accessionIdentifier [
     fhir:Identifier.value [ fhir:value "S52131004218" ]
  ] ;
  fhir:Specimen.type [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-sampled-type" ] ;
       fhir:Coding.code [ fhir:value "099" ]
     ]
  ] ;
  fhir:Specimen.subject [
     fhir:link <https://tb.cdc.gov.tw/tb/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Specimen.receivedTime [ fhir:value "2026-01-01T08:36:48+08:00"^^xsd:dateTime] ;
  fhir:Specimen.collection [
     fhir:Specimen.collection.collectedDateTime [ fhir:value "2025-12-31"^^xsd:date ]
  ] .

<https://tb.cdc.gov.tw/tb/Observation/smear> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "smear"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-smear" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-smear>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_smear\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 观察 smear</b></p><a name=\"smear\"> </a><a name=\"hcsmear\"> </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-Observation-smear.html\">塗片報告-Observation Smear</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type smear}\">塗片報告</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))</a></p><p><b>effective</b>: 2026-01-01 08:36:48+0800</p><p><b>performer</b>: <a href=\"Organization-hosp.html\">Organization: identifier = Provider number (use: official, ); type = Healthcare Provider</a></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-smear-result -}\">陰性</span></p><p><b>method</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-smear-method P}\">螢光</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "laboratory" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type" ] ;
       fhir:Coding.code [ fhir:value "smear" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://tb.cdc.gov.tw/tb/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-01-01T08:36:48+08:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-smear-result" ] ;
       fhir:Coding.code [ fhir:value "-" ]
     ]
  ] ;
  fhir:Observation.method [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-smear-method" ] ;
       fhir:Coding.code [ fhir:value "P" ]
     ]
  ] .

<https://tb.cdc.gov.tw/tb/Observation/mgit> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "mgit"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-mgit" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-mgit>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_mgit\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 观察 mgit</b></p><a name=\"mgit\"> </a><a name=\"hcmgit\"> </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-Observation-mgit.html\">MGIT培養結果報告-Observation MGIT</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type mgit}\">MGIT培養結果報告</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))</a></p><p><b>effective</b>: 2026-01-23</p><p><b>performer</b>: <a href=\"Organization-hosp.html\">Organization: identifier = Provider number (use: official, ); type = Healthcare Provider</a></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-culture-result -}\">陰性</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "laboratory" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type" ] ;
       fhir:Coding.code [ fhir:value "mgit" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://tb.cdc.gov.tw/tb/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-01-23"^^xsd:date] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-culture-result" ] ;
       fhir:Coding.code [ fhir:value "-" ]
     ]
  ] .

<https://tb.cdc.gov.tw/tb/Observation/lj> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "lj"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-lj" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-lj>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_lj\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 观察 lj</b></p><a name=\"lj\"> </a><a name=\"hclj\"> </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-Observation-lj.html\">L-J培養結果報告-Observation LJ</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type lj}\">L-J培養結果報告</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))</a></p><p><b>effective</b>: 2026-02-09</p><p><b>performer</b>: <a href=\"Organization-hosp.html\">Organization: identifier = Provider number (use: official, ); type = Healthcare Provider</a></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-culture-result -}\">陰性</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "laboratory" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type" ] ;
       fhir:Coding.code [ fhir:value "lj" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://tb.cdc.gov.tw/tb/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-02-09"^^xsd:date] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-culture-result" ] ;
       fhir:Coding.code [ fhir:value "-" ]
     ]
  ] .

<https://tb.cdc.gov.tw/tb/Observation/identify> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "identify"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-identify" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-identify>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_identify\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 观察 identify</b></p><a name=\"identify\"> </a><a name=\"hcidentify\"> </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-Observation-identify.html\">菌種鑑定報告-Observation Identify</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-bacterium M01}\">M.tuberculosis</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))</a></p><p><b>effective</b>: 2026-01-01 08:36:48+0800</p><p><b>performer</b>: <a href=\"Organization-hosp.html\">Organization: identifier = Provider number (use: official, ); type = Healthcare Provider</a></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-identify-result M}\">MTBC</span></p><p><b>method</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-identify-method 3}\">ICT鑑定</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "laboratory" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-bacterium" ] ;
       fhir:Coding.code [ fhir:value "M01" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://tb.cdc.gov.tw/tb/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-01-01T08:36:48+08:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-identify-result" ] ;
       fhir:Coding.code [ fhir:value "M" ]
     ]
  ] ;
  fhir:Observation.method [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-identify-method" ] ;
       fhir:Coding.code [ fhir:value "3" ]
     ]
  ] .

<https://tb.cdc.gov.tw/tb/Observation/drug-sensitive-1> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "drug-sensitive-1"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-drug-sensitive-1" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-drug-sensitive-1>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_drug-sensitive-1\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 观察 drug-sensitive-1</b></p><a name=\"drug-sensitive-1\"> </a><a name=\"hcdrug-sensitive-1\"> </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-Observation-drug-sensitive-1.html\">一線藥敏-Observation Drug Sensitive 1</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type sensitive1}\">一線藥敏報告</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))</a></p><p><b>effective</b>: 2026-03-10 10:45:00+0800</p><p><b>performer</b>: <a href=\"Organization-hosp.html\">Organization: identifier = Provider number (use: official, ); type = Healthcare Provider</a></p><p><b>note</b>: </p><blockquote><div><p>一線藥敏備註</p>\n</div></blockquote><p><b>method</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-molecule-checktool 1}\">Abbott RealTime MTB RIF/INH</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive F01}\">一線藥敏-高濃度Isoniazid</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive F02}\">一線藥敏-低濃度Isoniazid</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive F03}\">一線藥敏-高濃度Ethambutol</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive F04}\">一線藥敏-低濃度Ethambutol</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive F05}\">一線藥敏-高濃度Streptomycin</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive F06}\">一線藥敏-低濃度Streptomycin</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive F07}\">一線藥敏-Rifampin</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive F08}\">一線藥敏-Pyrazinamide</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive other}\">其他一線藥敏</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "laboratory" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type" ] ;
       fhir:Coding.code [ fhir:value "sensitive1" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://tb.cdc.gov.tw/tb/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-03-10T10:45:00+08:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] ;
  fhir:Observation.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "一線藥敏備註" ]
  ] ;
  fhir:Observation.method [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-molecule-checktool" ] ;
       fhir:Coding.code [ fhir:value "1" ]
     ]
  ] ;
  fhir:Observation.component [
     fhir:index 0 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "F01" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "F02" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "F03" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 3 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "F04" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 4 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "F05" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 5 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "F06" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 6 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "F07" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 7 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "F08" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 8 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "other" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "其他一線藥敏" ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ] .

<https://tb.cdc.gov.tw/tb/Observation/drug-sensitive-2> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "drug-sensitive-2"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-drug-sensitive-2" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-drug-sensitive-2>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_drug-sensitive-2\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 观察 drug-sensitive-2</b></p><a name=\"drug-sensitive-2\"> </a><a name=\"hcdrug-sensitive-2\"> </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-Observation-drug-sensitive-2.html\">二線藥敏-Observation Drug Sensitive 2</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type sensitive2}\">二線藥敏報告</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))</a></p><p><b>effective</b>: 2026-03-16 10:45:00+0800</p><p><b>performer</b>: <a href=\"Organization-hosp.html\">Organization: identifier = Provider number (use: official, ); type = Healthcare Provider</a></p><p><b>note</b>: </p><blockquote><div><p>二線藥敏備註</p>\n</div></blockquote><p><b>method</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-moleculex-molecule-checktool 1}\">Genotype MTBDRsl</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive S01}\">二線藥敏-高濃度Kanamycin</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive S02}\">二線藥敏-低濃度Kanamycin</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive S03}\">二線藥敏-Ofloxacin</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive S04}\">二線藥敏-Ethionamide</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive S05}\">二線藥敏-p-aminosalicylicacid</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive S06}\">二線藥敏-Rifabutin</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive S07}\">二線藥敏-Capreomycin</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive S08}\">二線藥敏-Ciprofloxacin</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive S09}\">二線藥敏-Moxifloxacin</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive S10}\">二線藥敏-Gatifloxacin</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive S11}\">二線藥敏-Levofloxacin</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive S12}\">二線藥敏-Amikacin</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive S13}\">二線藥敏-Prothionamide</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive S14}\">二線藥敏-Cycloserine</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive S15}\">二線藥敏-Terizidone</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive S16}\">二線藥敏-Thioacetazone</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive S17}\">二線藥敏-Enviomycin</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive other}\">其他二線藥敏</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result S}\">敏感</span></p></blockquote></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "laboratory" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type" ] ;
       fhir:Coding.code [ fhir:value "sensitive2" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://tb.cdc.gov.tw/tb/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-03-16T10:45:00+08:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] ;
  fhir:Observation.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "二線藥敏備註" ]
  ] ;
  fhir:Observation.method [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-moleculex-molecule-checktool" ] ;
       fhir:Coding.code [ fhir:value "1" ]
     ]
  ] ;
  fhir:Observation.component [
     fhir:index 0 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "S01" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "S02" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "S03" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 3 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "S04" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 4 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "S05" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 5 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "S06" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 6 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "S07" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 7 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "S08" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 8 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "S09" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 9 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "S10" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 10 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "S11" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 11 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "S12" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 12 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "S13" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 13 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "S14" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 14 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "S15" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 15 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "S16" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 16 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "S17" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ], [
     fhir:index 17 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive" ] ;
         fhir:Coding.code [ fhir:value "other" ]
       ] ;
       fhir:CodeableConcept.text [ fhir:value "其他二線藥敏" ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-drug-sensitive-result" ] ;
         fhir:Coding.code [ fhir:value "S" ]
       ]
     ]
  ] .

<https://tb.cdc.gov.tw/tb/Observation/sputum-pcr> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "sputum-pcr"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-sputum-pcr" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-sputum-pcr>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_sputum-pcr\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 观察 sputum-pcr</b></p><a name=\"sputum-pcr\"> </a><a name=\"hcsputum-pcr\"> </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-Observation-sputum-pcr.html\">痰檢體病原體分生檢測報告-Observation Sputum PCR</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type sputumPcr}\">痰檢體病原體分生檢測報告</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))</a></p><p><b>effective</b>: 2026-02-13</p><p><b>performer</b>: <a href=\"Organization-hosp.html\">Organization: identifier = Provider number (use: official, ); type = Healthcare Provider</a></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-sputum-pcr-result B}\">無法判定</span></p><p><b>note</b>: </p><blockquote><div><p>痰檢體病原體分生檢測結果備註</p>\n</div></blockquote></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "laboratory" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type" ] ;
       fhir:Coding.code [ fhir:value "sputumPcr" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://tb.cdc.gov.tw/tb/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-02-13"^^xsd:date] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-sputum-pcr-result" ] ;
       fhir:Coding.code [ fhir:value "B" ]
     ]
  ] ;
  fhir:Observation.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "痰檢體病原體分生檢測結果備註" ]
  ] .

<https://tb.cdc.gov.tw/tb/Observation/igra> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "igra"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-igra" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-igra>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_igra\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 观察 igra</b></p><a name=\"igra\"> </a><a name=\"hcigra\"> </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-Observation-igra.html\">IGRA報告-Observation IGRA</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type igra}\">IGRA報告</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))</a></p><p><b>effective</b>: 2026-01-13</p><p><b>issued</b>: 2026-01-13 17:00:00+0800</p><p><b>performer</b>: <a href=\"Organization-hosp.html\">Organization: identifier = Provider number (use: official, ); type = Healthcare Provider</a></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-igra-result N}\">陰性</span></p><p><b>note</b>: </p><blockquote><div><p>IGRA備註</p>\n</div></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-igra QFT}\">IGRA_QFT_NIL報告</span></p><p><b>value</b>: 0.06</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-igra TbAntigen}\">IGRA_TB_ANTIGEN報告</span></p><p><b>value</b>: 0.1</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-igra Tb1Antigen}\">IGRA_TB1_ANTIGEN報告</span></p><p><b>value</b>: 0.31</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-igra Tb2Antigen}\">IGRA_TB2_ANTIGEN報告</span></p><p><b>value</b>: 0.32</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-igra MITOGEN}\">IGRA_MITOGEN報告</span></p><p><b>value</b>: 6.94</p></blockquote></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "laboratory" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type" ] ;
       fhir:Coding.code [ fhir:value "igra" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://tb.cdc.gov.tw/tb/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-01-13"^^xsd:date] ;
  fhir:Observation.issued [ fhir:value "2026-01-13T17:00:00+08:00"^^xsd:dateTime] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-igra-result" ] ;
       fhir:Coding.code [ fhir:value "N" ]
     ]
  ] ;
  fhir:Observation.note [
     fhir:index 0 ;
     fhir:Annotation.text [ fhir:value "IGRA備註" ]
  ] ;
  fhir:Observation.component [
     fhir:index 0 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-igra" ] ;
         fhir:Coding.code [ fhir:value "QFT" ]
       ]
     ] ;
     fhir:Observation.component.valueQuantity [
       fhir:Quantity.value [ fhir:value "0.06"^^xsd:decimal ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-igra" ] ;
         fhir:Coding.code [ fhir:value "TbAntigen" ]
       ]
     ] ;
     fhir:Observation.component.valueQuantity [
       fhir:Quantity.value [ fhir:value "0.1"^^xsd:decimal ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-igra" ] ;
         fhir:Coding.code [ fhir:value "Tb1Antigen" ]
       ]
     ] ;
     fhir:Observation.component.valueQuantity [
       fhir:Quantity.value [ fhir:value "0.31"^^xsd:decimal ]
     ]
  ], [
     fhir:index 3 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-igra" ] ;
         fhir:Coding.code [ fhir:value "Tb2Antigen" ]
       ]
     ] ;
     fhir:Observation.component.valueQuantity [
       fhir:Quantity.value [ fhir:value "0.32"^^xsd:decimal ]
     ]
  ], [
     fhir:index 4 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-igra" ] ;
         fhir:Coding.code [ fhir:value "MITOGEN" ]
       ]
     ] ;
     fhir:Observation.component.valueQuantity [
       fhir:Quantity.value [ fhir:value "6.94"^^xsd:decimal ]
     ]
  ] .

<https://tb.cdc.gov.tw/tb/Observation/xpert-mtbc> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "xpert-mtbc"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-xpert-mtbc" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-xpert-mtbc>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_xpert-mtbc\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 观察 xpert-mtbc</b></p><a name=\"xpert-mtbc\"> </a><a name=\"hcxpert-mtbc\"> </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-Observation-xpert-mtbc.html\">Xpert MTBC報告-Observation Xpert MTBC</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type xpertMTBC}\">Xpert MTBC報告</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))</a></p><p><b>effective</b>: 2026-02-04</p><p><b>performer</b>: <a href=\"Organization-hosp.html\">Organization: identifier = Provider number (use: official, ); type = Healthcare Provider</a></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-xpert-mtbc 1}\">MTBC陽性</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "laboratory" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type" ] ;
       fhir:Coding.code [ fhir:value "xpertMTBC" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://tb.cdc.gov.tw/tb/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-02-04"^^xsd:date] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-xpert-mtbc" ] ;
       fhir:Coding.code [ fhir:value "1" ]
     ]
  ] .

<https://tb.cdc.gov.tw/tb/Observation/xpert-rmp> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "xpert-rmp"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-xpert-rmp" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-xpert-rmp>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_xpert-rmp\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 观察 xpert-rmp</b></p><a name=\"xpert-rmp\"> </a><a name=\"hcxpert-rmp\"> </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-Observation-xpert-rmp.html\">Xpert RMP報告-Observation Xpert RMP</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type xpertRMP}\">Xpert RMP報告</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))</a></p><p><b>effective</b>: 2026-02-04</p><p><b>performer</b>: <a href=\"Organization-hosp.html\">Organization: identifier = Provider number (use: official, ); type = Healthcare Provider</a></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-xpert-rmp S}\">敏感</span></p></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "laboratory" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type" ] ;
       fhir:Coding.code [ fhir:value "xpertRMP" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://tb.cdc.gov.tw/tb/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-02-04"^^xsd:date] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] ;
  fhir:Observation.valueCodeableConcept [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-xpert-rmp" ] ;
       fhir:Coding.code [ fhir:value "S" ]
     ]
  ] .

<https://tb.cdc.gov.tw/tb/Observation/genotype> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "genotype"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-genotype" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-genotype>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_genotype\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 观察 genotype</b></p><a name=\"genotype\"> </a><a name=\"hcgenotype\"> </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-Observation-genotype.html\">分生一線藥物報告-Observation Genotype</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type genotype}\">分生一線藥物報告</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))</a></p><p><b>effective</b>: 2026-02-14</p><p><b>performer</b>: <a href=\"Organization-hosp.html\">Organization: identifier = Provider number (use: official, ); type = Healthcare Provider</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype MTBC}\">MTBC</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result U}\">無法判定</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype RMP}\">RMP</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result U}\">無法判定</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype INH}\">INH</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result U}\">無法判定</span></p></blockquote></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "laboratory" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type" ] ;
       fhir:Coding.code [ fhir:value "genotype" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://tb.cdc.gov.tw/tb/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-02-14"^^xsd:date] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] ;
  fhir:Observation.component [
     fhir:index 0 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype" ] ;
         fhir:Coding.code [ fhir:value "MTBC" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result" ] ;
         fhir:Coding.code [ fhir:value "U" ]
       ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype" ] ;
         fhir:Coding.code [ fhir:value "RMP" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result" ] ;
         fhir:Coding.code [ fhir:value "U" ]
       ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype" ] ;
         fhir:Coding.code [ fhir:value "INH" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result" ] ;
         fhir:Coding.code [ fhir:value "U" ]
       ]
     ]
  ] .

<https://tb.cdc.gov.tw/tb/Observation/moleculex> a fhir:Observation ;
  fhir:Resource.id [ fhir:value "moleculex"] ;
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-moleculex" ;
       fhir:index 0 ;
       fhir:link <https://tb.cdc.gov.tw/tb/StructureDefinition/Observation-moleculex>
     ]
  ] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Observation_moleculex\"> </a><p class=\"res-header-id\"><b>Generated Narrative: 观察 moleculex</b></p><a name=\"moleculex\"> </a><a name=\"hcmoleculex\"> </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-Observation-moleculex.html\">分生二線藥物報告-Observation Moleculex</a></p></div><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category laboratory}\">Laboratory</span></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type moleculex}\">分生二線藥物報告</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">王大明 Male, DoB: 1996-01-01 ( Health Card Number (use: official, ))</a></p><p><b>effective</b>: 2026-02-18</p><p><b>performer</b>: <a href=\"Organization-hosp.html\">Organization: identifier = Provider number (use: official, ); type = Healthcare Provider</a></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-moleculex FLQ}\">FLQ</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result U}\">無法判定</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-moleculex KM}\">KM</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result U}\">無法判定</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-moleculex AMK}\">AMK</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result U}\">無法判定</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-moleculex CM}\">CM</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result U}\">無法判定</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-moleculex ETH}\">ETH</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result U}\">無法判定</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-moleculex PZA}\">PZA</span></p><p><b>value</b>: <span title=\"Codes:{https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result U}\">無法判定</span></p></blockquote></div>"
  ] ;
  fhir:Observation.status [ fhir:value "final"] ;
  fhir:Observation.category [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ] ;
       fhir:Coding.code [ fhir:value "laboratory" ]
     ]
  ] ;
  fhir:Observation.code [
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-report-type" ] ;
       fhir:Coding.code [ fhir:value "moleculex" ]
     ]
  ] ;
  fhir:Observation.subject [
     fhir:link <https://tb.cdc.gov.tw/tb/Patient/example> ;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ] ;
  fhir:Observation.effectiveDateTime [ fhir:value "2026-02-18"^^xsd:date] ;
  fhir:Observation.performer [
     fhir:index 0 ;
     fhir:link <https://tb.cdc.gov.tw/tb/Organization/hosp> ;
     fhir:Reference.reference [ fhir:value "Organization/hosp" ]
  ] ;
  fhir:Observation.component [
     fhir:index 0 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-moleculex" ] ;
         fhir:Coding.code [ fhir:value "FLQ" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result" ] ;
         fhir:Coding.code [ fhir:value "U" ]
       ]
     ]
  ], [
     fhir:index 1 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-moleculex" ] ;
         fhir:Coding.code [ fhir:value "KM" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result" ] ;
         fhir:Coding.code [ fhir:value "U" ]
       ]
     ]
  ], [
     fhir:index 2 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-moleculex" ] ;
         fhir:Coding.code [ fhir:value "AMK" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result" ] ;
         fhir:Coding.code [ fhir:value "U" ]
       ]
     ]
  ], [
     fhir:index 3 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-moleculex" ] ;
         fhir:Coding.code [ fhir:value "CM" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result" ] ;
         fhir:Coding.code [ fhir:value "U" ]
       ]
     ]
  ], [
     fhir:index 4 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-moleculex" ] ;
         fhir:Coding.code [ fhir:value "ETH" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result" ] ;
         fhir:Coding.code [ fhir:value "U" ]
       ]
     ]
  ], [
     fhir:index 5 ;
     fhir:Observation.component.code [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-moleculex" ] ;
         fhir:Coding.code [ fhir:value "PZA" ]
       ]
     ] ;
     fhir:Observation.component.valueCodeableConcept [
       fhir:CodeableConcept.coding [
         fhir:index 0 ;
         fhir:Coding.system [ fhir:value "https://tb.cdc.gov.tw/tb/CodeSystem/cdc-genotype-moleculex-result" ] ;
         fhir:Coding.code [ fhir:value "U" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://tb.cdc.gov.tw/tb/Bundle/reporting.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

