Dr Charlotte Wilson

Dr Charlotte Wilson

Doctor Female
Female

MB/BChir from Cambridge 2010.

Qualified as a GP in 2017.

Special interests- Womens health (pessaries), baby checks and learning disability checks. I also teach medical students.

// 1. Define the HTML for the announcement section const announcementHTML = ` Need to contact the practice? Click here to complete a form `; // 2. Find the reference element using the provided ID const googleTranslateElement = document.getElementById('google_translate_element'); // 3. Insert the new section before the reference element if (googleTranslateElement) { googleTranslateElement.insertAdjacentHTML('beforebegin', announcementHTML); } else { console.warn("Target element with ID 'google_translate_element' not found. Announcement not inserted."); }