Maternal Health Risk Assessment
BondaCare Pregnancy Monitoring System
{{ $user->clinic->name ?? 'BondaCare Clinic' }}
| Date Changed | Risk Level | Reason for Change | Healthcare Provider |
|---|---|---|---|
|
{{ $entry->changed_at->format('d M Y') }} {{ $entry->changed_at->format('h:i A') }} |
{{ $colorCodes[$entry->color_code] ?? 'Unknown' }}
{{ $riskLevels[$entry->color_code] ?? 'Unknown' }} {{ $colorExplanations[$entry->color_code] ?? '' }} |
{{ $entry->notes }} |
{{ $entry->pic_name }} Healthcare Professional |
Total risk level changes recorded: {{ $history->count() }}
Current risk level: {{ $colorCodes[$mother->current_color_code] ?? 'Unknown' }}
({{ $riskLevels[$mother->current_color_code] ?? 'Unknown' }})
No Risk Level Changes Recorded
Your risk level has remained consistent throughout your pregnancy.
This is typically a good sign indicating stable pregnancy progress.