@php $assess = $infusionAssessment?->payload ?? []; $proto = $infusionProtocol?->payload ?? []; $sess = $infusionSession?->payload ?? []; $mon = $infusionMonitoring?->payload ?? []; @endphp

Infusion overview

Assessment, protocol, session, and post-infusion monitoring for this episode.

Indication

{{ $assess['indication'] ?? '—' }}

{{ ! empty($assess['fit_for_infusion']) ? 'Fit for infusion' : '—' }}

Protocol

{{ $proto['medication'] ?? ($sess['medication'] ?? '—') }}

{{ $proto['dose'] ?? ($sess['dose'] ?? '—') }}

Monitoring

{{ $mon['reaction'] ?? '—' }}

{{ $mon['outcome'] ?? ($sess['outcome'] ?? '—') }}

@if (! empty($clinicalAlerts))

Alerts

@foreach ($clinicalAlerts as $alert)

{{ $alert['message'] ?? '' }}

@endforeach
@endif