Case Studies and Project Ideas: Bubonic Plague


Medicine and the Biosciences Main Page

Other Case Studies and Project Ideas

Source:

Model and case study narrative by Robert. R. Gotwals, Jr. Consulting support by Dr. Ken Gage, Division of Vector-Borne Infectious Diseases, Center for Disease Control, Boulder Colorado.

References:

  • Murray, J.D. Mathematical Biology. New York: Springer-Verlag, 1989
  • "Prevention of Plague: Recommendations of the Advisory Committee on Immunization Practices", U.S. Department of Health and Human Services, December 1996
  • Web resource: FAQ About Plague -- (http://www.outbreak.org/cgi-unreg/dynaserve.exe/Plague/faq.html)

    NOTE: This case studies assumes that you have built at least one of the basic epidemiology models, such as the flu epidemic model using the SIR algorithm. This case study does not review that model, and assumes that you remember how that model was built (or that you can go back and review it before starting this model!).

    Overview:

    The goal of this simulation is to simulate the impact of an epidemic of the plague on a large city in the Middle Ages (roughly in the year 1347). The main symptoms of the plague are: headache, fever, myalgia (muscle-ache), malaise, shaking chills, and gastrointestinal (stomach and intestine) disorders. The Black Death consists of three types of plague: bubonic, septicemic, and pneumonic. In bubonic plague, a "bubo" appears. A bubo is an enlargement of one of the lymph nodes, and is formed when the initial infection drains into one or more of the lymph nodes. Bubos in the armpit, groin, or neck are common sites. Septicemic plague is when the infection invades the bloodstream. No bubos are apparent, but the blood is unable to clot properly and other symptoms of blood "poisoning", such as coma, are found. In pneumonic plague, the infection invades the lungs and the person develops a severe and usually fatal case of pneumonia. Death in pneumonia is basically by drowning in one's own fluids.

    In all three types of plague, the fatality rate is quite high if untreated, around 50%. The disease is caused by a bacterium known as Yersinia pestis, or Y. pestis for short. It survives well in warm-blooded animals (such as rats and humans!) and in fleas. The two main vectors, or disease-carrying organisms, are rats and fleas. Humans most typically get the plague by a bite from a plague-infected flea, although it is possible to get the plague from rat bite and from other humans.

    The plague, while not as prevalent as it was in the Middle Ages or even in recent years, is still a concern. Between the years 1980 and 1994, there were 18,739 cases of the plague in humans worldwide, with 1,853 deaths. The majority of the cases were in Africa, with Tanzania having the most. In the United States, there were 229 cases with 33 deaths. Most of the cases of the plague in the U.S. happen during the summer months, when the risk of expose to infected fleas is greatest. The majority of these cases are acquired in or near the person's home. The risk is greatest when there is food and shelter available for rats near humans.

    Building the Model:

    This is a large model that must be built in sections, or sectors, as described below. Teamwork is an important skill for successfully building this model!

    Some suggestions for building this model:

    General:

    Look at the model as three parts: a human section, a rats section, and a fleas section. Build each section one at a time. We'll start with the human section, move to the rats section, and finish with the fleas section.

    Description of the Humans Section:

    The humans section follows the basic SIR algorithm: susceptibles, infecteds, and recovereds. In this case we have kept the recovereds population, although for all intentions and purposes there is not much recovery happening with these folks! As in most population models, people are born and people die. In this case, all three populations can die a "natural" death, whether from old age, accident, or other non-plague related causes. The natural death rate that we have chosen initially for this model is 8%, which may be too low for a death rate in the year 1347! There wasn't much that medicine could do to prolong a patient who was ill or injured. The number of humans that die from something other than the plague is just the number of people times the natural death rate.

    Likewise, we have a birth rate of 9%, probably too high for this time in history. Many children died in childbirth (and so did the mothers), and the infant mortality rate was quite high. We have set the birth rate slightly higher than the natural death rate to ensure at least some growth in the population.

    Like the basic SIR flu model, people get infected and get better. People getting infected depends on the number of susceptibles, the human infection rate, and the number of infected fleas. Why does it not depend on the number of infected humans or the number of infected rats? In this model, we are assuming (incorrectly) that humans are only infected by being bit by fleas. We make this assumption to make the model a little more manageable.

    The human infection rate depends on the number of infected fleas there are in the model. Infection rate is a function of infected fleas, and must be represented in STELLA with an input graph. The data and what the graph should look like is shown below:

    In this model, the number of humans that die from the disease is computed by the number of infected humans times the disease death rate. The research says that the disease death rate is quite high, so we'll set it at 60% for now.

    The number of humans that recover is basically the number that are left after infected people die (either from the disease or from other causes). The algorithm for the flow "humans get better" is:

    humans get better = (1-disease death rate) * infected humans

    If the disease death rate is set at 60% (0.60), then 40% (or 1.0- 0.60 = 0.40) of the infected persons recover.

    The recovered persons can return to being susceptible. All of the recovered people (at least those that are left after dying from the plague or other causes) go back to susceptibility.

    For initial values, use:

    Initial susceptibles =999,999
    Initial infected humans = 0
    Initial recovered humans = 0

    You should also keep track of the total human population (use a converter), which is just the three populations added together!

    Description of the Rats Section:

    The rats section is much like the human section, except that we are going to assume that rats don't recover. So, we have a SI algorithm for rats, no R.

    Susceptible rats are born in litters. Each female has six litters per year, and each litter consists of about eight young rats. This model uses a time unit of days, so we need to convert year to days. The algorithm looks like:

    Live rat births per female rat = 6 litters/year * 8 young rats/litter * 1/365 (conversion for time units)

    To calculate the number of female rats, we take the average of susceptible rats and infected rats. We are assuming that infected rats can still have litters, although it is unlikely that they live long enough to produce a litter. The number of rats born is simply the number of live rat births per female times the number of female rats.

    Susceptible rats become infected. The "rats get infected" flow is calculated by:

    rats become infected = rat infection rate * susceptible rats * infected rats

    We are assuming that the fleas do not infect the rats, only that fleas become infected by biting rats, then infecting humans by biting humans. For an extension to this model, you might experiment with changing the structure of the model to see the effect of fleas infecting the rats. Rat infection rate is initially set at 50%, and is a number with which you might also want to experiment!

    Both susceptible and infected rats die from causes other than the plague, at a rate of 20%. In addition, rats die from the plague, at a rate similar to that of humans (60%).

    You should keep track of the total rat population just as you did with the humans.
    Hint: use a total rat population converter.

    Initial values for the rat sector:

    Initial infected rats1
    Initial susceptible rats1000000 (or 1e6)

    Description of the Fleas Section:

    Fleas are similar to the rats, in that we don't worry about any fleas recovering -- they are either susceptible or infected. We do, however, have another population--when fleas are born, they are in a stage where they are not susceptible to infection by the Y. pestis bacteria. It takes a flea roughly three weeks to mature to the point where they can become infected. We need to include another population (besides susceptible and infected fleas) called "larval stage fleas." We need a way to "hold" the young fleas for three weeks. To do this, double click on the Òlarval stage fleas" stock. Change the button at the top from "Reservoir" to "Conveyor", and change the transit time to the appropriate number (hint: you know how long you want to hold the fleas....what are the units of time in this model? Years? Months? Weeks? Days? Minutes?).

    Fleas get infected from rats:

    fleas get infected = flea infection rate * susceptible fleas * infected rats

    The flea infection rate also depends on the number of infected rats there are, sort of a double-whammy. The chart below shows the numbers and what your graph should look like:

    Like the other two groups, fleas die from the plague and from other causes. The flea plague death rate is 60%, and the flea death rate from other causes is 20%.

    Initial values include:

    Initial number of larval stage fleas:0
    Initial susceptible fleas:1000000 (or 1e6)
    Initial infected fleas:1

    Other Values needed to run this model:

    You should run this model for 50 days at a DT of 0.25. One of the Runge-Kutta methods is recommended for this model, and will allow your model to run in a reasonable period of time.

    Using the Model:

    You can do a wide variety of experiments with this model. Think about what one variable might be the most important in changing the number of infected humans you have over a period of time.

    Developed by
    Graphic of Shodor LogoThe Shodor Education Foundation, Inc.
    Copyright © 2000-2003
    Questions or comments about this page should be directed to biomed@shodor.org