@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-employment-status> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "twss-employment-status"] ;
  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-employment-status</b></p><a name=\"twss-employment-status\"> </a><a name=\"hctwss-employment-status\"> </a><p>This case-sensitive code system <code>https://sfaa.gov.tw/base/CodeSystem/twss-employment-status</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\">A<a name=\"twss-employment-status-A\"> </a></td><td>就學中</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"twss-employment-status-B\"> </a></td><td>就業</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"twss-employment-status-C\"> </a></td><td>待業</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"twss-employment-status-D\"> </a></td><td>升學加就業</td></tr><tr><td style=\"white-space:nowrap\">E<a name=\"twss-employment-status-E\"> </a></td><td>未升學未就業</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"twss-employment-status-F\"> </a></td><td>待役中</td></tr><tr><td style=\"white-space:nowrap\">G<a name=\"twss-employment-status-G\"> </a></td><td>服役中</td></tr><tr><td style=\"white-space:nowrap\">H<a name=\"twss-employment-status-H\"> </a></td><td>學齡前</td></tr><tr><td style=\"white-space:nowrap\">I<a name=\"twss-employment-status-I\"> </a></td><td>補習中(未有就學、就業狀況)</td></tr><tr><td style=\"white-space:nowrap\">J<a name=\"twss-employment-status-J\"> </a></td><td>失聯</td></tr><tr><td style=\"white-space:nowrap\">K<a name=\"twss-employment-status-K\"> </a></td><td>待(生)產/育兒</td></tr><tr><td style=\"white-space:nowrap\">L<a name=\"twss-employment-status-L\"> </a></td><td>社政安置</td></tr><tr><td style=\"white-space:nowrap\">M<a name=\"twss-employment-status-M\"> </a></td><td>感化教育</td></tr><tr><td style=\"white-space:nowrap\">N<a name=\"twss-employment-status-N\"> </a></td><td>因病治療/休養</td></tr><tr><td style=\"white-space:nowrap\">Z<a name=\"twss-employment-status-Z\"> </a></td><td>其他</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-employment-status"] ;
  fhir:CodeSystem.version [ fhir:value "0.0.1"] ;
  fhir:CodeSystem.name [ fhir:value "TWSSEmploymentStatus"] ;
  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-23T14:20:32+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 "個案就業現況代碼。"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "15"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "A" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "就學中" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "B" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "就業" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "C" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "待業" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "D" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "升學加就業" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "E" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "未升學未就業" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "F" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "待役中" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "G" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "服役中" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "H" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "學齡前" ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "I" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "補習中(未有就學、就業狀況)" ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "J" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "失聯" ]
  ], [
     fhir:index 10 ;
     fhir:CodeSystem.concept.code [ fhir:value "K" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "待(生)產/育兒" ]
  ], [
     fhir:index 11 ;
     fhir:CodeSystem.concept.code [ fhir:value "L" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "社政安置" ]
  ], [
     fhir:index 12 ;
     fhir:CodeSystem.concept.code [ fhir:value "M" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "感化教育" ]
  ], [
     fhir:index 13 ;
     fhir:CodeSystem.concept.code [ fhir:value "N" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "因病治療/休養" ]
  ], [
     fhir:index 14 ;
     fhir:CodeSystem.concept.code [ fhir:value "Z" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "其他" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://sfaa.gov.tw/base/CodeSystem/twss-employment-status.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

