Backend de erp-clinicas - Workspace V2
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> |
||
|---|---|---|
| src | ||
| .gitignore | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
erp-clinicas-backend-v2
Backend de erp-clinicas - Workspace V2