臺灣社政領域基礎實作指引
0.0.1 - ci-build

臺灣社政領域基礎實作指引, published by 衛生福利部社會及家庭署. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/sfaassn2025-source/base/ and changes regularly. See the Directory of published versions

: TWSS-未就業原因代碼系統 - TTL Representation

Active as of 2026-08-23

Raw ttl | Download


@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 -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/twss-unemployment-reason> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "twss-unemployment-reason"] ;
  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-unemployment-reason</b></p><a name=\"twss-unemployment-reason\"> </a><a name=\"hctwss-unemployment-reason\"> </a><p>This case-sensitive code system <code>https://sfaa.gov.tw/base/CodeSystem/twss-unemployment-reason</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-unemployment-reason-A\"> </a></td><td>年齡限制</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"twss-unemployment-reason-B\"> </a></td><td>學歷限制</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"twss-unemployment-reason-C\"> </a></td><td>無工作意願</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"twss-unemployment-reason-D\"> </a></td><td>工作技能不足</td></tr><tr><td style=\"white-space:nowrap\">E<a name=\"twss-unemployment-reason-E\"> </a></td><td>缺乏工作機會</td></tr><tr><td style=\"white-space:nowrap\">F<a name=\"twss-unemployment-reason-F\"> </a></td><td>交通/行動困難</td></tr><tr><td style=\"white-space:nowrap\">G<a name=\"twss-unemployment-reason-G\"> </a></td><td>體能狀況無法勝任</td></tr><tr><td style=\"white-space:nowrap\">H<a name=\"twss-unemployment-reason-H\"> </a></td><td>薪資不滿意</td></tr><tr><td style=\"white-space:nowrap\">I<a name=\"twss-unemployment-reason-I\"> </a></td><td>工作內容不適合</td></tr><tr><td style=\"white-space:nowrap\">J<a name=\"twss-unemployment-reason-J\"> </a></td><td>在學或準備升學</td></tr><tr><td style=\"white-space:nowrap\">K<a name=\"twss-unemployment-reason-K\"> </a></td><td>家庭因素無法外出工作</td></tr><tr><td style=\"white-space:nowrap\">L<a name=\"twss-unemployment-reason-L\"> </a></td><td>家庭經濟許可,不必工作</td></tr><tr><td style=\"white-space:nowrap\">M<a name=\"twss-unemployment-reason-M\"> </a></td><td>工作場所欠缺無障礙措施</td></tr><tr><td style=\"white-space:nowrap\">Z<a name=\"twss-unemployment-reason-Z\"> </a></td><td>其他</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-unemployment-reason"] ;
  fhir:CodeSystem.version [ fhir:value "0.0.1"] ;
  fhir:CodeSystem.name [ fhir:value "TWSSUnemploymentReason"] ;
  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 "14"^^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 "Z" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "其他" ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/twss-unemployment-reason.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/twss-unemployment-reason.ttl> .