ADVERTISEMENT

Marcos' condition improves after Covid-19 diagnosis

Published Jul 10, 2022 10:18 am

Despite testing positive for Covid-19, President Ferdinand "Bongbong" Marcos Jr. is doing well and continues giving out directives to Cabinet officials while in isolation, Malacañang said.

Screenshot from President Bongbong Marcos's YouTube channel

Press Secretary Trixie Cruz-Angeles said this after she announced that Marcos contracted Covid-19 on Friday, July 8, his second bout with the disease.

"His personal doctor, Dr. Zacate, reported Saturday that the President is doing well and very much in stable condition," Angeles said in a statement on Sunday morning.

According to the Palace official, Marcos was visited by his lead physician, Dr. Samuel Zacate, on Saturday afternoon. Zacate noted that the Chief Executive has improved with only mild symptoms with "no fever, no loss of taste and smell sensation."

He added that the President's throat was clear of inflammation and, most importantly, there was "no sign of respiratory distress or pneumonia."

The President tested positive for Covid-19 in an antigen test Friday, July 8, as he experienced mild fever, nasal stuffiness, nasal itchiness, and mild, occasional non-productive cough. An RT-PCR test was also made on Marcos, confirming his being positive for SARS-COV-2.

This is the second time that Marcos tested positive for Covid-19. The first was during the height of the pandemic in 2020, wherein hundreds of thousands of Filipinos contracted the virus.

"The President was advised to undergo home isolation for seven days in compliance with the Department of Health (DOH) protocol for fully-vaccinated individuals," Angeles said.

Quoting Zacate's latest health bulletin for the President, Angeles said President Marcos's vital signs are within normal limits, and he will undergo "further laboratory examination as may be needed."

The Press Secretary added that the President continues his home medications and is under close monitoring until he completes his home isolation period.

During his virtual message to mayors and governors on Friday, when he started his isolation, the President emphasized the importance of a booster campaign rollout to resume face-to-face classes and fully reopen the economy safely.

He likewise suggested that the use of masks outside homes can become optional once the government is sure that doing so would not endanger the public.

"Pagka maging matagumpay ang ating booster rollout ay makikita naman natin siguro puwede na nating ibaba ang mga alert level, puwede na nating gawing optional ang mask (When we succeed in our booster shot rollout, perhaps we can consider deescalating the alert levels and make mask-wearing optional) ," Marcos said.

“Pero hindi po natin gagawin ’yan hanggang maliwanag na maliwanag na safe na talaga. Dahil although so far maganda naman ang takbo, hindi naman napupuno ang mga ospital. Ngunit kung hindi tayo maingat, mapupunta na naman tayo doon (But we will only do that if it is clear that it is safe. Because even though things are running smoothly and hospitals are not full, we might all end up there if we're not careful),” he added.

If the massive vaccination drive becomes successful, the government could allow children to return to full face-to-face classes and open the rest of the economy, which Marcos said could signal to the rest of the world that the Philippines is opening up for business.

Marcos wants local government units to conduct a large-scale immunization drive for booster shots targeting school children so they can safely return to school in either August or September.

Related Tags

Bongbong Marcos recovery trixie Cruz-Angeles first 100 days covid-19 President Marcos
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.