Patient 3 – Travel And Smile

The patients had been edentulous for many years and presented with an unstable removable denture.

Two implants were placed in the intra-foraminal region of the mandibula and the patients received an overdenture supported by implants. The new prosthesis was more stable and resulted in improved function and stability.

window.addEventListener('load', function() { const hash = window.location.hash; if (hash) { const interval = setInterval(function() { const el = document.querySelector(hash); if (el) { el.scrollIntoView({ behavior: 'smooth' }); clearInterval(interval); } }, 100); } });