@extends('layouts.admin') @section('page_kicker', 'Clinical flow') @section('page_title', 'Walk-in & OP visits') @section('content')
Tanzania-style OP flow: MRN registration → GEPG-like control number for fees → verified payment before triage or doctor → nurse triage (priority queue) → doctor-only diagnosis and orders → automatic lab, pharmacy, and imaging billing lines → verified service payment → treatment → EMR → discharge.
@if(in_array(auth()->user()->role, ['hospital_admin', 'receptionist'], true)) @endif| Visit | MRN | Patient | Stage | |
|---|---|---|---|---|
| #{{ $visit->id }} | {{ $visit->mrn }} | {{ $visit->patient?->name }} | {{ str_replace('_', ' ', $visit->stage->value) }} | Open |
| No visits yet. Register a patient, then start a visit. | ||||