Friday, June 27, 2025
31.1 C
Singapore

Fake Doctor Who Worked Unchecked in Australia Allegedly Practicing in Singapore

A man who used the identity of a British doctor to fraudulently work unchecked in four New South Wales Hospitals in Australia for more than a decade is now allegedly practicing in Singapore. A neighbor told the Australian Broadcasting Corporation (ABC) that the fake doctor Shyam Acharya who went by the name of Dr Sarang Chitale left for Singapore five weeks ago.

“I have been doing a lot of back and forth trips to Singapore. I will be back on 31st March,” a text message reportedly sent from Mr Acharya to his neighbours in January read. The neighbour told the news site that he would often travel to Singapore to work in an emergency department as a doctor.

Neighbors said that they had no reason to suspect he was not qualified and appeared to know what he was doing when he recommended treatment for one of the neighbor’s sick children. The fake doctor who lived in the neighborhood with his young daughter and wife was described as a nice person and a good neighbor who kept to himself.

See also  Stories you might've missed, Nov 2

The real Dr Chitale lives and works in the United Kingdom. A branch of Britain’s National Health Service (NHS) said it was “shocked” to hear the identity of one of its doctors was allegedly being misused.

Their statement described the real Dr Chitale as a “valued member” of the rheumatology department.

“We were shocked to hear of the deception that had taken place in Australia in Dr Chitale’s name,” the statement read.

Adding: “The General Medical Council is aware of the fraud and has been helping the Australian health authorities with their investigations. We would like to stress that Dr Chitale is very much the victim in this diabolical fraudulent act. The trust is providing Dr Chitale all the support and advice he needs to deal with this very upsetting case of identity theft.”

The Australian authorities are taking punitive actions against the fake doctor to recover the wages paid to him over the decade.

Read also:

See also  Apple iOS bug is causing iPhone 15 overheating problem

‘These are all fake’ — Ong Ye Kung’s image being used to endorse medical products – Singapore News 

Healing the Divide-linked doctor accused of giving patients saline solution instead of COVID vaccine suspended from practising medicine – Singapore News 

More trouble for doc in ‘fake vaxx certs’ case linked to anti-vaxxer group Healing the Divide – Singapore News

12 firms appointed to fish out fake degree-holding foreign workers – Singapore News

 

Hot this week

Singapore launches GaN hub to power next-gen semiconductors

SINGAPORE: Singapore launched a new S$123 million semiconductor facility...

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