臺灣社政領域基礎實作指引, 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" : "ClaimResponse",
"id" : "claimresponse-min",
"meta" : {
"profile" : [
🔗 "https://sfaa.gov.tw/base/StructureDefinition/ClaimResponse-twss-base"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h3><b>補助審核或核付結果資料</b></h3><p><b>審核結果狀態</b>:Active</p><p><b>用途</b>:Claim</p><p><b>申請類型</b>:補助審核結果</p><p><b>個案</b>: <a href=\"Patient-pat-min.html\">Patient/pat-min</a> "王小明"</p><p><b>建立日</b>:2026-06-30</p><p><b>核付單位</b>: <a href=\"Organization-org-min.html\">Organization/org-min</a> "社家署示範機構"</p><p><b>申請人員</b>: <a href=\"PractitionerRole-pracrole-min.html\">PractitionerRole/pracrole-min</a> "主責社工"</p><p><b>對應申請</b>: <a href=\"Claim-claim-min.html\">Claim/claim-min</a> "補助申請範例"</p><p><b>結果</b>:Complete</p><p><b>審核結果</b>:通過</p><p><b>補助撥款狀況</b>:已出帳</p><p><b>補助月分</b>:6</p><p><b>結果說明</b>:核定通過</p><p><b>項目核定金額</b>:1000 TWD</p><p><b>補助資格</b>: <a href=\"Coverage-coverage-min.html\">Coverage/coverage-min</a> "中低收入戶"</p><p><b>處理備註</b>:審核日期:2026-06-30;審核結果:符合。</p><p><b>核定金額</b>:1000 TWD</p></div>"
},
"extension" : [
{
"url" : "https://sfaa.gov.tw/base/StructureDefinition/twss-claim-review-status",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://sfaa.gov.tw/base/CodeSystem/twss-review-result",
"code" : "Y",
"display" : "通過"
}
]
}
},
{
"url" : "https://sfaa.gov.tw/base/StructureDefinition/twss-claim-payment-status",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://sfaa.gov.tw/base/CodeSystem/twss-payment-status",
"code" : "1",
"display" : "已出帳"
}
]
}
},
{
"url" : "https://sfaa.gov.tw/base/StructureDefinition/twss-claim-subsidy-month",
"valueInteger" : 6
}
],
"status" : "active",
"type" : {
"text" : "補助審核結果"
},
"use" : "claim",
"patient" : {
🔗 "reference" : "Patient/pat-min"
},
"created" : "2026-06-30",
"insurer" : {
🔗 "reference" : "Organization/org-min"
},
"requestor" : {
🔗 "reference" : "PractitionerRole/pracrole-min"
},
"request" : {
🔗 "reference" : "Claim/claim-min"
},
"outcome" : "complete",
"disposition" : "核定通過",
"item" : [
{
"itemSequence" : 1,
"adjudication" : [
{
"category" : {
"coding" : [
{
"system" : "https://sfaa.gov.tw/base/CodeSystem/twss-claim-adjudication-category",
"code" : "approved-amount",
"display" : "核定補助金額"
}
]
},
"amount" : {
"value" : 1000,
"currency" : "TWD"
}
}
]
}
],
"total" : [
{
"category" : {
"text" : "核定金額"
},
"amount" : {
"value" : 1000,
"currency" : "TWD"
}
}
],
"processNote" : [
{
"number" : 1,
"type" : "display",
"text" : "已完成補助核定作業。"
}
],
"insurance" : [
{
"sequence" : 1,
"focal" : true,
"coverage" : {
🔗 "reference" : "Coverage/coverage-min"
}
}
]
}