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

Delay in eating food from Spize may have contributed to man’s death : MOH report

A man who died after eating food from a popular restaurant Spize had consumed it over three hours after its delivery.

According to a report from a Ministry of Health (MOH) spokesperson in court, the delay may have contributed to Mr Mohamad Fadli Mohd Saleh’s death on November 14 last year.

The bento boxes were sent to the Kaki Bukit office of security company Brink’s Singapore at 11.33am on November 6 last year with an invoice that stated the food had to be consumed within an hour of delivery.

The invoice also stated that Spize would not be liable for the health of those who consumed the food beyond the recommended time.

Reports say Mr Fadli, 38, a Sats officer, ate the food after 2.53pm.

There were six other food poisoning incidents linked to the Spize River Valley outlet between November 6 and 9 last year.

Out of the 221 people who consumed food prepared there during this period, 82 reported falling ill.

See also  Covid-19 isolation bed occupancy at 85%, ‘significant strain’ on healthcare system: MOH

Mr Fadli, a father of two, died of sepsis and multiple organ failure on Nov 14 last year after acute gastroenteritis hit him.

A joint inspection of the eatery on November 14 that year by the National Environment Agency (NEA), MOH and the Agri-Food and Veterinary Authority of Singapore revealed lapses that included seven unregistered food handlers and preparing of food outside the licensed kitchen area.

State Coroner Kamala Ponnampalam will issue her findings of the case on August 23. /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); } });