12.4. Cholera in Haiti#

12.4.1. Introduction#

On January 12, 2010, Haiti was struck by a 7.1 magnitude eathquake; this was the largest earthquake this area had seen in more than 200 years. The epicenter was seventeen kilometers southwest of the capital city, Port-au-Prince. Millions of people were affected, with over 200,000 people killed and over 500,000 left homeless. Haiti’s woes were exacerbated in October 2010 with one of the worst Cholera outbreaks in history resulting in over 600,000 cases including 8,000 deaths by June 2013. Health officials and scientists are concerned that a reservoir of the Cholera bacteria in Haiti’s coastal waters could lead to endemic outbreaks depending on environmental factors such as precipitation and surface water temperature. Consequently, models that consider not only human-to-human transmission processes but also environment-to-human transmission are vitally important. The importance of the Cholera aquatic reservoir was the focus of research in Brazil published 10 years earlier [1], and subsequently revised in the context of Haiti [3]. Important humanitarian goals of cholera modeling include prediction of future outbreaks and reduction of the Cholera bacteria populations to a safe level.

MATLAB Script Objective

The SIR (S=susceptible, I=infected, R=recovered) model from epidemiology can be used to analyze a number of aspects of cholera mathematically ([2]) including:

Basic reproduction number (R0): the average number of susceptible people infected by someone with cholera;

Seasonal variation: the changes in characteristics of disease transmission over time;

Inapparent cholera infections: accounting for the people whose infections are not known or reported;

Human mobility: taking into account the movement of individuals who could spread the disease;

Interventional impact: medical treatment, vacination, and sanitation.

12.4.2. SIR Model#

The SIR cholera model that we will study in this lab was introduced in a Brazilian context [1] fifteen years before the earthquake, but became the basis for models related to the ongoing concern for cholera in Haiti [2, 3]. The basic model is a system of 3 ordinary differential equations

Equation (1)

\[ \frac{dS}{dt} = n(H − S) − a\frac{B}{K + B} S \]

Equation (2)

\[ \frac{dI}{dt} = a\frac{B}{K + B}S − rI \]

Equation (3)

\[ \frac{dB}{dt} = B(nb − mb) + eI, \]

where B(t) is the average reservoir concentration of cholera bacteria (cells/ml), and K is the bacteria concentration giving a 50% chance that a susceptible person catches cholera.

The initial conditions and a set of hypothetical parameters values [1] are given in Table 1.

../../_images/choleratable.png

The system of equations can be easily understood from Fig. 12.2

../../_images/cholerafig1.png

Fig. 12.2 Schematic diagram of transitions. (Adapted from [1]).#

12.4.3. Exercises#

Exercises

  1. Consider the basic SIR model defined by equations (1)-(3). Perform a sensitivity analysis which shows how the peak infected population I depends on the exposure to contaminated water parameter a. (Keep the other parameter and initial values the same as in Table 1.)

  2. A water, sanitation, and hygiene intervention (WASH) replacing latrines with flush toilets reduces the contamination rate e. Perform a sensitivity analysis relating e to the peak infected population using the values a = 40 and a = 80. Simulate over a 10 day period.

  3. The primary treatment for cholera is oral rehydration which reduces the mortality rate and hence increases the value of the recovery rate r. Perform a sensitivity analysis relating r to the the peak infected population using the values a = 40 and a = 80 keeping fixed e = 10. Simulate over a 10 day period. Comparing your answer with your answers to problems 1 and 2, what might you recommend as an effective intervention strategy?

  4. Consider the case where initially no one is infected (I(0) = 0 and S(0) = 10, 000). Perform a sensitivity analysis showing the combined effect of the contamination rate a and initial B(0) aquatic reserve bacteria concentration. (Use the range of values .1 ≤ a ≤ 20 and .1 ≤ B(0) ≤ 100.) What do you observe?

  5. Does the basic SIR model with reservoir B(t) (1)-(3) allow for modeling treatment via vaccination? Explain why or why not.

  6. What other factors might need to be considered besides minimization of the maximum infected population?

References#

[1] Codeco, Claudia Torres, 2001. “Endemic and epidemic dynamics of cholera: the role of the aquatic reservoir.” BMC Infectious Diseases 1:1.

[2] Fung, Isaac C-H, 2014, “Cholera Transmission Dynamic Models for public health practioners.” Emerging Themes in Epidemiology, 11(1), 1-11.

[3] Kirpich, Alexander, Wappelmann, Thomas, Yang, Yang, Ali, Afsar, Morris, J. Glenn and Longini, Ira, 2015. “Cholera Transmission in Ouest Department of Haiti: Dynamic Modeling and the Future of the Epidemic.” PLOS Neglected Tropical Diseases, October 21, 1-12.

[4] Partners in Health, June 11, 2015. “Haiti Continues to Battle Cholera Outbreak” https://www.pih.org/blog/haiti-continues-to-battle-cholera-outbreaks.