@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/ValueSet/twcm-procedurecategory> a fhir:ValueSet ;
  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: ValueSet twcm-procedurecategory</b></p><a name=\"twcm-procedurecategory\"> </a><a name=\"hctwcm-procedurecategory\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include all codes defined in <a href=\"CodeSystem-twcm-procedurecategory.html\"><code>https://www.nricm.edu.tw/twcm/CodeSystem/twcm-procedurecategory</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.1.0</span></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/24642003\">24642003</a></td><td style=\"color: #cccccc\">Psychiatry procedure or service</td></tr><tr><td><a href=\"http://snomed.info/id/409063005\">409063005</a></td><td style=\"color: #cccccc\">Counseling</td></tr><tr><td><a href=\"http://snomed.info/id/409073007\">409073007</a></td><td style=\"color: #cccccc\">Education</td></tr><tr><td><a href=\"http://snomed.info/id/387713003\">387713003</a></td><td style=\"color: #cccccc\">Surgical procedure</td></tr><tr><td><a href=\"http://snomed.info/id/103693007\">103693007</a></td><td style=\"color: #cccccc\">Diagnostic procedure</td></tr><tr><td><a href=\"http://snomed.info/id/46947000\">46947000</a></td><td style=\"color: #cccccc\">Chiropractic manipulation</td></tr><tr><td><a href=\"http://snomed.info/id/410606002\">410606002</a></td><td style=\"color: #cccccc\">Social service procedure</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://www.nricm.edu.tw/twcm/ValueSet/twcm-procedurecategory"] ;
  fhir:ValueSet.version [ fhir:value "0.1.0"] ;
  fhir:ValueSet.name [ fhir:value "TWCMProcedureCategory"] ;
  fhir:ValueSet.title [ fhir:value "SNOMED CT + 衛福部中醫診所EMR單張-中醫處置分類值集"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2024-08-31"^^xsd:date] ;
  fhir:ValueSet.publisher [ fhir:value "衛生福利部國家中醫藥研究所"] ;
  fhir:ValueSet.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "衛生福利部國家中醫藥研究所" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "https://www.nricm.edu.tw/" ]
     ]
  ] ;
  fhir:ValueSet.description [ fhir:value "SNOMED CT + 衛福部中醫診所EMR單張-中醫處置分類值集。\n\n此值集優先採用國際標準碼，國際標準碼未能表述之概念則以中醫處置分類代碼表述，請實作者留意。"] ;
  fhir:ValueSet.copyright [ fhir:value "This resource includes content from SNOMED Clinical Terms® (SNOMED CT®) which is copyright of the International Health Terminology Standards Development Organisation (IHTSDO). Implementers of these specifications must have the appropriate SNOMED CT Affiliate license - for more information contact http://www.snomed.org/snomed-ct/get-snomed-ct or info@snomed.org"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://www.nricm.edu.tw/twcm/CodeSystem/twcm-procedurecategory" ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "http://snomed.info/sct" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "24642003" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "409063005" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "409073007" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "387713003" ]
       ], [
         fhir:index 4 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "103693007" ]
       ], [
         fhir:index 5 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "46947000" ]
       ], [
         fhir:index 6 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "410606002" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://www.nricm.edu.tw/twcm/ValueSet/twcm-procedurecategory.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

