@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<https://twniis.cdc.gov.tw/twniis/CodeSystem/twniis-obs-values> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "twniis-obs-values"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: 代码系统 twniis-obs-values</b></p><a name=\"twniis-obs-values\"> </a><a name=\"hctwniis-obs-values\"> </a><p>This case-sensitive code system <code>https://twniis.cdc.gov.tw/twniis/CodeSystem/twniis-obs-values</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">預產期<a name=\"twniis-obs-values-.38928.29986.26399\"> </a></td></tr><tr><td style=\"white-space:nowrap\">是否為產檢<a name=\"twniis-obs-values-.26159.21542.28858.29986.27298\"> </a></td></tr><tr><td style=\"white-space:nowrap\">B型肝炎病毒含量<a name=\"twniis-obs-values-B.22411.32925.28814.30149.27602.21547.37327\"> </a></td></tr><tr><td style=\"white-space:nowrap\">是否使用抗病毒藥物治療<a name=\"twniis-obs-values-.26159.21542.20351.29992.25239.30149.27602.34277.29289.27835.30274\"> </a></td></tr><tr><td style=\"white-space:nowrap\">抗病毒藥物治療起日<a name=\"twniis-obs-values-.25239.30149.27602.34277.29289.27835.30274.36215.26085\"> </a></td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://twniis.cdc.gov.tw/twniis/CodeSystem/twniis-obs-values"] ;
  fhir:CodeSystem.version [ fhir:value "0.0.1"] ;
  fhir:CodeSystem.name [ fhir:value "TWNIISObsCode"] ;
  fhir:CodeSystem.title [ fhir:value "CDC-NIIS系統-檢驗相關資訊"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-15"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "衛福部疾病管制署"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "衛福部疾病管制署" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.cdc.gov.tw" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "臺灣衛生福利部疾管署NIIS系統「檢驗相關資訊」代碼，代碼出版日期：2026-08-15；資料所屬單位：臺灣衛生福利部疾管署。\n\n*因原始資料無代碼版本資訊，故使用其「生效日期」作為版本資訊。*"] ;
  fhir:CodeSystem.jurisdiction [
     fhir:index 0 ;
     fhir:CodeableConcept.coding [
       fhir:index 0 ;
       fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ] ;
       fhir:Coding.code [ fhir:value "TW" ]
     ]
  ] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "5"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "預產期" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "預產期" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "是否為產檢" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "是否為產檢" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "B型肝炎病毒含量" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "B型肝炎病毒含量" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "是否使用抗病毒藥物治療" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "是否使用抗病毒藥物治療" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "抗病毒藥物治療起日" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "抗病毒藥物治療起日" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://twniis.cdc.gov.tw/twniis/CodeSystem/twniis-obs-values.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

