Visit-backed episodes for this specialty (not appointment-only).
{{ $visit->patient?->fullName() ?? 'Patient' }}
{{ $visit->appointment?->department?->name ?? 'Specialty' }} · {{ $visit->appointment?->practitioner?->name ?? 'Unassigned' }} · {{ ucfirst(str_replace('_', ' ', $visit->status)) }} @if ($visit->checked_in_at) · {{ $visit->checked_in_at->format('d M H:i') }} @endif
No open specialty visits. Check in a patient to this specialty department to create a visit episode.
@endforelse{{ $appointment->patient?->fullName() }}
@if ($appointment->queue_ticket_number) {{ $appointment->queue_ticket_number }} · @endif {{ $appointment->status }}
Queue is empty.
@endforelse