臺灣社政領域基礎實作指引, 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" : "Coverage",
"id" : "coverage-min",
"meta" : {
"profile" : [
🔗 "https://sfaa.gov.tw/base/StructureDefinition/Coverage-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>:social service program <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"http://terminology.hl7.org/CodeSystem/v3-ActCode\">ActCode</a>#SOCIAL)</span></p><p><b>福利身分別</b>:中低收入戶 <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\">( <a href=\"CodeSystem-twss-welfare-type.html\">TWSS 福利身分別</a>#B)</span></p><p><b>受補助人</b>: <a href=\"Patient-pat-min.html\">Patient/pat-min</a> "王小明"</p><p><b>給付單位</b>: <a href=\"Organization-org-min.html\">Organization/org-min</a> "社家署示範機構"</p><p><b>補助期間</b>:2026-01-01至2026-12-31</p><p><b>補助年度[extension: <a href=\"StructureDefinition-twss-coverage-aid-year.html\">twss-coverage-aid-year</a>]</b>:2026</p><p><b>補助金額</b>:1000 TWD</p></div>"
},
"extension" : [
{
"url" : "https://sfaa.gov.tw/base/StructureDefinition/twss-coverage-aid-year",
"valueString" : "2026"
}
],
"status" : "active",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code" : "SOCIAL",
"display" : "social service program"
},
{
"system" : "https://sfaa.gov.tw/base/CodeSystem/twss-welfare-type",
"code" : "B",
"display" : "中低收入戶"
}
],
"text" : "中低收入戶"
},
"beneficiary" : {
🔗 "reference" : "Patient/pat-min"
},
"period" : {
"start" : "2026-01-01",
"end" : "2026-12-31"
},
"payor" : [
{
🔗 "reference" : "Organization/org-min"
}
],
"costToBeneficiary" : [
{
"type" : {
"text" : "核定補助金額"
},
"valueMoney" : {
"value" : 1000,
"currency" : "TWD"
}
}
]
}