@include('care.nursing.partials.unit-crumb', ['unit' => $unit]) / Nursing assessments

Ward assessment board

NEWS2, Braden, Morse, pain, and visit vitals for placed patients.

Performance
@unless ($engineEnabled)
Assessments engine is disabled for this organization. Enable it under Settings → Rollout.
@endunless
@foreach ($templates as $template) @endforeach @forelse ($rows as $row) @php $visit = $row['visit']; $vitals = $row['vitals']; @endphp @foreach ($templates as $template) @php $assessment = $row['assessments']->get($template->code); @endphp @endforeach @if ($canVitals) @endif @empty @endforelse
Patient Latest vitals{{ $template->code }}
{{ $row['patient']?->fullName() }}
{{ $row['bed']?->label ?? 'No bed' }}
@if ($vitals) BP {{ $vitals->bp_systolic }}/{{ $vitals->bp_diastolic }} · P {{ $vitals->pulse }} · SpO₂ {{ $vitals->spo2 }}
{{ $vitals->recorded_at?->format('d M H:i') }}
@else — @endif
@if ($assessment) {{ $assessment->status === 'completed' ? ($assessment->score?->severity_label ?? ($assessment->score?->total_score !== null ? $assessment->score->total_score : 'Done')) : 'Draft' }} @else @endif @if ($canCapture && $engineEnabled)
@foreach ($templates as $template)
@csrf
@endforeach
@endif
@csrf
No patients placed on this unit.