MODULE 2.5 Solution

$35.00 $29.00

Drug Dosage Downloads The text’s website has OneCompartAspirin and OneCompartDilantin files, which contain models for examples in this module, available for download in various sys-tem dynamics systems. Introduction Errors in the dispensing and administration of medications occur frequently. Although most do not result in great harm, some do. For instance, a Florida pharmacy dispensed 10…

5/5 – (2 votes)

You’ll get a: zip file solution

 

Description

5/5 – (2 votes)

Drug Dosage

Downloads

The text’s website has OneCompartAspirin and OneCompartDilantin files, which contain models for examples in this module, available for download in various sys-tem dynamics systems.

Introduction

Errors in the dispensing and administration of medications occur frequently. Although most do not result in great harm, some do. For instance, a Florida pharmacy dispensed 10 times the prescribed dose of a blood thinner to a mother of four, which resulted in her suffering a cerebral hemorrhage (Patel and Ross 2010). In other tragedies, a 10-mo-old infant died after receiving a 10-fold overdose of the chemotherapy agent Cisplatin (Fitzgerald and Wilson 1998), and three nurses were prosecuted for adminis-tering a 10-fold (fatal) overdose of penicillin to an infant (Ellis and Hartley 2004).

The National Quality Forum, a nonprofit whose mission involves enabling “pri-vate- and public-sector stakeholders to work together to craft and implement cross-cutting solutions to drive continuous quality improvement in the American health-care system,” has estimated that medication errors account for a conservative estimate of $21 billion in costs. This financial expenditure corresponds to serious preventable medication errors for 3.8 million hospital inpatients and 3.3 million out-patients per year (NQF 2010). These cases comprise an extraordinary amount of human suffering and, in some cases, death.

How do these errors occur? According to the Institute of Medicine, medication errors can be classified as errors in

ordering—incorrect drug or dosage;

transcribing—incorrect frequency of administration or missed dosages; dispensing—incorrect drug, dosage, or timing;

46 Module 2.5

administering—wrong dosage, technique;

monitoringnot observing effects of medication.

Whether these errors result from poor communication of orders, poor product label-ing, or some other cause, the patients and their families suffer the consequences (IOM 2007).

It is not only health-care professionals who make mistakes in drug administra-tion. On June 28, 2003, an Oklahoma teenager died from an overdose of Tylenol (acetaminophen). Suffering from a migraine headache, she took twenty 500-mg cap-sules, two and one-half times the maximum dosage recommended in 24 h. Appar-ently, the quantity was enough of the drug to cause liver and kidney failure. Assum-ing that an over-the-counter analgesic was safe, she apparently did not read the label and made a fatal dosage error (Robert 2004).

There are prescribed dosages for various drugs, but how do we determine what the correct/effective dosage is? There are quite a number of factors that are consid-ered, including drug absorption, distribution, metabolism, and elimination. These factors are components of the quantitative science of pharmacokinetics.

One-Compartment Model of Single Dose

Metabolism of a drug in the human body is a complex system to represent in a model. Thus, in Step 2 of the modeling process, particularly for our first attempt, we should make simplifying assumptions about the drug and the body. A one-compart-ment model is a simplified representation of how a body processes a drug. In this model, we consider the body to be one homogeneous compartment, where distribu-tion is instantaneous, the concentration of the drug in the system (amount of drug/ volume of blood) is proportional to the drug dosage, and the rate of elimination is proportional to the amount of drug in the system. The concentration of a drug instead of the absolute quantity is important because a quantity that might be appropriate for a small child could be ineffective for a large adult. A drug has a minimum effective concentration (MEC), which is the least amount of drug that is helpful, and a maxi-mum therapeutic concentration, or minimum toxic concentration (MTC), which is the largest amount that is helpful without having dangerous or intolerable side ef-fects. The therapeutic range for a drug consists of concentrations between the MEC and MTC. A drug’s half-life, or the amount of time for half the drug to be eliminated from the system, is useful for modeling as well as patient treatment. Often concen-trations and half-life are expressed in relationship to the drug in the plasma or blood serum. The total amount of blood in an adult’s body is approximately 5 liters (L), while the amount of plasma, or fluid that contains the blood cells, is about 3 L. Blood serum is the clear fluid that separates from blood when it clots, and an adult human has about 3 L of blood serum.

We begin by modeling the concentration in the body of aspirin (acetylsalicylic acid). For adults and children over the age of 12, the dosage for a headache is one or two 325-mg tablets every 4 h as necessary, up to 12 tablets/da. Analgesic effective-ness occurs at plasma levels of about 150 to 300 micrograms/milliliter (µg/mL), while toxicity may occur at plasma concentrations of 350 µg/mL. The plasma half-life of a dose from 300 to 650 mg is 3.1 to 3.2 h, with a larger dose having a longer half-life.

System Dynamics Problems with Rate Proportional to Amount 47

For simplicity, we assume a one-compartment model with the aspirin immedi-ately available in the plasma. A stock (box variable), aspirin_in_plasma, represents the mass of aspirin in the compartment, which is the person’s system, and has an ini-tial value of the mass of two aspirin, (2)(325 mg)(1000 µg/mg), where 1 milligram (mg) is equivalent to 1000 µg.

The flow from aspirin_in_plasma (elimination) is proportional to the amount pre-sent in the system, aspirin_in_plasma. Thus, the rate of change of the drug leaving the system is proportional to the quantity of drug in the system (aspirin_in_plasma, or Q in the following equation):

dQ/dt = –KQ

As Module 2.2, “Unconstrained Growth and Decay,” shows, the solution to this dif-ferential equation is as follows:

Q = Q0eKt

Using this solution, as Exercise 1 shows, the constant of proportionality K given earlier and elimination_constant in the system dynamics software model have the following relationship to the drug’s half-life (t1/2):

  1. = –ln(0.5)/t1/2

Pharmaceutical sources widely report a drug’s half-life.

Quick Review Question 1

Determine the elimination constant with units for aspirin, assuming a half-life of 3.2 h.

To compute aspirin’s plasma concentration (plasma_concentration) in a con-verter (variable), we have another converter for the volume of the system (plasma_ volume) with a value of 3000 mL and appropriate connectors and equation. Figure 2.5.1 contains a one-compartment model for one dose of a drug, where the initial value of plasma_concentration is the dosage; and Equation Set 2.5.1 gives the cor-responding equations and values explicitly entered for the model of aspirin.

Quick Review Question 2

In terms of the variables in the model of Figure 2.5.1, give the equation for plasma_ concentration.

Equation Set 2.5.1

Explicitly entered equations and values for one-compartment model of aspirin:

half_life = 3.2 h

plasma_volume = 3000 mL

aspirin_in_plasma(0) = 2 * 325 * 1000 µg

elimination_constant = –ln(0.5)/half_life

48 Module 2.5

elimination = elimination_constant * aspirin_in_plasma plasma_concentration = aspirin_in_plasma/plasma_volume

aspirin in plasma

elimination

elimination

half life

constant

plasma concentration

plasma volume

Figure 2.5.1 One-compartment model of aspirin

Running the simulation for 8 h and plotting plasma_concentration, the resulting graph in Figure 2.5.2 indicates that the concentration of the drug in the plasma is ini-tially approximately 217 µg/mL, which is a safe, therapeutic dose. Subsequently, the concentration decreases exponentially.

plasma concentration

217

108

2 4 6 8 t

Figure 2.5.2 Graph of plasma_concentration (µg/mL) for aspirin versus time, t (h)

One-Compartment Model of Repeated Doses

As another example, we model the concentration in the body of the drug Dilantin, a treatment for epilepsy that the patient takes on a regular basis. Adult dosage is often one 100-mg capsule three times daily. The effective serum blood level is 10 to 20 µg/ mL, which may take 7 to 10 da to achieve. Although individual variations occur,

System Dynamics Problems with Rate Proportional to Amount 49

serious side effects can appear at a serum level of 20 µg/mL. The half-life of Dilantin ranges from 7 to 42 h but averages 22 h.

For simplicity, we assume a one-compartment model with instantaneous absorp-tion. A stock (box variable), drug_in_system, represents the mass of Dilantin in the compartment, which is the person’s blood serum. A flow, ingested, into drug_in_ system is for the drug absorbed into the system. Because of the periodic nature of the dosage, we employ a pulse function with converters/variables for the dose (dosage), time of the initial dose (start), and time interval between doses (interval). Presuming that only a fraction (absorption_fraction) actually enters the system, we multiply this constant (say, 0.12, from experimental evidence) and the pulse value together for the equation of entering. We can estimate the value of absorption_fraction by plotting actual data of drug concentration versus time and employing techniques of curve fitting, which Module 8.3, “Empirical Models,” discusses.

Quick Review Question 3

Give the equation for entering.

The flow from drug_in_system (elimination) is proportional to the amount pre-sent in the system, drug_in_system. Thus, between doses of a drug, the rate of change of the drug leaving the system is proportional to the quantity of drug in the system. As for the preceding aspirin example, we use a constant of proportionality (elimina-tion_constant) of –ln(0.5)/t1/2, where t1/2 is Dilantin’s half-life.

For comparison purposes, we have converters (variables) for MEC, MTC, and the concentration of the drug in the system (concentration). To compute the latter, we have a converter (variable) for the volume of the blood serum (volume) with a pos-sible value of 3000 mL and appropriate connectors and equation. Figure 2.5.3 con-tains a one-compartment model, and Equation Set 2.5.2 gives the corresponding ex-plicitly entered equations and constants for Dilantin. Note that, except for name

MEC

MTC

drug in

ingested

system

eliminated

absorption

interval

elimination

fraction

concentration

constant

dosage

start

half life

volume

Figure 2.5.3 One-compartment model of Dilantin

50 Module 2.5

changes, the middle and right side of the diagram agree with those of aspirin in Fig-ure 2.5.1. The inflow for Figure 2.5.3 models the multiple doses of Dilantin, in con-trast to no inflow for Figure 2.5.1 because of the assumption that exactly one dose of aspirin is immediately available in the plasma.

Equation Set 2.5.2

Explicitly entered equations and constants for one-compartment model of Dilantin:

half_life = 22 h; interval = 8 h; MEC = 10 µg/mL; MTC = 20 µg/mL; start = 0 h; volume = 3000 mL; dosage = 100 * 1000 µg; absorption_fraction = 0.12

elimination_constant = –ln(0.5)/half_life

drug_in_system(0) = 0

entering = absorption_fraction * (pulse of amount dosage beginning at start every interval hours)

elimination = elimination_constant * drug_in_system

concentration = drug_in_system/volume

Running the simulation and plotting the various concentrations that occur over 168 h (7 da), the resulting Figure 2.5.4 indicates that the concentration of the drug in the system between doses fluctuates. In less than 2 da, the concentration remains within the therapeutic range; and after about 5 da, the drug reaches a steady state.

concentration

20

10

24 48 72 96 120 144 168

t

Figure 2.5.4 Graph of concentrations MEC = 10 µg/mL, MTC = 20 µg/mL, and concentra-tion (µg/mL) versus time (h)

Mathematics of Repeated Doses

Let us show the mathematics of why the drug concentration in the Dilantin example tends to a fixed value, in this case about 12 µg/mL, immediately after a dose. Sup-pose that the patient takes a 100-mg tablet every 8 h. In the model, we assumed an absorption level of 0.12, so that the effective dosage is Q0 = (0.12)(100) = 12 mg. With an elimination rate of –ln(0.5)/22, which is about 0.0315, the amount of drug

System Dynamics Problems with Rate Proportional to Amount 51

in the system after 8 h is Q = Q0e-0.0315(8) (12)(0.7772) = 9.3264 mg = 9326.4 µg. Thus, at the end of 8 h, about 77.72% of the drug remains in the system. The analyti-cal value (9326.4 µg) for the mass of drug in the system is close to the simulated value (9327.91 µg) of drug_in_system at time 8.00 h (using a time step of 0.01 h and Runge-Kutta 4 numeric integration, which Module 6.4 discusses).

Suppose Qn is the quantity (in mg) in the system immediately after the nth tablet. Thus, assuming 77.72% of the drug remains in the system at the end of an 8-h inter-val immediately before a dose, we have the following:

Q1 = 12 mg

  1. = (12 mg)(0.7772) + 12 mg = 21.3264 mg 2 ������� ���

remainder of tablet 1

tablet 2

Q =

Q (0.7772)

+ 12 mg

3

2����

���

remainder of tablets 1 & 2

tablet 3

=(12(0.7772) + 12)(0.7772) + 12

  • 12(0.7772)2 + 12(0.7772) + 12 = 28.57488 mg

  1. = Q (0.7772) + 12 mg 4 3���� ���

remainder of tablets 1-3 tablet 4

=(12(0.7772)2 + 12(0.7772) + 12)(0.7772) + 12

  • 12(0.7772)3 + 12(0.7772)2 + 12(0.7772) + 12 = 34.2084 mg

Continuing in the same pattern, we determine that the general form of the quantity of the drug in the system immediately after the fifth tablet is as follows:

Q5 = 12(0.77724) + 12(0.77723) + 12(0.77722) + 12(0.7772) + 12

  • 12(0.77724) + 12(0.77723) + 12(0.77722) + 12(0.77721) + 12(0.77720)

  • 12(0.77724 + 0.77723 + 0.77722 + 0.77721 + 0.77720)

Similarly, the quantity of the drug immediately after the nth tablet, Qn, follows:

Qn = 12(0.7772n-1 + + 0.77722 + 0.77721 + 0.77720)

Quick Review Question 4

Suppose a patient takes a 200-mg tablet once a day, and within 24 h, 75% of the drug is eliminated from the body. With Qn being the quantity of the drug in the body after the nth dose, determine the following:

  1. Q1

52 Module 2.5

  1. Q2 expressed as a sum

  1. Q3 expressed as a sum

  2. Q4 expressed as a sum

  3. Qn expressed as a sum

We would like to determine what happens to the quantity of the drug in the sys-tem over a long period of time. To do so, we need a formula for the sum 0.7772n–1 +

  • ∙ ∙ + 0.77722 + 0.77721 + 0.77720 for positive integer n. This sum is a finite geo-metric series, and its general form is as follows:

an–1 + ∙ ∙ ∙ + a2 + a1 + a0 for a 1 and positive integer n

As we verify in the next section, this sum is the following ratio:

(1 an )

an–1 + ∙ ∙ ∙ + a2 + a1 + a0 = ( ) for a 1

1 a

Thus, for a = 0.7772 and n = 5, we can compute the value of Q5:

Q5 = 12(0.77724 + 0.77723 + 0.77722 + 0.77721 + 0.77720)

= 12

1

0.77725

= 38.5868 mg = 38,586.8 µg

1 0.7772

Within simulation error, this value agrees with drug_in_system (38,580.92) after the fifth dose, at time 32.01 h. In general, the quantity of the drug immediately after the nth tablet, Qn, is as follows:

Qn = 12(0.7772n–1 + ∙ ∙ ∙ + 0.77722 + 0.77721 + 0.77720)

= 12

1 (0.7772)n

1 0.7772

Definition an–1 + ∙ ∙ ∙ + a2 + a1 + a0 for a 1 and positive integer n is a fi-nite geometric series with base a.

Quick Review Question 5

Using the drug of Quick Review Question 4 and the formula for the sum of a finite geometric series, evaluate the following:

  1. Q10

  1. Qn

Using the formula for the sum of a finite geometric series, we can compute the quantity of drug after the nth tablet. To determine the long-range affect, we let n go to infinity and see that Qn approaches 53.8599 mg, as follows:

System Dynamics Problems with Rate Proportional to Amount

53

Qn = 12

1 (0.7772)n

12

1 0

53.8599 mg

1 0.7772

1 0 .7772

Thus, the serum concentration is about (53.8599 mg)/(3000 mL) = 0.0179533 mg/ mL = 17.95 µg/mL, which agrees closely with the peak value of the concentration in Figure 2.5.4.

Quick Review Question 6

Using the drug of Quick Review Questions 4 and 5, determine the quantity of drug after the nth tablet when the patient has been taking the drug for a long time.

Sum of Finite Geometric Series

To derive the formula for the sum of a finite geometric series, we start by consider-ing a particular example, Q5 as before. Let s be equal to the sum of the powers from

0 through 4 of 0.7772, as follows:

s = 0.77724 + 0.77723 + 0.77722 + 0.77721 + 0.77720

(1)

Multiplying both sides by 0.7772, we have the following:

0.7772s = (0.7772) (0.77724 + 0.77723 + 0.77722 + 0.77721 + 0.77720)

0.7772s = 0.77725 + 0.77724 + 0.77723 + 0.77722 + 0.77721

(2)

Subtracting Equation 2 from Equation 1, we subtract off all but two terms on the right:

s =

0.77724 + 0.77723 + 0.77722 + 0.77721 + 0.77720

0.7772s =0.77725

0.777240.777230.777220.77721

s 0.7772s = 0.77725

+ 0.77720

With 0.77720 being 1, we factor out s on the left as follows:

s(1 – 0.7772) = –0.77725 + 1

or

s(1 – 0.7772) = 1 – 0.77725

Dividing both sides by the factor (1 – 0.7772), we obtain the following formula:

  1. = 1 0.77725 1 0 .7772

By the same reasoning, we have the general formula for the sum of a finite geometric series.

54 Module 2.5

The formula for the sum of a finite geometric series is as follows:

an–1 + ∙ ∙ ∙ + a2 + a1 + a0 = (1 an ) for a 1

(1 a)

Two-Compartment Model

The one-compartment model is more appropriate for an injection of a drug into the system than for a pill, which takes time to dissolve, be absorbed, and be distributed within the system. In such cases, a two-compartment model might yield better re-sults. The first compartment represents the digestive system (stomach and/or intes-tines), while the second might indicate the blood, plasma, serum, or a particular organ that the drug targets. A flow pumps the drug from one compartment to the other in the model. One option for modeling the rate of change of absorption from the intestines to blood serum has the rate proportional to the amount of drug in the intestines. Probably a more accurate representation has the rate of change of absorp-tion from the intestines to blood serum be proportional to the volume of the intes-tines and to the difference of the drug concentrations in the intestines and serum.

Although the one- or two-compartment model is appropriate for most situations, a drug dosage problem could benefit from more compartments in a multicompart-ment model. Various projects employ more than one compartment.

Quick Review Question 7

This question applies to the rate of change of absorption of a drug from the intestines to blood serum in a two-compartment model. Suppose k is a constant of proportion-ality; i and b are the masses of the drug in the intestines and blood serum, respec-tively; vi and vb are the volumes of the intestines and blood serum, respectively; ci and cb are the drug concentrations in the stomach and blood serum, respectively; and time t is in hours.

  1. Give the differential equation for this rate if the rate of absorption is propor-tional to the mass of drug in the intestines.

  1. In this case, give the units of k.

  1. Give the differential equation for this rate if the rate of absorption is propor-tional to the volume of the intestines and to the difference of the drug con-centrations in the intestines and blood serum.

  1. In this case, give the units of k.

Exercises

  1. Assuming that a quantity of a drug (Q) is Q = Q0eKt, show that K = –ln(0.5)/ t1/2, where t1/2 is the drug’s half-life.

  2. a. In Figure 2.5.4, what are the units for MEC and MTC?

System Dynamics Problems with Rate Proportional to Amount

55

    1. What are the units for dosage?

    1. With a dosage of Dilantin being 100 mg, why is the value of dosage 100 * 1000?

  1. Prove the general formula for the sum of a finite geometric series.

  1. a. In Dilantin example, describe the effect a longer half-life has on elimination_constant.

    1. Evaluate elimination_constant for t1/2 = 7 h.

    2. Evaluate elimination_constant for t1/2 = 22 h.

    3. Evaluate elimination_constant for t1/2 = 42 h.

  1. a. Suppose a patient taking Dilantin decides for convenience to take 300 mg once a day instead of 100 mg every 8 h. Adjusting the model in OneCom-partDilantin, determine the results of such a decision. Is the decision advisable?

    1. Mathematically, determine the long-term value of Qn, the quantity of Di-lantin in the system immediately after the nth dose, assuming absorption of only (0.09)(300 mg).

  1. a. Determine mathematically the quantity of Dilantin in the system immedi-ately before the fifth dose. Use the same assumptions as in the section “Mathematics of Repeated Doses.”

    1. Determine mathematically the long-term value of the quantity of Dilantin in the system immediately before the nth dose.

    1. Compare your answers to the values in OneCompartDilantin.

  1. How should the one-dose aspirin example be adjusted to incorporate the weight of a male patient? About 65% to 70% of a male’s body is liquid. As-sume that 1 kilogram (kg) of body liquid has a volume of 1 L. Assume the patient has a mass of 90 kg (comparable to about 198 lb).

Projects

For additional projects, see Module 7.7, “Cardiovascular System—A Pressure-Filled Model.”

  1. Develop a two-compartment model for one dose of aspirin.

  1. Develop a two-compartment model for aspirin, where someone with a headache takes three aspirin tablets and 2 h later takes two more aspirin tablets.

  1. In attempt to raise the concentration of a drug in the system to the minimum effective concentration quickly, sometimes doctors give a patient a loading dose, which is an initial dosage that is much higher than the maintenance dosage. A loading dose for Dilantin is three doses—400 mg, 300 mg, and 300 mg 2 h apart. Twenty-four hours after the loading dose, normal dosage of 100 mg every 8 h begins. Develop a model for this dosage regime.

  1. Develop a two-compartment model for Dilantin, where the rate of change of absorption from the stomach to the blood serum is proportional to the amount of drug in the stomach.

  1. Develop a two-compartment model for Dilantin, where the rate of change of absorption from the stomach to the blood serum is proportional to the

56 Module 2.5

volume of the stomach and to the difference of the drug concentrations in the stomach and serum. Assume the volume of the stomach is 500 mL.

  1. Develop a two-compartment model for a pediatric dosage of Dilantin that includes the mass of the patient. The initial dose is 5 mg/kg per day in two or three equally divided doses. The maintenance dosage is usually 4 to 8 mg/kg per day.

  1. Develop a model for vancomycin HCI, which is a treatment for serious in-fections by susceptible strains of methicillin-resistant staphylococci in pen-icillin-allergic patients. The drug is administered by IV infusion. The intra-venous dose is usually 2 g divided either as 500 mg every 6 h or 1 g every 12 h, and the rate is no more than 10 mg/min or over a period of at least 50 min, whichever is longer. When kidney function is normal, multiple intra-venous dosing of 1 g results in mean plasma concentrations of about 63 µg/ mL immediately after infusion, 23 µg/mL in 2 h, and 8 µg/mL 11 h after infusion. In such patients, the mean elimination half-life from plasma is 4 to 6 h. The mean plasma clearance is approximately 0.058 L/kg/h (liter of drug per kilogram of patient mass each hour), while the mean renal clear-ance is about 0.048 L/kg/h (Hospira 2010). Thus, include the mass of the patient in the model.

  1. Repeat Project 7 for patients with renal dysfunction in which the average half-life of elimination is 7.5 da (Hospira 2010).

  1. Develop a model for Vancocin HCI in which the patient initially has nor-mal kidney function (see Project 7). However, at the start of the third day, one of the patient’s kidneys stops functioning; and the elimination rate be-comes half its previous value. Consider using a step function.

  1. Do Project 7 for children, where the dosage is 10 mg/kg every 6 h, and the rate of administration is over a period of at least 60 min (Hospira 2010).

  1. Do Project 7 for neonates and young infants. The initial dose is 15 mg/kg. Thereafter, the dosage is 10 mg/kg every 12 h for neonates in their first week of life and afterward, up to age of 1 mo, every 8 h. Administration is more than 60 min (Hospira 2010).

  1. Model drug dosage of aspirin for arthritis, where the initial dose is 3 g/da in divided doses. The dosage can be increased. Relief usually occurs at plasma levels of 20 to 30 mg per 100 mL. The plasma half-life of aspirin increases with dosage, so that a dose of 1 g has a half-life of about 5 h and a dose of 2 g has a half-life of about 9 h.

  1. Considering the information about mass in Project 7, do any of the previous projects except one involving children or infants, accounting for the mass of a male patient.

  1. By consulting a pharmacy reference or website, such as http://www.nlm. nih.gov/medlineplus/druginformation.html, obtain relevant information about some drug. Model the dosage of this drug.

Answers to Quick Review Questions

  1. K = –ln(0.5)/3.2 per hour = 0.22/h

  1. plasma_concentration = aspirin_in_plasma / plasma_volume

System Dynamics Problems with Rate Proportional to Amount

57

  1. absorption_fraction * (pulse of amount dosage beginning at start every in-terval hours), where the pulse function depends on the particular system dy-namics tool

  1. a. 200 mg

    1. (200 mg)(0.25) + 200 mg

    1. (200 mg)(0.25)2 + (200 mg)(0.25) + 200 mg

    1. (200 mg)(0.25)3 + (200 mg)(0.25)2 + (200 mg)(0.25) + 200 mg

    1. (200 mg)(0.25)n-1 + ∙ ∙ ∙ + (200 mg)(0.25)2 + (200 mg)(0.25) + 200 mg

  1. a. (200 mg)(1 – (0.25)10)/(1 – 0.25) = 266.67 mg

    1. (200 mg)(1 – (0.25)n)/(1 – 0.25) = (200 mg)(1 – (0.25)n)/(0.75)

  1. (200 mg)(1 – 0)/(0.75) = 266.67 mg

  1. a. db/dt = ki

    1. 1/h

    1. db/dt = k(vi)(ci cb)

    1. 1/h

References

Ellis, Janice Rider, and Celia Love Hartley. 2004. Nursing in Today’s World: Trends,

Issues & Management. Philadelphia: Lippincott, Williams and Wilkins.

Fitzgerald, Walter L., Jr., and Dennis B. Wilson. 1998. “Medication Errors: Lessons in Law.” Drug Topics, January 19, 1998. Hospital Pharmacy Reporter. February 1998.

Hospira. 2010. “Vancomycin Hydrochloride for Injection, USP.” Package insert. http://www.hospira.com/Images/EN-2613_32-5771_1.pdf (accessed December 30, 2012)

IOM (Institute of Medicine). 2007. Committee on Identifying and Preventing Medi-cation Errors. Preventing Medication Errors: Quality Chasm Series. Philip Asp-den, Julie Wolcott, J. Lyle Bootman, Linda R. Cronenwett, eds.

Khorasheh, Farhad, Amir Mahbod Ahmadi, and Abbas Gerayeli. 1999. “Application of Direct Search Optimization for Pharmacokinetic Parameter Estimation.” J Pharm Pharmaceutical Science 2(3): 92–98. http://www.ualberta.ca/~csps/JPPS2(3) /F.Khorasheh/application.htm (accessed December 18, 2012)

NQF (National Quality Forum). 2010. “Preventing Medication Errors: A $21 Bil-lion Opportunity.” http://www.qualityforum.org/Publications/2010/12/Prevent ing_Medication_Errors_CAB.aspx

Patel, A., and B. Ross. 2010. “Walgreens Told to Pay $25.8 Million Over Teen Phar-macy Tech’s Error.” The Blotter. ABC News. http://abcnews.go.com/Blotter/ walgreens-told-pay-285-mil-teen-pharmacy-techs/story?id=9977262#

.UJXKrI7et38 (accessed October 20, 2012)

Pharmacy Network Group. “Pharmacy Network Group Home Page.” http://www

.pharmacynetworkgroup.com/ (accessed December 18, 2012)

Robert, Teri. 2004. “Teenager Dies from Acetaminophen Overdose.” Your Guide to Headaches/Migraine, About, Inc. http://headaches.about.com/cs/medication susage/a/acet_death.htm. (accessed December 18, 2012) Source for this Web ar-ticle: “Teenager Accidentally Overdoses on Over-the-Counter Analgesic,” July 2, 2003. http://TheAssociatedPress.ChannelOklahoma.com

MODULE 2.5 Solution
$35.00 $29.00