ADVERTISEMENT

Pandemic depression

Published Sep 5, 2020 11:56 am
IF SYMPTOMS PERSIST Dr. Jose Pujalte, Jr.

“Call no man happy until he is dead.” – Aeschylus (525 BCE-456 BCE, Greek playwright “Agamemnon” (458 BCE) L.928

It was classmate Martin D. Bautista who somehow got to scribble “Call no man happy until he is dead” at the back of my Grant’s Anatomy. We were, I suppose, in the throes of that most difficult of First Year Medicine subjects, and he was, I suppose, seeing all the sadness and depression around him. Now there’s a prescription period separating the mere “blues” and established clinical depression. Psychiatrists say it’s roughly two weeks. Almost steep. But time-wise aside, how do you know that you have crossed over from sadness to depression? Self Assessment. You can do this on-line (https://www.nhs.uk/conditions/stress-anxiety-depression/mood-self-assessment/). It is found in the UK’s National Health Service (NHS) website. It is not intended to replace a consultation with a professional. There are nine questions (from Spitzer, et al.) to ask yourself using the past two weeks as basis:
  1. Have you found little pleasure or interest in doing things?
  2. Have you found yourself feeling down, depressed, or hopeless?
  3. Have you had trouble falling or staying asleep, or sleeping too much?
  4. Have you been feeling tired or had little energy?
  5. Have you had a poor appetite or been overeating?
  6. Have you felt that you’re a failure or let yourself or your family down?
  7. Have you had some trouble concentrating on things like reading the paper or watching TV?
  8. Have you been moving or speaking slowly, or very fidgety, so that other people could notice?
  9. Have you thought that you’d be better off dead or hurting yourself in some way?
There are four choices with point assignments. These are: NO, not at all (0 points), On some days (1 point), On more than half the days (2 points) and Nearly every day (3 points).  Add up the points. If you score between 0 and 10 points, you are unlikely to be depressed. From above 10 to 70 points, make an appointment – or call the number below. WHO Definition. “Depression is a common mental disorder, characterized by sadness, loss of interest or pleasure, feelings of guilt or low self-worth, disturbed sleep or appetite, feelings of tiredness, and poor concentration.” While ideally we should refer to psychiatrists, there are other trained individuals such as psychologists, guidance counselors, and religious persons to approach. The first step is to reach out. The DOH recognizes the anxiety and depression brought by this pandemic. Call the National Mental Health Crisis Hotline @ 0917 899 8727 for help. 2020 World Happiness Report. Out of 155 countries in 2012 the Philippines ranked low at 103rd.  Ranked again from 2017-2019 and presented in 2020, the country was No. 52 out of 156. The world’s happiest place isn’t Disneyland but Finland (the worst, Afghanistan). This was a “life evaluation score” factoring in health, education, freedom, social support, and corruption. The report also divided key determinants of happiness into “external” (income, work, community and governance, and values and religion) and “personal” (mental health, physical health, family experience, education, gender and age). Just a caveat though, a WEIRD (Western, Educated, Industrialized, Rich Democracies) study may have its biases. On a personal level though, if you’re not depressed, and just as happy whether its foie gras or fishballs, what’s to quibble on world happiness? And someday this pandemic will end. In the meantime, take charge of your mental health. Dr. Pujalte is an orthopedic surgeon. email [email protected]

Related Tags

Jose Pujalte Jr.
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.