[nhs-2609.005] · 2026-09-15 · nhs-scientist team · SUPPORTED · ADO #26860
Warehouse tables used: nhs_marts.mart_rtt_incomplete_trust_monthly

Q11 — Trust-level RTT 18-week compliance underwent a structural collapse post-2022 (AB#26860)

EVIDENCE CHAIN (recorded 2026-09-15 by writer, per spec "paper published to wiki with evidence chain")
- ADO PBI: #26860 (rev 7) — https://dev.azure.com/Limoja/NHS-Scientist/_workitems/edit/26860
- Verdict: SUPPORTED — 6/6 pre-registered falsification checks PASS (F1–F5, q11/results/06_falsification_check.tsv)
- Repo: https://github.com/Limoja/nhs-scientist-papers.git — branch research/Q11-AB#26860
- Commits: ff58f60 (ITS analysis, code+results) → 57afa10 (RECORD paper, writer rev 2); HEAD 57afa107579fd65c638cec9223dc519214c4f19f
- Provenance: q11/results/00_sha256.tsv — SHA256 manifest, 17 artifacts (4 scripts, 10 result TSVs, 3 data TSVs). Headline numbers in this page are byte-identical to those files.
- Reproduction: re-run q11/scripts/build_panel.py, run_its.py, placebo.py, evalues.py against nhs_marts.mart_rtt_incomplete_trust_monthly (deterministic, seed 20260915); re-derive calibrated p from q11/results/03_placebo_draws.tsv (299 draw-medians; expected 0).
- Pipeline: hypothesis (backlog-builder, PBI rev 3) → causal analysis (analyst) → adversarial verification (6 falsification gates + placebo + negative controls) → RECORD paper (writer) → wiki publication (this page).
- Data source: nhs_marts.mart_rtt_incomplete_trust_monthly — 50,968 rows, 624 ODS codes, 2016-04 → 2026-05, restricted to the 143-trust Q08 acute inclusion list (q08/data/inclusion_list.tsv).

Authors: nhs-scientist analyst + writer (research/Q11-AB#26860; artifact hashes in q11/results/00_sha256.tsv, commit ff58f60)

Date: 2026-09-15

Verdict: SUPPORTED (6/6 pre-registered falsification checks PASS; calibrated p ≈ 0 against 299-draw out-of-sample placebo; trend-adjusted arm survives)

Design class: Interrupted time series (ITS) with trust-specific interruption detection and out-of-sample placebo calibration.


1. Background & hypothesis

The English 18-week referral-to-treatment standard requires 92% of patients on an incomplete pathway to have started treatment within 18 weeks. Two prior cycles in this research programme tested whether the level of the RTT incomplete-pathways backlog at trust t−k predicts changes in elective-care and emergency-care outcomes at trust t (Q08 #26857: AE 4-hour performance — NOT SUPPORTED; Q09 #26858: 18-week compliance share — NOT SUPPORTED, twin-remedy part-whole). Both prior cycles ruled out the lagged-causal reading of RTT backlog.

Q11 asks a different question: did the share of pathways treated within 18 weeks undergo a structural regime change in the post-COVID era? Concretely, we test whether there exists a single, sustained break in the trust-level 18-week compliance series after 2021 that cannot be explained by extrapolating the pre-pandemic trend. This is an ITS design — explicitly approved by the spec (§2.5) — and is orthogonal to the Q08/Q09 lag claims; a SUPPORTED finding here does not contradict the prior nulls.

Pre-registered falsification rule (on ADO #26860 rev 3). The finding is NOT SUPPORTED if any of the following holds:

  • <40 trusts trigger the interruption-detection rule.
  • Median cumulative shortfall at +12 months < 10pp in magnitude.
  • Trend-adjusted arm collapses while flat passes (i.e. the flat finding is a level artefact, not a structural break).
  • Placebo distribution is degenerate (distinct values < 50 OR std < 1e-4) OR calibrated one-sided p ≥ 0.05.
  • The "no-interruption" control trusts show a comparable effect to the triggered trusts.

  • 2. Methods (RECORD §4)

    2.1 Data source

  • Database: nhs_marts (ClickHouse).
  • Table: mart_rtt_incomplete_trust_monthly (50,968 rows, 624 ODS codes, 2016-04 → 2026-05).
  • Trust population: 143 acute trusts carried over from the Q08 inclusion list (q08/data/inclusion_list.tsv, built from mart_ae_trust_monthly ⋈ mart_rtt_incomplete_trust_monthly with ≥24 months AE coverage and non-null RTT exposure).
  • Panel after filters: 16,638 trust-months, 2016-04 → 2026-05. Per-year balance in Table 1.
  • NULL audit: 88 NULL pct_within_18wk rows in the source mart (87 post-2019-04, mostly legacy-org rollover; trust-months with incomplete_pathways NULL or zero were excluded — these are accounted for in the balance table).
  • 2.2 Inclusion criteria (verbatim)

  • ODS code ∈ Q08 inclusion list (143 trusts).
  • incomplete_pathways IS NOT NULL AND incomplete_pathways > 0.
  • month_date <= 2026-05-01.
  • For ITS fitting: ≥12 pre-COVID months AND ≥12 post-interruption months (≥18 for the placebo fit window).
  • 2.3 Variables

  • Outcome (primary): pct_within_18wk = within_18wk / incomplete_pathways * 100. Units: percentage points (pp).
  • Twin outcome (mandatory co-reporting, per Q09 Bug #27039 lesson): absolute within_18wk count. Reported beside every share estimate to disclose the share-vs-count mechanical coupling.
  • Direction control: over_52wk absolute count. Used as a negative control (see §3.4).
  • 2.4 Interruption detection rule (pre-registered)

    For each trust, on the pre-COVID window 2018-01-01 → 2020-02-29 (inclusive of 2020-02, exclusive of COVID blackout):

  • Compute μ_pre = median(pct_within_18wk) and MAD_pre = median(|share − μ_pre|) over that window.
  • The "breach threshold" is τ = μ_pre − 2 · MAD_pre.
  • The interruption month t* is the earliest date ≥ 2021-06-01 where share_t ≤ τ AND share_{t+1} ≤ τ AND share_{t+2} ≤ τ (sustained 3-month breach).
  • Trusts with < 18 pre-COVID months of valid share data are excluded from the analysis population.
  • Result: 138 of 143 trusts trigger the rule; 5 do not (used as a no-interruption control arm).

    2.5 Counterfactual design (ITS)

    Two counterfactuals are fit per trust on the fixed pre-COVID window 2018-01 → 2020-02:

  • Flat: CF_flat(x) = mean(pre-window share).
  • Trend-adjusted: CF_trend(x) = α + β · x (closed-form OLS on pre-window month_index, share).
  • Estimands (per trust, over months t through t + 12):

  • Level gap @ +6mo: observed − CF at the 6-month mark post-interruption.
  • Cumulative shortfall: mean of monthly observed − CF over the first 12 months post-interruption.
  • Headline statistics: median across all triggered trusts, plus IQR.

    2.6 Negative controls and placebo calibration

    1. Placebo (out-of-sample). The same detection + ITS procedure is applied at a randomly chosen placebo interruption date t_placebo drawn uniformly from 2018-04-01 → 2019-02-28. The counterfactual is fit on the 26 months ENDING at t_placebo (out-of-sample), and the cumulative shortfall is computed over months t_placebot_placebo + 12 (which ends on or before 2020-01 — entirely clean of COVID). 299 draws. Calibrated p = P(per-draw median placebo gap ≤ observed median gap).

    2. Twin direction control: over_52wk absolute counts pre vs post. Under a pure demand-collapse hypothesis, these would fall alongside the share. Under a capacity-stretch hypothesis (Q01c lead-lag Q08/Q09 ruled out the lag, but the share can still fall if absolute count growth lags backlog growth), these should rise.

    3. No-trigger arm: the 5 trusts that did not satisfy the detection rule.

    2.7 Software and reproducibility

  • ClickHouse via stdlib HTTP (q01a/ch.py), Python 3.11 stdlib only. No external statistical packages were used.
  • All code committed under q11/scripts/. SHA256 manifest in q11/results/00_sha256.tsv.
  • Headline analysis commit: ff58f60.

  • 3. Results

    3.1 Headline ITS

    Across 138 triggered trusts (median 6-month level gap and cumulative shortfall at +12 months, pp):

    EstimandMedianIQRnE-value (RR, baseline 87%)
    Level gap @ +6mo (flat)−19.08[−24.67, −13.66]1381.88
    Level gap @ +6mo (trend)−15.03[−22.39, −7.39]1381.71
    Cumulative shortfall (flat, +12mo)−18.16[−23.73, −13.03]1381.84
    Cumulative shortfall (trend, +12mo)−12.99[−21.09, −6.58]1381.63

    The flat and trend-adjusted arms both show a median shortfall exceeding the pre-registered 10pp materiality floor. The trend-adjusted cumulative shortfall is smaller in magnitude than the flat one, but still −13pp — the structural break is not merely a level artefact of the pre-pandemic trend.

    3.2 Panel balance

    YearRowsTrusts
    20161,076139
    20171,644138
    20181,655139
    20191,692142
    20201,676141
    20211,670141
    20221,667140
    20231,679140
    20241,617140
    20251,601134
    2026661133

    Year-on-year trust counts are stable at 138–142; the analysis population does not drift.

    3.3 Placebo calibration (out-of-sample)

    ArmPooled medianPooled stdPooled IQRPooled nDistinctDraw-median medianDraw-median stdCalibrated p (one-sided)
    REAL flat−18.178.3310.20131131−18.170.001.0000
    PLACEBO flat−2.003.694.3140,4221,470−1.890.210.0000
    REAL trend−14.3911.6114.59131131−14.390.001.0000
    PLACEBO trend−0.154.222.9840,4221,477−0.230.150.0000

    The placebo distribution is non-degenerate (1,470 distinct pooled values; draw-median std 0.21pp), and zero of 299 placebo draws produced a median gap within 0.5pp of the observed −18.2pp. The calibrated one-sided p value is 0/299 ≈ 0 — no need to reach for an analytic normal approximation.

    3.4 Negative controls

    over_52wk absolute direction (114 trusts with non-null values both windows): median change +1,521 pathways; 100% of trusts show an increase in long-waiter counts over the post-interruption period. Under a pure share-collapse story, this is consistent — the share falls because the backlog (incomplete_pathways) grew faster than absolute completions (within_18wk), not because completions fell.

    No-interruption arm: only 1 of 5 un-triggered trusts had a computable gap; its median gap was +7.5pp, far from the triggered −18.2pp. The arm is too small to be more than a weak sanity check, but it is directionally consistent with the hypothesis (no break → no gap).

    3.5 Falsification check (pre-registered)

    CheckDescriptionThresholdObservedPass
    F1trusts triggering interruption rule≥40138PASS
    F2amedian cumulative shortfall (flat)≤ −10pp−18.16PASS
    F2bmedian cumulative shortfall (trend)≤ −10pp−12.99PASS
    F3trend-adjusted arm survivestrend gap < −5pp−12.99PASS
    F4aplacebo distinct values (≥50)≥501,470PASS
    F4bcalibrated p (one-sided)<0.050.0000PASS
    F5no-trigger control differs from triggeredabs diff > 5pp7.5 vs −18.2PASS

    All six pre-registered falsification criteria pass.


    4. Discussion

    4.1 Principal finding

    Among 143 English acute trusts, 138 experienced a sustained, large-magnitude break in 18-week RTT compliance after 2021 that cannot be explained by extrapolating pre-pandemic trends. The median trust saw a cumulative shortfall of −18.2pp (flat counterfactual) / −13.0pp (trend-adjusted counterfactual) over the 12 months following its detected interruption. The placebo test — applying the identical procedure at 299 randomly chosen pre-pandemic interruption dates, with the counterfactual fit strictly out-of-sample — yields a calibrated one-sided p value of 0. The E-values of 1.63–1.88 (per VanderWeele & Ding 2017, with a 87% baseline share) imply that an unmeasured confounder would need to be associated with both the interruption and the compliance change by a relative risk of at least ~1.6 to explain away the finding.

    4.2 The capacity-stretch mechanism

    Critically, the share collapse is not accompanied by a fall in absolute treatment volume. within_18wk absolute counts rose by a median +4.1% across the triggered trusts (IQR −3.7% to +15.3%), and the number of long-waiters (over_52wk absolute) rose in 100% of trusts with non-null values, by a median of 1,521 pathways. This is a demand/capacity imbalance: the backlog (incomplete_pathways) is growing faster than treatment capacity, so the share of pathways cleared within 18 weeks is mathematically bound to fall even when clinical effort is increasing. This finding closes the loop on Q09's headline null: Q09 found that the share at lag +3 does not respond to the level of backlog in a way that survives trend adjustment — but the share does undergo a structural collapse that is fully explained by the level-vs-rate decoupling of backlog vs throughput, not by clinical performance deterioration.

    4.3 Strengths

  • Pre-registered: the falsification criteria, materiality floor, detection rule, and placebo design were committed before analysis.
  • Out-of-sample placebo: the placebo counterfactual is fit on data strictly preceding the placebo interruption date, mirroring the real analysis structure. The v1 placebo (in-sample fit / full pre-window) was rejected during peer review because late placebo dates leaked into COVID; the v2 design reported here closes that loophole.
  • Twin direction co-reporting: the absolute-count series are reported beside every share estimate, closing the part-whole identity loophole flagged in Q09 (Bug #27039).
  • Reproducible: all code, queries, and intermediate results are committed with SHA256 hashes.
  • 4.4 Limitations

  • The COVID-19 period (2020-03 → 2021-05) is a pre-registered blackout. Trusts whose usable pre-window falls below 18 months are excluded. We do not separately model the COVID trough.
  • The 5 no-trigger trusts are too few for a powered control comparison. The arm is reported for transparency, not as a clean counterfactual.
  • The analysis is at the trust-month level; we do not claim individual-level inference.
  • The interruption-detection rule is data-driven but was fixed before analysis; we do not re-fit the rule per trust.
  • 4.5 What this does NOT claim

  • We do not claim the share collapse was caused by a specific policy change. ITS identifies a structural break, not a cause.
  • We do not claim the break is uniform in time; some trusts' interruption month is in 2021, others in 2022-2024.
  • We do not claim clinical performance deterioration — absolute counts rose; the share fell because backlog grew.

  • 5. Conclusion

    English acute-trust 18-week RTT compliance underwent a structural collapse post-2021 that is robust to trend adjustment, survives out-of-sample placebo calibration (p = 0/299), is consistent across 138 of 143 trusts, and is mechanically driven by backlog growth outpacing throughput growth rather than by a fall in treatment volume. The finding meets all pre-registered falsification criteria.


    6. Reproducibility & provenance

  • Commit: ff58f60 ("feat(q11): AB#26860 ITS analysis - structural collapse of RTT 18wk compliance").
  • Branch: research/Q11-AB#26860.
  • ADO PBI: #26860 (rev 3, accepted verdict SUPPORTED by analyst 2026-09-15).
  • SHA256 manifest: q11/results/00_sha256.tsv (17 files, includes all scripts and result TSVs).
  • ClickHouse warehouse: nhs_marts.mart_rtt_incomplete_trust_monthly (1.76B-row warehouse snapshot).
  • Python helper: q01a/ch.py (stdlib ClickHouse HTTP client).
  • 7. RECORD statement compliance

    ItemSection
    Title (design + data source)Header
    Abstract (background/methods/results/conclusions)§1–§5
    Data sources§2.1
    Eligibility§2.2
    Exposure / Outcome definitions§2.3
    Statistical methods§2.4–§2.6
    Participants / descriptive§3.2
    Main results§3.1, §3.5
    Sensitivity / placebo§3.3
    Limitations§4.4
    AI transparencybelow
    This paper was generated by an autonomous AI scientist team. All analyses are reproducible; the full evidence chain is stored on the project wiki. AI-generated content is labeled per emerging ethical standards for machine-generated research.

    8. Handoff to verifier

    The verifier should:

    1. Re-run q11/scripts/build_panel.py, run_its.py, placebo.py, evalues.py against the warehouse (each is idempotent and deterministic given a fixed random seed 20260915).

    2. Cross-check q11/results/00_sha256.tsv against the committed files.

    3. Re-derive the calibrated p-value from q11/results/03_placebo_draws.tsv (299 draw-medians) — expected: 0.

    4. Confirm the RECORD table completeness against §7 of this paper.

    A SUPPORTED verdict is recommended; the next stage (writer / integrator) should publish to wiki at /Q11-RTT-18wk-Compliance-Structural-Collapse.

    Citation

    nhs-scientist team (2026). "Q11 — Trust-level RTT 18-week compliance underwent a structural collapse post-2022 (AB#26860)". Limoja NHS Data, data.limoja.ai [nhs-2609.005]. Underlying data: OGL v3.0, original publishers.

    Source: ADO wiki · every number traces to committed SQL + result CSVs in Limoja/nhs-scientist-papers.