臺灣長期照顧實作指引(TW LTC IG)
1.0.0 - STU 1.0.0

臺灣長期照顧實作指引(TW LTC IG), published by 經濟部產業發展署. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Lorex/TWLongTermCare_IG_Build/ and changes regularly. See the Directory of published versions

: 長照 SDK-評估核定摘要-欄位碼 - TTL Representation

Active as of 2026-07-29

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/cs-tw-ltc-assessment-component> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "cs-tw-ltc-assessment-component"] ;
  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 cs-tw-ltc-assessment-component</b></p><a name=\"cs-tw-ltc-assessment-component\"> </a><a name=\"hccs-tw-ltc-assessment-component\"> </a><p>This case-sensitive code system <code>http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-assessment-component</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\">cms-level<a name=\"cs-tw-ltc-assessment-component-cms-level\"> </a></td><td>CMS 等級</td></tr><tr><td style=\"white-space:nowrap\">welfare-identity<a name=\"cs-tw-ltc-assessment-component-welfare-identity\"> </a></td><td>長照福利身分</td></tr><tr><td style=\"white-space:nowrap\">assessment-type<a name=\"cs-tw-ltc-assessment-component-assessment-type\"> </a></td><td>評估類型</td></tr><tr><td style=\"white-space:nowrap\">plan-start<a name=\"cs-tw-ltc-assessment-component-plan-start\"> </a></td><td>計畫起始日</td></tr><tr><td style=\"white-space:nowrap\">plan-end<a name=\"cs-tw-ltc-assessment-component-plan-end\"> </a></td><td>計畫結束日</td></tr><tr><td style=\"white-space:nowrap\">approval-status<a name=\"cs-tw-ltc-assessment-component-approval-status\"> </a></td><td>核定狀態</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-assessment-component"] ;
  fhir:CodeSystem.version [ fhir:value "1.0.0"] ;
  fhir:CodeSystem.name [ fhir:value "CS_TW_LTC_AssessmentComponent"] ;
  fhir:CodeSystem.title [ fhir:value "長照 SDK-評估核定摘要-欄位碼"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-07-29T07:47:19+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.ida.gov.tw/" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "此 CodeSystem 定義長照 SDK 評估核定摘要的欄位碼。"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "6"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "cms-level" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "CMS 等級" ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "welfare-identity" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "長照福利身分" ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "assessment-type" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "評估類型" ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "plan-start" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "計畫起始日" ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "plan-end" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "計畫結束日" ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "approval-status" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "核定狀態" ]
  ] .

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

<http://hl7.org/fhir/CodeSystem/cs-tw-ltc-assessment-component.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/cs-tw-ltc-assessment-component.ttl> .