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

Nursing notes

Chronologic unit documentation — not overwritten like specialty forms.

@if ($canWrite)
@csrf
@endif
@forelse ($notes as $note) @empty @endforelse
When Patient Type Note
{{ $note->recorded_at?->format('d M H:i') }} {{ $note->patient?->fullName() }} {{ $noteTypes[$note->note_type] ?? $note->note_type }} {{ $note->body }}
No nursing notes yet.