Skip to main content

Artificial intelligence to differentiate asthma from COPD in medico-administrative databases

Abstract

Introduction

Discriminating asthma from chronic obstructive pulmonary disease (COPD) using medico-administrative databases is challenging but necessary for medico-economic analyses focusing on respiratory diseases. Artificial intelligence (AI) may improve dedicated algorithms.

Objectives

To assess performance of different AI-based approaches to distinguish asthmatics from COPD patients in medico-administrative databases where the clinical diagnosis is absent. An “Asthma COPD Overlap” category was defined to further test whether AI can detect complexity.

Methods

This study included 178,962 patients treated by two “R03” treatment prescriptions at least from January 2016 to December 2018 and managed by either a general practitioner and/or a pulmonologist participating in a permanent longitudinal observatory of prescription in ambulatory medicine (LPD). Clinical diagnoses are available in this database and were used as gold standards to develop diagnostic rules. Three types of AI approaches were explored using data restricted to demographics and treatment dispensations: multinomial regression, gradient boosting and recurrent neural networks (RNN). The best performing model (based on metric properties) was then applied to estimate the size of asthma and COPD populations based on a database (LRx) of treatment dispensations between July, 2018 and June, 2019.

Results

The best models were obtained with the boosting approach and RNN, with an overall accuracy of 68%. Performance metrics were better for asthma than COPD. Based on LRx data, the extrapolated numbers of patients treated for asthma and COPD in France were 3.7 and 1.2 million, respectively. Asthma patients were younger than COPD patients (mean, 49.9 vs. 72.1 years); COPD occurred mostly in men (68%) compared to asthma (33%).

Conclusion

AI can provide models with acceptable accuracy to distinguish between asthma, ACO and COPD in medico-administrative databases where the clinical diagnosis is absent. Deep learning and machine learning (RNN) had similar performances in this regard.

Peer Review reports

Introduction

When they rely on adequate data, database studies can provide useful insights on disease burden as well as treatment effectiveness and safety in real-life, thereby contributing to guide decision-makers. However, such studies provide reliable disease-specific data only if the criteria applied to select patients’ populations are sufficiently robust to differentiate one disease from the other. This concern is particularly relevant in the asthma/COPD field, since these two diseases share some similarities but also exhibit many differences that have (or should have) a major impact on clinical decision-making.

Originally described under the Dutch vs British hypotheses, similarities and differences in the origins and mechanisms underlying asthma and COPD are still debated and a patient’s multi-criteria follow-up is probably the best ultimate way of discriminating the two diseases in difficult diagnostic situations. The main risk of misdiagnosis is to prevent a patient with asthma features from receiving inhaled corticosteroids: this may overtake the risks of unnecessary inhaled corticosteroids (ICS) use in COPD [1, 2], which appears frequent. In addition, identifying each entity could help identifying specific pathways and their corresponding treatment targets in the future, whereas merging the two may compromise this opportunity. A treatable trait approach has been proposed to guide treatment individualization but is still often perceived as complex to address for non-specialist clinicians and epidemiologists as well as payers.

One mission devoted to pharmaco-epidemiologists is to provide policy makers and other stakeholders with correct estimations of epidemiological trends, disease burden and resource consumption, clinical practice and size of medication-specific target populations. Databases can also be used for effectiveness and comparative effectiveness studies in real-life patients. The required precision of estimates and their specificity actually depend on the goal of the analyses. Currently, the various sources of data available for pharmaco-epidemiological studies face different strengths and weaknesses depending on whether they rely on prescriptions, international classification of diseases (ICD) coding or registries and databases specifically dedicated to asthma and COPD. The French “Système National des Données de Santé” (national health data hub) is reported as the world largest health database but diagnoses are not provided and thus need to be indirectly deduced from medication use and/or from refunded acts. In the United-Kingdom, general practitioners (GPs) databases are less exhaustive but enriched by diagnostic codes and clinical information. However, diagnoses provided by GPs sometimes change over time and do not always match with a secondary care diagnosis. Thus, at the end establishing the correct diagnosis based on a minimal amount of information collected in non-specialized clinics remains a real challenge despite the numerous available guidelines documents on asthma and COPD diagnosis and treatment [3].

Nowadays, artificial intelligence tools and computer based methods are on the rise and are gradually improving the quality of care by supporting physicians for the diagnosis as well as for the management and follow up [4,5,6]. Many types of algorithms have been used since the 1990s, such as artificial neural networks (ANNs), fuzzy logic (FL), Random Forests, Gradient Boosting and Logistic Regression. In the respiratory field they have been used, e.g., for the detection and classification of different types of pulmonary diseases and to predict the risk of exacerbation [7,8,9]. Machine learning and deep learning can both be used to build algorithms using data from medico-administrative databases [10]. Machine learning can use logistic regression models (or multinomial for multiclass classification) or boosting models (which are more adapted to assess interactions between variables but also more complex) [11]. Deep learning and especially recurrent neural networks (RNN) is adapted to longitudinal repetition of data, and therefore to sequences of health care delivery [12].

The objective of this study was to develop an algorithm able to identify asthma and COPD patients using a minimum set of data shared by medico-administrative databases. The performance of AI was tested against clinical data provided by general practitioners and pulmonologists, used as reference.

Methods

Study design

This was a retrospective observational database study using a medicalized and a non medicalized data source; the first represented by longitudinal patient database (LPD) and the second by lifelink treatment dynamics (LRx). A diagram illustration of the study design is represented in Fig. 1.

Fig. 1
figure 1

Diagram representation of the data

Data sources

The first data source is LPD (longitudinal patient database), a database of electronic medical records from a representative computerized sample of 2,500 general physicians (GPs) and 70 pulmonologists, all office-based in private clinical practice and representative of the overall French population according to age, gender, type of practice (partial/global private activity), and geographical area of activity. Data were collected in real time during the consultation via a dedicated medical software [13]. The second source of data contains all anonymized medication dispenses prescribed in ambulatory care in a panel of 10,000 French retails pharmacies since 2012, named LRx database (Lifelink Treatment dynamics). The panel represents nearly 45% of the French retails pharmacies and is representative in terms of geographical spread in continental France and age of population coverage [14], allowing extrapolation to the overall French population. Table 1 describes the information available in each database and shared by both databases. Medical diagnoses contained in the LPD database have been used as reference to develop and validate an algorithm (using only demographics and treatment patterns) that could be subsequently applied to LRx data (where medical diagnoses are absent) to identify and differentiate patients treated for asthma and COPD in France.

Table 1 Information available in LPD and LRx database

LPD dataset

Selected patients were those with at least 2 R03 treatment prescriptions (i.e. treatments for obstructive airway diseases, https://www.whocc.no/) over a period of 365 consecutive days from 2016/01/01 to 2018/12/31. Each patient was assigned to one of the four following categories: patients diagnosed with both asthma and COPD: label “Both” diseases, those with asthma only, label “Asthma”, those with COPD only: label “COPD”, and those with neither asthma nor COPD diagnosis: label “other”. The dataset of each category was split into 3 parts, 80% used to train the model, 10% to validate it, and 10% to test it. We checked that data were homogeneous in each data partition thanks to a stratify split used on the patients' label.

Models development and selection

As mentioned previously, we built diagnostic algorithms using LPD, based on the information common to both databases, i.e., patient’s profile (age, gender), prescriber’s profile (medical specialty), and prescription’s information (date, product prescribed). Importantly, models are built based on longitudinal data collected during a 2-year-follow-up. Three types of models were used: two using classic machine learning approaches, i.e. logistic regression and boosting models, and the last based on a deep learning approach, i.e. RNN. A confusion matrix was established for each model. We then selected the best model based on predictive accuracy in the test set. Based on this model, we described the demographic characteristics of the population and the top 5 treatments for each label (asthma, COPD, both, other). Additional information regarding the methodological approach is available in the supplementary material (Additional file 1: Technical Appendix).

Prediction in the LRx database

The best model identified using LPD was applied to LRx to estimate asthma and COPD populations in this database over the period from 2018/07/01 to 2019/06/31.

Statistical analysis

Performance metrics of best models are described using recall (i.e. sensitivity), specificity, precision (i.e. positive predictive value), negative predictive value, and F1 score. The recall is the ratio of true positives found within the population (recall = \(\frac{\mathrm{tp}}{\mathrm{tp}+\mathrm{fn}}\) where \(\mathrm{tp}\) is the number of true positives and \(\mathrm{fn}\) is the number of false negatives). The precision is the ratio of true positives within the positive predicted population (precision = \(\frac{\mathrm{tp}}{\mathrm{tp}+\mathrm{fp}}\) where \(\mathrm{tp}\) is the number of true positives and \(\mathrm{fp}\) is the number of false positives). F1 Score is a weighted average of both the recall and precision \(\left(\mathrm{f}1\mathrm{ score }= 2 \frac{\mathrm{recall}*\mathrm{precision}}{\mathrm{recall}+\mathrm{precision}}\right).\)

We performed demographic description of the predicted asthma and COPD patients in France on LRx.

Results

Patients

In LPD, selection criteria provided a training dataset of 178,962 patients with 1,706,130 prescriptions. Among these patients, 43%, 16%, 4%, and 37% had a diagnostic of asthma, COPD, both, and other respiratory conditions. The patients’ demographic characteristics and the top 5 treatments belonging to the R03 treatment prescriptions were described in Table 2.

Table 2 LPD training data: Demographics and the top 5 treatment prescription (178,962 patients)

Model selection

Figure 2 and Table 3 showed confusion matrices of each model and performance metrics, respectively. The best models were obtained with the boosting approach and RNN, with an overall accuracy of 68%. Recall, precision and F1 score were better for asthma than COPD, while patients with other diagnoses have the worst performance metrics. Indeed, considering boosting or RNN approach, the recall was 83% and 64% for asthma and COPD, respectively; precision was 71% and 66%, respectively. As RNN did not provide any additional performance, the boosting approach was further selected in order to predict asthma and COPD populations on LRx.

Fig. 2
figure 2

Matrices of predicted versus true cases using the different classification approaches. COPD chronic, obstructive pulmonary disease

Table 3 Performance metrics for each disease category – Boosting model/RNN

Predicted asthma and COPD populations (LRx)

Based on LRx data, the extrapolated numbers of patients treated for asthma and COPD in France were 3.7 and 1.2 million, respectively. Patients classified as asthma were younger than COPD patients, 49.6 (25.3) years vs 72.1 (11.7) years. A male predominance was observed in COPD (68%), while men represented only 33% of patients with asthma. The number of patients considered as having both diseases was 0.4 million (mean age 69.9 (14.2), 52% male).

Discussion

The purpose of the present project was to explore whether artificial intelligence applied to a minimal medico-administrative dataset limited to demographics and treatments could provide accurate identification of patients with asthma and COPD. First, three artificial intelligence tools (multinomial regression, gradient boosting and recurrent neural networks) were applied to a medicalized database (LPD), as a reference, to develop and test diagnostic models with the clinical diagnosis as a gold standard. The overall accuracy was similar (68%) for all models, suggesting that deep learning does not perform better than machine learning for that purpose. Second, applying the best model to a large representative non-medicalized database (LRx), allowed predicting the number of patients who receive treatments for either asthma, COPD, or both in the whole French population.

The differential diagnosis between asthma and COPD is made difficult by the lack of a single test individually allowing to differentiate these two diseases reliably. More specifically, lung function criteria (bronchial hyperreactivity for asthma, not fully reversible airflow limitation for COPD) are not sufficiently discriminative. Consequently, the diagnosis relies on a combination of clinical and lung function criteria. Among these, the clinical history plays a major role, although most questionnaires developed to date do not perform fully satisfactorily [15, 16]. Complicating diagnostic challenges even more, asthma and COPD can coexist. In 2015, the strategy updates of the Global Initiatives for COPD (GOLD) and asthma (GINA) even identified the “asthma COPD overlap”, a group of patients characterized by persistent airflow limitation with common features of both asthma and COPD like a history of allergy, exposure to tobacco smoking or air pollution and persistent respiratory symptoms with noticeable variability [17, 18]. In their most recent updates, GOLD and GINA don’t put forward anymore the use of the term “ACO”, instead stressing that asthma and COPD are different disorders even if they may share common features and be associated [2, 19, 20].

Asthma and COPD are considered by some authors as two extremes of a single continuum [21, 22], along which patients could be rather characterized using treatable traits than disease labels. From a clinical perspective, differentiating asthma from COPD has long been [23] and remains for now crucial considering the differences between these two conditions in terms of pathogenesis, natural history, prognosis and therapeutic targets [24]. Differentiating the two conditions in medico-administrative databases is therefore of interest, e.g., to estimate the prevalence of physician-diagnosed and treated asthma/COPD and the corresponding health care costs, as well as to describe and follow over time real-life clinical care for these two conditions. Such information can prove valuable to clinicians, health policy makers, health coverage systems and insurance companies, and to understand the impact of such diseases on the population.

Unfortunately, detailed clinical data is not available in most medico-administrative databases to differentiate these two diseases. An accuracy of 68% can be considered as acceptable for a tool designed to differentiate between asthma and COPD without entering in all the complexity of a medical file or patient’s diagnostic data. As such, this algorithm could be utilized as a surrogate to ICD codes when they are not available to identify asthma and COPD patients [25].

Extrapolation allowed to estimate the prevalence and demographics of asthma and COPD in the general population, with figures consistent with previous epidemiological studies using reference methods [26,27,28,29]. Our study found gender-related heterogeneity in the prevalence of COPD, asthma and both, which is also consistent with previous publications [30, 31] and could be explained by gender-related differences in the prevalence of cigarette smoking and exposure to other environmental risk factors, as well as in susceptibility [32].

Since there is a great overlap regarding recommended pharmacological treatments between asthma and COPD, it is not surprising that the medications included in Table 2 retrieved from LRx are quite similar for asthma, COPD or both. As expected, only long-acting bronchodilators without inhaled corticosteroids ICS (long-acting beta-agonists (LABA) and long-acting muscarinic antagonists (LAMA), LABA/LAMA) proved more specific for COPD, whereas leukotriene receptor antagonists (LTRA) are used only for asthma management.

Our results are consistent with those of Riccardo Di Domenicantonio et al. [35] who performed a systematic review of case identification algorithms based on the Italian health care administrative database for asthma and COPD [35]. They found that age class and chronic treatment were the main disease-specific traits that emerged from the algorithms with a lower accuracy of algorithms based on drug prescriptions for COPD patients [35]. However, validation of these algorithms for asthma was limited and provided highly variable results, while no algorithm was clearly validated for COPD. Gothe et al. [25], in another systematic review, also found that pharmacotherapy data is the most reliable and richest source of information available to identify COPD patient in an outpatient setting when ICD codes are unavailable [25]. In the validation study of healthcare administrative database algorithms to identify COPD published by Gershon et al., age was also an important criterion [36].

In several studies, the performance of AI and machine learning for the diagnosis of asthma and COPD was higher than in our study. This difference can be easily explained by the content of the databases used: our purpose was to develop an algorithm applicable to databases with no clinical data or diagnostic label. Conversely, studies that found better performance used more extensive data such as: results of spirometry, smoking status, physical examination and imaging [6, 33, 34]. For instance, Spathis and Valmos found 97.7 per cent diagnostic precision using random forest in COPD, relying on multiple elements such as smoking, age and spirometric data (FEV1 and FVC) [34].

Our results show that deep learning did not perform better than machine learning to build diagnostic algorithms. This represents important information for future medico-economic database studies in airway diseases. Indeed, RNN is usually adapted to longitudinal repetition of data, and sequences of health care delivery [37]. However, in our study, this approach did not bring additional value, underlining that the information used for the classical machine learning approach was enough to discriminate asthma from COPD. This could be explained by a training based on a dataset limited to outpatient care provided by a GP only or a pulmonologist only. Indeed, RNN could provide additional value when all the sequences of health care delivery are taken into consideration, but this remains to be further tested.

Our study has several strengths that contribute to its originality. Firstly, with only few data (i.e., sex, age and patients’ medications), we were able to develop an algorithm with an acceptable accuracy for correct identification of asthma and COPD patients. In addition, the size and representation of the LRx database confer generalizability to the present results.

The study also faces several limitations. The relatively high proportion of patients receiving R03 treatment who are not classified by physicians illustrates the diagnostic difficulties and potentially decreases the relevance of our gold standard population. This observation also needs to be put in the perspective of the marked under-diagnosis of COPD and of the lack of individual verification of medical files. In addition, models trained using asthma only or COPD only patients could have a better accuracy (i.e. > 90%, data not shown), but the challenge of overtraining needs to be questioned regarding the reality of clinical practice. The arbitrarily-defined cutoff of 2 R03 prescriptions to identify the population used to develop the algorithm could also be questioned. A sensitivity analysis was performed with cutoffs of 3 or 4 R03 prescriptions; this did not have any impact on the confusion matrix whatever the method used (data not shown). As in many health services research, case verification using chart abstraction was used to validate case definitions of asthma, COPD or both [36]. Knowing that most charts came from GP’s, the validity of our gold standard can be questioned [38]. However, in this context, the gold standard needs to be a sequence of validation processes based on history and medical course. Indeed, both our gold standard and algorithm were not based only on a single medical visit and prescription, but on a continuum of follow up over 2 years.

Moreover,LPD database describes only the patient trajectory seen by a general practitioner or a pulmonologist while LRx database describes the overall management whatever the physician and type of clinical setting. Although this could introduce some heterogeneity, it does not decrease the value of results.

Finally, our algorithm was not tested against an expert clinical diagnosis. The purpose of real-life studies performed using such databases can be to analyze data from patients “treated as” asthma or COPD, or to consider patients with a confirmed expert diagnosis of asthma or COPD. Our results apply only to the first of these types of populations, and additional studies are needed to explore their relevance in patients with a “gold standard” diagnosis.

In conclusion, this database study showed that an algorithm with acceptable accuracy can be developed to identify asthma and COPD in medico-administrative databases from which the medical diagnosis is absent. Deep learning and machine learning had similar performances in this regard. Applied to such databases, the algorithm could prove useful to estimate the burden of these diseases and to analyze clinical practice over time. Further studies are required to test the model in other populations and refine the diagnostic criteria proposed here.

Availability of data and materials

The raw data that support the findings of this study are available from IQVIA France but restrictions apply to the availability of these data, which were used under authorization for the current study, and so are not publicly available. Data are however available from the authors upon reasonable request and with permission of IQVIA France.

References

  1. Reddel HK, FitzGerald JM, Bateman ED, et al. GINA 2019: a fundamental change in asthma management: Treatment of asthma with short-acting bronchodilators alone is no longer recommended for adults and adolescents. Eur Respir J. 2019;53(6):1901046.

    Article  Google Scholar 

  2. Postma DS, Reddel HK, ten Hacken NHT, van den Berge M. Asthma and chronic obstructive pulmonary disease: similarities and differences. Clin Chest Med. 2014;35(1):143–56.

    Article  Google Scholar 

  3. Yawn BP, Wollan PC. Knowledge and attitudes of family physicians coming to COPD continuing medical education. Int J Chron Obstruct Pulmon Dis. 2008;3(2):311–8.

    Article  Google Scholar 

  4. Boer LM, van der Heijden M, van Kuijk NM, et al. Validation of ACCESS: an automated tool to support self-management of COPD exacerbations. Int J Chron Obstruct Pulmon Dis. 2018;13:3255–67.

    Article  Google Scholar 

  5. Badnjevic A, Gurbeta L, Custovic E. An expert diagnostic system to automatically identify asthma and chronic obstructive pulmonary disease in clinical settings. Sci Rep. 2018;8(1):11645.

    Article  Google Scholar 

  6. Feng Y, Wang Y, Zeng C, Mao H. Artificial intelligence and machine learning in chronic airway diseases: focus on asthma and chronic obstructive pulmonary disease. Int J Med Sci. 2021;18(13):2871–89.

    Article  Google Scholar 

  7. Mohktar MS, Redmond SJ, Antoniades NC, et al. Predicting the risk of exacerbation in patients with chronic obstructive pulmonary disease using home telehealth measurement data. Artif Intell Med. 2015;63(1):51–9.

    Article  Google Scholar 

  8. Badnjevic A, Cifrek M, Koruga D, Osmankovic D. Neuro-fuzzy classification of asthma and chronic obstructive pulmonary disease. BMC Med Inform Decis Mak. 2015;15(Suppl 3):S1.

    Article  Google Scholar 

  9. Walia N, Tiwari SK, Malhotra R. Design and identification of tuberculosis using fuzzy based decision support system. Adv Comput Sci Inf Technol. 2015;2(8):6.

    Google Scholar 

  10. He J, Baxter SL, Xu J, Xu J, Zhou X, Zhang K. The practical implementation of artificial intelligence technologies in medicine. Nat Med. 2019;25(1):30–6.

    Article  CAS  Google Scholar 

  11. Bowles M. Machine learning in python: essential techniques for predictive analysis. New York: Wiley; 2015.

    Book  Google Scholar 

  12. Yang Q, Zhou Z-H, Gong Z, Zhang M-L, Huang S-J. Advances in Knowledge Discovery and Data Mining: 23rd Pacific-Asia Conference, PAKDD 2019, Macau, China, April 14–17, 2019, Proceedings. Springer; 2019.

  13. Maravic M, Hincapie N, Pilet S, Flipo R-M, Lioté F. Persistent clinical inertia in gout in 2014: an observational French longitudinal patient database study. Joint Bone Spine. 2018;85(3):311–5.

    Article  Google Scholar 

  14. Vilcu A-M, Blanchon T, Sabatte L, et al. Cross-validation of an algorithm detecting acute gastroenteritis episodes from prescribed drug dispensing data in France: comparison with clinical data reported in a primary care surveillance system, winter seasons 2014/15 to 2016/17. BMC Med Res Methodol. 2019;19(1):110.

    Article  Google Scholar 

  15. Price DB, Yawn BP, Jones RCM. Improving the differential diagnosis of chronic obstructive pulmonary disease in primary care. Mayo Clin Proc. 2010;85(12):1122–9.

    Article  Google Scholar 

  16. Miravitlles M, Andreu I, Romero Y, Sitjar S, Altés A, Anton E. Difficulties in differential diagnosis of COPD and asthma in primary care. Br J Gen Pract. 2012;62(595):e68-75.

    Article  Google Scholar 

  17. GINA-GOLD-2017-overlap-pocket-guide-wms-2017-ACO.pdf.

  18. Leung JM, Sin DD. Asthma-COPD overlap syndrome: pathogenesis, clinical features, and therapeutic targets. BMJ 2017;j3772.

  19. Alshabanat A, Zafari Z, Albanyan O, Dairi M, FitzGerald JM. Asthma and COPD overlap syndrome (ACOS): a systematic review and meta analysis. PLoS ONE. 2015;10(9):e0136065.

    Article  CAS  Google Scholar 

  20. Abramson MJ, Perret JL, Dharmage SC, McDonald VM, McDonald CF. Distinguishing adult-onset asthma from COPD: a review and a new approach. Int J Chron Obstruct Pulmon Dis. 2014;9:945–62.

    Article  Google Scholar 

  21. Soler X, Ramsdell JW. Are asthma and COPD a continuum of the same disease? J Allergy Clin Immunol Pract. 2015;3(4):489–95.

    Article  Google Scholar 

  22. Agusti A, Bel E, Thomas M, et al. Treatable traits: toward precision medicine of chronic airway diseases. Eur Respir J. 2016;47(2):410–9.

    Article  Google Scholar 

  23. Buist AS. Similarities and differences between asthma and chronic obstructive pulmonary disease: treatment and early outcomes. Eur Respir J. 2003;21(Supplement 39):30S – 35s.

    Article  Google Scholar 

  24. Chambliss JM, Sur S, Tripple JW. Asthma versus chronic obstructive pulmonary disease, the Dutch versus British hypothesis, and role of interleukin-5. Curr Opin Allergy Clin Immunol. 2018;18(1):26–31.

    Article  CAS  Google Scholar 

  25. Gothe H, Rajsic S, Vukicevic D, et al. Algorithms to identify COPD in health systems with and without access to ICD coding: a systematic review. BMC Health Serv Res. 2019;19(1):737.

    Article  Google Scholar 

  26. Delmas M-C, Fuhrman C. L’asthme en France : synthèse des données épidémiologiques descriptives. Rev Mal Respir. 2010;27(2):151–9.

    Article  Google Scholar 

  27. Giraud V, Ameille J, Chinet T. Épidémiologie de la bronchopneumopathie chronique obstructive en France. La Presse Médicale. 2008;37(3):377–84.

    Article  Google Scholar 

  28. National Surveillance for Asthma --- United States, 1980--2004 [Internet]. [cited 2020 Dec 23];Available from: https://www.cdc.gov/mmwr/preview/mmwrhtml/ss5608a1.htm

  29. Raherison C, Girodet P-O. Epidemiology of COPD. Eur Respir Rev. 2009;18(114):213–21.

    Article  CAS  Google Scholar 

  30. Global Initiative for Asthma. Global strategy for asthma management and prevention. www.ginasthma.org (Accessed on June 13, 2019).

  31. GOLD-2020-FINAL-ver1.2-03Dec19_WMV.pdf.

  32. Sorheim I-C, Johannessen A, Gulsvik A, Bakke PS, Silverman EK, DeMeo DL. Gender differences in COPD: are women more susceptible to smoking effects than men? Thorax. 2010;65(6):480–5.

    Article  Google Scholar 

  33. Kaplan A, Cao H, FitzGerald JM, et al. Artificial intelligence/machine learning in respiratory medicine and potential role in asthma and COPD diagnosis. J Allergy Clin Immunol Pract. 2021;9(6):2255–61.

    Article  CAS  Google Scholar 

  34. Spathis D, Vlamos P. Diagnosing asthma and chronic obstructive pulmonary disease with machine learning. Health Inform J. 2019;25(3):811–27.

    Article  Google Scholar 

  35. Di Domenicantonio R, Cappai G, Di Martino M, et al. A systematic review of case-identification algorithms based on Italian healthcare administrative databases for two relevant diseases of the respiratory system. Asthma and Chronic Obstructive Pulmonary Disease. Epidemiol Prev. 2019;43(4S2):75–87.

    PubMed  Google Scholar 

  36. Gershon AS, Wang C, Guan J, Vasilevska-Ristovska J, Cicutto L, To T. Identifying patients with physician-diagnosed asthma in health administrative databases. Can Respir J. 2009;16(6):183–8.

    Article  Google Scholar 

  37. Toelle BG, Peat JK, Salome CM, Mellis CM, Woolcock AJ. Toward a definition of asthma for epidemiology. Am Rev Respir Dis. 1992;146(3):633–7.

    Article  CAS  Google Scholar 

  38. Pearson M, Ayres JG, Sarno M, Massey D, Price D. Diagnosis of airway obstruction in primary care in the UK: the CADRE (COPD and Asthma Diagnostic/management REassessment) programme 1997–2001. Int J Chron Obstruct Pulmon Dis. 2006;1(4):435–43.

    PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

We thank Stéphane Gaiffas (Université Paris Diderot, Laboratoire de Probabilités, Statistique et Modélisation, Paris France) and Emmanuel Bacry (CEREMADE Université Paris-Dauphine, Paris, France) for their expertise and assistance throughout the methodological approach of this study.

Funding

No funding was given.

Author information

Authors and Affiliations

Authors

Contributions

AB, LP, MM, NR, and RS contributed to the design. RS and LP contributed to the implementation of the research. All authors contributed to the analysis of the results and to the writing of the manuscript.

Corresponding author

Correspondence to Hassan Joumaa.

Ethics declarations

Ethics approval and consent to participate

Access to and processing of data is done in compliance with applicable laws and regulations including General Data Protection Regulation (GDPR). LRx database was authorized by the French Data Protection Authority (CNIL) on the 21st of October 2011 [reference: DE-2011-097] and updated on July 2018 for compliance with the GDPR [reference: DE-2018-289] [Délibération 2018-289 du 12 septembre 2018—Légifrance (legifrance.gouv.fr), Deliberation no. 2018-289 of 12 July 2018 authorising IQVIA Opération France to implement automated processing of personal data for the purpose of creating a personal data warehouse for research, studies or evaluation purposes in the health sector, known as LRx database] LPD database is declared to the French Data Protection Authority in accordance with applicable laws and regulations (including GDPR) and was submitted to the CNIL for a specific authorization as a data warehouse in 2019, and was authorized on the February 4th 2021 [reference: DE-2021-015, CNIL, Délibération du 4 février 2021, no. 2021-015, Deliberation N°. 2021-015 of 4 February 2021 authorising IQVIA OPERATIONS FRANCE to implement automated processing of personal data for the purpose of a health data warehouse, called EMR]. As mentioned in both authorizations, all data are pseudonymized before being used.

Consent for publication

Not applicable.

Competing interests

The authors declare no conflicts of interest.

Additional information

Publisher's Note

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

Supplementary Information

Additional file 1.

Technical Appendix.

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

Joumaa, H., Sigogne, R., Maravic, M. et al. Artificial intelligence to differentiate asthma from COPD in medico-administrative databases. BMC Pulm Med 22, 357 (2022). https://doi.org/10.1186/s12890-022-02144-2

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s12890-022-02144-2

Keywords