ADVERTISEMENT

Concepcion: The time is right to lift mask, distancing mandates

Published Oct 27, 2022 02:47 pm

As the public expressed mixed reactions following the lifting of the mandatory mask mandate in indoor settings, Go Negoso founder Joey Concepcion believes that the timing was just right to ease restrictions, including guidelines about physical distancing.

People flock to Ilaya in Binondo, Manila on Jan. 2, 2022. Metro Manila will be under Alert Level 3 starting Jan. 3 until Jan. 15, 2022 due to the rise of COVID-19 cases. (ALI VICOY / MANILA BULLETIN)

Concepcion said this after the government announced that the wearing of face masks indoors will now be voluntary, a move that earned mixed reactions from different sectors.

In a statement, Concepcion said several factors support lifting the said restrictions, especially since he thought the biggest challenge now is reviving the economy.

"There are several factors that are making the case for the lifting of the protocols, and I believe that the timing is just right," he said.

"I think our problem now is not so much Covid but ensuring the survival of the economy," he added.

Concepcion explained that the country's tourism sector must be competitive with its neighbors in Asia who are vying to attract tourist dollars.

"The strong dollar is attracting visitors who stand to get more for their dollar. The other countries know this, and they are aware of how important it is to show visitors that they have already moved on from Covid," he said.

"Consumption is very important at this point, and with our own kababayans struggling with high prices, we have to bring in the consumer spending from outside, which is the tourists," he added.

Physical distancing

According to Concepcion, the distancing mandate that prompted establishments to enforce capacity limitations hinders attempts for businesses to earn, especially during the upcoming holiday season when economic activity is expected to peak.

"It doesn't make sense at this point," he said of the physical distancing rules.

"The numbers from the large corporations in terms of profitability are going down, so you can just imagine what the MSMEs are going through right now," he added.

Concepcion, however, made an exception for public transportation.

"The way it is right now, it's impossible to maintain distancing there, and you have too many people coming from different places packed closely together," he said.

Not mandatory

While people expressed concern about the move to lift restrictions amid the rising number of Covid-19 cases due to new variants, Concepcion said no one was forcing anybody to remove their masks.

"The key word to remember here is 'mandatory.' People can still choose to wear their face masks and keep a safe distance from others," he said.

"If they are not confident about their protection, they can continue to observe the protocols. No one is forcing them," he said.

According to Concepcion, the population may have acquired natural immunity from the previous waves of infection.

"The infection waves go up, and then they go down. This must mean that we have some natural immunity already as we are seeing fewer severe cases," he said.

"People know now what to do if they get infected, and that is to get tested and to isolate," he added.

Private sector support

Concepcion said the private sector is aligned with the Department of Health (DOH) and supports the government's decisions on lifting protocols.

"I think the President is right in that we really have to move on," he said.

"We've written to OIC Vergeire on our suggestions, and she agrees with our recommendations moving forward," he added.

Among the recommendations of the private sector was limiting the bivalent vaccine brands that the government will have in its portfolio and the private sector supplying a list of employees willing to take the vaccines.

Related Tags

physical distancing covid-19 Face masks
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.