Spaces:
Sleeping
Sleeping
File size: 2,969 Bytes
05cb41b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 | {
"policy_id": "PLUM_OPD_2024",
"policy_name": "Plum OPD Advantage",
"effective_date": "2024-01-01",
"policy_holder": {
"company": "TechCorp Solutions Pvt Ltd",
"employees_covered": 500,
"dependents_covered": true
},
"coverage_details": {
"annual_limit": 50000,
"per_claim_limit": 5000,
"family_floater_limit": 150000,
"consultation_fees": {
"covered": true,
"sub_limit": 2000,
"copay_percentage": 10,
"network_discount": 20
},
"diagnostic_tests": {
"covered": true,
"sub_limit": 10000,
"pre_authorization_required": false,
"covered_tests": [
"Blood tests",
"Urine tests",
"X-rays",
"ECG",
"Ultrasound",
"MRI (with pre-auth)",
"CT Scan (with pre-auth)"
]
},
"pharmacy": {
"covered": true,
"sub_limit": 15000,
"generic_drugs_mandatory": true,
"branded_drugs_copay": 30
},
"dental": {
"covered": true,
"sub_limit": 10000,
"routine_checkup_limit": 2000,
"procedures_covered": [
"Filling",
"Extraction",
"Root canal",
"Cleaning"
],
"cosmetic_procedures": false
},
"vision": {
"covered": true,
"sub_limit": 5000,
"eye_test_covered": true,
"glasses_contact_lenses": true,
"lasik_surgery": false
},
"alternative_medicine": {
"covered": true,
"sub_limit": 8000,
"covered_treatments": [
"Ayurveda",
"Homeopathy",
"Unani"
],
"therapy_sessions_limit": 20
}
},
"waiting_periods": {
"initial_waiting": 30,
"pre_existing_diseases": 365,
"maternity": 270,
"specific_ailments": {
"diabetes": 90,
"hypertension": 90,
"joint_replacement": 730
}
},
"exclusions": [
"Cosmetic procedures",
"Weight loss treatments",
"Infertility treatments",
"Experimental treatments",
"Self-inflicted injuries",
"Adventure sports injuries",
"War and nuclear risks",
"HIV/AIDS treatment",
"Alcoholism/drug abuse treatment",
"Non-allopathic treatments (except listed)",
"Vitamins and supplements (unless prescribed for deficiency)"
],
"claim_requirements": {
"documents_required": [
"Original bills and receipts",
"Prescription from registered doctor",
"Diagnostic test reports (if applicable)",
"Pharmacy bills with prescription",
"Doctor's registration number must be visible",
"Patient details must match policy records"
],
"submission_timeline_days": 30,
"minimum_claim_amount": 500
},
"network_hospitals": [
"Apollo Hospitals",
"Fortis Healthcare",
"Max Healthcare",
"Manipal Hospitals",
"Narayana Health"
],
"cashless_facilities": {
"available": true,
"network_only": true,
"pre_approval_required": false,
"instant_approval_limit": 5000
}
} |