audit: verify profile-content.ts against reference documents
- Narrative: aligned with CV Profile — "Healthcare leader" instead of unverified "Informatics pharmacist", tightened phrasing throughout - Achievement subtitle: "Full analytical accountability to ICB board" → "Prescribing budget with forecasting models" per CV - Skills summary: "data engineering" → "data pipeline development" per CV; removed unverified "clinical decision support" - Flagged retained "Informatics Pharmacist" roleTitle in unverified log
This commit is contained in:
@@ -20,6 +20,7 @@ _Content not in reference documents but retained as personal data or UI elements
|
||||
| `src/data/patient.ts` | `nhsNumber: '221 181 0'` (GPhC reg number) | Professional registration number — verifiable via GPhC register but not in reference docs |
|
||||
| `src/data/patient.ts` | `linkedin: 'linkedin.com/in/andycharlwood'` | Personal account URL — secondary ref mentions LinkedIn but not exact slug |
|
||||
| `src/data/patient.ts` | `badge: 'Open to opportunities'` | UI status element — current preference, not a factual claim |
|
||||
| `src/data/profile-content.ts` | `roleTitle: 'Informatics Pharmacist'` | Not in any reference doc — CV says "Healthcare leader", role titles are "Deputy Head" / "Interim Head". Retained as portfolio self-description |
|
||||
|
||||
## Content Corrections
|
||||
|
||||
@@ -36,6 +37,10 @@ _Content modified to better align with reference documents._
|
||||
| `src/data/timeline.ts` | Pre-Reg: "Expanded PGD clinical services" | "Led initiation of Patient Group Directions" | Secondary ref: "Led initiation of PGDs" |
|
||||
| `src/data/timeline.ts` | Pre-Reg: "Developed a palliative care screening pathway" | "Provided clinical screening services for palliative care hospice" | Secondary ref: hospice clinical screening, not pathway development |
|
||||
| `src/data/timeline.ts` | UEA: "Demonstrated academic excellence" | "Achieved a distinction-grade research project and served as President of UEA Pharmacy Society" | Secondary ref: failed exams years 1-3, "academic excellence" misleading |
|
||||
| `src/data/profile-content.ts` | Narrative: "Informatics pharmacist combining clinical expertise..." | Aligned with CV Profile phrasing: "Healthcare leader combining clinical pharmacy expertise..." | CV_v4.md Profile section |
|
||||
| `src/data/profile-content.ts` | Achievement subtitle: "Full analytical accountability to ICB board" | "Prescribing budget with forecasting models" | CV_v4.md: "managed...with sophisticated forecasting models" |
|
||||
| `src/data/profile-content.ts` | Skills summary: "data engineering...clinical decision support" | "data pipeline development" — removed "clinical decision support" | CV_v4.md: "Data pipeline development"; "clinical decision support" not in any reference |
|
||||
| `src/data/documents.ts` | Research: "investigating cocrystal formation for improved drug delivery properties" | "on drug delivery and cocrystals" | CV_v4.md: "drug delivery and cocrystals" |
|
||||
|
||||
## Missed Opportunities
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ import type { DeepReadonly, ProfileContent } from '@/types/profile-content'
|
||||
export const profileContent: DeepReadonly<ProfileContent> = {
|
||||
profile: {
|
||||
sectionTitle: 'Patient Summary',
|
||||
patientSummaryNarrative: 'Informatics pharmacist combining clinical expertise with advanced proficiency in Python, SQL, Power BI, and healthcare data analytics, self-taught over the past decade through a drive to find root causes in messy, real-world data and engineer the most efficient solutions to complex problems. Currently leading population health analytics and prescribing intelligence for NHS Norfolk & Waveney ICB, serving a population of 1.2 million across an integrated care system. Experienced in transforming large-scale GP prescribing data into actionable insight: from financial scenario modelling, pharmaceutical rebate negotiation, and health technology assessment to algorithm design, clinical decision support tooling, and population-level pathway development. Proven track record of identifying and prioritising efficiency programmes worth £14.6M+ through automated, data-driven analysis. Skilled at translating complex clinical, financial, and analytical requirements into clear, evidence-based recommendations for executive stakeholders, bridging primary care, secondary care, and commissioning perspectives.',
|
||||
patientSummaryNarrative: 'Healthcare leader combining clinical pharmacy expertise with proficiency in Python, SQL, and data analytics, self-taught over the past decade through a drive to find root causes in data and build the most efficient solutions to complex problems. Currently leading population health analytics for NHS Norfolk & Waveney ICB, serving a population of 1.2 million. Experienced in working with messy, real-world prescribing data at scale to deliver actionable insights — from financial scenario modelling and pharmaceutical rebate negotiation to algorithm design and population-level pathway development. Proven track record of identifying and prioritising efficiency programmes worth £14.6M+ through automated, data-driven analysis. Skilled at translating complex clinical, financial, and analytical requirements into clear recommendations for executive stakeholders.',
|
||||
latestResults: {
|
||||
title: 'LATEST RESULTS (CLICK TO VIEW FULL REFERENCE RANGE)',
|
||||
rightText: 'Updated February 2026',
|
||||
@@ -58,7 +58,7 @@ export const profileContent: DeepReadonly<ProfileContent> = {
|
||||
},
|
||||
},
|
||||
skillsNarrative: {
|
||||
summary: 'Technical, healthcare domain, and strategic leadership capabilities spanning data engineering, prescribing analytics, medicines optimisation, health technology assessment, clinical decision support, and executive communication, with practical delivery across population-scale NHS programmes serving 1.2 million people.',
|
||||
summary: 'Technical, healthcare domain, and strategic leadership capabilities spanning data pipeline development, prescribing analytics, medicines optimisation, health technology assessment, and executive communication, with practical delivery across population-scale NHS programmes serving 1.2 million people.',
|
||||
ui: {
|
||||
sectionTitle: 'REPEAT MEDICATIONS',
|
||||
rightText: 'Active prescriptions',
|
||||
@@ -82,7 +82,7 @@ export const profileContent: DeepReadonly<ProfileContent> = {
|
||||
},
|
||||
{
|
||||
title: '£220M Budget Oversight',
|
||||
subtitle: 'Full analytical accountability to ICB board',
|
||||
subtitle: 'Prescribing budget with forecasting models',
|
||||
keywords: '220m budget oversight analytical accountability icb board financial planning forecasting prescribing expenditure',
|
||||
kpiId: 'budget',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user