<<<<<<< HEAD Healthcare Professionals - JobsNVisa ======= >>>>>>> parent of a092d13 (change the meta title and description) <<<<<<< HEAD <<<<<<< HEAD ======= >>>>>>> parent of c3879d5 (change the meta title and description) ======= Healthcare Recruitment Australia | AHPRA Compliant Staffing >>>>>>> parent of a092d13 (change the meta title and description)

Healthcare Professionals

Comprehensive Guide to Healthcare Careers in Australia

Showing 25 healthcare professions
// Smooth scroll for anchor links document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); const target = document.querySelector(this.getAttribute('href')); if (target) { target.scrollIntoView({ behavior: 'smooth', block: 'start' }); } }); });