ADVERTISEMENT

Project ARK's swab pooled testing signed virtual MOA with BDO Foundation and Makati City

Published Aug 6, 2020 06:27 am

Written by Enzo Luna

Presidential Adviser for Entrepreneurship and Go Negosyo founder Joey Concepcion believes that the business sector must also recover from the COVID-19 pandemic because without livelihood or means to earn income, the people will starve to death.

But how do we solve it when majority of the country’s population cannot afford the cost of testing kits?

Concepcion announced on Wednesday that the city of Makati led by Mayor Abigail Binay will pilot the Go Negosyo’s pooled PCR testing this month. ARK PCR Chief Private Implementor Cong. Janette Garin, Tessie Sy-Coson, Chairwoman of BDO Unibank, Philippine Children’s Medical Center’s Dr. Julius Lecciones, and Dr. Raymond Lo were also present during the virtual MOA signing.

Concepcion also highlighted the significance of the partnership between the private sector and the local government units in winning the war against COVID-19 and thanked both BDO and Makati for their participation. “We are making the best out of this two-weeks. The challenge is how to co-exist with COVID-19. The objective is to save lives, jobs, and livelihoods. I’d like to thank Tessie for her untiring support. They have been supportive of every effort that is needed to help the health situation which is needed to help the economy. We cannot have a vibrant economy if we cannot control the health situation.”

BDO Foundation signed a memorandum with Makati City, the Philippine Children’s Medical Center, and the Philippine Center for Entrepreneurship or Go Negosyo to start the pilot of Project ARK’s pooled testing by August 15.

Project ARK is a private-sector-led initiative that aims to boost the country’s capacity to identify and contain COVID-19.

The pooled testing program will benefit 10,000 workers in Makati and will help fix the issue between health and economy brought about by the COVID-19 pandemic in the country. The recent revert to Modified Enhanced Community Quarantine (MECQ) will hurt again the business sectors but it will give time for health workers to assess the dire effect of coronavirus. In many cases, the rapid increase or spike of the virus happens because of the high cost of medications and testing kits that are not affordable by the ordinary citizen.

Pooled PCR testing is expected to optimize the availability of test kits, reduce the workload of laboratory staff, eliminates large groups of negative cases, makes PCR testing more affordable and available, provides LGUs and businesses with a better and clearer direction, and restores confidence in returning to work while sustaining the gains of the initial lockdown.

BDO Foundation responds to the needs of the marginalized sector of society, especially those affected by disasters, for decent shelter and educational facilities, health care and sustainable livelihood.

BDO Foundation has already donated equipment and a lot of things needed to help the health situation and economy of the country, according to Concepcion.

The initial run of the pool testing will begin on August 15 with preliminary preparations to happen within the week as mentioned by Rep. Janette Garin, Project ARK, PCR Chief Private Implementor.

BDO Foundation President Mario Deriquito said during the virtual signing that they will continue supporting the local government (LGUs) in ways of donations of RT-PCR kits for patients who need individual testing. “BDO Foundation is ready to start the implementation of this program and will continue this in other key cities in the country with the partnership with LGUs,” Deriquito said.

Concepcion mentioned that there will be a lot from the private sector who are going to join this program. “LGUs in National capital region are very supportive,” he said.

“We are going to make the best out of this next two weeks, and the biggest challenge for us now is how we can co-exist with COVID-19. It is very important that we give hope to the Filipino people. This is one way of moving forward. We are not giving up on you (fellowmen),” Concepcion added before the end of the virtual meeting held right after the signing of the MOA.

ARK Project Lead Josephine Romero, Philippine Society of Pathologists, Inc. President Dr. Roberto Padua Jr., and President and CEO of BDO Unibank and trustee of BDO Foundation, Nestor V. Tan were among the attendees

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.