ADVERTISEMENT

Fake news purveyors

Published Feb 1, 2022 12:05 am

UNDER THE MICROSCOPE

Dr. Raymundo Lo

There is nothing worse than a medical doctor whose newest contribution to the infodemic is to aggravate our pandemic woes by promoting vaccine hesitancy. Such is one who writes for a major daily. He persists in presenting alternative “facts” and long discredited anti-COVID drugs.

What’s sad is that he peddles his views behind the veneer of a medical authority that misleads people into thinking his is the correct view. He apparently belongs to a group of doctors who say they are concerned citizens. This group has been putting out ads that undermine government efforts to restore a semblance of normality in the country through its vaccination drive. All the major medical specialty organizations have been solid in their support of vaccination based on medical science, thus putting the rogue group in a minority position with its stance.

Now he is peddling another half-truth of “alarming” data about excess deaths associated with mass vaccination. But nothing can be further from the truth. “Excess deaths” is defined as the number of deaths above what is normally expected in a population during non-pandemic or epidemic times. While it is true that there were excess deaths during this pandemic, the explanation is not so forthright as associating them with mass vaccination. Temporal association is not necessarily causation. As a matter of fact, there are more plausible explanations than that.

Consider: 1. The low-testing capacity means we are not diagnosing COVID-19 as the cause of death in many instances. This is borne out by the fact that we’re seeing reports of dead-on-arrival (DOA) cases in emergency rooms, which, upon testing of the corpse, turned out to be COVID positive. Many are thus reported as non-COVID cases in death certificates which are not corrected, ending up as excess deaths when they are due to the pandemic.

2. Post-COVID complications lead to long COVID, in which patients suffer debilitating aftermaths, like shortness of breath requiring lifelong oxygen treatment. Others may suffer heart attacks and strokes due to continuing inflammation of blood vessels in these organs. We have yet to learn about many other possible complications of severe COVID, and this lack of knowledge also contributes to “excess deaths.”

3. With the lockdowns and the fear of contracting COVID preventing their usual medical care, many with pre-existing diseases, like kidney failure, did not get dialysis treatments and died of their disease. The same goes for those with chronic diseases, such as cancer patients unable to undergo chemotherapy or surgery for their lumps. Many new cases of breast cancer have turned up at hospitals with huge tumors and at the advanced stage. TB patients who get their daily medications from health centers and hospitals under the DOTs (Directly Observed Treatment) program could not avail of their drugs, promoting progression of disease and drug resistance. Children who are dependent on continuing care in hospitals and health centers could no longer avail of it. HIV patients have not been able to get their anti-retroviral medications.

The list goes on and on. If that peddler of half-truths would just open his eyes to this reality, it may help enlighten him on the so-called excess deaths. I’m sure he is aware but is ignoring the situation on the ground to give his argument traction.

Let’s look at the whole picture on the world stage. A very good resource is Our World in Data. If we check the death-rate data in highly vaccinated countries like Israel and New Zealand, there are no excess deaths to account for. In fact, in New Zealand, the association is negative, thus showing that their COVID response is excellent. Both countries have excellent medical care systems that correctly call the cause of death, unlike what we’re seeing in our country.

On the other hand, if we look at data from countries with low vaccination rates which coincide with their having poor health care systems, they show an increased number of excess deaths. Unfortunately, the Philippines falls in this category. That blows away the theory that mass vaccination causes excess deaths.

In other words, this group is being selective with their data so they can slant the angle towards their contention that mass vaccination is correlated with excess deaths. That in itself is a very egregious attempt to tar and feather the vaccination drive. We must expose this hypocrisy of “concerned doctors,” for aren’t all doctors concerned about COVID and COVID response? This is disinformation of the highest degree, and especially because they’re medical professionals, they need to be called out and sanctioned.

To paraphrase Jose Rizal, “Ang hindi marunong kumilala sa katotohanan ay masahol pa sa hayop at malansang isda.”

Related Tags

RAYMUNDO W. LO Md under the microscope
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.