ADVERTISEMENT

German virus patients are 'lucky' ones

Published Apr 18, 2020 02:11 am
By Agence France-Presse After making it through the first night breathing on her own, 60-year-old Martina Hamacher can only say: "I've been lucky." AFP/ MANILA BULLETIN AFP/ MANILA BULLETIN One of Germany's earliest coronavirus patients, Hamacher is still tangled in some of the tubes and cables that helped keep her alive for 20 days in intensive care. "I've made it this far," she says with a slight smile in Aachen's university hospital. Things could have been worse for Hamacher had she not been treated in Germany, where the response to the crisis has been internationally admired. Despite a high number of infections, the death toll has been much lower than in France, Italy or the United States. Experts have credited Berlin for widespread testing and ample capacity for patients stricken with the respiratory illness. Such large-scale efforts appear to have paid off, with patients receiving world-class care by medical staff who have stayed on top of the crisis. The hospital in Aachen has even been able to take patients from Belgium and the Netherlands. "I'm very grateful for what the doctors and nurses did, without them I don't think I'd still be here," Hamacher says. - 'Doing our duty' - Sleeping patients unable to survive without assistance can be seen through yellow sliding doors that open into two-bed intensive care units (ICU) at the hospital. Amid constant beeping at different pitches and volumes from life-support machines, doctors and nurses work in their epidemic armour of masks, gloves, caps and protective suits. "This is part of our duty that we're living up to," said a nurse named Kathi. Aachen has 51 coronavirus patients at present, 35 of them in intensive care. "It's important to me that this isn't only tied up with death and technology," says ICU director Gernot Marx. "We bring most people back to life, not because of all the machines we have but because of people who know what they're doing, who commit themselves so strongly." - Intense preparations - The Aachen hospital's experience with coronavirus began slowly, Marx recounts. "We understood that we could and must use the time to prepare, because the images from Bergamo (in northern Italy) were horrifying. We were determined not to let that become the reality here." Within a few days, the number of ICU beds surged from 96 to 136, an increase matched by other German medical facilities. A further 70 places could be quickly set up if needed, but the country already had 11,000 free intensive care beds from a nationwide total of 25,000. "We were always prepared to take people in," Marx says. More than 3,800 people have died in Germany out of more than 133,000 confirmed infections, a rate well below other big European Union countries such as France or Spain. And since April 12, more people have been declared disease-free each day than new infections have been reported, Health Minister Jens Spahn said Friday. - 'Life is good' - Hamacher recalls that "all of a sudden, the virus was in our corner of the world". One day, "I felt a little weak, as if I was getting the flu, and I had a slight fever." When the sickness intensified, "I've never experienced anything like it," she adds. "This sensation of not being able to breathe, it's impossible to describe, it will always be in my head." But leaving the ICU is only the first step on a long path back to full health. Time spent on a ventilator "damages our lungs, even if we've saved a life, we don't have normal breathing afterwards," says Anne Bruecken, head of a "weaning" unit for patients coming off the machines. After potentially weeks of breathing assistance, people "don't get off ventilation easily," Bruecken explains, but need one or two more weeks to achieve independent respiration. "We have muscles that we normally use to breathe, and the longer we ventilate, the weaker they become." Some patients must even "learn how to swallow again," Bruecken notes. They then often spend more time in rehab centres. Meanwhile, Hamacher's new room is brightened up with drawings by her grandchildren. Staff must still wear protective gear, and visits are strictly forbidden. "It would be nicer if someone would come now and then, it's been a long time already, especially for the grandkids," Hamacher says. Despite everything, "I feel like a queen today, I can tell that things are getting better," she says with a smile. "Life is good, whatever comes next, I'll have to enjoy it!"
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.