@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-claim-adjudication-category> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "twss-claim-adjudication-category"] ;
  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-claim-adjudication-category</b></p><a name=\"twss-claim-adjudication-category\"> </a><a name=\"hctwss-claim-adjudication-category\"> </a><p>This case-sensitive code system <code>https://sfaa.gov.tw/base/CodeSystem/twss-claim-adjudication-category</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\">approved-amount<a name=\"twss-claim-adjudication-category-approved-amount\"> </a></td><td>核定補助金額</td></tr><tr><td style=\"white-space:nowrap\">eligibility-denial<a name=\"twss-claim-adjudication-category-eligibility-denial\"> </a></td><td>不符原因</td></tr><tr><td style=\"white-space:nowrap\">benefit-termination<a name=\"twss-claim-adjudication-category-benefit-termination\"> </a></td><td>註銷原因</td></tr><tr><td style=\"white-space:nowrap\">benefit-suspension<a name=\"twss-claim-adjudication-category-benefit-suspension\"> </a></td><td>停發原因</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-claim-adjudication-category"] ;
  fhir:CodeSystem.version [ fhir:value "0.0.1"] ;
  fhir:CodeSystem.name [ fhir:value "TWSSClaimAdjudicationCategory"] ;
  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-11T08:18:14+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 "4"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "approved-amount" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "核定補助金額" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "eligibility-denial" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "不符原因" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "benefit-termination" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "註銷原因" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "benefit-suspension" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "停發原因" ]
  ] .

# - ontology header ------------------------------------------------------------

<https://sfaa.gov.tw/base/CodeSystem/twss-claim-adjudication-category.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

