@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-observation-type> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "twss-observation-type"] ;
  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-observation-type</b></p><a name=\"twss-observation-type\"> </a><a name=\"hctwss-observation-type\"> </a><p>This case-sensitive code system <code>https://sfaa.gov.tw/base/CodeSystem/twss-observation-type</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\">relation-criminal-record<a name=\"twss-observation-type-relation-criminal-record\"> </a></td><td>關係人不良犯罪紀錄</td></tr><tr><td style=\"white-space:nowrap\">relation-substance-use<a name=\"twss-observation-type-relation-substance-use\"> </a></td><td>關係人物質濫用</td></tr><tr><td style=\"white-space:nowrap\">disability-certificate-status<a name=\"twss-observation-type-disability-certificate-status\"> </a></td><td>身心障礙證明狀態</td></tr><tr><td style=\"white-space:nowrap\">practitioner-education<a name=\"twss-observation-type-practitioner-education\"> </a></td><td>服務人教育經歷</td></tr><tr><td style=\"white-space:nowrap\">practitioner-training<a name=\"twss-observation-type-practitioner-training\"> </a></td><td>服務人受訓課程</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-observation-type"] ;
  fhir:CodeSystem.version [ fhir:value "0.0.1"] ;
  fhir:CodeSystem.name [ fhir:value "TWSSObservationType"] ;
  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 "TWSS Base 評估觀察類型代碼系統。"] ;
  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 "relation-criminal-record" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "關係人不良犯罪紀錄" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "relation-substance-use" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "關係人物質濫用" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "disability-certificate-status" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "身心障礙證明狀態" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "practitioner-education" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "服務人教育經歷" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "practitioner-training" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "服務人受訓課程" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://sfaa.gov.tw/base/CodeSystem/twss-observation-type.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

