@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://sfaa.gov.tw/base/CodeSystem/twss-practitioner-training-component> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "twss-practitioner-training-component"] ;
  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 twss-practitioner-training-component</b></p><a name=\"twss-practitioner-training-component\"> </a><a name=\"hctwss-practitioner-training-component\"> </a><p>This case-sensitive code system <code>https://sfaa.gov.tw/base/CodeSystem/twss-practitioner-training-component</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\">training-course-name<a name=\"twss-practitioner-training-component-training-course-name\"> </a></td><td>受訓課程名稱</td></tr><tr><td style=\"white-space:nowrap\">training-course-hours<a name=\"twss-practitioner-training-component-training-course-hours\"> </a></td><td>受訓課程時數</td></tr><tr><td style=\"white-space:nowrap\">training-course-type<a name=\"twss-practitioner-training-component-training-course-type\"> </a></td><td>受訓課程類型</td></tr><tr><td style=\"white-space:nowrap\">course-provider<a name=\"twss-practitioner-training-component-course-provider\"> </a></td><td>開課單位</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-practitioner-training-component"] ;
  fhir:CodeSystem.version [ fhir:value "0.0.1"] ;
  fhir:CodeSystem.name [ fhir:value "TWSSPractitionerTrainingComponent"] ;
  fhir:CodeSystem.title [ fhir:value "TWSS-服務人受訓課程組成項目"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-10T08:34:13+00:00"^^xsd:dateTime] ;
  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.twss.gov.tw/" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "服務人受訓課程 Observation 使用的組成項目代碼系統。"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "training-course-name" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "受訓課程名稱" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "training-course-hours" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "受訓課程時數" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "training-course-type" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "受訓課程類型" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "course-provider" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "開課單位" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://sfaa.gov.tw/base/CodeSystem/twss-practitioner-training-component.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

