@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/ValueSet/twss-disability-level-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "twss-disability-level-vs"] ;
  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: ValueSet twss-disability-level-vs</b></p><a name=\"twss-disability-level-vs\"> </a><a name=\"hctwss-disability-level-vs\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"http://hl7.org/fhir/R4/valueset-condition-severity.html\">Condition/Diagnosis Severity</a></li><li>Include these codes as defined in <a href=\"CodeSystem-twss-disability-level.html\"><code>https://sfaa.gov.tw/base/CodeSystem/twss-disability-level</code></a><span title=\"Version is not explicitly stated, which means it is fixed to the version provided in this specification\"> version ?0.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"CodeSystem-twss-disability-level.html#twss-disability-level-0\">0</a></td><td>無</td></tr><tr><td><a href=\"CodeSystem-twss-disability-level.html#twss-disability-level-4\">4</a></td><td>極重度</td></tr><tr><td><a href=\"CodeSystem-twss-disability-level.html#twss-disability-level-5\">5</a></td><td>重大傷病卡</td></tr><tr><td><a href=\"CodeSystem-twss-disability-level.html#twss-disability-level-9\">9</a></td><td>無資料</td></tr></table></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://sfaa.gov.tw/base/ValueSet/twss-disability-level-vs"] ;
  fhir:ValueSet.version [ fhir:value "0.0.1"] ;
  fhir:ValueSet.name [ fhir:value "TWSSDisabilityLevelVS"] ;
  fhir:ValueSet.title [ fhir:value "TWSS-FHIR Condition Severity與障礙等級值集"] ;
  fhir:ValueSet.status [ fhir:value "draft"] ;
  fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:ValueSet.date [ fhir:value "2026-08-10T08:34:13+00:00"^^xsd:dateTime] ;
  fhir:ValueSet.publisher [ fhir:value "衛生福利部社會及家庭署"] ;
  fhir:ValueSet.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:ValueSet.description [ fhir:value "身心障礙障礙等級代碼值集；輕度、中度、重度優先使用 FHIR Condition severity 原值集之 SNOMED CT 代碼，其餘 TWSS 業務值以本 IG 補充。"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "http://hl7.org/fhir/ValueSet/condition-severity" ;
         fhir:index 0 ;
         fhir:link <http://hl7.org/fhir/ValueSet/condition-severity>
       ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-disability-level" ] ;
       fhir:ValueSet.compose.include.concept [
         fhir:index 0 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "0" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "無" ]
       ], [
         fhir:index 1 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "4" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "極重度" ]
       ], [
         fhir:index 2 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "5" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "重大傷病卡" ]
       ], [
         fhir:index 3 ;
         fhir:ValueSet.compose.include.concept.code [ fhir:value "9" ] ;
         fhir:ValueSet.compose.include.concept.display [ fhir:value "無資料" ]
       ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<https://sfaa.gov.tw/base/ValueSet/twss-disability-level-vs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl .

# -------------------------------------------------------------------------------------

