ADVERTISEMENT

Here's how PH gov't is planning to achieve herd immunity vs. COVID-19

Published May 4, 2021 12:38 am

Six key factors will help the national government achieve its goal of herd immunity by the end of the year, Secretary Carlito Galvez Jr. bared late Monday night, May 3.

Secretary Carlito Galvez Jr. (File photo from the Office of the Presidential Adviser on Peace, Reconciliation, Unity)

This, as the vaccine czar and chief implementer of the National Task Force (NTF) Against COVID-19 remained optimistic that the government would be able to vaccinate 50 to 70 million Filipinos in order to attain herd immunity against the coronavirus disease (COVID-19).

"Marami po ang nagdududa na hindi natin makakaya ang herd immunity. Marami po talagang... lalo na sa iba na nagku-kwestyon na 'di natin magagawa ang herd immunity. Pero nagkaroon na po kami ng simulation kasama ang private sector (Many people are doubting if we can really achieve herd immunity. Many are questioning if we can do herd immunity. But we have already conducted a simulation together with the private sector)," Galvez said during President Duterte's "Talk to the People" public address.

According to medical experts, herd immunity is a form of indirect protection when a sufficient percentage of the population has been inoculated and becomes immune to an infectious disease.

According to Galvez, the first key factor in achieving herd immunity is administering of 500,000 vaccine doses per day, or three million doses per week. Currently, the average daily vaccination stands at around 30,000 persons , he noted.

"Kailangan po mayroon tayong 500,000 jabs per day. Kaya po natin 'yan dahil ang jab sites ay 5,000 so 100 jabs per day kayang kaya po natin 'yan (We need to do 500,000 jabs per day. We can do it because we have 5,000 jab sites so if we have 100 jabs per day, we can easily achieve it)," he said.

The second key factor is the delivery of 15 million doses per month to the country--something that could be a challenge no thanks to the prevailing shortage in the global supply of COVID-19 vaccines.

But Galvez assured Duterte and the public that there will be a scale up in the delivery of COVID-19 vaccines, particularly CoronaVac jabs from its Chinese manufacturer Sinovac Biotech and Sputnik V vaccines from Russia's Gamaleya Research Institute.

"Kaming nasa procurement, DOF at diplomatic corps natin, iyon ang gusto natin makuha. Every month maiangat natin ng 15 million. Sa June maiangat ng 10 million, sa July 15 million hanggang December (We at the procurement team, the DOF and the diplomatic corps, that's what we want. Every month, we need to raise the supply by 15 million . In June, we will raise it by 10 million, and 15 million in July up to December)," he noted.

According to Galvez, the third key factor has already been achieved, and this was the establishment of 5,000 vaccination sites nationwide. The national government is also partnering with the private sector to put up mega vaccination sites in malls and other private establishments to increase the daily vaccination rate.

Building up the country's clinical staffing is the fifth key factor. Galvez said the country needs to have 25,000 to 50,000 vaccinators.

The fifth key factor refers to the country's "productivity", and the vaccine czar has set a deadine for the country to achieve herd immunity within 213 days starting in June.

The sixth and last key factor is the strict adherence to the priority list in the inoculation program. Despite the limited supply of vaccines, Galvez said the vaccination of healthcare workers (A1 priority), senior citizens (A2), and persons with comorbidities (A3) would be finished in June.

Meanwhile, the inoculation of frontline workers in essential sectors (A4) and the indigent population (A5) will also commence in June. The general population's turn to get the jab will likely take place in August.

Related Tags

covid-19 carlito galvez jr herd immunity
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.