@section('page-title', 'Chronic Disease Management')

Chronic Disease Management (CDM)

Chronic condition registrations and medication management

Reset
@forelse($registrations as $reg) @empty @endforelse
Member ICD-10 Condition Limit Used Last Refill Can Refill Status Actions
{{ $reg->member->full_name ?? 'N/A' }} {{ $reg->icd10_code }} {{ $reg->condition_name }} ${{ number_format(($reg->chronic_limit_cents ?? 0) / 100, 2) }} ${{ number_format($reg->chronic_used_cents / 100, 2) }} {{ $reg->last_refill_date?->format('d M Y') ?? 'N/A' }} @if($reg->status === 'approved') {{ $reg->canRefill() ? 'Yes' : 'No' }} @else - @endif {{ ucfirst($reg->status) }} View
No chronic registrations found.
{{ $registrations->links() }}