FHIR IG analytics| Package | tw.cathay.fhir.iclaim |
| Resource Type | Claim |
| Id | Claim-Claim-C3.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
理賠申請書編號:A0003 (https://www.cgh.org.tw)
理賠申請書狀態: Active (Financial Resource Status Codes#active)
理賠申請書類別: Institutional (Claim Type Codes#institutional)
理賠申請書用途: Claim (Use#claim)
病人: Patient/Patient-C3 "康美女"
理賠申請書日期: 2023-08-12
醫院: Organization/Organization-min "國泰醫療財團法人國泰綜合醫院"
處理優先順序: Immediate (Process Priority Codes#stat)
保險:
| 順序 | Focal | Coverage |
| 1 | true | Coverage/Coverage-C3 |
{
"resourceType": "Claim",
"id": "Claim-C3",
"meta": {
"profile": [
"https://claim.cgh.org.tw/iclaim/StructureDefinition/claim-iclaim"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "https://www.cgh.org.tw",
"value": "A0003"
}
],
"status": "active",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/claim-type",
"code": "institutional"
}
]
},
"use": "claim",
"patient": {
"reference": "Patient/Patient-C3"
},
"created": "2023-08-12",
"provider": {
"reference": "Organization/Organization-min"
},
"priority": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/processpriority",
"code": "stat"
}
]
},
"insurance": [
{
"sequence": 1,
"focal": true,
"coverage": {
"reference": "Coverage/Coverage-C3"
}
}
]
}