ADVERTISEMENT

Fractures in the elderly

Published Jul 7, 2026 12:05 am  |  Updated Jul 6, 2026 05:46 pm
UNDER THE MICROSCOPE
The elderly are particularly prone to suffering fractures due to several factors, namely, physical decline in terms of loss of muscle mass (sarcopenia), osteoporosis (loss of bone substance) and poor balance due to vision or inner ear issues. Pre-existing conditions like diabetes can compound the problem due to nerve damage. Certain medications may cause drowsiness or lightheadedness.
The severity of the fracture determines if and when the patient recovers or go into rapid decline and death from complications. In general, the more severe the fracture, like hip fractures, the worse the outcome will be. Mortality rate for hip fractures is 20-30% in the first year due to complications caused by prolonged immobility. The more common causes of death for these cases are pneumonia and deep vein thrombosis leading to pulmonary embolism, where blood clots form in the legs and travel to the heart and lungs.
My 95-year-old sister had a bad fall and fractured her upper arm bone (humerus), was hospitalized for several days and discharged only to succumb to a heart attack due to the stress and pain of the fracture. There are many more instances of such deaths following a bad fracture.
Falls are the leading cause of death in Americans over 65. But 89 percent of fall-related fatalities occur in lower and middle-income countries. Hip fractures kill up to one third of patients within a year. Vertebral fractures raise long-term mortality eightfold. Women fall more often but men die more often (74.2 percent vs 66.3 deaths per 100,000).
Beyond the frightening statistics, there are measures we can do to reduce the possibility and complications of falls and fractures.
The time it takes to get a fractured person to the hospital is a major factor for survival. The longer one is given medical assistance (four to six hours) exponentially increases the likelihood of severe medical deterioration. Post-fall rehabilitation is critical. Physical therapy to regain strength and mobility is essential for improving long-term outcomes and preserving independence.
A great example of a good outcome is the case of my 77-year-old classmate. He tripped and fell in an inclined driveway, and was brought right away to a trauma hospital where X-rays showed a hip fracture.
The following day, he had hip replacement surgery, only because he was taking blood thinners. Otherwise, they would have done the surgery the same day. The day post-surgery, the orthopedic surgeon recommended ambulation and physical therapy. He was able to walk with support from the bed to the bathroom and back.
He started physical and occupational therapy on day two post-surgery, for 1 ½ hours twice a day. He will be in rehab therapy for the next four weeks, followed by outpatient occupational and physical therapy for four weeks (three days a week) by a team of nurse, PT and OT and nursing aide.
All these was possible because he had good health insurance, being retired from work in the USA.
We also have excellent orthopedic surgeons, but the difference is how we manage these fracture cases. Due to the expense of a hip prosthesis, many patients are put in a cast while the family has to scrounge around for money to buy the prosthesis, which can run into six figures. That factor alone, with the prolonged period of immobility can be lethal for many. Pneumonia can develop, especially in a hospital setting. Without proper precautions, blood clots can form in the leg veins and embolize to the lungs, which can be fatal. But at least, PhilHealth now covers some hip prostheses.
Even after surgery, proper rehabilitation can be costly and oftentimes not available, more so for poor patients. The lack of physical and occupational therapy facilities in the provinces means patients have to fend for themselves or go to Manila and other cities where such facilities are available.
So, wonder no more why we have poorer survival statistics for elderly patients with fractures. With this scenario in mind, it is best to be pro-active and be more aware of the possibility of getting a fracture.
Better still, be properly informed of fall prevention measures. More physical activity, especially weight-bearing exercises, can prevent the onset of sarcopenia and osteoporosis (Preventing sarcopenia, Sept. 30, 2025). With stronger bones and muscles, the more confident one will be in daily activities without fear of falling.
For those who are unsteady on their feet, the options are to use a cane or even a walker. Falls are frequent in the bathroom, where the tiled surfaces can be slippery. Install grab bars in shower stalls. Avoid bathtubs. Put rubber matting on slippery areas (bathrooms and kitchens). Evaluate all walkways for tripping hazards. If one is taking medications that can cause dizziness or drowsiness, be especially vigilant in walking.
Let’s be careful out there.
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; } }

{{ static_articles_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.