91³Ô¹ÏÍø

Watch CBS News

World health experts reject Trump and RFK Jr.'s claims about Tylenol, autism link

Health experts from around the globe are joining the chorus of doctors and organizations pushing back against the Trump administration's announcement Monday linking the use of acetaminophen — the active ingredient in Tylenol and many cold and flu medications — during pregnancy to an increased risk of autism in children.

"Effective immediately, the FDA will be notifying physicians that the use of acetaminophen during pregnancy can be associated with a very increased risk of autism," President Trump said at a news conference with Health and Human Services Secretary Robert F. Kennedy Jr. and others.

In a statement Tuesday, the European Union's European Medicines Agency said there is currently that would require changes to the current EU recommendations for use of acetaminophen, also commonly called paracetamol outside the U.S.

"Paracetamol remains an important option to treat pain or fever in pregnant women," Steffen Thirstrup, EMA's chief medical officer, said in the statement. "Our advice is based on a rigorous assessment of the available scientific data and we have found no evidence that taking paracetamol during pregnancy causes autism in children."

The said Tuesday, "taking paracetamol during pregnancy remains safe."

"There is no evidence that taking paracetamol during pregnancy causes autism in children," the agency's chief safety officer Dr. Alison Cave said in the statement. 

, Australia's chief medical officer and the country's medicine regulator, the Therapeutic Goods Administration, said they were joining "other global medicines regulators, leading clinicians and scientists worldwide in rejecting claims regarding the use of paracetamol in pregnancy, and the subsequent risk of development of ADHD or autism in children."

"Robust scientific evidence shows no causal link between the use of paracetamol in pregnancy and autism or ADHD, with several large and reliable studies directly contradicting these claims," the statement continued. 

While sharing a statement from that stated paracetamol can be used during pregnancy, the country's minister of health, Mónica García, called out Mr. Trump specifically for misinformation and lack of evidence. 

"Trump's new crusade is against paracetamol during pregnancy, ignoring all scientific evidence," . "This denialism only sows alarm and misinformation. It's better to listen to health authorities than to the person who suggested injecting bleach against COVID," referring to a remark Mr. Trump made in 2020. 

A World Health Organization spokesperson said Tuesday that evidence of a link between the use of paracetamol during pregnancy and autism "remains inconsistent," according to .

International-based studies have been part of the evidence that shows acetaminophen use during pregnancy is safe.

In a , for example, researchers followed nearly 2.5 million children in Sweden over 25 years and found that acetaminophen use during pregnancy did not increase the risk of neurodevelopmental disorders in children.

In the U.S., organizations — including one that represents those who treat pregnant patients, the American College of Obstetricians and Gynecologists — have countered the claimed link, saying there's "no clear evidence."

The Consumer Healthcare Products Association, which represents some of the largest makers of over-the-counter medications, including acetaminophen, said, "Safety is the top priority for manufacturers," and "the well-established profile of acetaminophen is supported by decades of research and real-world use."

And the  said in a statement that any association between acetaminophen and autism is based on "limited, conflicting, and inconsistent science."

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=296763317a51cab90faa73f1bb146d5c'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });