ADVERTISEMENT

Super Health Center not a ghost project - Marikina gov't

Published Oct 16, 2025 05:36 pm
Marikina City Hall
Marikina City Hall
The Marikina City local government belied claims that it has wavered in its commitment to the Department of Health (DOH) regarding the construction of the Concepcion Dos Super Health Center project, stressing that it will shoulder the expenses in the facility's development.
According to former Marikina City Mayor and now 1st District Rep. Marcy Teodoro, the certification issued by the Marikina local government in 2022, released by the DOH, was part of the health department's standard documentary requirements for establishing the facility.
Teodoro said the construction of the medical facility was originally scheduled to begin in 2021 and be completed by 2022.
However, implementation only began in November of 2023, with its first phase completed in April of the following year, after delays in DOH's release of project funds.
Teodoro explained that Marikina City was unable to fully provide the substantial funding needed to complete the health center due to several factors, including government transition, post-elections, and suspension of several city officials. These challenges prompted the city government to request for additional funding from the DOH to complete the four-story building in 2024.
While the construction of the Super Health Center is still ongoing, the city government has already built several major health-focused facilities to boost its health services. These include the Super Health Center in Concepcion Uno, City Social Welfare building, multi-level Marikina Diagnostic Center, Multi-specialty Medical Arts Building, and Mega Dialysis Center.
"The Concepcion Dos Super Health Center is not a ghost project. It was properly implemented and completed for its first phase, in full accordance with the scope of work and funding released by the DOH," the official said.
“Pinagsisikapan nating magbigay ng serbisyong medikal para sa mga taga-Marikina (We are doing our best to provide the much needed medical services to those living in Marikina)," Teodoro said, adding that the city is one of the first integration sites for the Universal Health Care (UHC).
It was also the first city to comply with the Primary Care Standards of the DOH, having 100 percent of its primary care facilities accredited by the agency.
The city government has also fulfilled its promise to hire skilled doctors, nurses, and health workers to man its major health facilities.
In a letter sent to DOH Sec. Teodoro Herbosa dated Oct. 9, the city government has "decided to proceed with the construction and completion of the facility using locally-sourced funds or our own LGU funds," after the DOH failed to release funds for the succeeding phases of the project, as requested by the City Heath Office of Marikina.
Miscommunication
According to the solon, the misunderstanding regarding the project could have been avoided through proper coordination and factual validation between the DOH and the Marikina city government.
“Inaasahan lang sana natin magkaroon ng tamang koordinasyon at komunikasyon ang DOH at local government. Nabigla ang local government na may bigla na lang pumunta at wala namang nagsabi tungkol sa inspection at nagbigay pa ng pahayag na para bang may maling ginawa o ginagawa na nakakasira sa magandang partnership ng national at local government. Nawawala ang whole-of-government approach. Ang katotohonan ay hindi pinapa-vlog -- ito ay dapat bine-verify, iniimbestigahan, at pinanagutan (We had hoped for proper coordination and communication between the DOH and the local government. The local government was surprised when someone arrived without prior notice of an inspection and issued a statement that implied wrongdoing, damaging the strong partnership between the national and local governments. The whole-of-government approach is missing. The truth should not be vlogged -- it must be verified, investigated, and accounted for)," Teodoro explained.
He also reminded officials that before making public statements, especially about government projects, facts must first be reviewed, validated, and investigated.
“When officials speak, our words have consequences, we must be responsible enough to ensure that what we say is based on truth— not speculation, not social media noise. Governance is built on coordination, prudence, and respect. Being a Cabinet Secretary and alter ego of the President, the Secretary of Health is expected to be circumspect, factual, and responsible in making public statements," he noted.

Related Tags

metronews Marcy Teodoro DOH Marikina city Super Health Centers Philippines
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.