Skip to main content

Development and internal validation of a diagnostic prediction model for psoriasis severity

Abstract

Background

While administrative health records such as national registries may be useful data sources to study the epidemiology of psoriasis, they do not generally contain information on disease severity.

Objectives

To develop a diagnostic model to distinguish psoriasis severity based on administrative register data.

Method

We conducted a retrospective registry-based cohort study using the Danish Skin Cohort linked with the Danish national registries. We developed a diagnostic model using a gradient boosting machine learning technique to predict moderate-to-severe psoriasis. We performed an internal validation of the model by bootstrapping to account for any optimism.

Results

Among 4016 adult psoriasis patients (55.8% women, mean age 59 years) included in this study, 1212 (30.2%) patients were identified as having moderate-to-severe psoriasis. The diagnostic prediction model yielded a bootstrap-corrected discrimination performance: c-statistic equal to 0.73 [95% CI: 0.71–0.74]. The internal validation by bootstrap correction showed no substantial optimism in the results with a c-statistic of 0.72 [95% CI: 0.70–0.74]. A bootstrap-corrected slope of 1.10 [95% CI: 1.07–1.13] indicated a slight under-fitting.

Conclusion

Based on register data, we developed a gradient boosting diagnostic model returning acceptable prediction of patients with moderate-to-severe psoriasis.

Peer Review reports

Introduction

Psoriasis is a chronic inflammatory disease affecting primarily the skin with a worldwide prevalence of 2–3% and up to 8% in Denmark [1, 2]. The disease severity ranges from mild forms affecting limited non-sensitive areas to very severe cases with involvement of the entire body surface. The severity of the disease is primarily assessed based on the involvement of skin according to body surface area (BSA, ranging from 0 to 100%), psoriasis area and severity index (PASI, from 0 to 72), or impact on quality of life based on dermatology life quality index (DLQI, from 0 to 30) [3]. The consensus is that patients scoring BSA>10% or PASI>10 or DLQI>10 in one of these measurement tools are labeled as “current severe psoriasis” and are eligible for treatment with systemic therapy [3, 4]. Others advocate that having psoriasis in sensitive areas like the hands or genitals should be considered when defining moderate-to-severe psoriasis [5].

Several different consensus definitions and guidelines of psoriasis severity exist. The terms “mild,” “moderate,” and “severe psoriasis” are commonly used in literature and clinical settings. However, no standard criteria for these terms exist. Standard definitions of mild, moderate, and severe psoriasis are important in both clinical care and clinical research studies [6, 7].

Despite those definitions of psoriasis severity (including BSA, PASI, and DLQI), most administrative registries do not contain information on clinical severity, as neither skin involvement nor involvement of sensitive areas is commonly recorded in administrative health data. As patients with psoriasis are often treated according to the severity of the disease, a common approach to categorize patients into mild versus moderate-to-severe psoriasis is based on recorded treatment, taken as a proxy for clinical severity. While milder cases are often handled with topical therapies or phototherapies, patients with more severe cases often require systemic therapy. Thus, patients currently being treated or with a history of treatment with systemic therapy, e.g., methotrexate or biological therapy, are considered as having moderate-to-severe psoriasis, whereas patients never having received any of these therapies are considered to have mild psoriasis. This poses an issue to estimate the prevalence of patients with moderate-to-severe psoriasis based on clinical characteristics instead of the treatment using large administrative health databases.

To inform clinical and public health research on psoriasis treatment at the country level, it is crucial to estimate the national prevalence and distribution of the disease severity based on clinical characteristics. In the absence of such information, an option is to develop a diagnostic model predicting the severity status, given variables recorded in national administrative health databases.

Administrative health records are an important source of data for studying the epidemiology of diseases with the possibility to include all patients within the population at a given time [8]. In the Nordic countries, national registries with similar data structure and validity can be linked via a personal identification number for, e.g., medical research [9].

In this study, we aimed to develop a diagnostic prediction model to distinguish mild from moderate-to-severe psoriasis based on clinical characteristics and medication use, using a cohort linked to the Danish national registries.

Method

We developed and assessed the internal validity of a diagnostic prediction model in a population of Danish patients with psoriasis. We reported this study in accordance with the Transparent Reporting of a multivariable prediction model for Individual Prognosis Or Diagnosis (TRIPOD) statement [10]. We were not able to fully adhere to the current TRIPOD statement, as it was made for traditional regression models; a new TRIPOD statement specific to artificial intelligence models is in progress [11].

Data and study population

In this study, we identified patients from the Danish Skin Cohort with a psoriasis diagnosis. We used cross-sectional data from the Danish Skin Cohort from 2018 which we linked to the Danish national registries [2].

The Danish Skin Cohort is a prospective cohort established with the aim of studying the natural history and disease course of psoriasis in Denmark and has been described in detail elsewhere [2]. In brief, the cohort comprised randomly sampled adults from the Danish general population as well as patients with a diagnosis of psoriasis verified by clinical dermatologists. The Danish Skin Cohort was conducted between 15 May 2018 and 15 July 2018. Those who accepted the invitation were systematically interviewed. The Danish Skin Cohort included among other information on patient-reported measurements of the currently affected BSA, quantitative measures of touch avoidance, and skin and joint pain obtained using a numeric rating scale (NRS) and DLQI [2].

We used the unique personal identification number assigned by the Danish Civil Registration System [12] to all people with permanent residency in Denmark to link data on collected psoriasis medication from the Danish National Prescription Registry [13] and data on hospitalization outcomes from the Danish National Patient Registry [14]. Furthermore, the Danish National Health Service Register was used to identify dermatologist contacts outside the hospital [15]. The Danish national registries are briefly described in Supplementary 1.

Outcome

The outcome was the severity status of psoriasis, which we defined as a binary variable (mild/moderate-to-severe), based on two self-reported clinical measurements recorded in the Danish Skin Cohort: BSA and DLQI. We defined moderate-to-severe psoriasis if the patient had reported either BSA ≥8 or DLQI ≥7; otherwise, the patients were categorized as mild psoriasis.

Predictor variables

To predict psoriasis severity, we considered clinical characteristics and medication use recorded in the Danish national registries (i.e., the Danish National Prescription Registry, the Danish National Health Service Register, and the Danish National Patient Registry) as candidate predictors. We considered ten candidate predictors, based on subject knowledge, treatment, clinical guidelines, and existing literature [3, 4, 16]. The predictors used in the model were all selected based on clinical consideration and experience. For the predictors including a time period of 6 months, the choice was made to capture all the patients with these characteristics in the national registries. This choice is based on the clinicians’ experience of either how often a patient is seen by their dermatologist or how often they have prescribed medication. Along with age and sex, we included claimed ≥ 300g of potent or very potent topical corticosteroids in the last 3 months, in-patient hospitalization in the last 3 months specifically due to psoriasis, initiated systemic non-biologic therapy for psoriasis in the last 3 months, initiated biologic therapy for psoriasis in the last 3 months, received phototherapy in the last 6 months, ≥ 4 dermatologist contacts in the last 6 months, switched systemic non-biologic therapy for psoriasis in the last 6 months, and switched biologic therapy for psoriasis in the last 6 months. Each predictor measurement was coded as a binary covariate.

Predictors are described in detail in Supplementary 2.

Statistical analysis

We constructed a multivariable diagnostic model for psoriasis severity, using a gradient boosting machine model. Gradient boosting is an ensemble model that combines the prediction of multiple individual learners, constructed as binary classification trees, into a single composite model to reduce bias and variance and achieve better predictive performance compared to individual algorithms [17]. The GBM (Generalized Boosted Regression Modeling) algorithm was used to develop the model. The model development included the following hyper-parameters: number of trees, interaction depth, shrinkage, and cross-validation folds. To choose an appropriate value for k-fold cross-validation, we explored the effect of different k values on the estimate of model performance. A higher number of k-fold cross-validation mean training more models, which can be computationally heavy and time consuming. We aimed for the lowest k that consistently yielded a comparable prediction performance as compared with higher k values. The number of gradient boosting trees was set to 5000, the number of splits to perform on a tree was 5, shrinkage was 0.1, and the number of cross-validation folds to perform was 3.

We assessed the predictive performance of the diagnostic model in terms of calibration and discrimination. Discrimination refers to the ability to distinguish those with outcome from those without outcome; we measured this performance by means of the c-statistic [18]. The 95% confidence interval for the apparent c-statistic was derived by stratified bootstrap (2000 replicates). Calibration refers to the agreement between the predicted probability and the actual probability; we measured this performance by means of a calibration slope, intercept, and observed-to-expected ratio (O/E ratio) [18]. The calibration slope was estimated using a logistic model; the O/E ratio was calculated as follows: observed-to-expected (O/E) ratio = observed prevalence of outcome/expected prevalence of an outcome. In addition, we visually examined the calibration of our model, by grouping the distribution of predicted values by quintiles. Although this method allowed a visual inspection that had a “rougher” granularity than what would have been depicted by a flexible non-parametric local regression curve, this offered more robustness against outliers.

Missing data were handled with multiple imputation using chained equations (MICE) and has been described in detail in Supplementary 1, and trace line plots for the MICE algorithm are shown in Supplementary 3.

To quantify any optimism in the predictive performance, we performed bootstrapping for internal validation across 500 replicates [19]. The intercept of the logistic recalibration model was computed as the calibration-in-the-large.

We performed the analysis as follows: (1) we handle missing data using multiple imputation; (2) we trained the model and performed cross-validation using the imputed data; (3) we performed an internal validation of our analysis by bootstrapping the whole procedure 500 times (each bootstrapped iteration included steps 1 and 2). As such, this final bootstrapping accounted for the uncertainty of all the analytical steps (imputation and model training).

All data processing and analyses were conducted using R statistical software version 4.1.0 (2021-5-18).

Results

Of the 4016 psoriasis patients included in the study, 1212 (30.2%) were identified as having moderate-to-severe psoriasis based on BSA and DLQI. The median BSA was 3.0, and the median DLQI was 2.0. Baseline characteristics are presented in Table 1. The majority of the patients were female (55.8%), and the mean age was 59 years. Among the study participants, 71.2% had active psoriasis within the last 12 months.

Table 1 Baseline characteristics

Some of the candidate predictors were very uncommon; only 0.2% of the patients had, respectively, been hospitalized within the last 3 months due to psoriasis, initiated biologic therapy for psoriasis in the last 3 months, or switched systemic non-biologic therapy for psoriasis in the last 6 months.

We reported the relative importance of the ten predictors in Fig. 1. The importance measure is not necessarily optimal, since it is mainly driven by the prevalence of the predictors. Although this may be the explanation behind the reported importance scores, we believe the selected predictors reflect the clinical practice routine, as these factors are often used to assess the severity of the disease. The clinical importance of such measurements can also be driven by their prevalence. A factor with a very low prevalence in the population may not offer the clinician much predictive information on average (i.e., over all the patients they see in practice), since only a very few patients would have it expressed. In this sense, reporting the predictor contribution to the model allows one to gain insight into which of these commonly measured variables may actually be clinically important for the diagnosis of psoriasis severity in practice routine. The most important predictors for identifying moderate-to-severe psoriasis patients were age, sex, having ≥ 4 dermatologist contacts in the last 6 months, and switched biologic therapy for psoriasis in the last 6 months.

Fig. 1
figure 1

Variable importance of the ten predictors in the gradient boosting machine model. Relative influence (%)

After fitting the gradient boosting model to predict the status of psoriasis severity, we reported the calibration by quintiles of our diagnostic model in Fig. 2. In the first quintile, the model underestimated the risk, while it overestimated the risk in higher quintiles. The model yielded an acceptable discrimination with a c-statistic equal to 0.73 [95% CI: 0.71–0.74].

Fig. 2
figure 2

Calibration of the gradient boosting machine model for psoriasis severity by quintiles of predicted probability

To quantify any optimism in the predictive performance, we performed bootstrapping for internal validation. The stratified bootstrap was used for apparent performance only, to estimate the distribution across 500 replicated samples. The bootstrap-corrected c-statistic was equal to 0.72 [95% CI: 0.70–0.74], the calibration slope to 1.10 [95% CI: 1.07–1.13], and the intercept to 0.06 [95% CI: 0.02–0.09]. The O/E ratio was 0.998, meaning the prevalence of patients with moderate-to-severe psoriasis was likely to be on average approximately equal to 99.8% of the expected prevalence (i.e., mean of predicted probabilities) in the Danish population sharing the characteristics of our cohort. In terms of discrimination, the minimal difference between the apparent and the bootstrap-corrected c-statistic indicated no substantial optimism. As for the calibration, the bootstrap-corrected slope indicated a slight under-fitting.

Discussion

We have reported a gradient boosting machine model for the estimation of the prevalence of patients with moderate-to-severe psoriasis in the Danish national registries. As with most administrative health care systems, the Danish national registries do not contain clinical information on disease severity. Measures of disease severity were instead captured in a cross-sectional survey [2]. By linking the national claims dataset with the national survey, it was possible to develop a claims-based prediction model for disease severity.

We developed and internally validated a clinical diagnostic prediction model to predict the presence of moderate-to-severe psoriasis in the Danish national registries. Results showed acceptable performance measures and age, sex, having ≥ 4 dermatologist contacts in the last 6 months, and switched biologic therapy for psoriasis in the last 6 months were consistently highly associated with psoriasis severity in the prediction model. The internal validation showed a low optimism in the model based on 500 bootstrap loops. Using this diagnostic tool, it could be possible to estimate the prevalence of patients categorized as moderate-to-severe psoriasis. Thus, this model could possibly estimate the proportion of patients who might be candidates for systemic therapy but not receiving this treatment.

In our study, we found a prevalence of moderate-to-severe psoriasis roughly in line with previous studies. A self-reported community-based population reported 25% of the respondents being in remission (“no symptoms”), 42% of the respondents rated themselves as having mild psoriasis, 24% reported having moderate psoriasis, and 9% rated themselves as having severe psoriasis [20]. A large European survey of patients from clinics revealed a distribution of 9% none, 32% mild, 42% moderate, and 17% having severe psoriasis [21].

Previous studies have primarily used psoriasis therapy based on systemic and biological therapy to estimate moderate-to-severe psoriasis due to a lack of better methods for estimating the severity. Although this approach is in line with the most recent guideline on disease severity proposed by the International Psoriasis Council [6], this does not reflect the disease severity at a specific moment. However, based on clinical experience and the existing literature, the most commonly used clinical tools to assess psoriasis severity are BSA and DLQI—the reason why the definition of psoriasis severity was based on these clinical measurements in this study [3, 4]. The definition of moderate-to-severe psoriasis is based on a proxy for the self-reported BSA and DLQI, which are used in clinical practice routines. The issue of proxy-based definition is relevant to the many definitions of psoriasis severity, but not alone, as it also concerns many medical conditions. However, the outcome definition based on BSA and DLQI measurements reflects the clinical practice routine in Denmark more accurately than a data-driven construction of the outcome. The use of patient-reported BSA has previously been validated and shown to reflect accurately physician-reported BSA scores [22]. Furthermore, a total of 80.4% of psoriasis patients included in the cross-sectional survey reported that their disease had been diagnosed by a physician, predominantly dermatologists [2].

There is no clear-cut definition of mild/moderate/severe psoriasis based on BSA, but patients with BSA≥10 or DLQI≥10 or PASI≥10 are candidates for systemic treatment due to the existing international guidelines. The definition of outcome deviates from “standards” as a safety margin and due to impact on quality of life. Furthermore, a BSA≥10 in the clinical rule “rule of ten” categorizes patients as suffering severe psoriasis. We wanted to include patients with moderate psoriasis in addition to patients with severe psoriasis. As for the dermatology life quality index (DLQI), the effect of the disease on quality of life is categorized as none (DLQI of 0–1), small (DLQI of 2–5), moderate (DLQI of 6–10), very large (DLQI of 11–20), and extremely large (DLQI of 21–30) [23]. In other words, a DLQI ≥7 means psoriasis has a moderate effect on the quality of life of patients. Some of the predictors may systematically imply the disease severity (e.g., hospitalizations and biologic therapy), which makes them relevant to include as potential predictors. Our results showed that those predictors are not necessarily the most informative for the identification of patients with moderate-to-severe psoriasis, because of their very low prevalence. Sex and age were the two predictors with the highest association, followed by patients having ≥ 4 dermatologist contacts in the last 6 months and switched biologic therapy for psoriasis in the last 6 months. This suggests that such predictors might be more informative than the ones classically suggested for the diagnosis of patients with moderate-to-severe psoriasis.

The use of machine learning for prediction in clinical practice and real-world use is complex. To handle multiple layers of complexity—due to, e.g., ensemble models rather than linear equations—the implementation of such tools often requires the development of a specific software system due to the black-box nature. For now, we intend to use our prediction model to estimate the prevalence of moderate-to-severe psoriasis at the national level using registry data in a further study. To mitigate the potential bias in the prevalence estimate of moderate-to-severe psoriasis due to possible misspecification of the prediction model, both the use of inverse probability weighting (IPW) and the use of double robust methods could be considered. Uncertainty could be handled by bootstrapping the data to estimate confidence intervals for the predicted probabilities.

The difficulty of applying such models is largely discussed within the field and with an aim to make the use of these tools more tangible in the future [24, 25].

Our work is to be considered under some limitations. The study limitations included a small number of patients in some of the predictor categories, which might have limited their contribution to the final model. Information of non-responders to the survey was unavailable, and caution is therefore recommended in generalizing our findings (i.e., possible selection bias). Furthermore, we only included adults, and results may therefore not apply to children/adolescents. Some patients had missing data of psoriasis severity which were handled with multiple imputations. The internal validation we performed informs on how our model would likely perform in random samples drawn from the same source population—that is the Danish population of psoriasis patients. Therefore, without further external validation, our model applies only to the Danish population. There is no commonly accepted definition of mild and moderate-to-severe psoriasis; hence, this study included two definitions of severity measures of psoriasis. The definition of psoriasis severity was based on BSA and DLQI. Both definitions of psoriasis were based on self-reported outcome measures from the Danish Skin Cohort, yet all patients reporting a history of psoriasis were diagnosed by a physician. The model was based on international guidelines to estimate the proportion of patients who are candidates for systemic treatment. Guidelines are continuously updated on the basis of new knowledge; it will be necessary to update the model to adapt existing guidelines in a future time.

Conclusion

We have reported a model predicting which patients would have moderate-to-severe psoriasis (as defined by BSA and DLQI) in the Danish National registries. The gradient boosting machine model obtained an acceptable risk prediction for moderate-to-severe psoriasis patients. This model may allow one to identify the group of patients with moderate-to-severe psoriasis in the national registries.

Availability of data and materials

The data that support the findings of this study are available from Statistics Denmark, but restrictions apply to the availability of these data, which were used under license for the current study, and so are not publicly available. Data are however available from the authors upon reasonable request and with permission of Statistics Denmark. Please contact the corresponding author for a data analysis agreement as a collaboration effort.

References

  1. Parisi R, Symmons DPM, Griffiths CEM, Ashcroft DM. Identification and Management of Psoriasis and Associated Comorbidity (IMPACT) project team. Global epidemiology of psoriasis: a systematic review of incidence and prevalence. J Invest Dermatol. 2013;133:377–85.

    Article  CAS  Google Scholar 

  2. Egeberg A, Andersen YMF, Thyssen JP. Prevalence and characteristics of psoriasis in Denmark: findings from the Danish skin cohort. BMJ Open. 2019:9.

  3. Mrowietz U, Kragballe K, Reich K, Spuls P, Griffiths CE, Nast A, et al. Definition of treatment goals for moderate to severe psoriasis: a European consensus. Arch Dermatol Res. 2011;303(1):1–10.

    Article  CAS  Google Scholar 

  4. Finlay AY. Current severe psoriasis and the rule of tens. Br J Dermatol. 2005;152:861–7.

    Article  CAS  Google Scholar 

  5. Egeberg A, See K, Garrelts A, Burge R. Epidemiology of psoriasis in hard-to-treat body locations: data from the Danish skin cohort. BMC Dermatol. 2020;20(1):3.

    Article  Google Scholar 

  6. Strober B, Ryan C, van de Kerkhof P, van der Walt J, Kimball AB, Barker J, et al. International Psoriasis Council Board Members and Councilors. Recategorization of psoriasis severity: Delphi consensus from the International Psoriasis Council. J Am Acad Dermatol. 2020;82(1):117–22.

    Article  Google Scholar 

  7. Kreuger GG, Feldman SR, Camsia C, et al. Two considerations for patients with psoriasis and their clinicians:: what defines mild, moderate, and severe psoriasis? What constitutes a clinically significant improvement when treating psoriasis? J Am Acad Dermatol. 2000;43(2):281–5.

    Article  Google Scholar 

  8. Thygesen LC, Ersbøll AK. When the entire population is the sample: strengths and limitations in register-based epidemiology. Eur J Epidemiol. 2014;29(8):551–8.

    Article  Google Scholar 

  9. Maret-Ouda J, Tao W, Wahlin K, Lagergren J. Nordic registry-based cohort studies: possibilities and pitfalls when combining Nordic registry data. Scandinavian J Public Health. 2017;45(Suppl):14–9.

    Article  Google Scholar 

  10. Moons KG, Altman DG, Reitsma JB, Ioannidis JP, Macaskill P, Steyerberg EW, et al. Transparent Reporting of a multivariable prediction model for Individual Prognosis or Diagnosis (TRIPOD): explanation and elaboration. Ann Intern Med. 2015;162(1):55–63.

    Article  Google Scholar 

  11. Collins GS, Dhiman P, Andaur Navarro CL, Ma J, Hooft L, Reitsma JB, et al. Protocol for development of a reporting guideline (TRIPOD-AI) and risk of bias tool (PROBAST-AI) for diagnostic and prognostic prediction model studies based on artificial intelligence. BMJ Open. 2021;11(7).

  12. Schmidt M, Pedersen L, Sørensen HT. The Danish Civil Registration System as a tool in epidemiology. Eur J Epidemiol. 2014;29:541–9.

    Article  Google Scholar 

  13. Pottegård A, Schmidt SAJ, Wallach-Kildemoes H, Sørensen HT, Hallas J, Schmidt M. Data resource profile: the Danish National Prescription Registry. Int J Epidemiol. 2017;46:798–798f.

    Google Scholar 

  14. Schmidt M, Schmidt SAJ, Sandegaard JL, Ehrenstein V, Pedersen L, Sørensen HT. The Danish National Patient Registry: a review of content, data quality, and research potential. Clin Epidemiol. 2015;7:449–90.

    Article  Google Scholar 

  15. Andersen JS, Olivarius NDF, Krasnik A. The Danish National Health Service Register. Scand J Public Health. 2011;39:34–7.

    Article  Google Scholar 

  16. Iversen L, Lange MM, Bissonette R, Carvalho AVE, van de Kerkhof PC, Kirby B, et al. Topical treatment of psoriasis: questionnaire results on topical therapy accessibility and influence of body surface area on usage. J Eur Acad Dermatol Venereol. 2017;31:1188–95.

    Article  CAS  Google Scholar 

  17. Natekin A, Knoll A. Gradient boosting machines, a tutorial. Front Neurorobot. 2013:7–21.

  18. Steyerberg EW, Vickers AJ, Cook NR, Gerds T, Gonen M, Obuchowski N, et al. Assessing the performance of prediction models: a framework for traditional and novel measures. Epidemiology. 2010;21:128–38.

    Article  Google Scholar 

  19. White IR, Royston P, Wood AM. Multiple imputation using chained equations: issues and guidance for practice. Statist Med. 2011;30:377–99.

    Article  Google Scholar 

  20. Koo J. Population-based epidemiologic study of psoriasis with emphasis on quality of life assessment. Dermatol Clin. 1996;14:485–96.

    Article  CAS  Google Scholar 

  21. Dubertret L, Mrowietz U, Ranki A, van de Kerkhof PCM, Chimenti S, Lotti T, et al. European patient perspectives on the impact of psoriasis: the EUROPSO patient membership survey. Br J Dermatol. 2006;155:729–36.

    Article  CAS  Google Scholar 

  22. Housman TS, Patel MJ, Camacho F, et al. Use of the SelfAdministered Eczema Area and Severity Index by parent caregivers: results of a validation study. Br J Dermatol. 2002;147:1192–8.

    Article  CAS  Google Scholar 

  23. Hongbo Y, Thomas CL, Harrison MA, Salek MS, Finlay AY. Translating the science of quality of life into practice: what do dermatology life quality index scores mean? J Invest Dermatol. 2005;125(4):659–64.

    Article  CAS  Google Scholar 

  24. Davenport T, Kalakota R. The potential for artificial intelligence in healthcare. Future Healthcare J. 2019;6(2):94–8.

    Article  Google Scholar 

  25. van de Sande D, Van Genderen ME, Smit JM, et al. Developing, implementing and governing artificial intelligence in medicine: a step-by-step approach to prevent an artificial intelligence winter. BMJ Health Care Inform. 2022;29:e100495.

    Article  Google Scholar 

Download references

Acknowledgements

Not applicable.

Funding

Bristol-Myers Squibb funded and participated in the study design and in the decision to submit the paper for publication. Bristol-Myers Squibb was not involved in data collection or analysis and did not have access to the raw data.

Author information

Authors and Affiliations

Authors

Contributions

MSL has done data analyses. MSL and LN have written the first draft of the manuscript. All co-authors have provided important intellectual input and contributed considerably to the analyses and interpretation of the data. The authors read and approved the final manuscript.

Corresponding author

Correspondence to Mie Sylow Liljendahl.

Ethics declarations

Ethics approval and consent to participate

According to Danish legislation, no ethics approval is required in register-based studies without direct contact to the participants.

Consent for publication

Not applicable.

Competing interests

MSL reports no conflict of interest.

Dr. Egeberg has received research funding from Pfizer, Eli Lilly, Novartis, Bristol-Myers Squibb, AbbVie, Janssen Pharmaceuticals, the Danish National Psoriasis Foundation, the Simon Spies Foundation, and the Kgl Hofbundtmager Aage Bang Foundation, and honoraria as a consultant and/or speaker from AbbVie, Almirall, Leo Pharma, Zuellig Pharma Ltd., Galápagos NV, Sun Pharmaceuticals, Samsung Bioepis Co., Ltd., Pfizer, Eli Lilly and Company, Novartis, Union Therapeutics, Galderma, Dermavant, UCB, Mylan, Bristol-Myers Squibb, and Janssen Pharmaceuticals.

Dr. Skov has been an advisor, investigator, and speaker for Abbvie, Eli Lilly, Novartis, Sanofi, Celegene, Leo Pharma, BMS, UCB, Pfizer, and Almirall. LS reports non-financial support from Abbvie, Sanofi, and Janssen and grants from Novartis, Janssen, BMS, and Sanofi.

Dr. Loft has been an honorary speaker for Janssen Cilag and Eli Lilly.

Dr. Nguyen reports no conflict 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: Supplementary 1.

Method. Supplementary 2. Definition of predictors. Supplementary 3. Trace line plots for the MICE algorithm.

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/.

Reprints and permissions

About this article

Check for updates. Verify currency and authenticity via CrossMark

Cite this article

Liljendahl, M.S., Loft, N., Egeberg, A. et al. Development and internal validation of a diagnostic prediction model for psoriasis severity. Diagn Progn Res 7, 2 (2023). https://doi.org/10.1186/s41512-023-00141-5

Download citation

  • Received:

  • Accepted:

  • Published:

  • DOI: https://doi.org/10.1186/s41512-023-00141-5

Keywords