ADVERTISEMENT

Medical disinformation: A killer on the loose

Published Jan 1, 2024 10:04 pm

UNDER THE MICROSCOPE

Good jab, bad jab

The year 2023 is almost over, and we are all rushing to do our new year resolutions. Mine is quite simple: Strive to fight medical disinformation, which has killed many, not only during the Covid-19 pandemic but before and after that. Thousands have died following bad advice, taking useless, even harmful potions and drugs that are not meant for a particular disease, or not getting vaccinated due to belief in anti-vaxxers and falling victim to vaccine-preventable infections. My column, Quackery in Medicine (Sept. 19, 2023) highlighted the ill-effects of medical quackery and it is sad that these doctors who have taken the Hippocratic oath, are themselves doing harm to the people they swore to serve (Please take note, Professional Regulations Commission). 


Equally at fault are media who rush to interview these quacks and spread their fake news and views to the public. But perhaps, we should pause and ponder why they don’t exert any effort at finding those who are really knowledgeable about a particular field of medicine. Is it perhaps because they don’t know who to approach? Or that they are pressed for time to make it to the six o’clock newscast? That those who are not real experts in the topic at hand are always ready to step into the limelight for their self-interest?


Social media is the most dangerous arena for disinformation. Unfortunately, we are too receptive to views and ideas that are in line with our thinking, thus, making it easier to believe fake news or views. Another is the tendency to go to the Internet to seek out medical advice also known as “ask Dr. Google”. 


A cartoon currently circulating on social media (Facebook-Medical Jokes, Nov. 21, 2021) is how people approach different problems. For legal, they consult a lawyer; for building a house, an architect; for car problems, a mechanic. But when it comes to health problems, they resort to the Internet first, then consult neighbors or relatives, then try miraculous drinks or ointments, go to television or newspapers, self-medicate, and as a last resort, consult a doctor. By this time, the illness may have worsened to the point where radical measures which are prohibitively expensive are needed. Then people will whine that medical treatment is too expensive. What could have been easily treatable cheaply will have ballooned into a life-threatening crisis due to delayed treatment and/or harm caused by quack medicines prescribed on the Internet.


How to combat this infodemic? There is plenty of advice from medical professional organizations available online but most people would rather not read these for fear they could be too complex or not easily understandable. Thus, a small group of doctors from various fields of medicine are banding together to make a difference in our country, which is also beset by much medical disinformation, especially vaccine hesitancy.


First order of the day is to set up a speakers bureau of real experts in their particular field of medicine who can be called on by media people to speak authoritatively on the current subject matter. Second will be to provide guidance to the media and the public on identifying the real experts on a subject. For example, when faced with a statement from social media, one can verify this on www.snopes.com. We will also advocate for the passage of laws to prevent, control and combat medical misinformation/disinformation in both traditional and social media. Setting up a website/blog for fact-checking will be helpful in countering fake health news in a timely manner.


For this to be effective, we will need to have medical experts be media-savvy and confident in going for interviews. Some are media-shy due to fears of being bashed or threatened by rumor-mongers. Others are basically just not comfortable appearing on TV or speaking on radio. They will need training on how to face and manage media. 


We are therefore inviting the real experts in their fields of specialization who have the training, education and experience to show. These experts are readily identifiable by going to the medical societies where they have a roster of members and their credentials. They must also be of good character and integrity. Offhand, we will be rejecting epistemic trespassers (experts who pass judgement on questions in a field where they lack expertise) and ultracrepidarians (persons who criticize, judge, and give advise outside their area of expertise).


All those who think they qualify, please step forward and do your part to halt the spread of disinformation. We need all hands on deck to prevent more deaths from these purveyors of medical fake news. Invitations to follow. Impostors need not apply (you know who you are!)
 

Related Tags

Dr. Raymund W. Lo 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.