臺灣社政領域基礎實作指引, published by 衛生福利部社會及家庭署. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/sfaassn2025-source/base/ and changes regularly. See the Directory of published versions
{
"resourceType" : "CarePlan",
"id" : "current-care-min",
"meta" : {
"profile" : [
🔗 "https://sfaa.gov.tw/base/StructureDefinition/CarePlan-twss-base"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>個案服務規劃</b></h3><p><b>個案</b>:<a href=\"Patient-pat-min.html\">Patient/pat-min</a></p><p><b>案件</b>:<a href=\"EpisodeOfCare-episode-base.html\">EpisodeOfCare/episode-base</a></p><p><b>預計提供經濟補助</b>:<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"><a href=\"CodeSystem-twss-provided-financial-subsidy.html\">TWSS 預計提供經濟補助代碼系統</a>#5</span> 身心障礙者生活補助</p><p><b>預計提供福利服務</b>:<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"><a href=\"CodeSystem-twss-provided-welfare-service.html\">TWSS 預計提供福利服務代碼系統</a>#3</span> 身體照顧及家務服務</p><p><b>預計提供就業服務</b>:<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"><a href=\"CodeSystem-twss-provided-employment-service.html\">TWSS 預計提供就業服務代碼系統</a>#13</span> 就業服務</p></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/workflow-episodeOfCare",
"valueReference" : {
🔗 "reference" : "EpisodeOfCare/episode-base"
}
}
],
"status" : "active",
"intent" : "plan",
"subject" : {
🔗 "reference" : "Patient/pat-min"
},
"activity" : [
{
"detail" : {
"code" : {
"coding" : [
{
"system" : "https://sfaa.gov.tw/base/CodeSystem/twss-provided-financial-subsidy",
"code" : "5",
"display" : "身心障礙者生活補助"
}
]
},
"status" : "scheduled"
}
},
{
"detail" : {
"code" : {
"coding" : [
{
"system" : "https://sfaa.gov.tw/base/CodeSystem/twss-provided-welfare-service",
"code" : "3",
"display" : "身體照顧及家務服務"
}
]
},
"status" : "scheduled"
}
},
{
"detail" : {
"code" : {
"coding" : [
{
"system" : "https://sfaa.gov.tw/base/CodeSystem/twss-provided-employment-service",
"code" : "13",
"display" : "就業服務"
}
]
},
"status" : "scheduled"
}
}
]
}