Commit Graph

1 Commits

Author SHA1 Message Date
Adrian Flores Cortes
1b38818354 [CL-010] feat: Implement insurance module for medical insurance management
Implements complete insurance module with:
- Insurance company catalog (private, government, HMO, PPO)
- Insurance plans with coverage details, deductibles, copays
- Patient insurance policies with verification workflow
- Insurance claims with full lifecycle (draft->submitted->approved/denied/paid)
- Preauthorization requests with approval workflow
- Coverage verification endpoint
- EOB (Explanation of Benefits) tracking
- Aging reports for claims management

Entities: InsuranceCompany, InsurancePlan, PatientInsurance, InsuranceClaim, Preauthorization
Services: Full CRUD + workflow operations for each entity
Controller: 50+ REST endpoints for all insurance operations

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 19:59:47 -06:00