Friday, June 27, 2025
32.9 C
Singapore

Employer asks if ‘maid insurance’ covers cataract surgery for his helper

SINGAPORE: An employer took to social media to ask whether anyone had any information on cataract surgery for domestic helpers and whether ‘maid insurance’ would likely pay for the procedure.

“Hi does Any one has experience with cataract surgery for helper?” the employer wrote in an anonymous message to a support forum for employers and domestic helpers. “Is it claimable by maid insurance. Thank you for sharing of experience.”

Other commenters on her post pointed out that the policy was ambiguous about whether cataract surgery was covered and advised her to ask the insurance company instead.

“Policy did not say clearly cataract surgery is claimable , am wondering is cataract an illness that is claimable,” One wrote.

Another commented: “Anonymous participant pls inquire from your insurance company they are the only one that can give you the answer you want to hear.”

Yet another commented that it was highly unlikely that the insurance would cover the surgery, writing, “Unlikely the MOM required hospitalisation & personal accident insurance for FDW would cover dental, cataracts etc. Would depend on the coverage that you purchased for your helper – check the policy”.

See also  Employer seeks help after longtime maid borrows from loan shark, triggering threats and fake COD orders

So, does domestic helper insurance cover cataract surgery?

According to the Ministry of Manpower, if the employer purchased medical insurance, it would pay for day surgery and inpatient care for migrant domestic workers (MDWs), as well as hospital expenses for conditions unrelated to their jobs.

Since cataract surgery is considered a day surgery, typically takes 30 minutes to complete, and doesn’t require the patient to spend time in the hospital for post-operative recovery, it will probably cover the costs.

To double-check this information, the employer could ask the insurance company about the policy and if it can cover the maid’s surgery.

Hot this week

SIA CEO’s annual pay fell 13.5% to S$7m despite record profit

SINGAPORE: Singapore Airlines (SIA) chief executive officer Goh Choon...

Singapore is 6th most peaceful country on the 2025 Global Peace Index

SINGAPORE: In the 19th edition of the Global Peace...

Popular Categories

document.addEventListener("DOMContentLoaded", () => { const trigger = document.getElementById("ads-trigger"); if ('IntersectionObserver' in window && trigger) { const observer = new IntersectionObserver((entries, observer) => { entries.forEach(entry => { if (entry.isIntersecting) { lazyLoader(); // You should define lazyLoader() elsewhere or inline here observer.unobserve(entry.target); // Run once } }); }, { rootMargin: '800px', threshold: 0.1 }); observer.observe(trigger); } else { // Fallback setTimeout(lazyLoader, 3000); } });