臺灣社政領域基礎實作指引, 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" : "Task",
"id" : "assessment-review-min",
"meta" : {
"profile" : [
🔗 "https://sfaa.gov.tw/base/StructureDefinition/AssessmentReviewTask-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>:completed</p><p><b>業務審核結果</b>:核定</p><p><b>是否開案</b>:<span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"><a href=\"CodeSystem-twss-open-case-status.html\">TWSS 是否開案代碼系統</a>#Y</span> 開案</p><p><b>建立案件</b>:<a href=\"EpisodeOfCare-episode-base.html\">EpisodeOfCare/episode-base</a></p><p><b>審核意見</b>:資料符合核定條件。</p><p><b>評估結果</b>:<a href=\"QuestionnaireResponse-adl-questionnaire-response-min.html\">ADL 日常生活功能評估</a></p></div>"
},
"identifier" : [
{
"system" : "https://example.org/twss/assessment-review",
"value" : "ASSESSMENT-REVIEW-001"
}
],
"status" : "completed",
"businessStatus" : {
"coding" : [
{
"system" : "https://sfaa.gov.tw/base/CodeSystem/twss-review-result",
"code" : "Y",
"display" : "通過"
}
]
},
"intent" : "order",
"description" : "個案服務評估審核",
"focus" : {
🔗 "reference" : "ServiceRequest/case-report-min"
},
"for" : {
🔗 "reference" : "Patient/pat-min"
},
"note" : [
{
"text" : "審核意見:資料符合核定條件。"
}
],
"input" : [
{
"type" : {
"coding" : [
{
"system" : "https://sfaa.gov.tw/base/CodeSystem/twss-task-input-type",
"code" : "assessment-response",
"display" : "評估回覆"
}
]
},
"valueReference" : {
🔗 "reference" : "QuestionnaireResponse/adl-questionnaire-response-min"
}
}
],
"output" : [
{
"type" : {
"coding" : [
{
"system" : "https://sfaa.gov.tw/base/CodeSystem/twss-task-output-type",
"code" : "open-case-decision",
"display" : "是否開案"
}
]
},
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://sfaa.gov.tw/base/CodeSystem/twss-open-case-status",
"code" : "Y",
"display" : "開案"
}
]
}
},
{
"type" : {
"coding" : [
{
"system" : "https://sfaa.gov.tw/base/CodeSystem/twss-task-output-type",
"code" : "opened-episode-of-care",
"display" : "開案案件"
}
]
},
"valueReference" : {
🔗 "reference" : "EpisodeOfCare/episode-base"
}
}
]
}