Thursday, June 26, 2025
32.3 C
Singapore

Ingredient found in milk products like baby formula could cause allergic reaction warns AVA and MOH

The Health Ministry and the Agri-Food and Veterinary Authority in a joint statement that an ingredient, galacto-oligosaccharide (GOS), used in some milk formula here has been found to cause allergies in rare cases. The carbohydrate is usually added to help promote good bacteria in the gut and is found in milk products and in popular baby formula brands like Similac, which are sold here.

1
screengrab: http://abbottfamily.com.sg/products/page/similac-total-comfort-3

Since 2007, about two cases of GOS allergies on average have been reported
each year in Singapore, the joint statement said. All food products containing GOS must be clearly labelled, and the public can find out if a milk product contains GOS by reading the statement of ingredients on the product labels, under the term “galacto-oligosaccharides”, the joint-statement advised.

The following is the joint-statement in full.


2 3 4

See also  VIDEO: PM Lee's Awkwardness Around POTUS Trump Caught On Camera

Hot this week

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