Patient Flow Pathway Review¶
Service operations review — instantiates Network Flow Optimization
A structured multidisciplinary walk-through of the care pathway that traces where patients stall, showing that an upstream jam is usually a downstream sink constraint — and reallocates flow while protecting safety and dignity.
Patients move through a hospital as flow moves through a network — admissions, triage, imaging, beds, specialty units, discharge, referral — and where they pile up is rarely where the cause lies. Patient Flow Pathway Review is the qualitative, human-led way of finding that out. A multidisciplinary group walks the actual pathway, maps the care units as nodes, and traces where patients stall, with a signature diagnosis: an upstream jam (a crowded emergency department) is usually not an intake problem but a downstream sink problem — no inpatient beds free, or discharge running slow. Its defining idea is that it is a review, not a solver: no equations, no optimum, but network-shaped reasoning done by people, with the patients' safety and dignity carried as hard constraints rather than variables to trade away.
Example¶
An emergency department is boarding admitted patients for eight hours or more, and the ED is blamed for being overwhelmed. The review convenes clinicians, nurses, bed managers, and social workers to walk the whole pathway. They map the nodes — triage, ED bays, diagnostics, medical and surgical wards, a discharge lounge, community referral — and trace where movement actually stops. It is not the ED. Patients declared medically ready to leave are waiting on transport, packages of home care, and social-work sign-off; the discharge sink cannot absorb them, so beds never free, so the ED cannot admit upward. Meanwhile a measurable trickle of patients leave the waiting room without being seen — flow lost from the pathway entirely.
The review's recommendation follows the diagnosis: widen the sink. An earlier social-work referral, a staffed discharge lounge, and a morning transport slot let ready patients leave hours sooner. Within weeks ED boarding falls — not because the ED was expanded, but because the constraint that fed back into it was downstream all along.
How it works¶
The review is a disciplined walk of the real pathway, not the idealized one on the org chart:
- Map the care nodes. Enumerate the stages and units patients pass through as they actually are, including the informal handoffs and exception routes a process diagram omits.
- Locate the true sink constraint. Trace where flow stops and test whether an upstream backlog is really caused by a downstream unit that cannot absorb or discharge — the review's characteristic finding.
- Account for lost flow. Count the patients who leave without being seen, do not attend, or are transferred out, so the pathway's leaks are visible rather than assumed away.
- Recommend within hard constraints. Propose reallocations that improve movement while treating safety, consent, equity, and dignity as limits that cannot be traded for throughput.
Tuning parameters¶
- Pathway scope — whether the review covers one department, the whole hospital, or the community interface. Wider scope catches the real sink but takes far more to convene and sustain.
- Node granularity — how finely each stage is broken out. Fine detail locates stalls precisely but can bury the review in map-making.
- Lost-flow tracking — how thoroughly patients who leave the pathway are counted. Careful tracking surfaces harm and demand that raw throughput hides.
- Review cadence — one-off versus standing. A recurring review catches the constraint after it migrates; a single pass captures only today's.
When it helps, and when it misleads¶
Its strength is exposing that the blamed unit is usually not the constraint — that emergency crowding is a discharge problem wearing an ED costume — and doing so with the tacit knowledge of the people who run the pathway, which no dataset alone carries. It also surfaces lost patients that aggregate metrics never register.
Its failure modes are those of any qualitative map. Exit block — admitted patients held in the ED because no inpatient bed is available — is the textbook case the review must name rather than mislabel as an ED capacity shortfall.[n1] The review can also map the idealized pathway instead of the real one, missing the informal routes where flow actually stalls, and — most dangerously — it can be bent toward pushing patients through a step faster to hit a target, trading safety and dignity for throughput. The discipline is to map what truly happens, keep safety and dignity as non-negotiable constraints, and re-walk the pathway after each change, because relieving one node moves the constraint to the next.
How it implements the components¶
Patient Flow Pathway Review fills the mapping-and-diagnosis side of the archetype, in a domain where the flow units are people:
node_set— it enumerates the care units and stages as the nodes of the pathway, including the informal ones a formal diagram leaves out.source_and_sink_definition— admissions are the source and discharge or referral the sink, and its core insight is that sink capacity, not intake, is usually the binding constraint.loss_or_decay_rule— it accounts for patients lost from the pathway — left without being seen, did not attend, transferred out — so leakage is measured, not assumed away.
Being a qualitative review, it computes no optimal flow_allocation_solution — that is Traffic Assignment Model's equilibrium output — and minimizes no cost_or_throughput_objective like Min-Cost Flow Model; nor does it run a real-time priority_class_rule routing policy, which is Data Network Routing Policy.
Related¶
- Instantiates: Network Flow Optimization — it applies the archetype to a care network where the flow units are patients and dignity is a constraint.
- Consumes: Network Capacity Dashboard supplies the utilization and bottleneck picture the review interrogates.
- Sibling mechanisms: Max-Flow Analysis · Min-Cost Flow Model · Multi-Commodity Flow Model · Data Network Routing Policy · Traffic Assignment Model · Logistics Routing Plan · Network Capacity Dashboard
Editorial Notes¶
Form Classification¶
Form family: Assessment, Review & Assurance
Rationale: Patient Flow Pathway Review operates as a bounded evaluation of existing evidence or work that produces a finding or disposition because it a structured multidisciplinary walk-through of the care pathway that traces where patients stall, showing that an upstream jam is usually a downstream sink constraint — and reallocates flow while protecting safety and dignity.
Independent corroboration: The frozen evidence defines Patient Flow Pathway Review as 'A structured multidisciplinary walk-through of the care pathway that traces where patients stall, showing that an upstream jam is usually a downstream sink constraint — and reallocates flow while protecting safety and dignity', so its operative form is Assessment, Review & Assurance.
Nearest alternative: Decision, Gate & Allocation — Patient Flow Pathway Review includes features of a case-specific gate, selection, routing, prioritization, or resource disposition, but its defining operation is a bounded evaluation of existing evidence or work that produces a finding or disposition.
Review outcome: Independent reviewer agreement; medium confidence.
Origin Attribution¶
Primary origin: Medicine & Healthcare
Origin pattern: Cross-disciplinary synthesis
Present-day reach: Specialized
Rationale: Patient Flow Pathway Review is rooted in medicine and healthcare: Health-services practice frames crowding as an end-to-end patient pathway with downstream exit constraints.
Related originating lineages:
- Operations Research — Operations research materially shaped Patient Flow Pathway Review through optimization, graph reachability, scheduling, and decision analysis. Queueing, flow, and capacity analysis materially shaped diagnosis of upstream and downstream constraints.
- Organizational & Management Science — Lean service-improvement practice supplied multidisciplinary walkthrough and reallocation routines.
Review resolution: Both blind reviewers agree that medicine and clinical practice is the primary origin. Reconciliation resolves alternate_origin_disagreement, encyclopedia_synthesis_disagreement. Formative alternate lineages are retained as operations_research, organizational_management; later breadth of use is recorded separately as domain_reach=specialized, while origin_mode=cross_disciplinary_synthesis describes the relationship among origin lineages.
Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.
Review outcome: Reconciled after independent review; high confidence.
Notes¶
[n1] Exit block (also called access block) — the situation in which patients who need admission cannot move out of the emergency department because no inpatient bed is available downstream. It is the canonical demonstration that ED crowding is frequently a downstream sink constraint, exactly the diagnosis this review is built to make. ↩