ADVERTISEMENT

Go pushes for creation of Super Health Centers

Published Mar 8, 2022 08:46 am

Senator Christopher Lawrence “Bong” Go once again called for the establishment of Super Health Centers across the country to improve the access of Filipinos to government health services, particularly in rural areas.

“As chairman of the Senate Committee on Health and Demography, I continue to look for solutions to problems in the delivery of effective healthcare to our people. One of the pressing issues that need to be addressed is the lack of accessible medical services in the countryside,” Go said.

“It is for this reason that I proposed the establishment of Super Health Centers. The aim of these centers is to give Filipinos better access to the healthcare services provided by the government, most especially in faraway places where it is needed the most. Through this, Filipinos will not have the need to go to big hospitals in towns or city centers. Through this, we are nearer to our goal of a healthier, more resilient nation,” he added.

Go reiterated the need to establish such medical facilities, noting that the public needs convenient access to quality healthcare services with or without a pandemic.

The Super Health Center is a medium version of a polyclinic and an improved version of the rural health unit. It will have a land area of 514.3 square meters as initially planned.

The proposed centers will have the following services: lab facilities, pharmacy, birthing facilities, out-patient department, dental services, comprehensive PhilHealth out-patient department, and other minor services. The senator also suggested that these health centers be used as satellite vaccination sites for those Filipinos who live far from the urban centers.

The senator from Davao added that the budget for the creation of some of the centers has already been allotted, saying, “Mayroong P3.587 billion budget para sa construction ng 305 Super Health Centers sa 2022 budget under the Health Facilities Enhancement Program. P2.031 billion dito ay para sa infrastructure at P1.556 billion ay para sa equipment (There is P3.587-billion budget for the construction of 305 Super Health Centers in 2022 budget under the Health Facilities Enhancement Program. P2.031 billion of this is for infrastructure and P1.556 billion is for the equipment).”

The construction and equipping of these centers will be under the Health Facilities Enhancement Program (HFEP) of the Department of Health (DOH).

“It is critical to reinforce our current health centers not just to meet health requirements of individuals or families, but also to tackle public health issues and the demands of the community,” said Go.

“People in their communities are entitled to the best possible treatment. These centers will be able to meet their healthcare needs, which include the prevention of diseases, provision of treatment, as well as palliative care and health promotion,” he continued.

Go has been persistently pushing for measures that would improve the country’s healthcare system.

He filed Senate Bill (SB) 2155 which seeks to establish the Virology Science and Technology Institute of the Philippines (VIP) for a more proactive approach in dealing with future pandemics.

Go also filed SB 2158 which establishes the Philippine Center for Disease Control and Prevention. The CDC shall serve as the lead agency for developing communicable disease control and prevention initiatives. It will be primarily responsible for controlling the introduction and spread of infectious diseases in the Philippines.

“These efforts are intended to avoid similar situations where poorer nations are left with fewer medical resources, such as vaccines and other essential drugs, to address pandemics as compared to more developed countries that have early on invested in health sciences and medical research,” he said.

Related Tags

Bong Go 30822 super health centers
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.