ADVERTISEMENT

US FDA commentary validates case in favor of smoke-free products

Published Apr 30, 2024 06:53 am

A comprehensive commentary made by a U.S. Food and Drug Administration (FDA) official in an international peer-reviewed publication recommends a switch from combustible cigarettes to smoke-free products to reduce the exposure of adult smokers to many toxins and carcinogens.

Dr. Lorenzo Mata, president of the harm reduction non-profit group Quit for Good.jpg

Dr. Lorenzo Mata, president of Quit for Good, a harm reduction non-profit group.

 

This, according to consumer advocacy groups in the Philippines, proves that tobacco harm reduction (THR) products such as vapes, heated tobacco, and nicotine pouches could serve as better alternatives to cigarettes.

Smoke-free products emit aerosols or vapors that contain 95 percent less harmful chemicals than smoke produced by burning tobacco. Aerosols are formed through heating at a much lower temperature than the burning process, resulting in a much smaller number of constituents compared to smoke.

"Nearly a million former smokers in the Philippines have already switched away from smoking, and with the recent FDA-CTC commentary, we expect more smokers to understand the huge difference and transition to less harmful alternatives," Dulay said.

Dulay was referring to a commentary co-authored by Dr. Brian King, director of the FDA’s Center for Tobacco Products (FDA-CTP) and published in the peer-reviewed medical journal Nature Medicine that discusses the relative risks of different tobacco products for healthcare providers.

The commentary, titled "Nicotine e-cigarettes: Considerations for healthcare providers," says that "non-combustible tobacco products, such as e-cigarettes, generally have lower health risks to the user than combusted tobacco products."

It cites findings from the U.S. National Academies of Sciences, Engineering and Medicine (NASEM) that switching completely from cigarettes to e-cigarettes reduces exposure to many toxins and carcinogens.

"The Philippine Congress also acknowledges the role of these smoke-free products in providing Filipino smokers with alternatives when they enacted the Vape Law in 2022 to regulate vapes and novel tobacco products," Dulay said.

The FDA-CTC commentary encourages healthcare providers to educate adult smokers who have unsuccessfully tried quitting methods about the potential benefits of switching to lower-risk alternatives. It emphasizes that complete cessation remains the best course of action and that FDA-approved cessation medications should be the first-line treatment.

"Nicotine itself isn't the problem, but how it's delivered through combustion," said Anton Israel, president of the Nicotine Consumers Union of the Philippines (NCUP). "Smoke-free products allow smokers to significantly reduce their exposure to toxic chemicals."

Dr. Lorenzo Mata Jr., a Filipino tobacco harm reduction advocate, urged medical professionals to weigh the FDA-CTP commentary.

"We should study how these less harmful nicotine alternatives can help Filipinos quit smoking based on scientific evidence," said Dr. Mata, president of the harm reduction non-profit Quit for Good.

The other co-authors of the commentary are Dr. Benjamin A. Toll of the Medical University of South Carolina's Department of Public Health Sciences and Dr. Tracy T. Smith of the university's Department of Psychiatry and Behavioral Sciences.

The commentary also noted that "misperceptions among physicians and other healthcare professionals may lead to patient counseling that is not consistent with existing scientific evidence." It said these misperceptions are associated with lower odds of smokers completely transitioning to e-cigarettes.

For adult smokers who have unsuccessfully tried proven cessation methods, medical providers may consider educating patients about the relative risks of tobacco products and the potential health benefits of switching completely to a lower-risk product, the commentary said.

Related Tags

National News
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.