臺灣長期照顧實作指引(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-個案狀態 - JSON Representation

Active as of 2026-03-01

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "cs-tw-ltc-case-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cs-tw-ltc-case-status</b></p><a name=\"cs-tw-ltc-case-status\"> </a><a name=\"hccs-tw-ltc-case-status\"> </a><p>This case-sensitive code system <code>http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-case-status</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\">active<a name=\"cs-tw-ltc-case-status-active\"> </a></td><td>服務中</td></tr><tr><td style=\"white-space:nowrap\">onhold<a name=\"cs-tw-ltc-case-status-onhold\"> </a></td><td>暫停服務</td></tr><tr><td style=\"white-space:nowrap\">finished<a name=\"cs-tw-ltc-case-status-finished\"> </a></td><td>已結案</td></tr></table></div>"
  },
  "url" : "http://ltc-ig.fhir.tw/CodeSystem/cs-tw-ltc-case-status",
  "version" : "1.0.0",
  "name" : "CS_TW_LTC_CaseStatus",
  "title" : "長照 SDK-個案狀態",
  "status" : "active",
  "experimental" : false,
  "date" : "2026-03-01T18:36:01+00:00",
  "publisher" : "經濟部產業發展署",
  "contact" : [
    {
      "name" : "經濟部產業發展署",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ida.gov.tw/"
        }
      ]
    }
  ],
  "description" : "對應 r1.3:服務中、暫停服務、已結案。使用 FHIR EpisodeOfCare status 對應碼。",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "active",
      "display" : "服務中"
    },
    {
      "code" : "onhold",
      "display" : "暫停服務"
    },
    {
      "code" : "finished",
      "display" : "已結案"
    }
  ]
}