Register with us

Please check you are living within our catchment using this link: Westrop Catchment Tool : Scribble Maps

If you are new to the area, and are living inside of one of our practices catchment areas, you can register using the below links:

Highworth Surgery – https://gp-registration.nhs.uk/Z4W8L

Moredon Surgery – https://gp-registration.nhs.uk/DY902

Hermitage Surgery – https://gp-registration.nhs.uk/J83002002

Blunsdon Surgery – https://gp-registration.nhs.uk/J83002001

Tadpole Surgery – https://gp-registration.nhs.uk/E3K8O

Taw Hill Surgery – https://gp-registration.nhs.uk/J83002004

Alternatively, you can print and complete the below hyperlinked form and return it to the practice.

PRF1-Form

 

 

Date published: 10th October, 2014
Date last updated: 19th December, 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."); }