import type { Patient } from '@/types/pmr' export const patient: Patient = { name: 'CHARLWOOD, Andrew (Mr)', displayName: 'Andrew Charlwood', dob: '14/02/1993', nhsNumber: '221 181 0', nhsNumberTooltip: 'GPhC Registration Number', address: 'Norwich, UK', phone: '07795553088', email: 'andy@charlwood.xyz', linkedin: 'linkedin.com/in/andycharlwood', status: 'Active', badge: 'Open to opportunities', qualification: 'MPharm (Hons) 2:1', university: 'UEA, 2015', registrationYear: 'August 2016', }