ADVERTISEMENT

The other pandemic

Published Jun 21, 2022 12:01 am
UNDER THE MICROSCOPE Dr. Raymund W. Lo Dramatic as the Covid-19 pandemic is, we should remember that its death toll is dwarfed by that of HIV/AIDS, which has so far killed 36.3 million people since it started in 1980. Yet, we seem to have forgotten about this dreaded disease. It is still very much with us, and it continues to affect millions around the world. In fact, 37.7 million people were living with HIV/AIDS at the end of 2020. In the Philippines, there are 220,000 people living with HIV/AIDS (PLWHA), according to the HIV/AIDS World Data. Reported new infections were 17,000 in 2020, most probably an underestimate due to the pivot of the health care system towards Covid-19, since there were 53,104 HIV cases reported in 2019. I can attest to that, because in my line of work as a pathologist, I encounter a lot of requests for immunodeficiency panels, where the CD4 (helper cell) count is low to almost zero, indicating a very immunocompromised state. Many of these are in young males, sometimes as young as 16, which is the age group with the largest majority of PLHIV. Judging from the markedly low CD4 counts, these are probably in the late stage of AIDs, with many prone to opportunistic infections, such as Pneumocystis pneumonia. Based on figures, over 50 percent are diagnosed in the late stage (AIDS). These cases will in all probability not be formally diagnosed as HIV/AIDS due to the stigma attached to the disease as well as the circumscription of medical insurance, which will not cover cases of diagnosed HIV/AIDS. So, patients and doctors play a hide-and-seek game to enable hospitalization of these cases. Testing is either done surreptitiously in outside labs for diagnosis or just assumed by the clinician based on symptoms and lab results, especially in men who have sex with men (MSM), which compose 96 percent of cases in the Philippines. What’s sad is that these are people in what should be their most productive years; yet, they are sidelined by the disease and even become a burden on the economy. This is the hidden pandemic now haunting the country. The Philippines has one of the fastest-growing number of cases worldwide. The main problem is that it is hidden; hence, without good data on the number of cases, there can’t be good programs for treatment, prevention, and education. It all boils down to doing more testing, especially among at-risk populations: MSM, commercial sex workers, and transgender persons. Elsewhere, HIV testing is readily available at points of contact with target populations at no cost and done anonymously. Here in the Philippines, testing is not free, and persons seeking the test have to undergo counseling and sign consent forms that sacrifice anonymity. Ironically, the current law on HIV/AIDS hampers rather than encourages testing. Such requirements actually hinder access to HIV testing, since the process is time consuming and requires face-to-face interaction with health care providers. The data speaks for itself. Only 16 percent of MSM undergo testing, while estimated prevalence in this population is five percent. This disconnect is fueling a surge in HIV infections. The country’s incidence rate went from 0.10 in 2010 to 0.20 in 2020, a 100 percent increase. Clearly, the current approach to testing is not producing a reduction in HIV transmission. We need to make HIV testing much more accessible, faster, and with anonymity. Coupled with an effective educational campaign on HIV prevention and treatment, we can reduce the rate of new infections with this approach, which gives the individual complete control over his decisions on when and where to test, and how he/she can access preventive care and treatment. For example, if one can ascertain his HIV status privately, he can exert more effort in not transmitting it to another person by using condoms, which only 40.6 percent of MSM do. Likewise, he can also access treatment hubs for effective anti-retroviral (ARV) drugs, which when taken regularly, can give an HIV-positive person a normal/near normal lifespan. However, only 44 percent of diagnosed cases are currently on ARV. Untreated cases usually die within three to five years. If we were to make it easier to get tested for free at clinics located in communities identified as being frequented by MSM, and if the test results were to be communicated by text messages, I’m sure there would be more testing among this population. This can easily be achieved by the use of dried blood spots, which is less invasive, and can be performed by a minimally trained person. These are also easier to transport with less biohazard risk. Testing can be done at a centralized facility using pooled testing, thus reducing costs. This will of course require a change in policies and a reset of the bureaucratic mindset that more regulation is better. But hope springs eternal.

Related Tags

RAYMUNDO 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.