@php $r = $report; @endphp

{{ $unit->name }} / Nurse performance

Unit nursing KPIs

MAR compliance, vitals, assessments, notes, and handovers.

MAR given

{{ $r['mar']['given'] }}

of {{ $r['mar']['total'] }} recorded · compliance {{ $r['mar']['compliance_rate'] ?? '—' }}%

On-time MAR

{{ $r['mar']['on_time_rate'] ?? '—' }}%

{{ $r['mar']['on_time_given'] }} given within window

Assessments done

{{ $r['assessments']['completed'] }}

{{ $r['assessments']['completion_rate'] ?? '—' }}% of {{ $r['assessments']['started'] }} started

Notes / vitals

{{ $r['notes']['total'] }} / {{ $r['vitals']['total'] }}

{{ $r['handovers']['completed'] }} handovers · {{ $r['placed_patients'] }} placed now

Nursing packs

    @forelse ($r['assessments']['by_template'] as $row)
  • {{ $row['name'] }} {{ $row['completed'] }}/{{ $row['total'] }}
  • @empty
  • No nursing assessments in range.
  • @endforelse

By clinician

@forelse ($r['by_actor'] as $actor) @empty @endforelse
Staff MAR Notes Assess Handover
{{ $actor['label'] }} {{ $actor['mar_given'] }}/{{ $actor['mar_total'] }} {{ $actor['notes'] }} {{ $actor['assessments_completed'] }} {{ $actor['handovers'] }}
No activity attributed yet.