ADVERTISEMENT

A grateful heart is a healthy heart

How to keep your heart healthy beyond diet and exercise

Published Feb 16, 2026 10:49 pm

At A Glance

  • Studies have shown that negative psychological factors, personality traits, and mental health disorders could affect cardiovascular health.
Ischemic Heart Disease, a condition where the heart muscle is deprived of oxygen, commonly as a result of coronary artery disease, remains the number one cause of death in the Philippines. Coronary artery disease is characterized by the buildup of plaques, also known as atherosclerosis, in the blood vessels or arteries. Thus, it restricts blood flow and proper oxygenation of the heart muscle. The reduction in oxygen supply to the heart leads to chest pain or angina, or worse, a heart attack.
Cardiovascular disease, or the disease affecting the heart and blood vessels, includes high blood pressure or hypertension, coronary artery disease or blocked arteries, cerebrovascular disease or stroke, peripheral arterial disease affecting the limbs, arrhythmia or abnormal heart rhythm, cardiomyopathy or thickened heart muscle, congenital heart disease, rheumatic heart disease, and heart failure.
While diet and exercise both play a huge role in promoting heart health and managing cardiovascular conditions, let us explore the other factors that can significantly make the heart healthier, combined with a wholesome, minimally processed, and plant-predominant diet, regular physical activity, quality sleep, and avoidance of smoking and other harmful substances.
“As clinicians delivering health care, we are very good at treating disease but often not as good at treating the person. The focus of our attention has been on the specific physical condition rather than the patient as a whole. Less attention has been given to psychological health and how that can contribute to physical health and disease. However, there is now an increasing appreciation of how psychological health can contribute not in a negative way to cardiovascular disease but also in a positive way to better cardiovascular health and reduced cardiovascular risk,” said Glenn N. Levin, MD, FAHA and colleagues in a scientific statement from the American Heart Association on the “Psychological Health, Well-Being, and the Mind-Heart-Body Connection” published on Jan. 25, 2021.
In the scientific statement of the American Heart Association, they have emphasized that there are clear associations between cardiovascular disease, including its risk, and psychological health. This may be due to the increasing evidence of psychological health being linked to biological processes in the body and behaviors that possibly contribute to the development and cause of cardiovascular diseases. Therefore, interventions to improve psychological health can have significant benefits on cardiovascular health.
Studies have shown that negative psychological factors, personality traits, and mental health disorders could affect cardiovascular health. Some of these negative emotions and states include chronic stress and social stressors, anger and hostility, anxiety, depression, and pessimism. On the other hand, positive psychological health factors related to reduced risk of cardiovascular disease include optimism, sense of purpose, happiness and positive affect, mindfulness, gratitude, resilience, overall psychological wellbeing, and emotional vitality or having a sense of positive energy and the capacity to effectively regulate emotions.
What happens inside the body when we have negative psychological health? How does psychological health affect the heart and blood vessels?
Research has shown that anger and hostility can increase platelet aggregation and inflammation. When blood platelets or thrombocytes clump together, it can potentially cause blood clots. Other forms of psychological distress can cause dysregulation or imbalance in the autonomic nervous system that may increase the risk of the development of cardiovascular disease. Other factors can be affected by chronic psychological stress, too. These are increased blood glucose, increased cholesterol, increased triglycerides, increased inflammatory processes, and a compromised immune system.
Positive psychological factors that include the ability to effectively regulate emotions are linked to healthier biological responses to stress, better heart rate and heart rate variability, and greater vagal tone.
On Sept. 21, 2023, Xiaoxiao Wang and Chunli Song published a systematic review on the impact of gratitude interventions on patients with cardiovascular disease. Their research concluded that gratitude therapy aids in preventing the occurrence and development of cardiovascular diseases by reducing levels of inflammatory markers such as C-reactive protein, decreasing heart rate and diastolic blood pressure, as well as decreasing the production of the stress hormone cortisol.
A study was conducted by Paul J Mills, PhD, and colleagues on the role of gratitude in spiritual well-being in asymptomatic heart failure patients in 2015. Over 186 men and women diagnosed with asymptomatic heart failure were involved in the study.
“We found that more gratitude in these patients was associated with better mood, better sleep, less fatigue, and lower levels of inflammatory biomarkers related to cardiac health,” said Mills.
Furthermore, their research showed that those patients who wrote gratitude journals for eight weeks showed reduced levels of inflammatory markers related to cardiovascular health and improved heart rate variability, which is a measure of risk for cardiovascular disease.
“We found that spiritual well-being was associated with better mood and sleep, but it was the gratitude aspect of spirituality that accounted for those effects, not spirituality per se,” said Mills. He also mentioned that gratitude journaling is an easy way to support heart health.
If you wish to have a healthier heart, consider psychological and spiritual factors in addition to a healthy way of eating and being physically active.
[email protected]
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.