臺灣社政領域基礎實作指引
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-09-16

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-consent-scope> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "twss-consent-scope"] ;
  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-consent-scope</b></p><a name=\"twss-consent-scope\"> </a><a name=\"hctwss-consent-scope\"> </a><p>This case-sensitive code system <code>https://sfaa.gov.tw/base/CodeSystem/twss-consent-scope</code> defines the following code:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">personal-data-privacy<a name=\"twss-consent-scope-personal-data-privacy\"> </a></td><td>個人資料隱私</td><td>同意個人資料之蒐集、處理、利用或提供。</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-consent-scope"] ;
  fhir:CodeSystem.version [ fhir:value "0.0.1"] ;
  fhir:CodeSystem.name [ fhir:value "TWSSConsentScopeCS"] ;
  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-09-16T06:58:47+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 R4 的 patient-privacy,以支援個案、關係人及服務人員本人的個人資料同意。"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "1"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "personal-data-privacy" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "個人資料隱私" ] ;
     fhir:CodeSystem.concept.definition [ fhir:value "同意個人資料之蒐集、處理、利用或提供。" ]
  ] .

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

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