| Literature DB >> 34414545 |
Mikyung Kelly Seo1,2,3,4, Mark Strong5.
Abstract
Despite the increasing number of potential biomarkers identified in laboratories and reported in much literature, the adoption of biomarkers routinely available in clinical practice to inform treatment decisions is very limited. Reimbursement decisions for new health technologies are often informed by economic evaluations; however, economic evaluations of diagnostics/testing technologies, such as companion biomarker tests, are far less frequently reported than drugs. Furthermore, few countries provide the health economic evaluation methods guide specific to co-dependent technologies such as companion diagnostics or precision medicines. Therefore, this paper aims to guide the process of the development of cost-effectiveness models of cancer biomarkers for targeted therapies, focusing on companion diagnostics. This tutorial paper provides practical guidance on how to conduct economic evaluations of cancer biomarkers and how to model the characteristics of the biomarker tests as part of the value for money of corresponding targeted therapies. This paper presents a brief introduction to the methods and data requirements, a step-by-step guide to constructing a health economic model of companion cancer biomarkers, and a discussion of issues that arise in their application to healthcare decision making. This practical guidance is provided in R, and worked examples are provided in this paper with R codes in the accompanying electronic supplementary material.Entities:
Mesh:
Substances:
Year: 2021 PMID: 34414545 PMCID: PMC8599329 DOI: 10.1007/s40273-021-01069-8
Source DB: PubMed Journal: Pharmacoeconomics ISSN: 1170-7690 Impact factor: 4.981
Table 1
Summary of the reference case used in this guide
| Element | Reference case |
|---|---|
| Intervention strategy | Test–treat patients according to biomarker status, using companion diagnostics for targeted therapies |
| Choice of treatment alternative (comparator strategies) | The comparator strategy that the new biomarker-guided therapy will most likely replace. Thus, in this core model, two comparator strategies were employed: (1) Treat all patients with biomarker-guided therapy regardless of biomarker status; (2) Treat all patients with usual treatment regardless of biomarker status |
| Health state | Three health states: progression-free survival (PFS), progressed disease (PD) and dead |
| Viewpoint of the analysis | Health system perspective |
| Time horizon | Lifetime |
| Analysis model | Cost-utility analysis |
| Health outcome | Quality-adjusted life-year |
| Method for the measurement and valuation of health effects | Generic measures of health instruments |
| Discounting rate | 3.5% |
| Uncertainty | Probabilistic sensitivity analysis; with an option of deterministic sensitivity analysis |
Fig. 1Model schematic. ‘M’ indicates a move into the Model in Fig. 2. PFS progression-free survival, PD progressed disease, M Markov model
Fig. 2Health transition diagram. PFS progression-free survival, PD progressed disease
Table 2
Parameter values for the model development
| Variable name coded in R | Value | Description |
|---|---|---|
| cPFS | 500 | State cost of one cycle in the progression-free disease state |
| cPD | 3000 | State cost of one cycle in the progressive disease state |
| cDrug | 1000 | State cost of drug for one cycle |
| cTest | 100 | State cost of biomarker testing for one cycle |
| cDead | 0 | State cost of one cycle in the death |
| uPFS.UC | 0.75 | Quality-of-life weight for one cycle in PFS for patients treated with usual care |
| uPD.UC | 0.65 | Quality-of-life weight for one cycle in PD for patients treated with usual care |
| uPFS.TC | 0.80 | Quality-of-life weight for one cycle in PFS for patients treated with targeted care |
| uPD.TC | 0.70 | Quality-of-life weight for one cycle in PD for patients treated with targeted care |
| disutility.Test | 0.05 | Disutility value of testing a biomarker status |
| pBiomarker | 0.74 | Biomarker prevalence/frequency |
| tp | 0.285 | Biomarker testing accuracy (true positive) |
| fp | 0.245 | Biomarker testing accuracy (false positive) |
| tn | 0.015 | Biomarker testing accuracy (true negative) |
| fn | 0.455 | Biomarker testing accuracy (false negative) |
| pPFS2PD | 0.2 | Probability of entering the PD state |
| pPD2D | 0.25 | Probability of dying from PD |
| pPFS2D | 0.05 | Probability of dying from PFS |
| pPD2PFS | 0 | Recovery from PD to PFS is not permitted in the model |
| eff | 0.25 | Targeted drug reduces the likelihood of being progressed by 25% Relative risk of disease progression from using the drug Targeted drug is discontinued upon progression |
| rDiscount | 0.035 | Discount rate for outcomes and costs 3.5% |
PFS progression-free survival, PD progressed disease
Fig. 3Algorithm steps in performing cost-effectiveness analysis for cancer biomarkers for targeted therapies in R. UC usual care, TC targeted care
| No clear methods guidance exists on how to model companion testing technologies as part of economic evaluations of biomarker-guided therapies. Few countries provide the health economic evaluation methods guide specific to co-dependent technologies such as companion diagnostics and biomarker-guided therapies. |
| This tutorial article provides a step-by-step guide on constructing a health economic model to assess the value for money of biomarker-guided therapies. A core model was developed as part of the worked examples of this tutorial, using R. Users can readily adapt the core model, with appropriate adjustments to data inputs and model structure. |
| This tutorial can also inform users of relevant data inputs of companion biomarker tests required to incorporate in economic evaluations of biomarker-guided therapies before designing studies/trials for data collection. |