Track your pregnancy risk level changes over time
IC Number: {{ $mother->expectantMother->ic_number ?? 'Not provided' }}
Series Number: {{ $mother->expectantMother->series_number ?? 'Not assigned' }}
Current Risk Level:
{{ $colorExplanations[$mother->expectantMother->current_color_code] ?? 'Standard care' }}
{{ $label }}
{{ $riskLevels[$code] }}
{{ $colorExplanations[$code] }}
Complete record of all risk level changes during your pregnancy
| Risk Level | Date Changed | Reason for Change | Healthcare Provider |
|---|---|---|---|
|
{{ $riskLevels[$entry->color_code] }} {{ $colorExplanations[$entry->color_code] }} |
{{ $entry->changed_at->format('d M Y') }} {{ $entry->changed_at->format('h:i A') }} {{ $entry->changed_at->diffForHumans() }} |
{{ $entry->notes }} |
{{ $entry->pic_name }} |
No risk level changes recordedYour risk level has remained consistent throughout your pregnancy. This is typically a good sign indicating stable pregnancy progress. |
|||