Skip to main content
Erschienen in: BMC Medical Informatics and Decision Making 1/2015

Open Access 01.12.2015 | Software

A Bayesian decision support tool for efficient dose individualization of warfarin in adults and children

verfasst von: Anna-Karin Hamberg, Jacob Hellman, Jonny Dahlberg, E Niclas Jonsson, Mia Wadelius

Erschienen in: BMC Medical Informatics and Decision Making | Ausgabe 1/2015

Abstract

Background

Warfarin is the most widely prescribed anticoagulant for the prevention and treatment of thromboembolic events. Although highly effective, the use of warfarin is limited by a narrow therapeutic range combined with a more than ten-fold difference in the dose required for adequate anticoagulation in adults. An optimal dose that leads to a favourable balance between the wanted antithrombotic effect and the risk of bleeding as measured by the prothrombin time International Normalised Ratio (INR) must be found for each patient. A model describing the time-course of the INR response can be used to aid dose selection before starting therapy (a priori dose prediction) and after therapy has been initiated (a posteriori dose revision).

Results

In this paper we describe a warfarin decision support tool. It was transferred from a population PKPD-model for warfarin developed in NONMEM to a platform independent tool written in Java. The tool proved capable of solving a system of differential equations that represent the pharmacokinetics and pharmacodynamics of warfarin with a performance comparable to NONMEM. To estimate an a priori dose the user enters information on body weight, age, baseline and target INR, and optionally CYP2C9 and VKORC1 genotype. By adding information about previous doses and INR observations, the tool will suggest a new dose a posteriori through Bayesian forecasting. Results are displayed as the predicted dose per day and per week, and graphically as the predicted INR curve. The tool can also be used to predict INR following any given dose regimen, e.g. a fixed or an individualized loading-dose regimen.

Conclusions

We believe that this type of mechanism-based decision support tool could be useful for initiating and maintaining warfarin therapy in the clinic. It will ensure more consistent dose adjustment practices between prescribers, and provide efficient and truly individualized warfarin dosing in both children and adults.
Hinweise

Electronic supplementary material

The online version of this article (doi:10.​1186/​s12911-014-0128-0) contains supplementary material, which is available to authorized users.

Competing interests

The authors declare that they have no competing interests. Anna-Karin Hamberg is currently employed by the Swedish Medical Products Agency (MPA). The opinions stated in the present article represents those of Anna-Karin Hamberg and do not represent any official view of the MPA.

Authors’ contributions

AKH did the initial drafting of major parts of the manuscript. AKH, ENJ and MW developed the idea of transferring a published warfarin model to a platform independent open source format, and specified functionalities of the tool. JD and JH implemented the model and the specified functionalities within a Java-based new graphical user interface. AKH and ENJ supervised parts of the development, and evaluated the computational performance of the tool. All authors have critically reviewed, contributed to and approved the manuscript.
Abkürzungen
A
drug amount in the body
CL
clearance
DR
dose rate
Emax
maximum degree of inhibition
EDK50
dose rate resulting in 50% of maximum inhibition
INR
International Normalized Ratio
ke or k10
first-order drug elimination rate constant
MPE
mean prediction error
MTT
mean transit time
PD
pharmacodynamics
PK
pharmacokinetics
RMPE
relative mean prediction error
V
volume of distribution

Background

Warfarin is one of the most commonly prescribed anticoagulants in both adults and children [1], with over 33 million prescriptions in 2011 [2]. In spite of the recent introduction of the new oral anticoagulants (NOACs), i.e. dabigatran, rivaroxaban and apixaban, warfarin still remains the most prescribed anticoagulant with 90% of Swedish patients receiving warfarin and only 10% receiving a NOAC during 2013 [3]. Although it has been in clinical use for over 50 years, warfarin therapy is still challenging due to a narrow therapeutic range and considerable variability in response to a given dose. Known contributing factors to the between- and within-subject variability among adult patients include, age, concurrent medications and/or health conditions, vitamin K intake and genetic polymorphisms in two genes, CYP2C9 and VKORC1 [4-6]. In a systematic review and meta-analysis, patients with atrial fibrillation (AF) receiving warfarin spent 61% of the time within, 13% above, and 26% below the target INR of 2-3 [7]. In a US study that was published in 2011, the frequency of warfarin-induced bleeding was reported to be 15% to 20% per year, with life-threatening or fatal bleeding rates as high as 1% to 3% per year [8]. Annual total health care costs were estimated to be 65% and 49% higher for AF patients with a warfarin-induced intracranial hemorrhage or a major gastrointestinal bleeding, respectively, than the costs for patients with no bleeding events [9].
Dose individualization to minimize the risk for over- or under-dosing can be made i) before starting therapy (a priori) and/or ii) after therapy has been initiated (a posteriori) and may range in complexity from body size based dosing to utilization of advanced mechanism based mathematical and statistical models. There are several published pharmacogenetic prediction models for a priori dose individualization of warfarin for both adults [4,5,10] and children [11-13]. These dosing algorithms aim to predict the expected maintenance dose. A more refined way to achieve individualized dosing is to combine methods for a priori individualization with methods for a posteriori dose revisions, using a Bayesian approach [14,15]. The latter utilizes knowledge of the population distribution of the model parameters for the drug. The most likely parameters for an individual can be obtained using measurements of drug concentrations [16,17] or drug responses [18,19]. These parameters can be used to calculate the dose that most probably results in the target response in that particular individual. By using a predictive model combined with Bayesian forecasting, warfarin dosing can be truly personalized, resulting in rapid achievement of therapeutic anticoagulation without increasing the risk of over-anticoagulation.
In this paper we present a warfarin dose decision tool (available as Additional file 1) developed from a published population model for warfarin. The model is founded on pharmacokinetic (PK) and pharmacodynamic (PD) principles [20-22] and is schematically presented in Figure 1. The tool can be used a priori to predict the most probable dose to reach a given target INR, or to predict the most probable INR response to a given dose. It can also be used a posteriori to guide dose revisions using a Bayesian forecasting method. The model was developed on longitudinal data from more than 1,500 warfarin treated adults [20-21], and then bridged theoretically to children 0.18 years old [22]. There is a time delay between warfarin dosing and INR response, and this is captured in the model by inclusion of a transduction model, consisting of two parallel compartment chains, where n is the number of compartments in each chain and MTT is the mean transit time through each chain. Two parallel chains were necessary to describe the exposure–response relationship over time, and is possibly a reflection of differences in half-lives of the coagulation factors affected by warfarin and that influences the INR response [20]. The general form of the model is given by the following set of equations:
$$ \frac{dA}{dt} = -{k}_e*A $$
(1)
$$ DR={k}_e*A $$
(2)
$$ EFF = \frac{{E_{MAX}}^{\gamma }*D{R}^{\gamma }}{ED{K_{50}}^{\gamma }+D{R}^{\gamma }} $$
(3)
$$ \frac{dC}{dt}=\frac{\left(1- EFF\right)*n}{MTT}-\frac{C*n}{MTT} $$
(4)
A represents the amount of drug in the body at any time after one or more administrated doses. The first-order elimination rate constant, ke (derived from the ratio of the PK parameters clearance and volume of distribution, ke = CL/V), governs the level of drug amount A at any given time and also the distribution of the drug to the site of action (Equation 1). The dose rate DR (Equation 2) together with one of the PD sub models (Equation 3), defined by the parameters Emax (the maximum degree of inhibition which is set to 1) and EDK50 (the dose rate resulting in 50% of maximum inhibition), determines the extent of inhibition of the vitamin K cycle and the inhibition of coagulation factor activity. dC/dt (Equation 4) describes the fraction of activated coagulation factors remaining at any given time. The initial conditions of dA/dt and dC/dt are set to 0 and 1, respectively, i.e. no drug in the body and 100% activity of coagulation factors before start of therapy. The INR at any given time is predicted by the following equation:
$$ IN{R}_{PRED}= IN{R}_{BASE}+ IN{R}_{MAX}*\left(1-\left(C{1}_3+C{2}_3\right)/2\right) $$
(5)
INR BASE represents the INR at baseline (before warfarin treatment), INR MAX is a theoretical maximal increase from baseline INR (fixed to 20 as in [21]), and C1 3 and C2 3 represents the coagulation factor activity in the terminal compartment in each transit chain. Each transit chain is defined by a set of differential equations as exemplified below for the first chain C1:
$$ \frac{dC{1}_1}{dt}=\left(1- EFF\right)*\frac{3}{MT{T}_1}-C{1}_1*\frac{3}{MT{T}_1} $$
(6)
$$ \frac{dC{1}_2}{dt}=C{1}_1*\frac{3}{MT{T}_1}-C{1}_2*\frac{3}{MT{T}_1} $$
(7)
$$ \frac{dC{1}_3}{dt}=C{1}_2*\frac{3}{MT{T}_1}-C{1}_3*\frac{3}{MT{T}_1} $$
(8)
A complete description of the underlying warfarin model can be found in the papers describing the model development in NONMEM [20-22]. NONMEM is the most commonly used software for non-linear mixed effects modeling of PK and PD data [23].

Implementation

Tool development

One of the published warfarin models [22] was transferred from NONMEM to a new graphical user interface built with Java Swing components using NetBeans [24]. NetBeans refers both to a platform framework for Java applications, and to an open source integrated development environment, supporting development of all types of Java applications. The differential equations in the Java application are solved using Heun’s method, a second-order Runge-Kutta method, which is a numerical procedure for solving ordinary differential equations that is both fast and easy to implement using vectors. Heun’s method is also stable for this type of differential equations and has a high numerical precision. The end result is a Java application that, for a subject with a given set of covariates, can estimate the maintenance dose for a pre-specified target INR or predict the INR response for a pre-specified dose regimen. There are two main windows in the application, one for a priori predictions and one for a posteriori predictions. The rate constant ke is referred to as k10 in the tool.

A priori predictions

The tool needs input data regarding the patient in order to operate. Data on age, weight, CYP2C9 and VKORC1 genotype, baseline INR and target INR range are required both for dose estimation and for INR prediction. If genotype information is missing, the tool will use the most common genotype combination, conditioned on ethnicity [25,26]. This means that for CYP2C9 all subjects with missing genotype information will be coded as *1/*1 i.e. the genotype with the highest dose requirement. For VKORC1 the tool will use A/G for Caucasians (intermediate dose requirement), A/A for Asians (low dose requirement) and G/G for Africans (high dose requirement). If baseline INR is missing the tool will use a default value of 1. The dosing interval has a default value of 24 hours, i.e. one dose per day, but this can be changed manually if another dosing interval is preferred. Common to all a priori predictions is that the model will use the typical (mean) parameter estimates conditioned on the patient’s age, bodyweight and CYP2C9 and VKORC1 genotype.

Estimation of dose

To calculate the dose most likely to achieve the target INR, the option “Estimate dose” is chosen; see example in Figure 2. The tool uses the mean of the specified target INR interval as the target INR for which a dose should be estimated. The tool starts with a daily dose of 10 mg and calculates the expected INR after 100 daily administrations of the same dose, to ascertain that steady state conditions are reached. Depending on if the calculated INR is lower or higher than the target INR, the dose will be adjusted automatically in an iterative process until the calculated mean INR at steady state equals the target INR (Target INR ± 1%). The criteria for steady-state is met when the change in INR between two doses does not exceed 1%. To illustrate the expected time course to a therapeutic and stable INR, the output is presented as a plot of the predicted typical INR curve from the 1st dose until steady state is reached. In addition, a text field shows the predicted maintenance dose in mg/day, mg/week and the number of 2.5 mg tablets per week that is closest to the estimated weekly dose. The latter is an adaptation to Swedish conditions where only a 2.5 mg tablet strength is marketed. The target INR range is marked in the plot to support the interpretation of the predicted INR curve.

Prediction of INR

When the tool is used to predict an INR (See example in Figure 3), the user has to specify the dose and the number of days this dose should be repeated. The output is presented both as a plot of the predicted INR curve for the number of days specified, and as a text field showing the predicted INR at the end of this period. If steady state conditions have been reached the tool will display the mean INR over a dosing interval. If steady state conditions are not yet reached, the presented value is the predicted INR at 16 hours after last dose. The time point was chosen to reflect the clinical situation in Sweden, where INR is commonly monitored in the morning approximately 16 hours after last dose. There is also an option to predict INR after administration of a loading dose regimen. To do this “Starting doses” must be ticked, and the “Set doses” window opened. The user can specify a number of individual doses by entering the dose per day. If individual doses are chosen for the first three doses (e.g. Dose 1: 7.5 mg, Dose 2: 5 mg, Dose 3: 5 mg) and the total number of doses for the INR prediction is set to 15, the tool will automatically use the dose specified in the main window for the remaining 12 doses. Figure 3 shows the output from the example above with a 3-day loading dose regimen followed by 1.5 mg per day on Day 4-15.

A posteriori predictions

Once treatment has been initiated and one or more INR observations are available, the tool can be used to suggest a tailored maintenance dose based on individualized parameter estimates. This is done in several steps using a Bayesian approach. The first step is to estimate individual model parameters, and this is done using Powell’s method. The tool then uses the individual model parameters in the next step, which can be either dose estimation or INR prediction. As more observations become available, the individual model parameters become more refined and specific to the individual patient. This is expected to increase the accuracy and precision of the dose and INR predictions.

Estimation of individual model parameters

For estimation of individual model parameters the tool requires patient specific information on demographics, initial warfarin doses and INR observations, including time of dosing and blood sampling for INR. The information can be entered either manually, or be imported from an Excel-file (see Additional files 2 and 3 for details on naming of files and required data format). When the data have been entered, click on “Estimate” to get the individual model parameter values for k10 and EC50. The output is presented in a new screen (see Figure 4) as a text field showing the typical (mean) parameter estimates for k10 and EC50 and the individual parameter estimates, and as a plot of the population predicted INR curve (in black) and the individually predicted INR curve (in red). The patient’s INR observations are also shown in the plot, which gives the user a chance to evaluate the individual fit. Optionally the individually predicted INR curve can be presented with a 90% confidence interval, to include uncertainty in the individual parameter estimates and the residual variability due to e.g. random errors in delivered dose, blood sampling time and/or INR measurements. When the individual model parameters have been estimated, select “Estimate Dose/INR” to get a new screen with the options “Estimate dose” and “Predict INR”.

Estimation of dose

Figure 5 shows a screen shot of the dose estimation option. The tool now uses the individual model parameters to suggest a tailored maintenance dose. The output is presented as a plot, with the individually predicted INR curve after administration of the tailored maintenance dose, starting from its current position (Day 0 in the plot). It is also presented as a text field showing the predicted dose in mg/day, mg/week and the corresponding number of 2.5 mg tablets per week. The target INR range will be displayed in the plot together with the individually predicted INR curve.

Prediction of INR

When predicting INRs, the user has to specify a dose and the number of days this dose should be repeated. The output is a plot of the predicted INR curve for the number of days specified, and a text field showing the predicted INR at the end of the treatment period. If steady state conditions have been reached the tool will display the mean INR over the dosing interval. If steady state conditions are not yet reached, the predicted INR at 16 hours after last dose is presented. This function may be useful e.g. in situations where it is not feasible to administer the same dose every day with available formulations. Thus, when different daily doses are required, the tool can visualize the variability in INR response that this regimen is expected to introduce. The tool can also be used to predict when warfarin should be discontinued to reach below a certain INR value at a given point in time, which can be of use e.g. before a planned surgical procedure.

Results and discussion

The computational performance of the Java-based tool was evaluated by comparing the output with the POSTHOC function in NONMEM version 7 as the reference. This was done using treatment data (one to three INR observations) from a total of 49 children [22]. A priori predicted maintenance doses and empirical Bayes estimates of individual parameters and a posteriori predictions of maintenance doses from the tool and from NONMEM were compared. Results from a priori comparisons are presented in Figure 6, and from a posteriori comparisons in Figure 7. There were no differences in a priori maintenance dose predictions with the Java based tool compared to NONMEM, but a mean difference in a posteriori maintenance dose predictions of 5.0% (SD 6.7%). There was a systematic difference in a posteriori maintenance dose predictions, with a bias (mean prediction error, MPE) of -0.104 mg and an imprecision (relative mean prediction error, RMPE) of 0.192 mg. Performance was benchmarked on a MacBook Pro with a 3.06 GHz Intel Core 2 Duo processor. Run times for a typical a priori prediction was a few seconds. For a posteriori predictions, run times were correlated with the length of the treatment history used for computation of empirical Bayes estimates. However, total run times, including estimation of a tailored maintenance dose, seldom exceeded 1 minute. A typical run time for a posteriori prediction of dose from 7 days of treatment history, including 3 INR observations, was less than 10 seconds.
The dose prediction tool is based on a published population warfarin model for adults [21] that has been theoretically bridged to children through the use of physiological principles [22]. The model incorporates age, bodyweight, baseline and target INR, and CYP2C9 and VKORC1 genotype (defined or assumed) for a priori dose predictions, and uses doses and INRs from ongoing treatment for a posteriori dose revisions. The warfarin model was developed in NONMEM [23], which is the most commonly used software for non-linear mixed effects modeling of clinical PK and PD data. Dose optimization could in theory be performed using this software, but there are several reasons for moving to another environment. NONMEM, like other specialized software for non-linear mixed effects modeling, has i) a high knowledge threshold for use, ii) specific demands for data input, and iii) requires licensing of a program. All these aspects would impede the use of the model as a dose decision tool. An advantage of the tool compared with other warfarin dose algorithms, is that it can be used to adjust warfarin dosing a posteriori due to other known or unknown factors than those specifically included in the prediction model. When the a posteriori function is used, the tool will start by estimating individual model parameters based on the patient’s input data. The individual model parameters can be seen as the patient’s warfarin phenotype, and determines how the patient most likely will respond to therapy. When the individual model parameters are estimated all factors that affect the PK or PD of warfarin, e.g. regular exercise, vitamin K intake, interacting drugs or other medical conditions, will be taken into account and influence dose predictions. Another advantage of the tool is its ability to handle INR observations under non-steady-state conditions. INR observations that are measured during initiation of warfarin therapy or after dose changes give valuable information about an individual patient’s response to warfarin, both concerning rate and extent. The tool can use INR values from start of therapy and provide estimates of the expected INR at steady state. In theory, this means that patients can reach a stable maintenance dose in less time and with fewer dose adjustments and INR measurements than an empirical dosing regimen.
When comparing maintenance dose predictions from NONMEM and the Java based tool, there was a systematic difference with a bias (MPE) of -0.104 mg and an imprecision (RMPE) of 0.192 mg for the tool. These differences are relatively small and are not expected to influence dose recommendations when considering the limitations in available tablet strengths. That there is a difference between the tool and NONMEM may be explained by differences in i) the optimization algorithm used when estimating individual doses, and ii) the definition of target INR at steady state. The Java based tool defines the target INR as the mean INR during a dosing interval whereas NONMEM defines the target INR as the INR at 16 hours post dose.

Conclusions

The predictive performance of the underlying published warfarin model has been extensively evaluated and shown to perform well in predicting the anticoagulant response in both children and adults [19,21,22,27]. The dosing tool needs to be evaluated prospectively before it can be recommended for use routinely in a clinical setting. However, even before a formal validation, it is possible to build confidence in the tool by using it for prediction of INR. Irrespective of whether the dose administered to a patient is derived from the tool or if it is an empirical dose, its accuracy can be evaluated by comparing predicted and observed INR values. A major limitation with the tool from a clinical perspective is that it has no save or printing function. However, there is at least one commercial dose-individualization software tool that have our warfarin models implemented, which has both a save and a printing function (www.​doseme.​com.​au). It is important to emphasize that this type of decision support tool is not intended to substitute for the care by a licensed health care professional, such as a clinician, pharmacist or specialized nurse. It should rather be seen as a tool to help ensure efficient and consistent dose adjustment practices between prescribers and between different health care providers, irrespective of target INR or target population.

Availability and requirements

Project name: Warfarin Dose Calculator 1.0.1
Operating system(s): Platform independent
Programming language: Java
Other requirements: Java Runtime Environment (JRE) 1.7.0 or newer
License: Apache Open source
Any restrictions to use by non-academics: No

Acknowledgements

AKH was supported by a personal grant from the Ränk family via the Swedish Heart and Lung Foundation. The development of the tool was supported by grants from the Swedish Research Council (Medicine 521-2011-2440), the Swedish Heart and Lung Foundation and the Clinical Research Support (ALF) at Uppsala University. We also want to thank Joakim Nyberg, researcher at the Department of Pharmaceutical Biosciences, Uppsala University, for providing technical and intellectual support during parts of the development.
Open Access This article is licensed under a Creative Commons Attribution 4.0 International License, which permits use, sharing, adaptation, distribution and reproduction in any medium or format, as long as you give appropriate credit to the original author(s) and the source, provide a link to the Creative Commons licence, and indicate if changes were made.
The images or other third party material in this article are included in the article’s Creative Commons licence, unless indicated otherwise in a credit line to the material. If material is not included in the article’s Creative Commons licence and your intended use is not permitted by statutory regulation or exceeds the permitted use, you will need to obtain permission directly from the copyright holder.
The Creative Commons Public Domain Dedication waiver (https://​creativecommons.​org/​publicdomain/​zero/​1.​0/​) applies to the data made available in this article, unless otherwise stated in a credit line to the data.

Competing interests

The authors declare that they have no competing interests. Anna-Karin Hamberg is currently employed by the Swedish Medical Products Agency (MPA). The opinions stated in the present article represents those of Anna-Karin Hamberg and do not represent any official view of the MPA.

Authors’ contributions

AKH did the initial drafting of major parts of the manuscript. AKH, ENJ and MW developed the idea of transferring a published warfarin model to a platform independent open source format, and specified functionalities of the tool. JD and JH implemented the model and the specified functionalities within a Java-based new graphical user interface. AKH and ENJ supervised parts of the development, and evaluated the computational performance of the tool. All authors have critically reviewed, contributed to and approved the manuscript.
Literatur
1.
Zurück zum Zitat Monagle P, Chan AKC, Goldenberg NA, Ichord RN, Journeycake JM, Nowak-Gottl U, et al. Antithrombotic therapy in neonates and children: antithrombotic therapy and prevention of thrombosis, 9th ed: American College of Chest Physicians Evidence-Based Clinical Practice Guidelines. Chest. 2012;141:e737S–801S.CrossRefPubMedPubMedCentral Monagle P, Chan AKC, Goldenberg NA, Ichord RN, Journeycake JM, Nowak-Gottl U, et al. Antithrombotic therapy in neonates and children: antithrombotic therapy and prevention of thrombosis, 9th ed: American College of Chest Physicians Evidence-Based Clinical Practice Guidelines. Chest. 2012;141:e737S–801S.CrossRefPubMedPubMedCentral
2.
Zurück zum Zitat Daneshjou R, Gamazon ER, Burkley B, Cavallari LH, Johnson JA, Klein TE, et al. Genetic variant in folate homeostasis is associated with lower warfarin dose in African Americans. Blood. 2014;124:2298–305.CrossRefPubMedPubMedCentral Daneshjou R, Gamazon ER, Burkley B, Cavallari LH, Johnson JA, Klein TE, et al. Genetic variant in folate homeostasis is associated with lower warfarin dose in African Americans. Blood. 2014;124:2298–305.CrossRefPubMedPubMedCentral
4.
Zurück zum Zitat Wadelius M, Chen LY, Lindh JD, Eriksson N, Ghori MJR, Bumpstead S, et al. The largest prospective warfarin-treated cohort supports genetic forecasting. Blood. 2009;113:784–92.CrossRefPubMedPubMedCentral Wadelius M, Chen LY, Lindh JD, Eriksson N, Ghori MJR, Bumpstead S, et al. The largest prospective warfarin-treated cohort supports genetic forecasting. Blood. 2009;113:784–92.CrossRefPubMedPubMedCentral
5.
Zurück zum Zitat Gong IY, Schwarz UI, Crown N, Dresser GK, Lazo-Langner A, Zou G, et al. Clinical and genetic determinants of warfarin pharmacokinetics and pharmacodynamics during treatment initiation. PLoS One. 2011;6:e27808.CrossRefPubMedPubMedCentral Gong IY, Schwarz UI, Crown N, Dresser GK, Lazo-Langner A, Zou G, et al. Clinical and genetic determinants of warfarin pharmacokinetics and pharmacodynamics during treatment initiation. PLoS One. 2011;6:e27808.CrossRefPubMedPubMedCentral
6.
Zurück zum Zitat Jorgensen AL, FitzGerald RJ, Oyee J, Pirmohamed M, Williamson PR. Influence of CYP2C9 and VKORC1 on patient response to warfarin: a systematic review and meta-analysis. PLoS One. 2012;7:e44064.CrossRefPubMedPubMedCentral Jorgensen AL, FitzGerald RJ, Oyee J, Pirmohamed M, Williamson PR. Influence of CYP2C9 and VKORC1 on patient response to warfarin: a systematic review and meta-analysis. PLoS One. 2012;7:e44064.CrossRefPubMedPubMedCentral
7.
Zurück zum Zitat Reynolds MW, Fahrbach K, Hauch O, Wygant G, Estok R, Cella C, et al. Warfarin anticoagulation and outcomes in patients with atrial fibrillation: a systematic review and metaanalysis. Chest. 2004;126:1938–45.CrossRefPubMed Reynolds MW, Fahrbach K, Hauch O, Wygant G, Estok R, Cella C, et al. Warfarin anticoagulation and outcomes in patients with atrial fibrillation: a systematic review and metaanalysis. Chest. 2004;126:1938–45.CrossRefPubMed
8.
Zurück zum Zitat Zareh M, Davis A, Henderson S. Reversal of warfarin-induced hemorrhage in the emergency department. West JEM. 2011;12:386–92. Zareh M, Davis A, Henderson S. Reversal of warfarin-induced hemorrhage in the emergency department. West JEM. 2011;12:386–92.
9.
Zurück zum Zitat Ghate SR, Biskupiak J, Ye X, Kwong WJ, Brixner DI. All-cause and bleeding-related health care costs in warfarin-treated patients with atrial fibrillation. J Manag Care Pharm. 2011;17(9):672–84.PubMed Ghate SR, Biskupiak J, Ye X, Kwong WJ, Brixner DI. All-cause and bleeding-related health care costs in warfarin-treated patients with atrial fibrillation. J Manag Care Pharm. 2011;17(9):672–84.PubMed
10.
Zurück zum Zitat International Warfarin Pharmacogenetics Consortium, Klein TE, Altman RB, Eriksson N, Gage BF, Kimmel SE, et al. Estimation of the warfarin dose with clinical and pharmacogenetic data. N Engl J Med. 2009;360:753–64.CrossRef International Warfarin Pharmacogenetics Consortium, Klein TE, Altman RB, Eriksson N, Gage BF, Kimmel SE, et al. Estimation of the warfarin dose with clinical and pharmacogenetic data. N Engl J Med. 2009;360:753–64.CrossRef
11.
Zurück zum Zitat Nowak-Gottl U, Dietrich K, Schaffranek D, Eldin NS, Yasui Y, Geisen C, et al. In pediatric patients, age has more impact on dosing of vitamin K antagonists than VKORC1 or CYP2C9 genotypes. Blood. 2010;116:6101–5.CrossRefPubMed Nowak-Gottl U, Dietrich K, Schaffranek D, Eldin NS, Yasui Y, Geisen C, et al. In pediatric patients, age has more impact on dosing of vitamin K antagonists than VKORC1 or CYP2C9 genotypes. Blood. 2010;116:6101–5.CrossRefPubMed
12.
Zurück zum Zitat Biss TT, Avery PJ, Brandao LR, Chalmers EA, Williams MD, Grainger JD, et al. VKORC1 and CYP2C9 genotype and patient characteristics explain a large proportion of the variability in warfarin dose requirement among children. Blood. 2012;119:868–73.CrossRefPubMed Biss TT, Avery PJ, Brandao LR, Chalmers EA, Williams MD, Grainger JD, et al. VKORC1 and CYP2C9 genotype and patient characteristics explain a large proportion of the variability in warfarin dose requirement among children. Blood. 2012;119:868–73.CrossRefPubMed
13.
Zurück zum Zitat Moreau C, Bajolle F, Siguret V, Lasne D, Golmard JL, Elie C, et al. Vitamin K antagonists in children with heart disease: height and VKORC1 genotype are the main determinants of the warfarin dose requirement. Blood. 2012;119:861–7.CrossRefPubMedPubMedCentral Moreau C, Bajolle F, Siguret V, Lasne D, Golmard JL, Elie C, et al. Vitamin K antagonists in children with heart disease: height and VKORC1 genotype are the main determinants of the warfarin dose requirement. Blood. 2012;119:861–7.CrossRefPubMedPubMedCentral
14.
Zurück zum Zitat Sandström M, Karlsson MO, Ljungman P, Hassan Z, Jonsson EN, Nilsson C, et al. Population pharmacokinetic analysis resulting in a tool for dose individualization of busulphan in bone marrow transplantation recipients. Bone Marrow Trans. 2001;28:657–64.CrossRef Sandström M, Karlsson MO, Ljungman P, Hassan Z, Jonsson EN, Nilsson C, et al. Population pharmacokinetic analysis resulting in a tool for dose individualization of busulphan in bone marrow transplantation recipients. Bone Marrow Trans. 2001;28:657–64.CrossRef
15.
Zurück zum Zitat Wallin J. Dose adaptation based on pharmacometric models. Uppsala: Acta Universitatis Upsaliensis; 2009. Wallin J. Dose adaptation based on pharmacometric models. Uppsala: Acta Universitatis Upsaliensis; 2009.
16.
Zurück zum Zitat Wallin JE, Friberg LE, Fasth A, Staatz CE. Population pharmacokinetics of tacrolimus in pediatric hematopoietic stem cell transplant recipients: new initial dosage suggestions and a model-based dosage adjustment tool. Ther Drug Mon. 2009;31:457–66.CrossRef Wallin JE, Friberg LE, Fasth A, Staatz CE. Population pharmacokinetics of tacrolimus in pediatric hematopoietic stem cell transplant recipients: new initial dosage suggestions and a model-based dosage adjustment tool. Ther Drug Mon. 2009;31:457–66.CrossRef
17.
Zurück zum Zitat Dombrowsky E, Jayaraman B, Narayan M, Barrett JS. Evaluating performance of a decision support system to improve methotrexate pharmacotherapy in children and young adults with cancer. Ther Drug Mon. 2011;33:99–107.CrossRef Dombrowsky E, Jayaraman B, Narayan M, Barrett JS. Evaluating performance of a decision support system to improve methotrexate pharmacotherapy in children and young adults with cancer. Ther Drug Mon. 2011;33:99–107.CrossRef
18.
Zurück zum Zitat Wallin JE, Friberg LE, Karlsson MO. A tool for neutrophil guided dose adaptation in chemotherapy. Comput Methods Programs Biomed. 2009;93:283–91.CrossRefPubMed Wallin JE, Friberg LE, Karlsson MO. A tool for neutrophil guided dose adaptation in chemotherapy. Comput Methods Programs Biomed. 2009;93:283–91.CrossRefPubMed
19.
Zurück zum Zitat Wright DFB, Duffull SB. A Bayesian dose-individualization method for warfarin. Clin Pharmacokinet. 2013;52:59–68.CrossRefPubMed Wright DFB, Duffull SB. A Bayesian dose-individualization method for warfarin. Clin Pharmacokinet. 2013;52:59–68.CrossRefPubMed
20.
Zurück zum Zitat Hamberg A-K, Dahl ML, Barban M, Scordo MG, Wadelius M, Pengo V, et al. A PK-PD model for predicting the impact of age, CYP2C9, and VKORC1 genotype on individualization of warfarin therapy. Clin Pharmacol Ther. 2007;81:529–38.CrossRefPubMed Hamberg A-K, Dahl ML, Barban M, Scordo MG, Wadelius M, Pengo V, et al. A PK-PD model for predicting the impact of age, CYP2C9, and VKORC1 genotype on individualization of warfarin therapy. Clin Pharmacol Ther. 2007;81:529–38.CrossRefPubMed
21.
Zurück zum Zitat Hamberg A-K, Wadelius M, Lindh JD, Dahl ML, Padrini R, Deloukas P, et al. A pharmacometric model describing the relationship between warfarin dose and INR response with respect to variations in CYP2C9, VKORC1, and age. Clin Pharmacol Ther. 2010;87:727–34.CrossRefPubMed Hamberg A-K, Wadelius M, Lindh JD, Dahl ML, Padrini R, Deloukas P, et al. A pharmacometric model describing the relationship between warfarin dose and INR response with respect to variations in CYP2C9, VKORC1, and age. Clin Pharmacol Ther. 2010;87:727–34.CrossRefPubMed
22.
Zurück zum Zitat Hamberg A-K, Friberg LE, Hanséus K, Ekman-Joelsson B-M, Sunnegårdh J, Jonzon A, et al. Warfarin dose prediction in children using pharmacometric bridging—comparison with published pharmacogenetic dosing algorithms. Eur J Clin Pharmacol. 2013;69(6):1275–83.CrossRefPubMedPubMedCentral Hamberg A-K, Friberg LE, Hanséus K, Ekman-Joelsson B-M, Sunnegårdh J, Jonzon A, et al. Warfarin dose prediction in children using pharmacometric bridging—comparison with published pharmacogenetic dosing algorithms. Eur J Clin Pharmacol. 2013;69(6):1275–83.CrossRefPubMedPubMedCentral
23.
Zurück zum Zitat Bauer R. NONMEM users guide. Introduction to NONMEM 7.2.0. Ellicott City, Maryland: ICON Development Solutions; 2011. Bauer R. NONMEM users guide. Introduction to NONMEM 7.2.0. Ellicott City, Maryland: ICON Development Solutions; 2011.
25.
Zurück zum Zitat Scott SA, Khasawneh R, Peter I, Kornreich R, Desnick RJ. Combined CYP2C9, VKORC1 and CYP4F2 frequencies among racial and ethnic groups. Pharmacogenomics. 2010;11:781–91.CrossRefPubMedPubMedCentral Scott SA, Khasawneh R, Peter I, Kornreich R, Desnick RJ. Combined CYP2C9, VKORC1 and CYP4F2 frequencies among racial and ethnic groups. Pharmacogenomics. 2010;11:781–91.CrossRefPubMedPubMedCentral
26.
Zurück zum Zitat Limdi NA, Wadelius M, Cavallari L, Eriksson N, Crawford DC, Lee MTM, et al. Warfarin pharmacogenetics: a single VKORC1 polymorphism is predictive of dose across 3 racial groups. Blood. 2010;115:3827–34.CrossRefPubMedPubMedCentral Limdi NA, Wadelius M, Cavallari L, Eriksson N, Crawford DC, Lee MTM, et al. Warfarin pharmacogenetics: a single VKORC1 polymorphism is predictive of dose across 3 racial groups. Blood. 2010;115:3827–34.CrossRefPubMedPubMedCentral
27.
Zurück zum Zitat Hamberg A-K, Wadelius M. Pharmacogenetics-based warfarin dosing in children. Pharmacogenomics. 2014;15:361–74.CrossRefPubMed Hamberg A-K, Wadelius M. Pharmacogenetics-based warfarin dosing in children. Pharmacogenomics. 2014;15:361–74.CrossRefPubMed
Metadaten
Titel
A Bayesian decision support tool for efficient dose individualization of warfarin in adults and children
verfasst von
Anna-Karin Hamberg
Jacob Hellman
Jonny Dahlberg
E Niclas Jonsson
Mia Wadelius
Publikationsdatum
01.12.2015
Verlag
BioMed Central
Erschienen in
BMC Medical Informatics and Decision Making / Ausgabe 1/2015
Elektronische ISSN: 1472-6947
DOI
https://doi.org/10.1186/s12911-014-0128-0

Weitere Artikel der Ausgabe 1/2015

BMC Medical Informatics and Decision Making 1/2015 Zur Ausgabe