@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-application-review-status> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "twss-application-review-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-application-review-status</b></p><a name=\"twss-application-review-status\"> </a><a name=\"hctwss-application-review-status\"> </a><p>This case-sensitive code system <code>https://sfaa.gov.tw/base/CodeSystem/twss-application-review-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\">00<a name=\"twss-application-review-status-00\"> </a></td><td>暫存中</td></tr><tr><td style=\"white-space:nowrap\">10<a name=\"twss-application-review-status-10\"> </a></td><td>申請</td></tr><tr><td style=\"white-space:nowrap\">11<a name=\"twss-application-review-status-11\"> </a></td><td>待補件</td></tr><tr><td style=\"white-space:nowrap\">12<a name=\"twss-application-review-status-12\"> </a></td><td>查調中</td></tr><tr><td style=\"white-space:nowrap\">13<a name=\"twss-application-review-status-13\"> </a></td><td>待核定</td></tr><tr><td style=\"white-space:nowrap\">14<a name=\"twss-application-review-status-14\"> </a></td><td>取回/刪除</td></tr><tr><td style=\"white-space:nowrap\">20<a name=\"twss-application-review-status-20\"> </a></td><td>核定</td></tr><tr><td style=\"white-space:nowrap\">21<a name=\"twss-application-review-status-21\"> </a></td><td>初審</td></tr><tr><td style=\"white-space:nowrap\">22<a name=\"twss-application-review-status-22\"> </a></td><td>複審</td></tr><tr><td style=\"white-space:nowrap\">30<a name=\"twss-application-review-status-30\"> </a></td><td>退件</td></tr><tr><td style=\"white-space:nowrap\">31<a name=\"twss-application-review-status-31\"> </a></td><td>申復中</td></tr><tr><td style=\"white-space:nowrap\">32<a name=\"twss-application-review-status-32\"> </a></td><td>不受理</td></tr><tr><td style=\"white-space:nowrap\">33<a name=\"twss-application-review-status-33\"> </a></td><td>逾期不補件</td></tr><tr><td style=\"white-space:nowrap\">40<a name=\"twss-application-review-status-40\"> </a></td><td>遷出</td></tr><tr><td style=\"white-space:nowrap\">50<a name=\"twss-application-review-status-50\"> </a></td><td>資格停發</td></tr><tr><td style=\"white-space:nowrap\">60<a name=\"twss-application-review-status-60\"> </a></td><td>核停</td></tr><tr><td style=\"white-space:nowrap\">70<a name=\"twss-application-review-status-70\"> </a></td><td>結案</td></tr><tr><td style=\"white-space:nowrap\">80<a name=\"twss-application-review-status-80\"> </a></td><td>審核錯誤</td></tr><tr><td style=\"white-space:nowrap\">90<a name=\"twss-application-review-status-90\"> </a></td><td>其他</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-application-review-status"] ;
  fhir:CodeSystem.version [ fhir:value "0.0.1"] ;
  fhir:CodeSystem.name [ fhir:value "TWSSApplicationReviewStatus"] ;
  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 "TWSS 補助申請審查狀態代碼。"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "19"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "00" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "暫存中" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "10" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "申請" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "11" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "待補件" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "12" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "查調中" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "13" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "待核定" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "14" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "取回/刪除" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "20" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "核定" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "21" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "初審" ]
  ], [
     fhir:index 8 ;
     fhir:CodeSystem.concept.code [ fhir:value "22" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "複審" ]
  ], [
     fhir:index 9 ;
     fhir:CodeSystem.concept.code [ fhir:value "30" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "退件" ]
  ], [
     fhir:index 10 ;
     fhir:CodeSystem.concept.code [ fhir:value "31" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "申復中" ]
  ], [
     fhir:index 11 ;
     fhir:CodeSystem.concept.code [ fhir:value "32" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "不受理" ]
  ], [
     fhir:index 12 ;
     fhir:CodeSystem.concept.code [ fhir:value "33" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "逾期不補件" ]
  ], [
     fhir:index 13 ;
     fhir:CodeSystem.concept.code [ fhir:value "40" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "遷出" ]
  ], [
     fhir:index 14 ;
     fhir:CodeSystem.concept.code [ fhir:value "50" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "資格停發" ]
  ], [
     fhir:index 15 ;
     fhir:CodeSystem.concept.code [ fhir:value "60" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "核停" ]
  ], [
     fhir:index 16 ;
     fhir:CodeSystem.concept.code [ fhir:value "70" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "結案" ]
  ], [
     fhir:index 17 ;
     fhir:CodeSystem.concept.code [ fhir:value "80" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "審核錯誤" ]
  ], [
     fhir:index 18 ;
     fhir:CodeSystem.concept.code [ fhir:value "90" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "其他" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://sfaa.gov.tw/base/CodeSystem/twss-application-review-status.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

