• FluTrackers.com Inc. does not provide medical advice. Information on this web site is collected from various internet resources, and the FluTrackers board of directors makes no warranty to the safety, efficacy, correctness or completeness of the information posted on this site by any author or poster. The information collated here is for instructional and/or discussion purposes only and is NOT intended to diagnose or treat any disease, illness, or other medical condition. Every individual reader or poster should seek advice from their personal physician/healthcare practitioner before considering or using any interventions that are discussed on this website. By continuing to access this website you agree to consult your personal physican before using any interventions posted on this website, and you agree to hold harmless FluTrackers.com Inc., the board of directors, the members, and all authors and posters for any effects from use of any medication, supplement, vitamin or other substance, device, intervention, etc. mentioned in posts on this website, or other internet venues referenced in posts on this website.
  • We are not asking for any donations. Do not donate to any entity who says they are raising funds for us.

Mayo Clinic - Bird flu fears: Why prepare now for bird flu?

Snowy Owl

Retired in 2010, In Memoriam
Bird flu fears: Why prepare now for bird flu?

http://www.mayoclinic.com/health/bird-flu/ID00032
A Mayo Clinic specialist discusses timely questions about bird flu and its potential to cause a human pandemic.

No one knows if bird flu (avian influenza) will be the next crisis. But experts are worried that it could turn into a worldwide outbreak among humans ? a pandemic. Since 1997, the H5N1 bird flu strain has killed millions of birds. Hundreds of humans have become infected from birds, and more than half have died. So preparing for a pandemic is simply smart.
Here, James Steckelberg, M.D., chair of the Division of Infectious Diseases at Mayo Clinic, Rochester, Minn., answers questions about bird flu.
Is the current bird flu threat really serious?

Influenza pandemics have occurred at approximately 25- to 30-year intervals. A flu pandemic occurs when a virus mutates so drastically from previous strains that people have little natural immunity, and so large numbers of people get sick or die. Because the last pandemic took place in 1968, the thinking is that we're due for another one. And because there would be little natural immunity to H5N1, the effects could conceivably be devastating.
How long might it take for the bird flu to mutate into a serious human threat?

That's the question of the hour, and the truth is, no one knows. We do know a few important things about H5N1. First, it's particularly virulent. Second, the virus appears to be spreading among birds. Third, it seems to be affecting more species, including cats, which usually aren't susceptible to bird flu. But whether this virus will ever make the genetic changes needed to infect humans on a mass scale, or how long that might take ? there's just no way of knowing.
If bird flu were to become transmissible from human to human, how likely is it to spread rapidly worldwide?

Right now, there's no evidence of sustained, efficient, human-to-human transmission. However, if the virus mutates so that it spreads quickly among people, the great worry is modern transportation. Theoretically, infected people could board a plane and unwittingly carry the virus to the other side of the world in a matter of hours.
Who is most at risk of bird flu?

The 1918 strain was most lethal in adults in the prime of life, which means that pandemic strains may behave differently from the strains of flu that normally circulate. On the other hand, children seem very susceptible to bird flu, but that may be because they are more likely to have contact with infected birds or to play on ground contaminated with droppings. So far, people of all ages have contracted and died of bird flu.
clear.gif

RELATED

Articles

Ask a Specialist

Centers

Web Resources

clear.gif


<script language="javascript"> function changeLabel(toggle){ if(toggle == 'large'){ document.getElementById("textSizeLabel").innerHTML = "Smaller type"; document.getElementById("textSizeLink").href = "Javascript: void setCookie('textSize','regular');changeLabel('small');"; document.body.style.fontSize = "16px"; if (document.getElementById("question")) { document.getElementById("question").style.fontSize = "16px"; } /* for herbs */ if (document.getElementById("herb_table")) { document.getElementById("herb_grade").style.fontSize = "16px"; var allH5 = document.getElementsByTagName('h5'); for(var i=0;i<allH5.length;i++){ allH5.style.fontSize="18px"; } var allTD = document.getElementsByTagName('td'); for(var i=0;i<allTD.length;i++){ allTD.style.fontSize="16px"; } var allOL = document.getElementsByTagName('ol'); for(var i=0;i<allOL.length;i++){ allOL.style.fontSize="16px"; } } /* for recipes */ if (document.getElementById("rcpNutrient")) { document.getElementById("rcpNutrient").style.fontSize = "16px"; var allTDs = document.getElementsByTagName("td"); for (var x = 0; x <= allTDs.length-1; x++) { allTDs[x].style.fontSize = "16px"; } //document.write("<style>table.content {font-size: 30px;}</style>"); } if (document.getElementById("hwpcontent")) { document.getElementById("hwpcontent").style.fontSize = "16px"; } if (document.getElementById("diabetescontent")) { document.getElementById("diabetescontent").style.fontSize = "16px"; } if (document.getElementById("dashcontent")) { document.getElementById("dashcontent").style.fontSize = "16px"; } if (document.getElementById("content_main_pr")) { document.getElementById("content_main_pr").style.fontSize = "16px"; var allTDs = document.getElementsByTagName("td"); for (var x = 0; x <= allTDs.length-1; x++) { allTDs[x].style.fontSize = "16px"; } } } else { document.getElementById("textSizeLabel").innerHTML = "Larger type"; document.getElementById("textSizeLink").href = "Javascript: void setCookie('textSize','large');changeLabel('large');"; document.body.style.fontSize = "12px"; if (document.getElementById("question")) { document.getElementById("question").style.fontSize = "12px"; } /* for herbs */ if (document.getElementById("herb_table")) { document.getElementById("herb_grade").style.fontSize = "11px"; var allH5 = document.getElementsByTagName('h5'); for(var i=0;i<allH5.length;i++){ allH5.style.fontSize="12px"; } var allTD = document.getElementsByTagName('td'); for(var i=0;i<allTD.length;i++){ allTD.style.fontSize="11px"; } } /* for recipes */ if (document.getElementById("rcpNutrient")) { document.getElementById("rcpNutrient").style.fontSize = "12px"; var allTDs = document.getElementsByTagName("td"); for (var x = 0; x <= allTDs.length-1; x++) { allTDs[x].style.fontSize = "12px"; } } if (document.getElementById("hwpcontent")) { document.getElementById("hwpcontent").style.fontSize = "12px"; } if (document.getElementById("diabetescontent")) { document.getElementById("diabetescontent").style.fontSize = "12px"; } if (document.getElementById("dashcontent")) { document.getElementById("dashcontent").style.fontSize = "12px"; } if (document.getElementById("content_main_pr")) { document.getElementById("content_main_pr").style.fontSize = "12px"; var allTDs = document.getElementsByTagName("td"); for (var x = 0; x <= allTDs.length-1; x++) { allTDs[x].style.fontSize = "12px"; } } } } </script> <script language="javascript"> var textSize = ''; var valArray = getCookieValue('mcDotcomSession'); valArray = valArray.split("|"); for(i=0;i<valArray.length;i++){ if(valArray.split("=")[0] == 'textSize'){ textSize = valArray.split("=")[1]; } } if (textSize == 'large'){ changeLabel('large'); } </script> http://www.mayoclinic.com/health/housecall/HouseCall
housecall_c_botleft.gif
housecall_c_botright.gif
housecall_c_topleft.gif
housecall_c_topright.gif
clear.gif



By Mayo Clinic Staff
Oct 2, 2006



 
Re: Mayo Clinic - Bird flu fears: Why prepare now for bird flu?

Well done!

I'll bet a quarter theyve been reading Sandman! ;)
 
Back
Top Bottom