GP2GP

GP2GP – The practice operates the GP2GP process of transferring patient records electronically both out to new surgeries when our patients move, or in from other practices when patients move in to our area and register with us. This is done through the secure NHS system and speeds up the process of your records being at your new practice.

Date published: 28th October, 2015
Date last updated: 29th October, 2015

// 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."); }