No visits yet
@endforelse- - {{ $consultation->started_at?->format('d M Y') ?? '—' }} - @if ($consultation->practitioner) · {{ $consultation->practitioner->name }} @endif - - @if ($consultation->diagnoses->isNotEmpty()) - — {{ $consultation->diagnoses->first()->description }} + + @if (($isNurseStation ?? false) && ! ($canConsult ?? false)) + @if ($activePlacedVisit ?? null) +
On unit now
++ {{ $activePlacedVisit->careUnit?->name ?? 'Care unit' }} + @if ($activePlacedVisit->bed) + · Bed {{ $activePlacedVisit->bed->label }} + @endif +
+ @if ($latestVitals ?? null) ++ Latest vitals + {{ $latestVitals->recorded_at?->format('d M H:i') }}: + BP {{ $latestVitals->bp_systolic }}/{{ $latestVitals->bp_diastolic }} + · P {{ $latestVitals->pulse }} + · SpO₂ {{ $latestVitals->spo2 }} +
+ @else +No vitals recorded on this placement yet.
@endif - - @empty -No consultations yet
- @endforelse -- - {{ $lab->investigationType->name }} - - · {{ $lab->completed_at?->format('d M Y') ?? '—' }} - @if ($lab->result?->is_abnormal) - abnormal - @endif -
- @empty -No lab results yet
- @endforelse -- - {{ $rx->created_at->format('d M Y') }} - - · {{ config('care.prescription_statuses')[$rx->status] ?? $rx->status }} - · {{ $rx->items->pluck('name')->take(2)->join(', ') }} -
- @empty -No prescriptions yet
- @endforelse -+ Open care unit + @if ($canViewMar ?? false) + MAR chart + @endif + Vitals & assess + Nursing notes +
+Patient history form
-- - {{ $assessmentStatuses[$latestUniversalIntake->status] ?? $latestUniversalIntake->status }} - - · {{ $latestUniversalIntake->created_at?->format('d M Y') ?? '—' }} -
- @if ($ccAnswer) -{{ \Illuminate\Support\Str::limit((string) $ccAnswer->authoritativeValue(), 120) }}
- @endif -No assessments yet
+No nursing assessments yet — start NEWS2, Braden, Morse, or pain from the unit board.
@endforelse - @if ($canViewAssessments ?? false) ++ {{ $rx->created_at->format('d M Y') }} + · {{ config('care.prescription_statuses')[$rx->status] ?? $rx->status }} + · {{ $rx->items->pluck('name')->take(2)->join(', ') }} +
+ @empty +No prescriptions on record
+ @endforelse ++ {{ $lab->investigationType->name }} + · {{ $lab->completed_at?->format('d M Y') ?? '—' }} + @if ($lab->result?->is_abnormal) + abnormal + @endif +
+ @empty +No lab results yet
+ @endforelse ++ + {{ $consultation->started_at?->format('d M Y') ?? '—' }} + @if ($consultation->practitioner) · {{ $consultation->practitioner->name }} @endif + + @if ($consultation->diagnoses->isNotEmpty()) + — {{ $consultation->diagnoses->first()->description }} + @endif +
+ @empty +No consultations yet
+ @endforelse ++ + {{ $lab->investigationType->name }} + + · {{ $lab->completed_at?->format('d M Y') ?? '—' }} + @if ($lab->result?->is_abnormal) + abnormal + @endif +
+ @empty +No lab results yet
+ @endforelse ++ + {{ $rx->created_at->format('d M Y') }} + + · {{ config('care.prescription_statuses')[$rx->status] ?? $rx->status }} + · {{ $rx->items->pluck('name')->take(2)->join(', ') }} +
+ @empty +No prescriptions yet
+ @endforelse +Patient history form
++ + {{ $assessmentStatuses[$latestUniversalIntake->status] ?? $latestUniversalIntake->status }} + + · {{ $latestUniversalIntake->created_at?->format('d M Y') ?? '—' }} +
+ @if ($ccAnswer) +{{ \Illuminate\Support\Str::limit((string) $ccAnswer->authoritativeValue(), 120) }}
+ @endif ++ + {{ $assessment->template->name }} + + · {{ ($assessmentStatuses[$assessment->status] ?? $assessment->status) }} + · {{ $assessment->created_at?->format('d M Y') ?? '—' }} +
+ @empty +No assessments yet
+ @endforelse@if ($canCaptureAssessment ?? false) Start assessment @endif - Condition pathways - Follow-up scores + @if ($canViewPathways ?? false) + Condition pathways + Follow-up scores + @endif
- @endif -