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

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-organization-accreditation-level> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "twss-organization-accreditation-level"] ;
  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-organization-accreditation-level</b></p><a name=\"twss-organization-accreditation-level\"> </a><a name=\"hctwss-organization-accreditation-level\"> </a><p>This case-sensitive code system <code>https://sfaa.gov.tw/base/CodeSystem/twss-organization-accreditation-level</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\">A<a name=\"twss-organization-accreditation-level-A\"> </a></td><td>優等</td></tr><tr><td style=\"white-space:nowrap\">B<a name=\"twss-organization-accreditation-level-B\"> </a></td><td>甲等</td></tr><tr><td style=\"white-space:nowrap\">C<a name=\"twss-organization-accreditation-level-C\"> </a></td><td>乙等</td></tr><tr><td style=\"white-space:nowrap\">D<a name=\"twss-organization-accreditation-level-D\"> </a></td><td>丙等</td></tr><tr><td style=\"white-space:nowrap\">E<a name=\"twss-organization-accreditation-level-E\"> </a></td><td>丁等</td></tr><tr><td style=\"white-space:nowrap\">J<a name=\"twss-organization-accreditation-level-J\"> </a></td><td>丙等(複評通過)</td></tr><tr><td style=\"white-space:nowrap\">K<a name=\"twss-organization-accreditation-level-K\"> </a></td><td>丁等(複評通過)</td></tr><tr><td style=\"white-space:nowrap\">X<a name=\"twss-organization-accreditation-level-X\"> </a></td><td>未評鑑</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://sfaa.gov.tw/base/CodeSystem/twss-organization-accreditation-level"] ;
  fhir:CodeSystem.version [ fhir:value "0.0.1"] ;
  fhir:CodeSystem.name [ fhir:value "TWSSOrganizationAccreditationLevel"] ;
  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-20T16:38:23+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 "8"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "A" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "優等" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "B" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "甲等" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "C" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "乙等" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "D" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "丙等" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "E" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "丁等" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "J" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "丙等(複評通過)" ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "K" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "丁等(複評通過)" ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "X" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "未評鑑" ]
  ] .

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

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