臺灣長期照顧實作指引(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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "vs-tw-ltc-case-status"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vs-tw-ltc-case-status</b></p><a name=\"vs-tw-ltc-case-status\"> </a><a name=\"hcvs-tw-ltc-case-status\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-episode-of-care-status.html\"><code>http://hl7.org/fhir/episode-of-care-status</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 4.0.1, the version found through the package references\"> version ?4.0.1</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-episode-of-care-status.html#episode-of-care-status-active\">active</a></td><td>Active</td><td>This episode of care is current.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-episode-of-care-status.html#episode-of-care-status-onhold\">onhold</a></td><td>On Hold</td><td>This episode of care is on hold; the organization has limited responsibility for the patient (such as while on respite).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-episode-of-care-status.html#episode-of-care-status-finished\">finished</a></td><td>Finished</td><td>This episode of care is finished and the organization is not expecting to be providing further care to the patient. Can also be known as \"closed\", \"completed\" or other similar terms.</td></tr></table></li></ul></div>"^^rdf:XMLLiteral ]
] ; #
fhir:url [
fhir:v "http://ltc-ig.fhir.tw/ValueSet/vs-tw-ltc-case-status"^^xsd:anyURI ;
fhir:l <http://ltc-ig.fhir.tw/ValueSet/vs-tw-ltc-case-status>
] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "VS_TW_LTC_CaseStatus"] ; #
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 "此 ValueSet 用於表示長照 SDK 中個案的狀態,使用 FHIR EpisodeOfCare status 對應碼:active(服務中)、onhold(暫停服務)、finished(已結案)。"] ; #
fhir:compose [
( fhir:include [
fhir:system [
fhir:v "http://hl7.org/fhir/episode-of-care-status"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/episode-of-care-status> ] ;
( fhir:concept [
fhir:code [ fhir:v "active" ] ;
fhir:display [ fhir:v "Active" ] ] [
fhir:code [ fhir:v "onhold" ] ;
fhir:display [ fhir:v "On Hold" ] ] [
fhir:code [ fhir:v "finished" ] ;
fhir:display [ fhir:v "Finished" ] ] ) ] )
] . #