@extends('layouts.admin') @section('page_kicker', 'Clinical') @section('page_title', 'Doctor workspace') @section('content')

Lists refresh automatically (no full page reload). Sorting is always Emergency first, then VIP, then routine. Only the assigned doctor completes the primary exam and sends prescriptions; progress notes follow RBAC on each visit.

Emergency patients

Pending activation, approval, and queue steps happen on OP visit flow. Once triage tags emergency, an authorized clinician must approve before the patient can be queued; approval (who, when) is stored on the visit and in the EMR audit trail. Approved emergencies appear in My patients below with EMRG tier and float to the top.

In treatment = waiting / in consultation / completed statuses in your assigned list.

VIP patients

When chart_restricted is on, only the assigned doctor can open the full visit chart from this portal; department colleagues see department list rows only if policy allows (server-side). VIP rows use the VIP tier below emergency.

Lab & imaging requests

Live from your assigned visits: orders you placed (or pipeline orders) with current fulfilment status. Open the visit for full context.

MRN Patient Kind Request Status

My patients (assigned)

Last sync:

Tier MRN Patient Status Visit stage

Department patients (follow-up & handoffs)

Same department · emergency and VIP floated to top

Tier MRN Patient Dept Assigned Stage
@endsection