臺灣長期照顧實作指引(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
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "cs-tw-ltc-assessment-component"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<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>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-assessment-component"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-assessment-component>
] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "CS_TW_LTC_AssessmentComponent"] ; #
fhir:title [ fhir:v "長照 SDK-評估核定摘要-欄位碼"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v false] ; #
fhir:date [ fhir:v "2026-03-01T18:36:01+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "經濟部產業發展署"] ; #
fhir:contact ( [
fhir:name [ fhir:v "經濟部產業發展署" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ida.gov.tw/" ] ] )
] ) ; #
fhir:description [ fhir:v "此 CodeSystem 定義長照 SDK 評估核定摘要的欄位碼。"] ; #
fhir:caseSensitive [ fhir:v true] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "6"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "cms-level" ] ;
fhir:display [ fhir:v "CMS 等級" ]
] [
fhir:code [ fhir:v "welfare-identity" ] ;
fhir:display [ fhir:v "長照福利身分" ]
] [
fhir:code [ fhir:v "assessment-type" ] ;
fhir:display [ fhir:v "評估類型" ]
] [
fhir:code [ fhir:v "plan-start" ] ;
fhir:display [ fhir:v "計畫起始日" ]
] [
fhir:code [ fhir:v "plan-end" ] ;
fhir:display [ fhir:v "計畫結束日" ]
] [
fhir:code [ fhir:v "approval-status" ] ;
fhir:display [ fhir:v "核定狀態" ]
] ) . #