Explore pet insurance coverage, claims, and premium calculations
{
"policyId": "PET-INS-2025-001234",
"standardVersion": "WIA-PET-010-v1.0.0",
"pet": {
"id": "PET-2025-789456",
"name": "Buddy",
"species": "Dog",
"breed": "Golden Retriever",
"birthDate": "2020-05-15",
"microchipId": "985112345678901",
"healthPassportId": "WIA-PET-HEALTH-001234"
},
"owner": {
"id": "OWNER-2025-456789",
"name": "John Smith",
"email": "john.smith@example.com",
"phone": "+1-555-123-4567",
"address": {
"street": "123 Main St",
"city": "San Francisco",
"state": "CA",
"zipCode": "94102",
"country": "US"
}
},
"plan": {
"tier": "Premium",
"coverageType": "Comprehensive",
"annualLimit": 15000,
"deductible": 250,
"coInsurance": 20,
"monthlyPremium": 89.99,
"startDate": "2025-01-01",
"renewalDate": "2026-01-01"
},
"coverage": {
"accidents": true,
"illnesses": true,
"wellness": true,
"dental": true,
"hereditary": true,
"chronic": true,
"prescriptions": true,
"emergencyCare": true,
"specialistCare": true,
"surgery": true,
"hospitalization": true,
"diagnostics": true
},
"exclusions": [
"Pre-existing conditions",
"Cosmetic procedures",
"Breeding costs",
"Elective procedures"
],
"riskFactors": {
"age": 4,
"breedRisk": "Medium",
"location": "Urban",
"priorClaims": 2,
"healthScore": 85
},
"blockchain": {
"policyHash": "0x1234567890abcdef...",
"timestamp": "2025-01-01T00:00:00Z",
"network": "Ethereum",
"smartContract": "0xabcdef1234567890..."
}
}
Submit a claim to see processing results
| Claim ID | Type | Amount | Date | Status |
|---|---|---|---|---|
| CLM-2025-001 | Wellness | $180 | 2025-12-15 | Approved |
| CLM-2025-002 | Emergency | $1,250 | 2025-12-18 | Processing |
| CLM-2025-003 | Dental | $420 | 2025-12-20 | Pending |
Connect pet health passport data with insurance policy for automated claims and premium adjustments.
{
"integration": {
"healthPassportId": "WIA-PET-HEALTH-001234",
"insurancePolicyId": "PET-INS-2025-001234",
"syncEnabled": true,
"lastSync": "2025-12-25T10:30:00Z"
},
"healthData": {
"vaccinations": [
{
"type": "Rabies",
"date": "2024-05-15",
"nextDue": "2025-05-15",
"verified": true
},
{
"type": "DHPP",
"date": "2024-06-01",
"nextDue": "2025-06-01",
"verified": true
}
],
"medicalHistory": [
{
"date": "2024-08-20",
"condition": "Ear Infection",
"treatment": "Antibiotics",
"cost": 180,
"claimSubmitted": true,
"claimStatus": "approved"
}
],
"preventiveCare": {
"annualCheckup": "2024-12-01",
"dentalCleaning": "2024-09-15",
"heartwormTest": "2024-07-10"
}
},
"premiumAdjustments": {
"baseRate": 89.99,
"healthScoreDiscount": -5.00,
"preventiveCareDiscount": -3.00,
"adjustedRate": 81.99
},
"claimAutomation": {
"autoSubmit": true,
"preApprovalThreshold": 500,
"documentAutoFetch": true
}
}
Generate QR code for quick policy verification at veterinary clinics.
Scan at any WIA-certified veterinary clinic
W3C Verifiable Credential for insurance policy verification.
{
"@context": [
"https://www.w3.org/2018/credentials/v1",
"https://wiastandards.com/credentials/pet-insurance/v1"
],
"type": ["VerifiableCredential", "PetInsurancePolicy"],
"issuer": {
"id": "did:wia:insurance:premium-pet-insurance",
"name": "Premium Pet Insurance Co."
},
"issuanceDate": "2025-01-01T00:00:00Z",
"expirationDate": "2026-01-01T00:00:00Z",
"credentialSubject": {
"id": "did:wia:pet:001234",
"policyId": "PET-INS-2025-001234",
"owner": "John Smith",
"pet": {
"name": "Buddy",
"species": "Dog",
"microchipId": "985112345678901"
},
"coverage": {
"tier": "Premium",
"annualLimit": 15000,
"deductible": 250
},
"status": "Active"
},
"proof": {
"type": "Ed25519Signature2020",
"created": "2025-01-01T00:00:00Z",
"proofPurpose": "assertionMethod",
"verificationMethod": "did:wia:insurance#key-1",
"proofValue": "z3FXQzM2NjE4NTA..."
}
}