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',