Doctor Allocation
Review outside/self-booked appointments and assign each patient to the appropriate department and doctor.
PATIENT SELF-BOOKINGS LIVE INGESTION
{{ $pending->count() }} Allocation Needed
Self-Booked Appointments & Doctor Allocation
Patients booking via the self-portal or coming from outside staff appear here. Assign them to a department and doctor to push them directly into the doctor's schedule.
{{ $a->patient->full_name }}
@if($a->diagnosis){{ $a->diagnosis->name }}@endif
Pending Allocation
@if($a->reason || $a->special_requests)[{{ ucfirst($a->booking_source) }} Booking] {{ $a->reason }}@if($a->special_requests) · {{ $a->special_requests }}@endif@endif
What happens after allocation?The patient is attached to the selected doctor and the booking is pushed into the doctor's schedule automatically.
Allocation Activity
Recently assigned bookings.