臺灣社政領域基礎實作指引
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-FHIR Coverage Type與福利身分別值集 - TTL Representation

Draft as of 2026-08-10

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/ValueSet/twss-welfare-type-vs> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "twss-welfare-type-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-welfare-type-vs</b></p><a name=\"twss-welfare-type-vs\"> </a><a name=\"hctwss-welfare-type-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-coverage-type.html\">Coverage Type and Self-Pay Codes</a></li><li>Include all codes defined in <a href=\"CodeSystem-twss-welfare-type.html\"><code>https://sfaa.gov.tw/base/CodeSystem/twss-welfare-type</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></li></ul></div>"
  ] ;
  fhir:ValueSet.url [ fhir:value "https://sfaa.gov.tw/base/ValueSet/twss-welfare-type-vs"] ;
  fhir:ValueSet.version [ fhir:value "0.0.1"] ;
  fhir:ValueSet.name [ fhir:value "TWSSWelfareTypeVS"] ;
  fhir:ValueSet.title [ fhir:value "TWSS-FHIR Coverage Type與福利身分別值集"] ;
  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 "Coverage.type 可使用之保障或福利類型值集。優先採用 FHIR Coverage Type and Self-Pay Codes;FHIR 原生代碼無法精確表達社家署福利身分別時,可使用 TWSS 福利身分別代碼。"] ;
  fhir:ValueSet.compose [
     fhir:ValueSet.compose.include [
       fhir:index 0 ;
       fhir:ValueSet.compose.include.valueSet [
         fhir:value "http://hl7.org/fhir/ValueSet/coverage-type" ;
         fhir:index 0 ;
         fhir:link <http://hl7.org/fhir/ValueSet/coverage-type>
       ]
     ], [
       fhir:index 1 ;
       fhir:ValueSet.compose.include.system [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-welfare-type" ]
     ]
  ] .

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

<http://hl7.org/fhir/ValueSet/twss-welfare-type-vs.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/ValueSet/twss-welfare-type-vs.ttl> .