ADVERTISEMENT

First baby born via uterus transplanted from dead donor

Published Dec 5, 2018 08:32 am
  By Agence France-Presse In a medical first, a mother who received a uterus transplant from a dead donor gave birth to a healthy baby, researchers reported Wednesday. The breakthrough operation, performed in 2016 in Brazil, shows that uterus transplants are feasible and could help thousands of women unable to have children due to uterine problems (AFP/ MANILA BULLETIN) The breakthrough operation, performed in 2016 in Brazil, shows that uterus transplants are feasible and could help thousands of women unable to have children due to uterine problems (AFP/ MANILA BULLETIN) The breakthrough operation, performed two years ago in Brazil, shows that such transplants are feasible and could help thousands of women unable to have children due to uterine problems, according to a study published in The Lancet medical journal. The baby girl was born in September 2016 in Sao Paolo. Until recently, the only options available to women with so-called uterine infertility were adoption or the services of a surrogate mother. The first successful childbirth following uterine transplant from a living donor took place in 2013 in Sweden, and there have been 10 others since then. But there are far more women in need of transplants than there are potential live donors, so doctors wanted to find out if the procedure could work using the uterus of a woman who had died. Ten attempts were made -- in the United States, the Czech Republic, and Turkey -- before the success reported Wednesday. Infertility affects 10- to 15 percent of couples. Of this group, one in 500 women have problems with their uterus -- due, for example, to a malformation, hysterectomy, or infection -- that prevent them from becoming pregnant and carrying a child to term. "Our results provide a proof-of-concept for a new option for women with uterine infertility," said Dani Ejzenberg, a doctor at the teaching hospital of the University of Sao Paulo. He describing the procedure as a "medical milestone". "The number of people willing and committed to donate organs upon their own death are far larger than those of live donors, offering a much wider potential donor population," he said in a statement. The 32-year-old recipient was born without a uterus as a result of a rare syndrome. Four months before the transplant, she had in-vitro fertilisation resulting in eight fertilised eggs, which were preserved through freezing. The donor was a 45-year-old woman who died from a stroke. Her uterus was removed and transplanted in surgery that lasted more than ten hours. Proof of concept The surgical team had to connect the donor's uterus with the veins, arteries, ligaments, and vaginal canal of the recipient. To prevent her body from rejecting the new organ, the woman was given five different drugs, along with antimicrobials, anti-blood clotting treatments, and aspirin. After five months, the uterus showed no sign of rejection, ultrasound scans were normal, and the woman was menstruating regularly. The fertilised eggs were implanted after seven months. Ten days later, doctors delivered the good news: she was pregnant. Besides a minor kidney infection -- treated with antibiotics -- during the 32nd week, the pregnancy was normal. After nearly 36 weeks a baby girl weighing 2.5 kilogrammes (about six pounds) was delivered via caesarean section. Mother and baby left the hospital three days later. The transplanted uterus was removed during the C-section, allowing the woman to stop taking the immunosuppressive drugs. At age seven months and 12 days -- when the manuscript reporting the findings was submitted for publication -- the baby was breastfeeding and weighed 7.2 kilogrammes. "We must congratulate the authors," commented Dr. Srdjan Saso, an honorary clinical lecturer in obstetrics and gynaecology at Imperial College London, describing the findings as "extremely exciting". Richard Kennedy, president of the International Federation of Fertility Societies, also welcomed the announcement but sounded a note of caution. "Uterine transplant is a novel technique and should be regarded as experimental," he said.
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.