ADVERTISEMENT

Obesity in young adults — a driver of premature deaths

Published Jun 9, 2026 12:05 am  |  Updated Jun 8, 2026 05:25 pm
UNDER THE MICROSCOPE
A study by researchers from the University of Sweden involving over 620,000 adults from 1963 to 2015 showed that people who developed obesity between the ages of 17 and 29 were associate with higher mortality risk. This cohort had a 70 percent higher risk of death compared with those who did not develop obesity by age 60.
This was especially true for men who had substantially higher risks of liver, pancreatic, kidney, colon and other cancers. Women in this group did not have the same cancer risks regardless of when they gained weight.
The risks were not limited to obesity. Gaining 6.5 kg. between 17 and 30 were associated with about 17 percent higher risk of premature death. More weight gain was associated with higher risk.
The Philippine situation is not that encouraging either. Nearly 4 in 10 Filipino adults (39.8 percent) are now classified as overweight or obese. It is higher among women (45.4 percent) compared to men (35.2 percent). This is a stark contrast to the early 1990s when adult obesity was only 10 percent.
Even children are not spared. Approximately 3.7 percent of children under age five are overweight or obese. Adolescents are worse. Obesity in boys is 14.8 percent while girls have an obesity rate of 11.3 percent. This problem is more prevalent in urban and peri-urban areas.
This bears out my observations on the ground. Even health professionals are not spared. In the hospitals I work in, I see a lot of staff, medical, nursing, and even support staff who are overweight/obese. It does not make for a good example for patients who walk in and see that the people who will treat them are as unhealthy as they are (Physician, heal thyself, June 3, 2024).
Mortality statistics cite obesity and obesity-associated diseases as factors in over half the top ten leading causes of death by the Philippine Statistics Authority. Likewise, the WHO notes that obesity is a major driver of chronic non-communicable diseases (NCD) like cardiovascular disease, cancer and type 2 diabetes.
Major factors cited are consumption of low-nutrient energy-dense foods (think rice and packaged noodles), excessive intake of added sugar (sugared drinks) and fats and inadequate intake of micronutrients. Just looking at the typical Filipino diet with rice intake in all three daily meals and you get the idea.
These diet faux-pas are compounded by decreased physical activity among all ages due to a sedentary lifestyle (welcome to the age of the Internet), lack of exercise, stress (triggering over-eating) and the proliferation of all-you-can-eat buffets and unlimited rice offerings.
In the old days, people were more physically active and work was mainly manual. Now, we eschew manual labor as too low status. Currently, the so-called professionals are just sitting at their desks for hours and hours, rising only to partake of the above-mentioned high caloric (junk) foods and drinks, the perfect recipe for obesity.
But there is no class distinction in obesity. The lower socio-economic classes can’t afford proper nutrition and resort to filling their stomachs with rice and other high caloric but nutritionally low foods, while the elite classes gorge themselves on buffets and eat like there is no tomorrow. Indeed, there may be no tomorrow for them as they fall ill to heart attacks and strokes.
There are severe implications for the country. The rise in these lifestyle diseases is putting a heavy strain on our health system. Our hospitals are overflowing with patients suffering from heart attacks, strokes, complications of diabetes mellitus and cancers, some of which are associated with obesity. We can hardly treat the numerous patients who line up in the early morning hours just to be seen by doctors, and if the number of patients increase due to the effect of obesity, our health system will collapse. Doctors, nurses and other paramedical staff will experience burn-out and either quit or migrate elsewhere where working is not too stressful.
It is also impacting national productivity when people have to take time off from work to seek medical treatment due to the effects of obesity.
Let’s start healing ourselves by striving to have healthy weight. No matter how the government acts in reducing obesity in the country, it is up to us to individually recognize that only we can help ourselves in this regard. Those who have hereditary diseases are more severely affected by the effects of obesity, which may also have a hereditary basis. We’ve seen whole families who are obese or severely overweight from the fathers to children and grandchildren.
Don’t wait until you are suffering from the ill effects of obesity. In the Philippines, getting sick is not an option. A prolonged hospital stay can drive you to the poorhouse.
Eat sensibly. Exercise more. Climb the stairs. Walk to nearby destinations. Live longer and healthier. Life is beautiful, only if you can live healthy.

Related Tags

UNDER THE MICROSCOPE RAYMUNDO LO
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.