Claims Process Comparison Game

Experience the difference between traditional insurance claims and ZeroForm's automated process

Your Case

Patient Information

Name: John Chen Wei Ming

Policy Number: AIA-HK-2024-789123

ID Number: H123456(7)

Phone: +852 9123 4567

Medical Case

Incident: Bone Fracture (Right Arm)

Hospital: Queen Mary Hospital

Admission: 15/12/2024

Discharge: 18/12/2024

Treatment Cost: HK$8,000

1. Details
2. Medical
3. Documents
4. Submission
5. Payment
6. Payout

Step 1: Claimant Details & Benefit Selection

Manual Process

Time: 0s

Fill-That-Form

Drag and drop the correct information into each field!

John Chen Wei Ming
AIA-HK-2024-789123
Broken Bone Benefit
Queen Mary Hospital
H123456(7)
HK$8,000
John Wong Ming Chen
AIA-HK-2023-789321
Surgical Benefit
Princess Margaret Hospital
H654321(9)
HK$12,000

ZeroForm Process

Time: 0s

Smart Contract Generation

Automated policy configuration and smart contract deployment

// ZeroForm Smart Contract Generator
Initializing blockchain connection...
Loading policy template AIA-HK-2024...
policy = {
number: "AIA-HK-2024-789123",
holder: "John Chen Wei Ming",
coverage: "Broken Bone Benefit",
status: "ACTIVE"
}
Deploying smart contract...
✓ Contract deployed: 0x742d...A8c4
✓ Policy ready for claims
Smart Contract Generated
Policy Number
AIA-HK-2024-789123
Coverage
Broken Bone Benefit
Contract Address
0x742d...A8c4
Status
ACTIVE
Smart Contract Deployed Successfully

Step 2: Hospitalization Details

Manual Process

Time: 0s

Detail Dash

Complete all medical details with correct information!

ZeroForm Process

Time: 0s

Oracle Event Detection

Automated medical event detection via hospital API integration

// Connecting to Queen Mary Hospital API
GET /api/patients/H123456
Authorization: Bearer token_xyz123
Response: 200 OK
{
"patient_id": "H123456(7)",
"admission_date": "2024-12-15",
"discharge_date": "2024-12-18",
"diagnosis": "Right arm fracture",
"treatment_cost": 8000
}
Validating against policy terms...
✓ Event matches: Bone Fracture coverage
✓ Claim eligible for processing
🏥
Medical Event Detected
Hospital Record Verified
Patient ID: H123456(7)
Admission: Dec 15, 2024
Diagnosis: Right arm fracture
Cost: HK$8,000
API → Validate → Match → Verify
Claim Eligible for Processing