ADVERTISEMENT
970x220

Proposed free yearly medical check-up to save government's money; Yamsuan explains how 

Published Mar 7, 2024 05:37 am

At A Glance

  • Bicol Saro Party-list Rep. Brian Raymund Yamsuan says his proposed free yearly medical check-up for Filipinos will actually save government money.

FB_IMG_1684229014638.jpgBicol Saro Party-list Brian Yamsuan (Facebook)

 

 

 

 

 

 

 

Noting that six out of 10 Filipinos die without even being attended to by a physician, a rookie congressman is batting for a law that would provide the people with free annual medical check-ups. 

Bicol Saro Party-list Rep. Brian Raymund Yamsuan filed for this purpose House Bill (HB) No.1785 or the proposed Free Annual Medical Check-up Act. 

In justifying his measure, Yamsuan said that providing Filipinos with free yearly check-ups is actually advantageous to the government. 

“In the long run, the investment in extending this free check-up benefit would lead to the government spending less in providing treatment for life-threatening ailments such as diabetes and heart disease, as many Filipinos would have the opportunity to be diagnosed and treated early before their conditions worsen,” he said. 

Under HB No.1785,  all Filipino citizens, by virtue of their membership in the Philippine Health Insurance Corporation (PhilHealth), as mandated under the Universal Health Care (UHC) Law, “shall be entitled to the applicable benefits under the Philippine Health Insurance Program". 

Such benefits include a free annual medical check-up that shall cover tests for cholesterol and blood sugar. 

The measure also stated that the laboratory and diagnostic tests included in the benefit shall be expanded subject to the availability of PhilHealth funds. 

The bill, which was approved by the House Committee on Health last year, mandates the state health insurer to establish a system that would facilitate the free annual medical check-up benefit. 

Yamsuan pointed out that despite the implementation of the UHC Law and other significant strides in the Philippine health care system, many Filipinos still succumb to diseases that are otherwise preventable and treatable with cost-effective interventions. 

The Philippine Statistics Authority (PSA) reported that as of September 2023, the leading cause of death in the Philippines was ischemic heart disease. This was  followed by neoplasms (e.g. cancer), cerebrovascular diseases (e.g. stroke, aneurysm), diabetes mellitus, and pneumonia. 

 

Related Tags

free annual medical check-up Brian Raymund Yamsuan
ADVERTISEMENT
300x250
.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 72px 0 12px; } .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; } li:empty { display: none; } .hidden { display: none; }
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]; // The two offset values // changed to 10 from 1 , 2 const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } function isNearBottom() { return window.innerHeight + window.scrollY >= document.documentElement.scrollHeight - 100; } function onScroll() { if (isLoading) return; // Skip if already loading if (isNearBottom()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; // Set flag to prevent multiple calls const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { loadCount++; // Increment only after successful execution }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; // Reset flag after execution }); } } window.addEventListener("scroll", onScroll); }); // Mutation Observer for Newly Loaded Articles const observer = new MutationObserver(() => { const articles = document.querySelectorAll(".articles-observe"); if (articles.length > 0) { observeArticles(articles); } }); observer.observe(document.body, { childList: true, subtree: true }); // Intersection Observer for Updating URL function observeArticles(articles) { 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); } } }); }, { threshold: 0.1 } ); articles.forEach(article => intersectionObserver.observe(article)); }

Sign up by email to receive news.