Healthcare & Medical Costs / Dental & Vision
Dental Treatment Cost Calculator
Implementation Specifications
This calculator is planned and documented. The formulas and guidance below are ready for implementation.
Required Inputs
- Procedure cost
- Insurance coverage (%)
- Annual maximum
- Amount already used
- Deductible
- Deductible met (Y/N)
Formulas & Calculations
If deductible not met: Out-of-pocket = Deductible + (Procedure cost - Deductible) × (1 - Coverage %)
If deductible met: Out-of-pocket = Procedure cost × (1 - Coverage %)
Remaining benefit = Annual max - Amount used
Insurance pays = min(Procedure cost × Coverage %, Remaining benefit)
Patient pays = Procedure cost - Insurance pays
Status: Specification complete, implementation pending
To implement: Create app/components/calculators/dental-treatment-cost-calculator.tsx and register in app/lib/calculator-registry.ts
See Also
Other calculators in Dental & Vision