Patient groups

View details on our Patient Groups below and how you can join.

Join our Virtual Patient Participation Group (VPPG)

Complete the online form to join our Virtual Patient Participation Group.  

Patient Group (PPG), Hermitage

Patient Participation Group We want to ensure that our patients are involved in the decisions made by the Practice surrounding the range and quality of the services available to you. In...

Patient Group (PPG), Highworth/Blunsdon

Patient Participation Group We want to ensure that our patients are involved in the decisions made by the Practice surrounding the range and quality of the services available to you. In...

Patient Group (PPG), Moredon

Patient Participation Group We want to ensure that our patients are involved in the decisions made by the Practice surrounding the range and quality of the services available to you....

Patient Group (PPG), Tadpole

Patient Participation Group We want to ensure that our patients are involved in the decisions made by the Practice surrounding the range and quality of the services available to you....

Patient Group (PPG), Taw Hill

Patient Participation Group We want to ensure that our patients are involved in the decisions made by the Practice surrounding the range and quality of the services available to you....

Date published: 6th February, 2024
Date last updated: 6th February, 2024

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