Skip to main content

Adherence predictor variables in AIDS patients: an empirical study using the data mining-based RFM model

Abstract

Background

Highly active antiretroviral therapy (ART) is still the only effective method to stop the disease progression in acquired immunodeficiency syndrome (AIDS) patients. However, poor adherence to the therapy makes it ineffective. In this work, we construct an adherence prediction model of AIDS patients using the classical recency, frequency and monetary value (RFM) model in the data mining-based customer relationship management model to obtain adherence predictor variables.

Methods

We cleaned 257,305 diagnostic data elements of AIDS outpatients in Shanghai from August 2009 to December 2019 to obtain 16,440 elements. We tested the RFM and RFm (R: recent consultation month, F: consultation frequency, M/m: total/average medical costs per visit) models, three clustering methods (K-means, Kohonen and two-step clustering) and four decision algorithms (C5.0, the classification and regression tree, Chi-square Automatic Interaction Detector and Quick, Unbiased, Efficient, Statistical Tree) to select the optimal combination. The optimal model and clustering analysis were used to divide the patients into two groups (good and poor adherence), then the optimal decision algorithm was used to construct the prediction model of adherence and obtain its predictor variables.

Results

The results revealed that the RFm model, K-means clustering analysis and C5.0 algorithm were optimal. After three rounds of k-means clustering analysis, the optimal RFm clustering model quality was 0.8, 10,614 elements were obtained, including 9803 and 811 from patients with good or poor adherence, respectively, and five types of patients were identified. The prediction model had an accuracy of 100% with the recent consultation month as an important adherence predictor variable.

Conclusions

This work presented a prediction model for medication adherence in AIDS patients at the designated AIDS center in Shanghai, using the RFm model and the k-means and C5.0 algorithms. The model can be expanded to include patients from other centers in China and worldwide.

Introduction

Acquired immunodeficiency syndrome (AIDS), caused by the human immunodeficiency virus (HIV), is one of the most serious infectious diseases in the world [1], with no cure or effective vaccine so far. Highly active antiretroviral therapy (ART), developed in 1996, is still the only effective method to inhibit HIV replication. This method changed AIDS from a lethal disease to a treatable chronic infectious disease [2,3,4]. Furthermore, it can rebuild the immune system in AIDS patients to prevent death caused by various opportunistic infections [3, 5]. However, the effectiveness of this treatment depends on the patients’ adherence to the therapy [3]. High adherence can reduce drug-resistant strains and further transmission of such strains and decrease the AIDS-related opportunistic infections, mortality rate, incidence, treatment costs and disease burden [3, 6,7,8].

In 2003, the World Health Organization defined adherence as the extent to which a person’s medication-taking behavior, dietary compliance and/or execution of lifestyle changes correspond with the agreed recommendations from a healthcare provider in the disease treatment and control. Basically, it is the degree to which a patient sticks to a treatment plan [9, 10]. Poor adherence is a widespread problem in the world [1].

The minimum required adherence level to achieve the disease inhibition was shown to be 90% by Chen [11]. The same indication was also presented by Kioko [12], Mbengue [13] and Neupane [14]. However, according to the current studies, adherence is poor in AIDS patients. Mbengue [13] found that only 26.67% of the patients exhibit high adherence, Neupane [14] found that only 87.4% of the patients have good adherence, Souza (2019) [15] found that only 52.5% of the patients have good adherence, whereas 33.3% of the patients have low adherence. Sagarduy [16] found that only 82% of the patients are adherent to ART. Poor adherence might be caused by the lack of an objective, simple and easily understood operational marker for determining adherence. Therefore, developing a marker to monitor the clinical treatment and evaluate adherence in AIDS patients will help to give more time and attention to the patients with low adherence to improve it and increase the therapy effectiveness.

Currently, the following methods are used in China and other countries to determine adherence in AIDS patients: (1) self-reported evaluation questionnaires [9, 11, 13, 14, 16,17,18,19,20], (2) tablet, prescription and pharmacy records for drug count [21, 22], (3) plasma drug concentration monitoring [10, 22, 23] and (4) a mixture of self-reported questionnaires and plasma drug concentration monitoring. However, method (1) tends to be limited by patient-related subjective factors, and its reliability and validity tend to be questionable. Method (2) requires the inspector to have high professional knowledge, and electronic pillboxes are expensive and difficult to promote. As for method (3), it is limited by shortcomings such as the difficulty of collecting blood every day, high testing costs and large differences in the metabolism of individuals.

Given the drawbacks in the currently used measurement methods, Haberer [24] indicated the need to improve the adherence measurement in resource-limited settings to improve the ART adherence on a large scale. Thus, there were some attempts to build adherence prediction models. Krumme [25] used the classical recency, frequency and monetary value (RFM) model [26] in the customer relationship management (CRM) theory [26,27,28] to predict that the adherence of the patients buying cardiovascular drugs from retail pharmacies was positively correlated with the number of store visits per month and the dollar amount per visit. Zare Hosseini [26] employed clustering analysis and decision algorithms in an RFM model-based data mining for the prediction using the data of patients in Iran and found that the adherence in hospital patients is associated with the recent consultation time, hospital treatment cycle, consultation frequency and total amount paid. This reveals that the RFM model is effective in predicting the variables for chronic disease medication adherence.

In this study, we used the classical RFM model in the data mining-based CRM theory [26,27,28] to obtain predictor variables for adherence in AIDS patients [25, 26, 29]. The presented model shows an efficiency to guide improvements in the adherence in AIDS patients.

Materials and methods

Research design

This is an empirical study performed on the data exported from the hospital information system (HIS) of the only designated hospital in Shanghai for treating AIDS patients from August 2009 to December 2019. The data was used to train and test an RFM model to get predictor variables for adherence in AIDS patients.

Data extraction and preprocessing

The data of AIDS outpatients from August 1, 2009, to December 31, 2019 were exported from the HIS of the research unit using the methods from literature [25, 26, 29, 30]. The fields included the consultation time, patient’s identification card number, gender, age, place of residence (local/no-local) and medical costs, for a total of 257,305 data elements (16,440 patients). Public hospitals in Shanghai in China implement a system wherein the actual name of the patient is used during consultation, and the identification number of the patient is an essential field. The SPSS 22.0 and SPSS Modeler 18.0 software were used for data analysis.

The data were cleaned, and the following fields were expanded by the methods used in literature [25, 26, 30]: (1) The consultation time field was expanded to “recent consultation month”, with December 2019 as the first month, November 2019 as the second month and so on until August 2009 as the 125th month; (2) The cumulative cost field in the patient’s identification card was used to calculate the “total medical costs” field; (3) The consultation time and cumulative frequency in the patient’s identification card were used to obtain the “consultation frequency” field; (4) The “total medical costs” field of each patient was divided by the “consultation frequency” field to obtain the “average medical costs per visit”. These constitute one data element representing one person.

Variable generation and descriptive statistical analysis

Seven variables (recent consultation month, gender, age, total medical costs, consultation frequency, average medical costs per visit and place of residence) were generated. The factors of gender, age and place of residence were statistically analyzed to investigate good or poor acceptability, then four variables (recent consultation month, total medical costs, consultation frequency and average medical costs per visit) were used to describe these 16,440 data elements as mentioned in literature [25, 26, 29, 30].

Finding the optimal RFM or RFm model, clustering analysis and decision algorithm

In this experiment, we tested the RFM and RFm models with several clustering analysis and decision algorithms to determine the best components to construct and evaluate the adherence prediction model. We employed methods from literature [25, 26, 29] and used the RFM model theory as follows: (1) The three fields of recent consultation month, consultation frequency and total medical costs were used for the RFM model [26]; (2) The three fields of recent consultation month, consultation frequency and average medical costs per visit were used for the RFm model [25, 29]. Three clustering methods (K-means, Kohonen and two-step clustering) were used to construct the clustering models, in which four decision algorithms (C5.0, classification and regression tree (CART), Chi-square Automatic Interaction Detector (CHAID) and Quick, Unbiased, Efficient, Statistical Tree (QUEST)) were used in each model to construct several preliminary prediction models. From these models, we determined the optimal RFM(m) model, clustering analysis method and decision algorithm based on the quality of the model and stability of important predictor variables, which were used for the adherence prediction model experiment.

Validating the adherence prediction model and obtaining the variables

In this experiment, we used the optimal RFM(m) model and methods found in the previous experiment to construct the best clustering model, separate patients with good adherence from those with poor adherence and identify important variables for adherence prediction. The literature methods were used as references, and the optimal decision algorithm was employed, with good and poor adherence as targets. The important predictor variables in the best clustering model were utilized as the input variables, and the data underwent randomization and binning: we used 90% of the data as the training set to construct the adherence prediction model, and the remaining 10% was used as the test set to validate the model and finally obtain the adherence predictor variables.

Results

Descriptive statistical analysis of preprocessed data

The data preprocessing resulted in 16,440 data elements, such that each element represented one patient. The mean recent consultation month of the 16,440 AIDS patients was 15 months, and the median was 3 months. The mean total medical cost was 11,000 RMB (China’s currency), and the median was 8700 RMB. The average medical cost per visit was 900 RMB, and the median was 644 RMB. The mean consultation frequency was 15.65 visits, and the median was 13 visits. These four markers conform to a positively skewed distribution. The results are shown in Table 1. Since there was no statistically significant difference between good and bad adherence according to the factors of gender, place of residence and age (see Table 2), only the descriptive statistical analysis was conducted.

Table 1 Consultation status of AIDS patients in 2009–2019
Table 2 Cross-tab analysis of adherence with gender, residence and age

The optimal RFM(m) model, clustering analysis and decision algorithm

The three markers in the RFM model were used as variables to construct 13 models (including five clustering models and eight prediction models). However, the predictor variables were unstable. The three markers in the RFm model were then used as variables to construct 27 models (including 7 clustering models and 20 prediction models), the predictor variables were stable, and the model was robust. Clustering analysis was used to construct 12 models, and the k-means clustering analysis was the most robust one. The decision algorithm was used to construct 28 models, and the C5.0 algorithm was robust and had high prediction accuracy. The results showed that the RFm model, k-means clustering analysis and C5.0 algorithm were optimal. The results are shown in Table 3.

Table 3 Preliminary experiment on RFM(m) models, clustering analysis, and decision algorithms in 16,440 valid datasets obtained after cleaning

The adherence prediction model and variables

The R, F and m in the RFm model were used as the variables for three rounds of k-means clustering analysis before the C5.0 algorithm was used to construct and validate the adherence prediction model. The 16,440 data elements underwent one round of k-means clustering analysis to remove the data of the patients who did visit within 24 months. The second round removed the data of the patients who did not visit within 8 months. The third round resulted in the best model quality of 0.8, and 5 clusters representing 5 types of patients. Among these elements, 9803 (recent consultation month ≤ 3 months) were patients with good adherence, and 811 (recent consultation month > 3 months) were patients with poor adherence. Furthermore, two important predictor variables (recent consultation month and average medical costs per visit) were obtained. The results are shown in Tables 4 and Table 5.

Table 4 Results of cleaned 16,440 datasets after three rounds of K-means clustering analysis
Table 5 Clustering map of five types of patients (10,614 datasets) after three rounds of k-means clustering analysis

Since the AIDS patients in the study unit can collect drugs for free from the designated hospital once every 3 months, and following the recommendation of Tarokh [30] to designate 3 months as one consultation cycle, we decided to classify the patients as well adherent if the recent consultation month was between one and three months. As a result, the patients in Clusters 1, 3, 4 and 5 were classified as patients with good adherence. The patients in Cluster 5 had other underlying diseases. Therefore, the average medical costs per visit was relatively high. The patients in Cluster 2, who did not go for consultation for more than 4 months, were classified as poorly adherent. The C5.0 algorithm was employed, with good adherence and poor adherence as the targets, and the recent consultation month and average medical cost per visit as the input variables. Validating the adherence prediction model showed that the recent consultation month represented the adherence prediction model node. If recency ≤ 3, Model 1 has a good adherence. If recency > 3, Model 2 has a poor adherence. Thus, there was only one important predictor variable: the recent consultation month. The accuracy of the prediction model was 100%. The results are shown in Table 6.

Table 6 C5.0 algorithm analysis results

Discussion

In this study, we used 257,305 consultation data elements that were generated for 16,440 AIDS patients in 125 months (August 1, 2009 to December 31, 2019) to train and test an adherence prediction model.

In the preliminary experiment, we referenced the classical RFM model [26, 29] that is used in the CRM theory in various industries. Zare Hosseini [26] used the total medical costs (RFM model), whereas Krumme [25] used the average cost per visit (RFm) model for the analysis. Aiming to have an overall assessment of the RFM/m models and different clustering analysis and decision algorithms, we constructed RFM and RFm models, and evaluated the predictor variable stability and clustering model robustness to find the best elements. The results showed that the RFm model was superior to the RFM model (Table 3). Furthermore, the k-means and two-step clustering models had good performance. However, in the C5.0 algorithm, the model prediction accuracy values of the first two rounds of the two-step clustering were slightly lower than that of the k-means clustering analysis (Table 3), and its clustering quality in the third round was only 0.4. Therefore, the k-means clustering was shown to be better than the other tested clustering methods. Compared with the CART, CHAID and QUEST algorithms, the C5.0 algorithm model was robust and had a prediction accuracy of 99%. Hence, it represented the best prediction model (Table 3).

In the adherence prediction model experiment, k-means clustering analysis was employed for three rounds of clustering on 16,440 valid data elements to obtain a good clustering model and to achieve normal data distribution, since the variables were not normally distributed, and exhibited a positively skewed distribution. In the first and second rounds, the data of the patients who did not undergo consultation for more than 24 and 8 months were removed, respectively. In the third round, the model achieved the best clustering quality of 0.8, and the patients were divided into five categories, based on the timing of their last consultation. Since the frequency at which the AIDS patients collect their medicine from the designated hospital is once every 3 months, the patients were classified as well adherent if their consultation was within the last 3 months, and poorly adherent otherwise. Two important predictor variables were obtained: the recent consultation month and average medical costs per visit. The C5.0 algorithm was used for the model construction and validation, and the accuracy was 100%. Finally, the only important predictor variable for adherence was the “recent consultation month” represented by R, and the node of the adherence prediction model was “R ≤ 3;R > 3”.

The obtained adherence predictor variable was reliable, which once again validates the rationality of providing free drugs to AIDS patients in the study unit once every 3 months during follow-up consultations, instead of the other used options of 2 weeks or 1 month. This variable can be used as an important predictive marker for adherence to guide the patients towards increasing their adherence. It is simpler and has better operability compared with the methods previously used.

Since ART is a lifelong treatment, the AIDS patient services should be expanded and simplified [31]. Here we present the following recommendation in this matter. In China, the actual names are used for mobile phone, telephone and internet users; thus, we recommend that the hospitals construct an information management platform with the following tasks: (1) When the patient’s mobile phone opens the information management platform, a “drug administration mobile phone check in” pop-up automatically appears. A mobile phone SMS or a fixed telephone line call reminds the patient to take their medicines if they did not check in; (2) Every time the patient comes to take the free drugs, the workstation automatically calculates the next date for drug collection and continuously pushes reminding information three working days before the next consultation date [17, 32]. If the patient does not have a fixed consultation schedule, the system automatically provides feedback to the workstation and activates manual telephone calls.

A main limitation of this study is that there is no cross-sectional study for validation. In addition, the data used in this work come from a single center in Shanghai. Expanding the study by including multi-center data will enrich the conclusions.

Conclusion

This study constructed and validated a prediction model for medication adherence in AIDS patients, using the RFm model and the k-means and C5.0 algorithms. We obtained an adherence predictor variable, which was the recent consultation month. In future studies, in-depth tracking of adherence in AIDS patients in the study unit and collaboration with other designated medical institutions for treating AIDS patients in other cities in China will be conducted.

Abbreviations

AIDS:

Acquired immunodeficiency syndrome

HIV:

The human immunodeficiency virus

ART:

Active antiretroviral therapy

RFM:

Recency, frequency and monetary value model

CRM:

Customer relationship management theory

HIS:

Hospital information system

CART:

Classification and regression tree (CART)

CHAID:

Chi-square Automatic Interaction Detector

QUEST:

Quick, Unbiased, Efficient, Statistical Tree

References

  1. Prokofjeva MM, Kochetkov SN, Prassolov VS. Therapy of HIV infection: current approaches and prospects. Acta Naturae. 2016;8(4):23–32.

    Article  CAS  Google Scholar 

  2. Rout SK, Gabhale YR, Dutta A, et al. Can telemedicine initiative be an effective intervention strategy for improving treatment compliance for pediatric HIV patients: evidences on costs and improvement in treatment compliance from Maharashtra, India. PLoS ONE. 2019;14(10):e0223303. https://0-doi-org.brum.beds.ac.uk/10.1371/journal.pone.0223303.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  3. Escolano A, Dosenovic P, Nussenzweig MC. Progress toward active or passive HIV-1 vaccination. J Exp Med. 2017;214(1):3–16. https://0-doi-org.brum.beds.ac.uk/10.1084/jem.20161765.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  4. Farooq T, Hameed A, Rehman K, Ibrahim M, Qadir MI, Akash MS. Antiretroviral agents: looking for the best possible chemotherapeutic options to conquer HIV. Crit Rev Eukaryot Gene Expr. 2016;26(4):363–81. https://0-doi-org.brum.beds.ac.uk/10.1615/CritRevEukaryotGeneExpr.2016018255.

    Article  PubMed  Google Scholar 

  5. Autran B, Carcelain G, Li TS, et al. Positive effects of combined antiretroviral therapy on CD4 + T cell homeostasis and function in advanced HIV disease. Science. 1997;277(5322):112–6. https://0-doi-org.brum.beds.ac.uk/10.1126/science.277.5322.112.

    Article  CAS  PubMed  Google Scholar 

  6. Egelund EF, Dupree L, Huesgen E, Peloquin CA. The pharmacological challenges of treating tuberculosis and HIV coinfections. Expert Rev Clin Pharmacol. 2017;10(2):213–23. https://0-doi-org.brum.beds.ac.uk/10.1080/17512433.2017.1259066.

    Article  CAS  PubMed  Google Scholar 

  7. Bandera A, Colella E, Rizzardini G, Gori A, Clerici M. Strategies to limit immune-activation in HIV patients. Expert Rev Anti Infect Ther. 2017;15(1):43–54. https://0-doi-org.brum.beds.ac.uk/10.1080/14787210.2017.1250624.

    Article  CAS  PubMed  Google Scholar 

  8. Shah M, Risher K, Berry SA, Dowdy DW. The epidemiologic and economic impact of improving HIV testing, linkage, and retention in care in the United States. Clin Infect Dis. 2016;62(2):220–9. https://0-doi-org.brum.beds.ac.uk/10.1093/cid/civ801.

    Article  PubMed  Google Scholar 

  9. Kardas P, Lewek P, Matyjaszczyk M. Determinants of patient adherence: a review of systematic reviews. Front Pharmacol. 2013;4:91. https://0-doi-org.brum.beds.ac.uk/10.3389/fphar.2013.00091 (Published 2013 Jul 25).

    Article  PubMed  PubMed Central  Google Scholar 

  10. Petersen ML, LeDell E, Schwab J, et al. Super learner analysis of electronic adherence data improves viral prediction and may provide strategies for selective HIV RNA monitoring. J Acquir Immune Defic Syndr. 2015;69(1):109–18. https://0-doi-org.brum.beds.ac.uk/10.1097/QAI.0000000000000548.

    Article  PubMed  PubMed Central  Google Scholar 

  11. Chen J, Zhang M, Shang M, Yang W, Wang Z, Shang H. Research on the treatment effects and drug resistances of long-term second-line antiretroviral therapy among HIV-infected patients from Henan Province in China. BMC Infect Dis. 2018;18(1):571. https://0-doi-org.brum.beds.ac.uk/10.1186/s12879-018-3489-7 (Published 2018 Nov 15).

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  12. Kioko MT, Pertet AM. Factors contributing to antiretroviral drug adherence among adults living with HIV or AIDS in a Kenyan rural community. Afr J Prim Health Care Fam Med. 2017;9(1):e1–7. https://0-doi-org.brum.beds.ac.uk/10.4102/phcfm.v9i1.1343 (Published 2017 Jul 31).

    Article  PubMed  Google Scholar 

  13. Mbengue MAS, Sarr SO, Diop A, Ndour CT, Ndiaye B, Mboup S. Prevalence and determinants of adherence to antiretroviral treatment among HIV patients on first-line regimen: a cross-sectional study in Dakar, Senegal. Pan Afr Med J. 2019;33:95. https://0-doi-org.brum.beds.ac.uk/10.11604/pamj.2019.33.95.17248 (Published 2019 Jun 10).

    Article  PubMed  PubMed Central  Google Scholar 

  14. Neupane S, Dhungana GP, Ghimire HC. Adherence to antiretroviral treatment and associated factors among people living with HIV and AIDS in CHITWAN, Nepal. BMC Public Health. 2019;19(1):720. https://0-doi-org.brum.beds.ac.uk/10.1186/s12889-019-7051-3 (Published 2019 Jun 10).

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  15. Souza HC, Mota MR, Alves AR, et al. Analysis of compliance to antiretroviral treatment among patients with HIV/AIDS. Rev Bras Enferm. 2019;72(5):1295–303. https://0-doi-org.brum.beds.ac.uk/10.1590/0034-7167-2018-0115 (Published 2019 Sep 16).

    Article  PubMed  Google Scholar 

  16. Sagarduy JLY, López JAP, Ramírez MTG, Dávila LEF. Psychological model of ART adherence behaviors in persons living with HIV/AIDS in Mexico: a structural equation analysis. Rev Saude Publica. 2017;51:81. https://0-doi-org.brum.beds.ac.uk/10.11606/s1518-8787.2017051006926 (Published 2017 Sep 4).

    Article  PubMed  PubMed Central  Google Scholar 

  17. Endebu T, Deksisa A, Dugasa W, Mulu E, Bogale T. Acceptability and feasibility of short message service to improve ART medication adherence among people living with HIV/AIDS receiving antiretroviral treatment at Adama hospital medical college, Central Ethiopia. BMC Public Health. 2019;19(1):1315. https://0-doi-org.brum.beds.ac.uk/10.1186/s12889-019-7687-z (Published 2019 Oct 21).

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  18. Vilela Á, Bach P, Godoy P. Cumplimiento del estudio de contactos de personas diagnosticadas de VIH/ITS en las comarcas de Lleida [Compliance with the partner notification of HIV/STI patients in the counties of Lleida]. Rev Esp Salud Publica. 2019;93:e201912096 (Published 2019 Dec 2).

    PubMed  Google Scholar 

  19. Johnson RJ. Tactile contact as a marketing tool for improving an HIV/STD Education Program’s Compliance/Retention with Crack Cocaine Users. Psychol Ment Health Care. 2020;4(1):067.

    PubMed  PubMed Central  Google Scholar 

  20. Dagnew AB, Tewabe T, Birhie A, et al. Factors associated with compliance with World Health Organization-recommended infant-feeding practices by mothers with HIV infection in Northwest Ethiopia. Curr Ther Res Clin Exp. 2019;91:39–44. https://0-doi-org.brum.beds.ac.uk/10.1016/j.curtheres.2019.100568 (Published 2019 Oct 18).

    Article  PubMed  PubMed Central  Google Scholar 

  21. Brojan LEF, Marca LM, Dias FA, Rattmann YD. Antiretroviral drug use by individuals living with HIV/AIDS and compliance with the Clinical Protocol and Therapy Guidelines. Einstein. 2020;18:eAO4995 (Published 2020 Feb 17).

    Article  Google Scholar 

  22. Dilworth TJ, Klein PW, Mercier RC, Borrego ME, Jakeman B, Pinkerton SD. Clinical and economic effects of a pharmacist-administered antiretroviral therapy adherence clinic for patients living with HIV. J Manag Care Spec Pharm. 2018;24(2):165–72. https://0-doi-org.brum.beds.ac.uk/10.18553/jmcp.2018.24.2.165.

    Article  PubMed  PubMed Central  Google Scholar 

  23. Gilliland WM Jr, Prince HMA, Poliseno A, Kashuba ADM, Rosen EP. Infrared matrix-assisted laser desorption electrospray ionization mass spectrometry imaging of human hair to characterize longitudinal profiles of the antiretroviral maraviroc for adherence monitoring. Anal Chem. 2019;91(16):10816–22. https://0-doi-org.brum.beds.ac.uk/10.1021/acs.analchem.9b02464.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  24. Haberer JE, Sabin L, Amico KR, et al. Improving antiretroviral therapy adherence in resource-limited settings at scale: a discussion of interventions and recommendations. J Int AIDS Soc. 2017;20(1):21371. https://0-doi-org.brum.beds.ac.uk/10.7448/ias.20.1.21371 (Published 2017 Mar 22).

    Article  PubMed  PubMed Central  Google Scholar 

  25. Krumme AA, Sanfélix-Gimeno G, Franklin JM, et al. Can purchasing information be used to predict adherence to cardiovascular medications? An analysis of linked retail pharmacy and insurance claims data. BMJ Open. 2016;6(11):e011015. https://0-doi-org.brum.beds.ac.uk/10.1136/bmjopen-2015-011015 (Published 2016 Nov 9).

    Article  PubMed  PubMed Central  Google Scholar 

  26. Zare Hosseini Z, Mohammadzadeh M. Knowledge discovery from patients’ behavior via clustering-classification algorithms based on weighted eRFM and CLV model: an empirical study in public health care services. Iran J Pharm Res. 2016;15(1):355–67.

    PubMed  PubMed Central  Google Scholar 

  27. Poku MK, Behkami NA, Bates DW. Patient relationship management: what the U.S. healthcare system can learn from other industries. J Gen Intern Med. 2017;32(1):101–4. https://0-doi-org.brum.beds.ac.uk/10.1007/s11606-016-3836-6.

    Article  PubMed  Google Scholar 

  28. Walker DD, van Jaarsveld DD, Skarlicki DP. Sticks and stones can break my bones but words can also hurt me: the relationship between customer verbal aggression and employee incivility. J Appl Psychol. 2017;102(2):163–79. https://0-doi-org.brum.beds.ac.uk/10.1037/apl0000170.

    Article  PubMed  Google Scholar 

  29. Tarokh MJ, EsmaeiliGookeh M. Modeling patient’s value using a stochastic approach: an empirical study in the medical industry. Comput Methods Programs Biomed. 2019;176:51–9. https://0-doi-org.brum.beds.ac.uk/10.1016/j.cmpb.2019.04.021.

    Article  PubMed  Google Scholar 

  30. Sileo KM, Wanyenze RK, Kizito W, et al. Multi-level determinants of clinic attendance and antiretroviral treatment adherence among fishermen living with HIV/AIDS in communities on Lake Victoria, Uganda. AIDS Behav. 2019;23(2):406–17. https://0-doi-org.brum.beds.ac.uk/10.1007/s10461-018-2207-1.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

  31. Mutasa-Apollo T, Ford N, Wiens M, et al. Effect of frequency of clinic visits and medication pick-up on antiretroviral treatment outcomes: a systematic literature review and meta-analysis. J Int AIDS Soc. 2017;20(Suppl 4):21647. https://0-doi-org.brum.beds.ac.uk/10.7448/IAS.20.5.21647.

    Article  PubMed  PubMed Central  Google Scholar 

  32. Kebede M, Zeleke A, Asemahagn M, Fritz F. Willingness to receive text message medication reminders among patients on antiretroviral treatment in North West Ethiopia: a cross-sectional study. BMC Med Inform Decis Mak. 2015;15:65. https://0-doi-org.brum.beds.ac.uk/10.1186/s12911-015-0193-z (Published 2015 Aug 13).

    Article  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

This work was funded by the 2016 key projects in biomedical field of Shanghai Science and Technology Commission (1641953800), hospital management research fund of Shanghai Hospital Association (201701005 and 201801092) and clinical management optimization project of Shanghai Shenkang Hospital Development Center (shdc12018618). The authors would like to thank Professor Zhou Dequn of Nanjing University of Aeronautics and Astronautics, College of Economics and Management and Professor Jiang Xiaofei from Huashan Hospital Affiliated to Fudan University, China for giving guidance on this work.

Funding

This work was funded by the 2016 key projects in biomedical field of Shanghai Science and Technology Commission (1641953800), hospital management research fund of Shanghai Hospital Association (201701005 and 201801092) and clinical management optimization project of Shanghai Shenkang Hospital Development Center (shdc12018618).

Author information

Authors and Affiliations

Authors

Contributions

ML: Data modeling and Papers writing. QW: Paper writing and polishing. YS: Guidance and paper revision. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Yinzhong Shen.

Ethics declarations

Ethics approval and consent to participate

This study has been approved by the Shanghai Public Health Clinical Center Ethics Committee (Approval Letter 2016-S024-02).

Consent for publication

Not applicable.

Competing interests

The authors declare that they have no competing interests.

Additional information

Publisher's Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Rights and permissions

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. To view a copy of this licence, visit http://creativecommons.org/licenses/by/4.0/. The Creative Commons Public Domain Dedication waiver (http://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.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Li, M., Wang, Q. & Shen, Y. Adherence predictor variables in AIDS patients: an empirical study using the data mining-based RFM model. AIDS Res Ther 18, 6 (2021). https://0-doi-org.brum.beds.ac.uk/10.1186/s12981-020-00326-8

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://0-doi-org.brum.beds.ac.uk/10.1186/s12981-020-00326-8

Keywords