ADVERTISEMENT

Exclusive: Russia, after approving Japanese COVID-19 drug, to roll out 'game changer' next week

Published Jun 1, 2020 12:00 am
By Reuters Russia will start administering its first approved antiviral drug to treat coronavirus patients next week, its state financial backer told Reuters, a move it described as “a game changer” that should speed a return to normal economic life. FILE PHOTO: Paramedics and members of the Emergencies Ministry wearing personal protective equipment (PPE) push a stretcher into an ambulance while transporting a patient amid the coronavirus disease (COVID-19) outbreak in the city of Tver, Russia May 28, 2020. REUTERS/Tatyana Makeyeva/File Photo Paramedics and members of the Emergencies Ministry wearing personal protective equipment (PPE) push a stretcher into an ambulance while transporting a patient amid the coronavirus disease (COVID-19) outbreak in the city of Tver, Russia May 28, 2020. (REUTERS/Tatyana Makeyeva/File Photo/MANILA BULLETIN) Russian hospitals can begin giving the drug to patients from June 11, with enough to treat around 60,000 people per month, the head of Russia’s RDIF sovereign wealth fund told Reuters in an interview. There is currently no approved vaccine for the highly contagious and sometimes fatal illness and no consensus within the global scientific community about the efficacy of medication such as the Russian modified antiviral drug. Registered under the name Avifavir, it is the first potential coronavirus treatment to be approved by Russia’s health ministry, however. It appeared on a government list of approved drugs on Saturday after clinical trials. RDIF head Kirill Dmitriev said clinical trials involved 330 people and showed that the drug successfully treated the virus in most cases within four days. Trials were due to be concluded in around a week, he said, and more would be conducted. The health ministry had given its approval for the drug’s use under a special accelerated process and manufacturing had begun in March, he added. “We believe this is a game changer. It will reduce strain on the healthcare system, we’ll have fewer people getting into a critical condition, and for 90% of people it eliminates the virus within 10 days,” he said. “We believe that the drug is key to resuming full economic activity in Russia. People need to follow social distancing rules, and of course we need to have a vaccine, but it’s a combination of those three levers.” ‘FEW SIDE-EFFECTS’ With 405,843 cases, Russia has the third highest number of infections in the world after Brazil and the United States, though with 4,693 official deaths, a much lower fatality rate, something that has been the focus of debate.
Dmitriev said the new drug, which comes in tablet form, would allow people to spend less time in hospital and reduce the time they are contagious, saying the drug had few side-effects but was not suitable for pregnant women. It was particularly effective, he said, for patients suffering from mild or mid-level symptoms. RDIF, which has a 50% share in the drug’s manufacturer ChemRar, funded the trials and other work with its partners, to the tune of around 300 million roubles ($4.3 million), said Dmitriev, who explained that the costs to Russia were much lower because of previous development work conducted in Japan. Avifavir, known generically as favipiravir, was first developed in the late 1990s by a Japanese company later bought by Fujifilm as it moved into healthcare. The drug works by short-circuiting the reproduction mechanism of certain RNA viruses such as influenza. Russian specialists modified the generic drug to enhance its efficacy for treating COVID-19, the respiratory disease caused by the novel coronavirus, said Dmitriev, who said Moscow would be ready to share the details of those modifications with others within two weeks. “The drug showed very good results in randomised clinical tests. After four days, 65 percent of patients did not have the virus,” he said.
Japan has been trialling the same drug, known there as Avigan. It has won plaudits from Prime Minister Shinzo Abe and $128 million in government funding, but has yet to be approved for use. Once Russia’s own medical needs were covered, Dmitriev said it would look to export Avifavir. Countries in the Middle East and Latin America had expressed an interest in acquiring it, 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.