What changes for each role in the service
A public pre-admission service has four people in the loop, and the constraint sits in a different place for each of them. Pathways is deployed against those four constraints rather than against the service as an abstraction.
The booking clerk
The clerk’s constraint is volume: an elective list arrives as a spreadsheet and every patient on it needs contacting. Today that means phone calls that go unanswered and paper packs that come back incomplete, weeks later, if at all. Pathways turns the import into a batch send — every patient gets a signed, time-limited SMS link on the day they are scheduled. The clerk’s job becomes exception handling rather than outbound calling. (How this compares with posting out paper packs.)
The clinical nurse consultant
The CNC’s constraint is visibility. Without a tracker, “who has been assessed?” is answered by opening records one at a time. The pre-admission tracker shows sent, opened, in progress, completed and expired for every booked patient, so the follow-up work is a filtered list rather than an audit. Reminders are automatic; resending a link is one click.
The anaesthetist
The anaesthetist’s constraint is time — specifically, the time spent reading charts that turn out to be unremarkable. Because every completed assessment carries a severity-tiered risk profile, the review list is generated rather than assembled: red-tier profiles only, each with the triggering evidence, the guideline reference and the rule version attached.
The perioperative lead
The lead’s constraint is defensibility. Elective throughput targets and accreditation both require showing why a patient was routed the way they were. Every analysis, flag, recommendation and human review is timestamped and exportable, and because the safety-critical rules are deterministic and versioned, a decision made in March reproduces identically when it is examined in September.
Deployment without an integration project
Pathways runs standalone. The SMS-driven workflow needs no PMS or EMR integration to start, so a service can begin screening the next elective list without waiting on an IT project, an interface engine, or a change window. Integration is available later; it is not a precondition for value.