FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.iii.ltc
Resource TypeValueSet
IdValueSet-vs-tw-ltc-case-status.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Lorex/TWLongTermCare_IG_Build/ValueSet-vs-tw-ltc-case-status.html
URLhttp://ltc-ig.fhir.tw/ValueSet/vs-tw-ltc-case-status
Version1.0.0
Statusactive
Date2026-03-01T18:36:01+00:00
NameVS_TW_LTC_CaseStatus
Title長照 SDK-個案狀態
Realmtw
Description此 ValueSet 用於表示長照 SDK 中個案的狀態,使用 FHIR EpisodeOfCare status 對應碼:active(服務中)、onhold(暫停服務)、finished(已結案)。

Resources that use this resource

StructureDefinition
tw.iii.ltc#currentLTC-EpisodeOfCare-Payload長照 SDK-長照案件

Resources that this resource uses

CodeSystem
dk.ehealth.sundhed.fhir.ig.core#currentepisode-of-care-statusEpisode Of Care Status

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet vs-tw-ltc-case-status

  • Include these codes as defined in http://hl7.org/fhir/episode-of-care-status version 📦4.0.1
    CodeDisplayDefinition
    activeActiveThis episode of care is current.
    onholdOn HoldThis episode of care is on hold; the organization has limited responsibility for the patient (such as while on respite).
    finishedFinishedThis 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.

Source1

{
  "resourceType": "ValueSet",
  "id": "vs-tw-ltc-case-status",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "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"
          }
        ]
      }
    ]
  }
}