IPEC — Claims volume and frequency analysis
Total Claims
{{ number_format($summary['total_claims']) }}
Active Members
{{ number_format($summary['total_members']) }}
Members With Claims
{{ number_format($summary['members_with_claims']) }}
Frequency/Member
{{ $summary['frequency_per_member'] }}
Utilization Rate
{{ $summary['utilization_rate'] }}%
| Type | Count | Total Billed | Total Awarded |
|---|---|---|---|
| {{ ucfirst($row->claim_type) }} | {{ number_format($row->count) }} | ${{ number_format($row->total_billed / 100, 2) }} | ${{ number_format($row->total_awarded / 100, 2) }} |
No data available.
@endifNo data available.
@endif| Month | Claims Count | Total Billed | Total Awarded | Award Rate |
|---|---|---|---|---|
| {{ $row->month }} | {{ number_format($row->count) }} | ${{ number_format($row->total_billed / 100, 2) }} | ${{ number_format($row->total_awarded / 100, 2) }} | {{ $row->total_billed > 0 ? round(($row->total_awarded / $row->total_billed) * 100, 1) : 0 }}% |
No data available for the selected period.
@endif