91³Ô¹ÏÍø

Watch CBS News

Lassa fever kills an Iowa resident. Here's what to know about the rare virus and its symptoms.

A middle-aged Iowa resident who recently traveled to West Africa has died from Lassa fever, Monday.

"I want to assure Iowans that the risk of transmission is incredibly low in our state," Dr. Robert Kruse, state medical director of the Iowa Department of Health and Human Services, said in a news release. "We continue to investigate and monitor this situation and are implementing the necessary public health protocols."

The Centers for Disease Control and Prevention and local public health partners are working to identify anyone "who may have been in close contact with the patient, out of an abundance of caution, for monitoring," the release added.

What is Lassa fever?

Lassa fever is a virus that is mostly found throughout Sub-Saharan Africa. It is spread by West African multimammate rats, which are currently the only type known to carry Lassa virus, health officials say.

The viral illness can come on quickly once someone is infected, with an incubation period of between two to 21 days, the .

In the past 55 years, there have been only eight travel-associated cases of Lassa fever reported in the U.S.  In 2015, a New Jersey man died after being diagnosed with the virus. 

About 100,000 to 300,000 cases of Lassa fever occur in West Africa each year, and about 5,000 people die from it, according to the CDC. 

How is Lassa fever spread?

People can get Lassa fever by having contact with infected rats or their saliva, urine or droppings, which may happen through contaminated food or household items.

Infection can also spread between people after contact with body fluids of an infected person. It is not spread through casual contact, such as hugging, shaking hands or sitting near someone.

"People with Lassa fever are not contagious until after their symptoms begin," the CDC notes.

The  system, where the resident was treated, said the patient was cared for in its Special Pathogen Unit, which is a contained unit designed to safely handle infectious diseases, and assured the public that the hospital "remains a safe place to receive care."

The CDC said the person was "not sick while traveling so the risk to fellow airline passengers is extremely low."

While person-to-person transmission has not been previously reported in the U.S., the CDC does urge  for viral hemorrhagic fevers like Lassa virus.

Lassa fever symptoms

While Lassa fever can be deadly, most people experience only mild symptoms, including slight fever, feeling tired and weak and headaches. Those general symptoms are similar to many other conditions, and health officials say most people with mild cases are never diagnosed.

About 1 in 5 people infected will develop a severe case of the disease, WHO says.

Some people may develop bleeding, vomiting, difficulty breathing, facial swelling and pain in the back, chest or stomach. 

The overall case fatality rate for the disease is about 1%, "but can reach 15% or more among patients hospitalized with severe presentation," according to WHO.

Health officials say treatment options may include an antiviral drug called ribavirin, which is most effective if given early on, and supportive therapy like painkillers and rehydration to help relieve symptoms.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });