ADVERTISEMENT

Robredo camp hopes PH can emulate US, Israel's return to normalcy

Published May 3, 2021 05:20 pm

It’s a new day in the United States and Israel as their governments finally lifted the wearing of masks in outdoor spaces, something that Vice President Leni Robredo’s camp wishes for the Philippines to achieve, too.

Vice President Leni Robredo’s spokesman Barry Gutierrez (OVP photo)

Lawyer Barry Gutierrez, Robredo’s spokesman, said the decision made by Israel early on to buy the vaccines even at a higher price finally paid off. Israel reportedly paid more than the other countries to purchase Pfizer-BioNTech’s and Moderna’s COVID-19 vaccines.

“Oo, kasi inisip nila iyong dagdag nating bayad na iyon, mababawi natin iyan kasi mas maaga tayong makakapagbukas ng ating ekonomiya, ng ating lipunan, mas maagang mali-lift iyong mga restrictions (Yes, because they believe that they can recover from the additional payment since they’ll be reopening the economy earlier, they’ll lift the restrictions earlier),” he said over dzXL.

In the United States, President Joe Biden’s promise of vaccinating 100 million people in his first 100 days in office was achieved in just 58 days. With almost 50 percent of the US’ 332 million population already inoculated with the COVID-19 vaccine, Biden recently announced that fully-vaccinated Americans can go without masks in outdoor spaces.

For Robredo’s camp, it’s important to look at the best practices of these countries because the only way for the country to survive the pandemic is to address the gaps in the health care system and to improve the vaccination program.

“So ganoon iyong ano, eh, ganoon iyong gusto nating makita para sa ating bansa sa lalong madaling panahon. So sana, bukod sa nag-i-impose ng ECQ, ng MECQ, tuloy-tuloy iyong ating efforts para mapabilis iyong ating vaccine rollout at magamit nga natin iyong panahon para mapalakas iyong ating healthcare system (So, that’s what we want to see for our country in the soonest possible time. So, hopefully, aside from imposing ECQ or MECQ, we can continue with our efforts to quicken our vaccine rollout and use our time to strengthen the healthcare system),” Gutierrez said.

The National Capital Region Plus (NCR Plus) bubble that includes Cavite, Laguna, Rizal, and Bulacan is under moderate enhanced community quarantine (MECQ) until May 14. It is the second most restrictive community quarantine in the country.

Aside from imposing a lockdown, Gutierrez stressed the government should also improve the capacities of hospitals and health care facilities so that Filipinos will not have a hard time looking for a hospital that can accommodate them and their loved ones.

Despite the Department of Health’s (DOH) insistence that the country has not used up its hospital utilization rate, posts on social media tell a different story. Even known personalities are having a hard time looking for an available bed in a hospital in Metro Manila; so much so that people have to sometimes drive to Bicol region to find a hospital that’s not full capacity.

Gutierrez underscored the importance of achieving herd immunity to reopen the country’s economy.

“Kapag nakapag-vaccinate tayo ng 70 million na Pilipino, eh iyon, puwede na tayong bumalik sa, parang normal na pamumuhay natin. Hindi tulad ngayon na dahil napakakaunti pa lang noong nava-vaccinate, talagang napakahigpit pa rin ng mga protocols na kailangan nating sundin (Once we vaccinate 70 million Filipino, we can go back to a sense of normal in our lives. It’s not like now because we’ve only just vaccinated a few, the protocols that we have to follow are really very strict),” he said.

To reach herd immunity by December this year, the country needs to vaccinate more than 300,000 people a day, but the country only has a limited supply of COVID-19 vaccines.

Last April, it only received the 1.5 million doses from China’s Sinovac that it purchased. There were only 15,000 doses of Russia’s Sputnik V vaccine which arrived on Labor Day.

Related Tags

Israel VP Leni Robredo Barry Gutierrez COVID-19 vaccines herd immunity United States
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.