臺灣社政領域基礎實作指引
0.0.1 - ci-build

臺灣社政領域基礎實作指引, 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

: 補助申請範例 - JSON Representation

Raw json | Download

{
  "resourceType" : "Claim",
  "id" : "claim-min",
  "meta" : {
    "profile" : [
      🔗 "https://sfaa.gov.tw/base/StructureDefinition/Claim-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> &quot;王小明&quot;</p><p><b>申請建立日</b>:2026-06-30</p><p><b>登錄人員</b>: <a href=\"PractitionerRole-pracrole-min.html\">PractitionerRole/pracrole-min</a> &quot;主責社工&quot;</p><p><b>核付單位</b>: <a href=\"Organization-org-min.html\">Organization/org-min</a> &quot;社家署示範機構&quot;</p><p><b>服務提供者</b>: <a href=\"Organization-org-min.html\">Organization/org-min</a> &quot;社家署示範機構&quot;</p><p><b>優先順序</b>:一般</p><p><b>支持資料</b>: <a href=\"EpisodeOfCare-episode-base.html\">EpisodeOfCare/episode-base</a> &quot;個案服務案件基礎範例&quot;</p><p><b>補助資格</b>: <a href=\"Coverage-coverage-min.html\">Coverage/coverage-min</a> &quot;中低收入戶&quot;</p><p><b>補助項目</b>:生活補助</p><p><b>補助日期</b>:2026-06-30</p><p><b>申請金額</b>:1000 TWD</p><p><b>申請總金額</b>:1000 TWD</p></div>"
  },
  "status" : "active",
  "type" : {
    "text" : "補助申請"
  },
  "use" : "claim",
  "patient" : {
    🔗 "reference" : "Patient/pat-min"
  },
  "created" : "2026-06-30",
  "enterer" : {
    🔗 "reference" : "PractitionerRole/pracrole-min"
  },
  "insurer" : {
    🔗 "reference" : "Organization/org-min"
  },
  "provider" : {
    🔗 "reference" : "Organization/org-min"
  },
  "priority" : {
    "text" : "一般"
  },
  "supportingInfo" : [
    {
      "sequence" : 1,
      "category" : {
        "coding" : [
          {
            "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-claim-supporting-info-type",
            "code" : "service-case",
            "display" : "服務案件"
          }
        ]
      },
      "valueReference" : {
        🔗 "reference" : "EpisodeOfCare/episode-base"
      }
    },
    {
      "sequence" : 2,
      "category" : {
        "coding" : [
          {
            "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-claim-supporting-info-type",
            "code" : "documents-complete",
            "display" : "申請人證件備齊日"
          }
        ]
      },
      "timingDate" : "2026-06-29"
    },
    {
      "sequence" : 3,
      "category" : {
        "coding" : [
          {
            "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-claim-supporting-info-type",
            "code" : "application-channel",
            "display" : "申請管道"
          }
        ]
      },
      "code" : {
        "coding" : [
          {
            "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-application-channel",
            "code" : "online",
            "display" : "線上申辦"
          }
        ]
      }
    },
    {
      "sequence" : 4,
      "category" : {
        "coding" : [
          {
            "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-claim-supporting-info-type",
            "code" : "applicant",
            "display" : "申請人"
          }
        ]
      },
      "valueReference" : {
        🔗 "reference" : "Patient/pat-min"
      }
    },
    {
      "sequence" : 5,
      "category" : {
        "coding" : [
          {
            "system" : "https://sfaa.gov.tw/base/CodeSystem/twss-claim-supporting-info-type",
            "code" : "bank-account",
            "display" : "申請人銀行帳戶"
          }
        ]
      },
      "valueString" : "012-123456789012"
    }
  ],
  "insurance" : [
    {
      "sequence" : 1,
      "focal" : true,
      "coverage" : {
        🔗 "reference" : "Coverage/coverage-min"
      }
    }
  ],
  "item" : [
    {
      "sequence" : 1,
      "productOrService" : {
        "text" : "生活補助"
      },
      "servicedDate" : "2026-06-30",
      "net" : {
        "value" : 1000,
        "currency" : "TWD"
      }
    }
  ],
  "total" : {
    "value" : 1000,
    "currency" : "TWD"
  }
}