From 0fba10d4692b29e6981f724db1fb960a5459887d Mon Sep 17 00:00:00 2001 From: Andy Charlwood Date: Tue, 17 Feb 2026 03:16:53 +0000 Subject: [PATCH] audit: verify investigations.ts against reference documents MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - PharMetrics: corrected from "Interactive Platform" to "Switching Dashboard" to align with references (PharMetrics is the switching algorithm project); updated methodology to match secondary ref's dashboard description - All other investigations (switching algorithm, Blueteq, CD monitoring, Sankey tool) verified against CV and secondary reference — no changes needed --- src/data/investigations.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/data/investigations.ts b/src/data/investigations.ts index 2763f99..387e0cb 100644 --- a/src/data/investigations.ts +++ b/src/data/investigations.ts @@ -3,17 +3,17 @@ import type { Investigation } from '@/types/pmr' export const investigations: Investigation[] = [ { id: 'inv-pharmetrics', - name: 'PharMetrics Interactive Platform', - requestedYear: 2024, - reportedYear: 2024, + name: 'PharMetrics Switching Dashboard', + requestedYear: 2025, + reportedYear: 2025, status: 'Live', resultSummary: 'Live at medicines.charlwood.xyz', requestingClinician: 'A. Charlwood', - methodology: 'Real-time medicines expenditure dashboard providing actionable analytics for NHS decision-makers. Built with Power BI and SQL, tracking expenditure across the £220M prescribing budget.', + methodology: 'Dashboard tracking patient-level switching data from the PharMetrics algorithm, monitoring which patients have been switched with quality metrics providing points for each intervention. Enables practices to monitor their own progress against the switching scheme.', results: [ - 'Real-time tracking of medicines expenditure', - 'Actionable analytics for budget holders', - 'Self-serve model for wider team', + 'Patient-level switching progress tracking', + 'Practice-level self-serve monitoring', + 'Quality metrics and points-based tracking per patient intervention', ], techStack: ['Power BI', 'SQL', 'DAX'], externalUrl: 'https://medicines.charlwood.xyz',