@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://www.nricm.edu.tw/twcm/CodeSystem/twcm-procedurecategory> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "twcm-procedurecategory"] ;
  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: CodeSystem twcm-procedurecategory</b></p><a name=\"twcm-procedurecategory\"> </a><a name=\"hctwcm-procedurecategory\"> </a><p>This case-sensitive code system <code>https://www.nricm.edu.tw/twcm/CodeSystem/twcm-procedurecategory</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">Acu<a name=\"twcm-procedurecategory-Acu\"> </a></td><td>針灸</td></tr><tr><td style=\"white-space:nowrap\">Con<a name=\"twcm-procedurecategory-Con\"> </a></td><td>傷科</td></tr><tr><td style=\"white-space:nowrap\">Dis<a name=\"twcm-procedurecategory-Dis\"> </a></td><td>脫臼整復</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://www.nricm.edu.tw/twcm/CodeSystem/twcm-procedurecategory"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "TWCMProcedureCategory"] ;
  fhir:CodeSystem.title [ fhir:value "衛福部中醫診所EMR單張-中醫處置分類"] ;
  fhir:CodeSystem.status [ fhir:value "draft"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2024-08-31"^^xsd:date] ;
  fhir:CodeSystem.publisher [ fhir:value "衛生福利部國家中醫藥研究所"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "衛生福利部國家中醫藥研究所" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.nricm.edu.tw/" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "衛福部中醫診所EMR單張-中醫處置分類。參考衛福部電子病歷推動專區，標準文件-119_中醫門診(診所)[https://emr.mohw.gov.tw/myemr/Html/EmrStd](https://emr.mohw.gov.tw/myemr/Html/EmrStd)編制，因針灸處置、傷科處置、脫臼整復處置相關欄位在CDA文件中無法個別對應至FHIR欄位，以此代碼來區分類中醫處置類別。\n代碼出版日期：2024-08-31；資料所屬單位：衛生福利部。"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "3"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "Acu" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "針灸" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "Con" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "傷科" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "Dis" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "脫臼整復" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://www.nricm.edu.tw/twcm/CodeSystem/twcm-procedurecategory.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

