feat: US-002 - Remove inaccurate CV data from consultations and constellation

This commit is contained in:
2026-02-14 17:50:35 +00:00
parent 1a3d3515f8
commit 13131e4c3e
2 changed files with 1 additions and 45 deletions
-21
View File
@@ -109,25 +109,4 @@ export const consultations: Consultation[] = [
{ code: 'LEA002', description: 'Leadership: Staff development to technician registration' },
],
},
{
id: 'duty-pharmacist-2016',
date: '01 Aug 2016',
organization: 'Tesco PLC',
orgColor: '#00897B',
role: 'Duty Pharmacy Manager',
duration: 'Aug 2016 — Nov 2017',
isCurrent: false,
history: 'Commenced professional career as registered pharmacist following GPhC registration. Developed foundational skills in pharmacy operations, patient care, and team management within a high-volume community pharmacy setting.',
examination: [
'Progressed from newly registered pharmacist to Pharmacy Manager role',
'Developed clinical and operational competencies in community pharmacy',
],
plan: [
'GPhC registration obtained, beginning professional practice',
'Foundation established for progression to management role',
],
codedEntries: [
{ code: 'REG001', description: 'Registration: GPhC pharmacist qualification' },
],
},
]