FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagetw.gov.mohw.twss.base
Resource TypeClaim
IdClaim-claim-min.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

補助申請資料

申請狀態:Active

用途:Claim

申請類型:補助申請

個案Patient/pat-min "王小明"

申請建立日:2026-06-30

登錄人員PractitionerRole/pracrole-min "主責社工"

核付單位Organization/org-min "社家署示範機構"

服務提供者Organization/org-min "社家署示範機構"

優先順序:一般

支持資料EpisodeOfCare/episode-base "個案服務案件基礎範例"

補助資格Coverage/coverage-min "中低收入戶"

補助項目:生活補助

補助日期:2026-06-30

申請金額:1000 TWD

申請總金額:1000 TWD


Source1

{
  "resourceType": "Claim",
  "id": "claim-min",
  "meta": {
    "profile": [
      "https://sfaa.gov.tw/base/StructureDefinition/Claim-twss-base"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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"
  }
}