臺灣長期照顧實作指引(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" : "ValueSet",
  "id" : "vs-tw-ltc-case-status",
  "text" : {
    "status" : "extensions",
    "div" : "<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 &#x1F4E6;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 &quot;closed&quot;, &quot;completed&quot; or other similar terms.</td></tr></table></li></ul></div>"
  },
  "url" : "http://ltc-ig.fhir.tw/ValueSet/vs-tw-ltc-case-status",
  "version" : "1.0.0",
  "name" : "VS_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" : "此 ValueSet 用於表示長照 SDK 中個案的狀態,使用 FHIR EpisodeOfCare status 對應碼:active(服務中)、onhold(暫停服務)、finished(已結案)。",
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/episode-of-care-status",
        "concept" : [
          {
            "code" : "active",
            "display" : "Active"
          },
          {
            "code" : "onhold",
            "display" : "On Hold"
          },
          {
            "code" : "finished",
            "display" : "Finished"
          }
        ]
      }
    ]
  }
}