@extends('layouts.admin') @section('title', 'Patient Onboarding') @section('content')
Patient intake
Use this queue to pair newly registered patients with the correct PCP and BHCM before screening, kiosk handoff, and collaborative care follow-up.
| Patient | PCP | BHCM | |
|---|---|---|---|
| {{ $patient->user->name ?? '—' }} | {{ $patient->pcp->name ?? '—' }} | {{ $patient->bhcm->name ?? '—' }} | Assign Send to Kiosk |