FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://hl7.org/fhir/episode-of-care-status version 📦4.0.1| Code | Display | Definition |
| active | Active | This episode of care is current. |
| onhold | On Hold | This episode of care is on hold; the organization has limited responsibility for the patient (such as while on respite). |
| finished | Finished | 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. |
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"
}
]
}
]
}
}