// Adds dimensions UUID, Author and Topic into GA4
Saturday, July 19, 2025
27.6 C
Singapore

Elderly man who has more than S$40K in MediSave account gets only $580 a month, insufficient for his dental expenses

Singapore — An elderly man shared with SDP’s Bryan Lim that even though he had more than S$40,000 in his MediSave Account, he was not able to use any of it for a dental procedure.

In a Facebook post on Monday (Mar 29), Mr Bryan Lim Boon Heng of the Singapore Democratic Party (SDP) shared that the 68-year-old retiree wrote to him last week “to express his disgust at not being able to use his Medisave for a simple tooth-filling procedure”.

Mr Lim added that the elderly Mr Tan received monthly Central Provident Fund (CPF) payouts of S$580. He noted that while the man did have a 30 per cent subsidy by using his Community Health Assist Scheme (CHAS) card, the rest of the bill would have to come out of the elderly man’s own pocket.

According to Mr Lim, Mr Tan would have to pay about $107 for the dental filling.

“Why make life so convoluted? I can afford the $107 from my own Medisave. Why make me pay cash, pretend to be generous and give me 30%? It is confusing & wasteful”, Mr Tan wrote.

See also  "MPs should not manage everyday municipal affairs in their wards" - Veteran architect disagrees with 1988 Town Councils Act

“The very fact the government has to supplement the current 3Ms (Medisave, Medishield & Medifund) in our healthcare system with CHAS & top ups/subsidies in the Pioneer & Merdeka Generations packages only raises more questions than answers in terms of addressing the spiralling healthcare costs & the increasing unaffordability of healthcare for the man on the street”, Mr Lim wrote.

He explained that the SDP has proposed a “National Health Investment Fund” where individuals will contribute a regular premium to an insurance-like system when they do not require the service so that the cost will not be prohibitive when they require it.

Said Mr Lim: “Healthcare is a fundamental human right which needs to be addressed by a just and equitable system that makes it affordable for even the poorest among us”.

TISG has reached out to the CPF board for comment and clarification. /TISG

Hot this week

World marathon record-holder Ruth Chepng’etich suspended for positive doping test

Distance runner Ruth Chepng'etich, has been suspended after testing...

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); } });