ADVERTISEMENT

Aid groups warn of attacks on Sudan's hospitals as disease outbreaks and atrocities mount

Published Jul 4, 2025 10:05 am
CAIRO (AP) — Humanitarian organizations are warning about attacks on health care facilities across Sudan, alleging they are happening as mass atrocities are being committed against civilians.
FILE - Sudanese displaced families take shelter in a school after being evacuated by the Sudanese army from areas once controlled by the paramilitary Rapid Support Forces in Omdurman, Sudan, March 23, 2025. (AP Photo, File)
FILE - Sudanese displaced families take shelter in a school after being evacuated by the Sudanese army from areas once controlled by the paramilitary Rapid Support Forces in Omdurman, Sudan, March 23, 2025. (AP Photo, File)
Doctors without Borders, also known as Médecins Sans Frontières or MSF, said Thursday that 70% of medical facilities in Sudan have either closed or are barely operational with no end to the war in sight.
Sudan’s civil war broke out in April 2023 after simmering tensions between the Sudanese army and the paramilitary Rapid Support Forces (RSF), escalated to fighting across the country. Some 40,000 people have been killed and nearly 13 million displaced, including to other countries, according to U.N. agencies. War has left many facing food insecurity and risk of famine and exposure to disease outbreaks like cholera, which remains hard to contain due to Sudan’s collapsed health care system.
In a report released Thursday, MSF warned that access to health care is nearly impossible due to systematic attacks, while the remaining operational facilities remain under constant threat.
“We call to all warring parties to stop violence against the civilian health facilities and civilian infrastructure and to facilitate a large-scale humanitarian response,” Michel-Olivier Lacharité, MSF's head of emergency operations, said in a news conference.
Another group, Save the Children, warned Thursday that attacks on hospitals nearly tripled after two years of war. The group said in a statement that at least 933 people, including children, were killed during the first half of 2025.
This figure is a 60-fold increase over the deaths recorded during the same period of the previous year, according to the group. Those killed were either seeking medical care or accompanying a loved one in a hospital.
Major hospitals, clinics, health facilities, ambulances and medical convoys all saw fatal attacks in a country where half the population requires humanitarian assistance, according to Save the Children.
“We are concerned that in most cases, the hospitals that have come under fire also happen to be the only remaining hospitals in those areas, putting health care out of reach for millions, including displaced people,” said Francesco Lanino, deputy country director of programs and operations for Save the Children in Sudan.
MSF particularly warned against violence in El Fasher city, the capital of North Darfur province, that made it near impossible for residents there and nearby displacement camps to access health care.
As of April, only one hospital with surgical capacity remained partially operational, serving an estimated population of over 1 million. Over the past year, many patients and their caretakers have been killed while inside an MSF-supported medical facility.
MSF urged the warring parties to “halt indiscriminate and ethnically targeted violence and facilitate an immediate large-scale humanitarian response, particularly referring to threats of attacks on the hundreds of thousands of people in El Fasher, where fighting intensified since May 2024.
Last month, Sudan’s military accepted a U.N. proposal for a weeklong ceasefire in El Fasher to allow aid delivery. However, the RSF did not explicitly agree to the truce and engaged in renewed clashes with the army in the southern part of the city this week.
MSF urged the international community — especially countries engaging with both the Sudanese army and the RSF — to take stronger action to address the crisis in Sudan.
“They must use all the leverage to prevent further mass atrocities. They must place protection of civilians at the core of their engagement with the warring parties,” said Christopher Lockyear, secretary general of MSF International.

Related Tags

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