Skip to main content
  • Research article
  • Open access
  • Published:

Computational Barthel Index: an automated tool for assessing and predicting activities of daily living among nursing home patients

Abstract

Background

Assessment of functional ability, including activities of daily living (ADLs), is a manual process completed by skilled health professionals. In the presented research, an automated decision support tool, the Computational Barthel Index Tool (CBIT), was constructed that can automatically assess and predict probabilities of current and future ADLs based on patients’ medical history.

Methods

The data used to construct the tool include the demographic information, inpatient and outpatient diagnosis codes, and reported disabilities of 181,213 residents of the Department of Veterans Affairs’ (VA) Community Living Centers. Supervised machine learning methods were applied to construct the CBIT. Temporal information about times from the first and the most recent occurrence of diagnoses was encoded. Ten-fold cross-validation was used to tune hyperparameters, and independent test sets were used to evaluate models using AUC, accuracy, recall and precision. Random forest achieved the best model quality. Models were calibrated using isotonic regression.

Results

The unabridged version of CBIT uses 578 patient characteristics and achieved average AUC of 0.94 (0.93–0.95), accuracy of 0.90 (0.89–0.91), precision of 0.91 (0.89–0.92), and recall of 0.90 (0.84–0.95) when re-evaluating patients. CBIT is also capable of predicting ADLs up to one year ahead, with accuracy decreasing over time, giving average AUC of 0.77 (0.73–0.79), accuracy of 0.73 (0.69–0.80), precision of 0.74 (0.66–0.81), and recall of 0.69 (0.34–0.96). A simplified version of CBIT with 50 top patient characteristics reached performance that does not significantly differ from full CBIT.

Conclusion

Discharge planners, disability application reviewers and clinicians evaluating comparative effectiveness of treatments can use CBIT to assess and predict information on functional status of patients.

Peer Review reports

Background

Knowledge about functional abilities and their decline is important for decision making regarding care provided to patients. For example, in a study by Fried [1], it was observed that patients who were aware that they were unlikely to return to their baseline functional status were less likely to proceed with hospital treatment. It is shown that the quality of life is more important than living longer [2]. Quality of life depends on many factors, one of which is patients’ functional independence. Functional ability of nursing home patients is assessed by direct observation of a skilled nurse practitioner, which is a time consuming and costly process. The assessments are often reported using the Minimum Data Set (MDS), a standardized patient evaluation instrument collected by nurses through observing patients in consultation with other care team members. In the United States, assessment data are collected by all Medicare and Medicaid-certified nursing homes and entered in MDS Section G [3]. MDS data are typically collected every three months, or whenever a patient status changes. In contrast, similar detailed functional assessments are not routinely collected for most elderly patients outside of nursing homes. To remedy this situation, this paper examines whether functional ability can be assessed and predicted through coded data available in Electronic Health Records (EHRs) or medical claims. Specifically, the focus is on the ability to independently perform activities of daily living (ADLs). Nine out of ten functional abilities in the Barthel Index (Score) were used [4, 5] as described in the Data section. The ten items that represent the ability and level of independence in performing activities of daily living include: feeding, bathing, grooming, dressing, bowel incontinence, bladder incontinence, toilet use, transfers (bed to chair and back), mobility (walking), and stairs [6].

The ability to automatically derive and predict patients’ functional status has several important uses in clinical work and research. Firstly, it may provide a more efficient and cost-effective means of assessing functional status in groups for whom functional status is currently manually assessed. In a recent review that examined functional status quality indicators, the authors concluded that using chart reviews or patient-reports is costly and administratively burdensome [7]. Secondly, it may allow for retrospective assessment of patients’ functional status for whom evaluations have not been completed. Thirdly, it can be beneficial for patients who are typically not evaluated for the purpose of comparing care across settings. Finally, predicting functional status up to one year in the future provides a basis for an informed discussion between clinicians and patients/caregivers and may help in planning care for patients.

Previously, a set of models capable of predicting trajectories of ADL improvement or decline post-hospitalization [8], as well as sequences of functional decline were constructed [9]. The former focused on predicting if patients are likely to follow one of seven pre-defined trajectories of improvement/decline. Predictions were anchored to the time of hospital discharge and diagnoses were extracted only from inpatient records of the corresponding hospitalization. The method and tool discussed in this paper, called the Computational Barthel Index Tool (CBIT), significantly extends the previous work and is designed to allow for assessment of functional status at any arbitrary moment. The tool that allows for prediction of each ADL up to one year ahead, is based on a larger cohort of patients, and uses both inpatient and outpatient diagnoses. The name is inspired by the original Barthel Index (Score), which is a standardized tool used to evaluate activities of daily living [10]. Computational machine learning methods are used to construct the index. The presented research also extends previous work [8] by incorporating temporal information about when events happened in the patient’s medical history, which was not applicable to hospitalization-only data. Many diagnoses present in medical records correlate with the patient’s functional ability, with some of these correlations being temporary and others being permanent. For example, some surgical patients have urinary incontinence for a short period after the surgery, while amputation affects the ability to walk permanently. Thus, it is assumed that the codes present in data are time-dependent. It was shown that adding temporal information can improve the accuracy of the constructed CBIT models, as discussed later in the paper.

Prediction of functional status and disability is challenging. Researchers in many studies have attempted to automatically assess and predict functional status, including ADLs. Overall, there are three main approaches to assess and predict ADLs by (1) using specific clinical data, (2) using sensor data collected by wearable devices or smarthome environments, and (3) using patient records extracted from EHR or claims data in making assessment and predictions. Despite wide selection of published works, the research presented here is unique in the latter category as its attempts to assess and predict ADLs purely based on diagnoses and demographics present in the patient records. It should be noted that there are a number of published papers that discuss ADLs as predictors of other outcomes such as disease progression and mortality [11, 12], while the focus of this study is on predicting ADLs.

Many studies attempted to predict ADLs in a specific population, i.e., related to a disease or injury [13,14,15], while others are more general. In one study, machine learning (ML) methods were linked to biomedical ontologies to predict functional status [16], achieving predictive accuracy of 0.6. In another work, researchers described a logistic regression-based method to predict mortality and disability post-injury for the elderly [17] with reported R2 of 0.86. Tarekegn et al. developed a set of models to predict disability as a metric for frailty conditions resulting in models with F-1 scores ranging between 0.74 to 0.76 [18]. Similarly, Gobbens and van Assen examined six standard frailty indicators (gait speed, physical activity, hand grip, body mass index, and fatigue and balance) for assessing ADLs, of which only gait speed was predictive of ADL disabilities [19]; however, no actual predictive accuracy was reported. More recently, Jonkman et al., constructed logistic regression-based models from four datasets to predict decline in five ADLs [20], with the average AUC of 0.72. It is clear that the above studies reported model performances below ones reported here. However, it should be mentioned that these works were performed in different settings thus no direct comparison is meaningful. A systematic review of published works related to assessing ADLs identified several commonly used predictors, including age, cognitive functioning, depression, and hospital length of stay [21]. In the data-driven approach presented here, some of the predictors are the same as those previously reported in the literature.

Not surprisingly, several research groups focused on assessing ADLs from sensor data. Assessing ADLs selected by wearable sensors is a reasonable approach as it allows for continuous monitoring rather than a snapshot of activities evaluated by a healthcare provider [21,22,23,24,25,26]. In some studies, ambient intelligence and smarthome sensors were used to assess the ability to perform ADLs. These works rely on the use of specific sensors installed in smarthome environment that monitor movement [27, 28], as well as use of specific home devices [29,30,31]. Further, beyond the direct application to the elderly population, activity recognition is a well-established field with several review papers available to summarize the works [32,33,34].

The presented CBIT can be linked to an EHR through a standardized interface and used by clinicians to assess functional abilities at the time of a specific patient visit or in a batch/bulk mode to predict current functional abilities as well as ADL changes for a group of patients. The models used in the tool rely on readily available data in EHR systems or claims data and do not require additional data collection. In addition, a simplified version of the tool was developed based on 50 patient characteristics selected from amongst 578 used in the complete model. The simplified version was used to build an online calculator capable of asking limited number of questions about patients’ medical history and presenting the results in a graphical form such as exemplified in Fig. 1. In the figure, each line corresponds to one ADL plotted over time for a hypothetical patient. The horizontal axis indicates time and the vertical axis shows the probability of functional independence. It should be mentioned that this probabilistic interpretation of the prediction is not intended to indicate the level of disability, but rather the confidence the models have in predictions. In this example, the hypothetical patient is predicted to have functional independence with high probability in terms of bathing, bladder, dressing, toileting, transferring and walking. In terms of eating and grooming, this patient is predicted to temporarily recover approximately 6 months after the initial assessment and decline afterwards (see Discussion section for more details).

Fig. 1
figure 1

Predicted probability visualization of functional independence for a hypothetical patient up to one year ahead

In the presented work, two cases are considered: when previous functional status of a patient is unknown and only diagnoses and demographics can be used as predictors, and when a patient was previously evaluated and results of that evaluation (nine previous ADL attributes) can be added to the list of predictors. Thus, two sets of models were constructed: Evaluation models, MEdτ, in which previous functional status assessment is unknown, and Re-Evaluation models, MREdτ, in which previous functional status is known. Here d is an ADL (bathing, grooming, etc.), and \(\tau \in \left\{ {0,90,180,365} \right\}\) is the prediction horizon (given as the number of days), i.e., how far ahead in time the value is predicted. As names suggest, MEd models are used in situations in which a new patient is being evaluated in terms of ADLs, and MREd models are used when an evaluation of the previously assessed patient needs to be refreshed as new information becomes available.

The presented research has been initiated as part of a larger IRB-approved project in the Department of Veterans Affairs (VA) with the purpose of assessing the cost and effectiveness of the Medical Foster Home program compared to traditional Community Living Centers (nursing homes) [8, 9, 35]. Determination of patients’ functional status was used as one of the characteristics to match residents in both settings for comparison purposes. In this context, the main contributions of the presented work are in (1) the development of models for assessment and prediction of ADLs up to one year ahead; (2) construction of attributes that represent time between diagnosis and prediction; (3) detailed testing and analysis of the developed models, and (4) creation of an online decision support tool.

Methods

Data

Data from the Department of Veterans Affairs Corporate Data Warehouse were extracted and analyzed within the VA Computing Infrastructure. The original data came from two sources: (1) medical records from the VA’s Electronic Medical Record System, and (2) MDS evaluations for nationwide VA nursing homes. Both datasets are collected as part of routine patient care and were provided to the research team in a deidentified form. The data were organized around patient evaluations using Minimum Data Set 2.0 [36], which were mapped to the nine Barthel Index categories using a previously developed procedure [8]. The Barthel Index (or Barthel Score), which measures independence in performing ADLs [4, 5] includes 10 items with the total value ranging from 0 to 100 (feeding, bathing, grooming, dressing, bowel incontinence, bladder incontinence, toilet use, transfers, mobility, and stairs). In this research, the last item of the Barthel Score (stairs) was eliminated, which was not consistently assessed and thus difficult to standardize among nursing home residents. Thus, the total considered scale is 0–90 based on the first nine items predicted independently. Each of the items in the Barthel Score has different levels of functional abilities, with highest values indicating full independence (see Additional file 1 for more details). For instance, Barthel Score captures three levels for toileting: dependent (0), needs some help (5), and independent (10). Binary output for each of the ADLs was constructed defined as fully functional vs. any level of dependency.

The data consisted of 1,901,354 MDS evaluations completed between 2000 and 2011 from which 1,151,222 complete evaluations were retrieved for 295,491 patients. The data were linked to medical records from which demographics and history of diagnoses were extracted. The EHR data are limited to services provided by the VA’s health system. The data consisted of 18,912,553 inpatient and 180,123,710 outpatient diagnosis codes using the International Classification of Diseases, ninth edition (ICD-9) standard along with corresponding dates. These codes were transformed into clinically relevant categories using Clinical Classification Software (CCS) from the Agency of Health Research and Quality (AHRQ) resulting in 281 distinct CCS codes representing health comorbidities. All diagnosis codes were combined from inpatient and outpatient records. Distinguishing between inpatient and outpatient codes is important for some applications (inpatient codes are typically treated as more severe). In the presented work, it is assumed that only information about the presence of a diagnosis along with appropriate time was important in the context of predicting disabilities, rather than distinguishing between the specific sources. Demographic information including age, race, and gender was also included. Age was recorded as a continuous variable and race was represented using one-hot vectors (0/1 values are used to indicate the presence or absence of the features). Missing data for age were imputed as mean value in the dataset and no special treatment for missing data for other attributes was needed. Patients with only one MDS evaluation were excluded to allow for modeling of change of patient status over time, resulting in a final dataset of 855,731 evaluations for 181,213 patients. The collected data were organized per MDS evaluation, resulting in the average of 4.72 ± 6.21 MDS evaluations per patient. Table 1 shows descriptive statistics of the final dataset as counted in analyzed MDS records as well as per patient, and is representative of the overall nursing home population in the VA. Most patients were male and white with an average age of over 71 years and mean Barthel Score (sum of assigned Barthel items) of about 48 out of 90, indicating overall high levels of disability in the studied population. In addition, the average score at the first evaluation was about 52. The average time between MDS evaluations was also about 100 days, which is slightly over three months.

Table 1 Characteristics of data

In addition, the distribution of values for the nine ADLs is presented in Table 2. With the exception of bladder incontinence, bowel incontinence and eating, the majority of evaluations indicate some level of dependency in performing ADLs. Lack of full independence in terms of walking is the most prominent, with 73% of evaluation records and 80% of patients. While these values are not equal to 50%, the data are reasonably balanced thus no additional resampling or balancing was required.

Table 2 Distribution of the nine considered ADLs

In the used data warehouse, as well as in many administrative datasets, patient medical records often span many years, making it possible to examine temporal relationships between diagnoses and the predicted events. In the presented research, a simple approach to incorporate time was used. Values of attributes corresponding to diagnoses represent time between first known occurrence of a diagnosis code and the time of MDS evaluation.

$$ccs_{i}^{\max } = \mathop {\max }\limits_{{t_{i} }} \left( {t_{p} - t_{i} } \right)$$
(1)

Here, (ti) is the time of i-th diagnosis code occurring in the data, and (tp) is the time of prediction. Note that each diagnosis code may be present in the data multiple times. Another set of attributes represent the last recorded occurrence of the diagnosis code relative to the time of MDS evaluation.

$$ccs_{i}^{\min } = \mathop {\min }\limits_{{t_{i} }} \left( {t_{p} - t_{i} } \right)$$
(2)

In the original data, diagnoses have associated dates thus days are used as unit of time. This allows counting the difference in time as the number of days. In other words \(ccs_{i}^{\max }\) is the number of days separating the first occurrence of the diagnosis and the time of prediction, and \(ccs_{i}^{\min }\) is the number of days separating the most recent occurrence of the diagnosis and the time of prediction.

This method of constructing attributes provides information about how long a patient suffers from a given condition as well as if the condition is still present at the time of assessment (when was the most recent diagnosis of a specific health condition). The rationale behind this approach is that for many chronic conditions that affect patients’ ability to perform ADLs over time, it is important to know how long the condition is present for the patient. Similarly, for many acute conditions, their effects on ADLs are temporary, thus only recent occurrences are important to consider. It should be noted that the chronic/acute status of a condition is not assigned ahead of time and each diagnosis is encoded using both \(ccs_{i}^{\max }\) and \(ccs_{i}^{\min }\). It was observed that the models tend to rank higher \(ccs_{i}^{\max }\) codes for chronic conditions and \(ccs_{i}^{\min }\) for acute conditions, yet full validation of this fact is out of scope of this paper.

An example of data encoded using the above method is presented in Table 3. The table shows data for two different fictitious patients. Patient 1 has two MDS evaluations in the data 90 days apart. Patient 2 also has two MDS evaluations 100 days apart. Patient 1 was diagnosed with septicemia only once, 210 days prior to the first evaluation (ccs2min = ccs2max = 210). The patient has not been diagnosed second time between the evaluations because both columns representing the first and most recent occurrence increased by the same amount. The patient was diagnosed with hypertension 18 days prior to the first evaluation (ccs99min = 18), and for the first time 500 days prior to the first evaluation. The patient was diagnosed with hypertension again 5 days prior to the second evaluation. Similarly, Patient 2 has been diagnosed with septicemia twice, 15 and 700 days prior to the first evaluation (ccs2min = 15 and ccs2max = 700). Patient 2 was also diagnosed with tuberculosis 71 days before the second evaluation (ccs1min = ccs1max = 71). One can also notice that Patient 1′s ADLs declined between the evaluations. Diagnoses not present/recorded in patient’s records are coded as − 999,999 and 999,999.

Table 3 Four example records of the data for two patients

Negative numbers (− 999,999) are used for coding of not present diagnoses in \(ccs_{i}^{\max }\) columns because that time is intended to capture positive correlation between long-term chronic conditions and disabilities. Intuitively, the longer a patient suffers from a chronic condition (large values for time), the worse the prognosis is. When a condition is not present in the patient’s medical history, it needs to be coded as “much better” than if the patient was just diagnosed; thus, using a large negative number is reasonable. Similarly, positive numbers (999,999) are used for coding of not present diagnoses in columns, \(ccs_{i}^{\min }\), because of the negative correlation of time between the most recent occurrence of conditions and disabilities. Full evaluation of this coding method in CBIT is discussed in the Results section.

Construction of models

The presented study followed a standard experimental design used in machine learning. Patients were randomly assigned to training (90%) and testing (10%) sets. The testing set with a sufficiently large sample size (approximately 18,000 patients) was used only for final validation of the models. Training dataset was used for tenfold cross-validated hyperparameter tuning, model selection and final model construction. A selection of machine learning methods was investigated to construct models capable of assessing and predicting ADLs.

Machine learning methods are rapidly gaining popularity in medical and health applications [37] and are also applicable to the prediction of ADLs. Machine learning (ML) is an experimental field that provides a large toolset of methods that can be used for prediction. More specifically, the presented work utilizes a set of ML methods called supervised learning. These methods are intended to build models that allow for predicting outcomes for individuals based on their characteristics. The supervision comes in the form of training data in which outcomes are known for historical cases. These historical cases/patients are generalized to allow predictions for new previously unseen cases.

In the presented work, selected ML methods (regularized logistic regression, Bayesian networks, decision trees, and random forests) were evaluated in terms of their performance and it was shown that random forest stands out in terms of model quality. Random forests [38] are ensembles of decision trees (typically many), that are inferred from randomly selected subsets of data thus guaranteed to be different on sufficiently large data. Random forests are created by applying bagging (a.k.a., bootstrap aggregation) [39] to both sample and attributes (patient characteristics). Standard top-down decision tree learning algorithms are used to create individual trees. The process is repeated to create multiple trees (typically in the order of tens or hundreds). After a forest is assembled, the final classification decision is made by applying all of the trees to new examples (patients). When there is a disagreement in prediction, the trees vote on the predicted outcome. Random forests output classification scores (in the presented work, they were converted to probabilities) which in the case of the described models represent patients being disabled or functionally independent. These scores are calculated as a proportion of trees voting for a given outcome [40]. In the presented work, tenfold cross-validated hyperparameter tuning was performed. The tuning led to the selection of random forests consisting of about 100 decision trees (each model was optimized separately, and the numbers of trees were slightly different). Other algorithm parameters, including the number of randomly selected patient characteristics (number of attributes in each tree) and Gini Index [38] as an internal quality criterion were tested and set to default as they did not make any improvements.

The models were created to assess functional status at the time of prediction (current status), as well as to predict functional status 3, 6, and 12 months beyond the time of prediction as depicted in Fig. 2. Data available prior to the time of prediction were used to construct input attributes for the model. In the constructed models, there are 9 ADLs and 4 time points, thus there are 36 output attributes that are being predicted. Since Evaluation and Re-Evaluation models are considered separately, CBIT consists of a total of 72 models.

Fig. 2
figure 2

Prediction timeline. Past EHR data is used to make an assessment of current functional status as well as prediction 3, 6 months, and 1 year afterwards

The quality of the constructed models was evaluated in terms of standard statistical measures used in ML, namely, accuracy (percentage of correctly predicted cases), area under the curve (AUC; often referred to as C-statistic), recall (rate of correctly identified patients with functional dependencies), precision (rate of patients with disabilities among those indicated as disabled by the model), and F1-score. Because of probabilistic interpretation of prediction results (see discussion), we consider AUC as the most important metric. Evaluation was applied on the test set of patients not being used in model construction, selection or tuning. In order to provide better insight into the created models, calibration plots (described in later section) and learning curves were also created for all developed models. The learning curves are used here to check if the amount of data used to train the models is sufficient. Curves that get flat on the right side indicate that it is unlikely that more data would improve models, while those steeply growing suggest that models could have been improved if more data were available. Learning curves for the CBIT models are available in supplemental material (See Additional files 47).

It should be mentioned that the presented work does not include clinical validation of the models. Also, note that the created models predict the probability of functional dependence of any level, while the graphical representation or prediction (in the web calculator discussed later and presented figures) shows the probability of functional independence. The conversion between the two is a simple operation, which is one minus probability. The reason for this conversion is that prediction of disability as a target event is conceptually cleaner from a machine learning perspective (assuming that being independent is normal, the abnormal state of disability is predicted). On the other hand, clinicians are used to having higher values represent better status (this can also be the case in in the original Barthel Index). This conversion has no effect on presented results or modeling and is only reflected in the graphical representation of results.

For the data analysis part of the project, the Microsoft SQL Server was used to preprocess data. The data preprocessing started with MDS evaluations that were later linked to other data components. Final data were analyzed using Python programming language with Scikit-learn machine learning library [41] and visualizations were done using Matplotlib Python library [42].

Results

Computational Barthel Index Tool (CBIT) consists of a set of 72 random forest models, 36 MEdτ and 36 MREdτ models. The CBIT can assess the level of functional dependency in performing ADLs and predicting functional dependency up to one year ahead by using demographics, diagnoses, and (if available) last known functional status. Table 4 presents a summary of the performance of the models for each ADL at the time of prediction, as well as 3, 6 and 12 months ahead for both MEdτ and MREdτ models. The results are presented in terms of average AUC, accuracy, precision and recall of the nine outcome categories. The CBIT showed very high accuracy in assessing ADLs at a given time. The AUC of assessing if patients have any level of ADL dependency in MREd0 models was on average 0.94 (0.93–0.95), accuracy 0.90 (0.89–0.91), precision 0.91 (0.89–0.92), and recall 0.90 (0.84–0.95). When predicting functional status up to one year ahead, \(\tau \in \left\{ {90,180,365} \right\}\), the MREdτ models’ accuracy drops to AUC 0.77 (0.73–0.79), accuracy 0.73 (0.69–0.80), precision 0.74 (0.66–0.81), and recall 0.69 (0.34–0.96). When the previous functional status is unknown (i.e., initial evaluation), the performance of the current assessment models MEd0 decreased by about 16% (p < 0.01) in terms of AUC. On average, the obtained results for these models are AUC 0.79, accuracy 0.74, precision 0.74, and recall 0.80. A complete set of results for individual models is available in Additional file 2.

Table 4 Average ± standard deviation of accuracy, AUC, precision and recall of models in predicting functional status

Top predictors

Further analysis also identified the top predictors used in the assessment and prediction of ADLs. Average Gini Index [38] produced by random forest was used to measure the quality of predictors. Gini index is a data impurity measure used in the presented work by random forest as an internal measure of attribute quality when constructing individual decision trees. It should not be interpreted as a strength or effect of the variable on the predicted output, but rather to understand the relative importance of attributes. In general, random forests can use many other attribute quality measures, but model tuning indicated that Gini index performs the best in CBIT. Top predictors along with their reported importance (average Gini index over all trees in forest and over all models) are presented in Table 5. Note that all ccsimin and ccsimax codes were included in full models. A longer list of diagnosis codes and previous evaluations are available in Additional file 3. Not surprisingly, the most predictive attributes in MREdτ models were past functional status, being responsible for AUC of 0.93. Other most predictive attributes were the time since the most recent diagnosis of delirium, dementia, and amnestic and other cognitive disorders (CCS 653) and patient age. These were followed by encoded time of diagnoses/administrative codes for: the urinary tract infections (CCS 159); chronic ulcer of skin (CCS 199); other connective tissue disease (CCS 211); paralysis (CCS 82); administrative/social admission (CCS 255); alcohol-related disorders (CCS 660); aspiration pneumonitis; food/vomitus (CCS 129); and schizophrenia and other psychotic disorders (CCS 659). For most of the diagnoses listed above, it is important when (number of days) a patient was diagnosed with that condition most recently. For ulcers and aspiration pneumonitis; food/vomitus, the first diagnosis is important. In addition, the table has marked potentially reversible conditions (R), as judged by clinicians, which can be influenced in the care provided to the patients and affect the outcome.

Table 5 Top ranked predictors of functional status

Simplified models

Further, simplified models (called MSREdτ and MSEdτ) that include only selected top-ranking patient characteristics were developed. Average GINI score was used to rank attributes. As depicted in Fig. 3, adding more characteristics beyond the most predictive 41 attributes did not significantly improve the accuracy (p < 0.05) of the models in assessing the current functional status (τ = 0) as compared to full model. The curves were also similar for predicting up to 12 months ahead, \(\tau \in \left\{ {90,180,365} \right\}\). When using 25 top patient characteristics, models that included previous evaluations (MSREdτ) reached an average AUC of 0.94, accuracy 0.90, precision 0.91, and recall 0.90. Furthermore, the performance of the simplified models with 41 patient characteristics and without previous evaluations (MSEdτ) raised to average AUC of 0.79, accuracy 0.74, precision 0.74, and recall 0.78. Note that top predictors for each ADL are different. In the MSREdτ and MSEdτ models, top ranking attributes were included across all models to minimize information needed by CBIT for all ADLs, even though this set of attributes may not be optimal for individual models.

Fig. 3
figure 3

Average AUC for the current assessment based on the number of attributes used. The blue line refers to MSREdτ models and the orange line refers to MSEdτ models

Temporal coding

One important advancement of the presented CBIT is the way it captures time in encoding diagnoses as previously shown in Eqs. (1) and (2) and illustrated in Table 3. The proposed method of constructing attributes for diagnoses was investigated to determine how it would be different from binary attributes (1 when a diagnosis is present in a given patient’s record and 0 otherwise) when used in CBIT. All constructed MREdτ, MEdτ, MSREdτ, and MSEdτ models were compared in terms of AUC at different time points up to one year ahead. In one experiment, random forest was compared with other algorithms including logistic regression, decision tree, and naïve Bayes.

As mentioned earlier, when temporal attributes are used, one needs to assign special values to diagnoses that are not present in data. Therefore, ± 999,999 (6_9) was compared with ± 9999 (4_9), and ± 99,999 (5_9) coding across all models (here X_9 indicates 10X-1). Temporal coding (6_9) was also compared with binary coding to determine any significant difference. Two-tailed t-test was used to assess all comparisons (p < 0.05).

As summarized in Table 6, both random forest and logistic regression show a significant difference in AUC when temporal information is applied (p < 0.05). The results indicated that random forest with the temporal coding performs significantly better than binary coding, while for the logistic regression the relationship is opposite (the binary coding is better). However, logistic regression with binary coding is still doing worse than random forest. Decision trees and naïve Bayes results were also included in the table, but the performance was typically inferior. It was observed that random forest, decision tree and naïve Bayes are not affected by how the special values were assigned, while the performance of logistic regression is affected by the coding. The rationale for this result is that for symbolic methods it is irrelevant how not-present values are coded as long as the value is distinct, while parametric models need to find a coefficient for each diagnosis code, which is affected by the coding.

Table 6 Comparison of temporal and binary diagnosis coding as part of CBIT construction and evaluation

Calibration

Calibration allows for the probability interpretation of the output scores from the models, further allowing for frequency interpretation of the results. Thus, all models were calibrated using fivefold cross-validated isotonic regression. This approach fits a secondary model on top of the created random forest models and attempts to adjust returned scores make them closer to probabilities. The results showed that the models were well-calibrated with mean squared error of about 3%. Figure 4 shows an example of the calibration curve for the model that assesses bathing at the current time point, MSREbathing0. Similar curves were also developed for all 144 models and are available in supplemental materials (See Additional files 811).

Fig. 4
figure 4

Example of the calibration curve for model that predicts bathing at current time point. The shape of the curve indicates that the model is well-calibrated. Similar curves were created for all models used in CBIT

Discussion

Methods

It was shown that it is possible to assess and predict functional status using machine learning methods. Moreover, it was shown that the inclusion of time between diagnosis and time of prediction is important in constructing attributes in the data. While further work is needed to validate the new way of constructing attributes representing diagnoses and study its limitations, counting days from the first and last known occurrence of a diagnosis code works for the problem at hand.

Machine learning methods are gaining popularity in medical and health applications, yet there is no consensus on what validation is needed for their use in clinical settings. There is also no agreement about what information is needed to allow for full reproducibility of ML results, or even what reproducibility in this context means [43]. Models created for CBIT were evaluated using standard measures in ML model testing (cross-validation, independent test set, etc.), and investigated in terms of their calibration and learning curves. There is a need for further validation of the models and their impact on patient care. Such validation focuses on detailed model analysis in terms of accuracy, transparency and the ability to provide explanations, and eventually trust and acceptability by the medical community. A randomized trial to assess outcomes of the model use may be required for full acceptance in clinical settings.

In addition, there is an ongoing discussion about the overall validity of applying machine learning methods to the prediction of patient outcomes, and potential bias of the models based on gender, race and socioeconomic status. One needs to clearly understand data limitations and definitions of the prediction problem to understand the drawbacks of the method. Supervised machine learning methods, by definition, learn what they are asked to learn, and may (typically do) propagate biases from training data. Biases in machine learning-based models are typically not caused by machine learning, but by underlying process used to create training data. The key is in the definition and construction of the output attributes of the model and their proper interpretation. One needs to answer a question if models predict events in the real world, or data artifacts that somehow approximate that reality. Similarly, CBIT is intended to mimic the tasks of nurses performing evaluations of ADLs as part of the MDS. Therefore, any biases, inaccuracies, or subjectivity in this process may also be repeated by the CBIT models. However, in CBIT, as shown in Table 5, race and gender had only a negligible impact on predictions and were completely dropped from simplified models, which suggests diminishing the potential racial and gender bias in the models. A different set of methods, typically used in health services research, is needed to understand the existence of potential bias in constructed models.

The probabilistic interpretation of the prediction results used in the presented work seems to be reasonable. Conceptually, the future can never be predicted with the probability of one (even though for some cases the models may be certain of the future and output 1.0). Instead, the values represent how likely an event (here functional independence) will occur according to the models. Such interpretation has several advantages. It allows end users to interpret the chances of an event happening, and in turn, describes when models are uncertain about the predicted outcomes. In applications such as the presented CBIT, providing probability as a form of explanation makes the predictions more transparent. Knowing how likely an outcome is going to happen can helps clinicians, patients and their families make informed decisions related to planning care. This is in contrast with systems in which ML-based models trigger certain event such as alerts within EHR systems. Such triggered events are binary in nature (alert or no alert), thus, the final assigned class is most important. The probability results also explain why model accuracy is not 100% when executed on the test data (examples with predicted probability not equal to one, are ambiguous by the definition of probability). The latter is the most evident when analyzing calibration curves, such as one presented in Fig. 4. The disadvantage of using the probabilities is that they may be misinterpreted as severity of disability. When presenting results, one needs to specify that the number represent how likely a patient is independent, and not the level of dependency.

The created models in this manuscript are based on ICD-9 diagnosis codes, which were mapped to CCS codes. One advantage of this approach is that since all new data are coded with ICD-10 codes, they could easily be mapped to CCS codes making the models applicable to data with the newer coding system. Another important issue is that the diagnosis codes in both EHR and claims data are subject to under- and over-coding, thus affecting the potential reliability of the models. However, it is important to note that our modeling efforts were not intended to understand the effects of diagnoses on ADLs, but rather their use in making prediction. In addition, as long as diagnoses are systematically over/under-coded, they should not affect performance of the models. Despite these limitations, results indicated that our data were appropriate for this purpose.

The evaluations presented in this paper are only summaries and examples of detailed results. A detailed examination of all 72 Mdτ models that are part of CBIT and 72 MSdτ models that are part of the limited CBIT was performed, and the results are available in the supplemental materials and through the online calculator [44]. All developed models and source codes are available for everyone who wishes to conduct their testing on independent data from other institutions, i.e. to test cross-institution generalizability.

Clinical and administrative use

Very little evidence exists to address whether measuring functional status can change the quality of life, but our research shows that prior knowledge about functional disability is a key indicator of future functional status. Notably, past research has provided evidence that improvements in functional status are possible over time through therapy [45] by improving, slowing decline, and/or maintaining functional status. The presented CBIT tool which predicts improvement or decline could be used by health professionals as means of identifying patient characteristics that are modifiable and plan care accordingly. It can serve as a basis for an informed discussion between clinicians, patients and caregivers. In addition, these measures could potentially serve as a patient-centered measure for examining the value of the services provided.

Graphical presentation of results and web calculator

A graphical representation of the assessment and prediction of functional status can be used by healthcare professionals and caregivers for decision making regarding the patients’ care. Our full models can be integrated as decision support tools within EHR systems or linked to claims data, while the simplified models can operate standalone as an interactive online tool. For example, Fig. 5 illustrates CBIT-predicted outcomes for three fictitious patients similar to what was shown in Fig. 1. Values indicate the probability of functional independence for each ADL up to one year after the prediction time. The higher the value is, the higher the chance that the patient is functionally independent. One can observe significant differences between the functional dependency trajectories for these patients. Patient (a) is currently likely to be independent but expected to decline within 6 months as the probability of independence decreases. Patient (b) is currently likely to be dependent in most ADLs (probability of independence ranging from 0.2 to 0.6) but predicted to recover in the next 3 months and stay at this level afterward. Patient (c) is independent and predicted to remain independent in terms of walking and is almost certainly disabled in terms of bladder, bowels and eating. The patient is likely to have a temporary decline in terms of other ADLs. Construction of each of the plots requires execution of 36 random forest models (9 ADLs, 4 time points).

Fig. 5
figure 5

Predicted probability visualization of functional independence for three patients up to one year ahead

An experimental version of the online calculator that takes patient characteristics and outputs plots is available at https://hi.gmu.edu/cbit [44]. It is accessible through a web form or an application programming interface (API). The web calculator is implemented in Python 3 and uses Flask as a web application framework, with Pandas and Scikit-learn libraries performing data analysis. To ensure the performance of the web calculator, all of the models are loaded on the startup and reside in RAM. Additional changes have been made to the calculator to improve clinical use. For example, for the ease of use, the numbers of days associated with diagnoses were discretized to allow users to select them from drop-down menus. Numbers closer to zero are discretized with higher precision than larger numbers, which further improves understandability. Users can enter patient information and are provided with results similar to those shown in Fig. 5 along with a data table containing the values of predicted probabilities. An explanation module that provides human-oriented interpretation of the results as well as the reasons for predictions is in development.

Conclusion

This study found that functional status can be assessed and predicted with high accuracy when prior functional status in medical history is available, but also without requiring previous in-person functional assessment. It exemplifies an opportunity of applying machine learning to large data to produce meaningful results. It was hypothesized that a parsimonious model could be developed with variables available in EHRs or claims data and assumed that this model would retain predictive accuracy for up to a year ahead. Our experimental results confirmed this hypothesis. The constructed tool is intended to be used in both clinical and administrative settings and has implications for caregivers, clinicians, and policy makers. Assessment and prediction of functional status may also lead to better care planning for nursing home residents as well as the elderly residing in their own homes. Automated large-scale assessment and prediction of functional status can be used to compare care settings and as a benchmark for provider outcomes.

The constructed full model requires a large number of predictors, which makes it impossible to manually enter values. Hence, the full version of CBIT would need to be integrated with an EHR or claims management system to be part of the clinical decision support. Such integration can be achieved using HL7s FHIR interface. The simplified version of the CBIT that uses 50 predictors is available within a web calculator. Beyond the use of EHR data, the constructed CBIT could be enhanced by sensor data allowing for continuous patient monitoring and be integrated with the presented approach. Such data can aid assessment, particularly for ADLs that measure patient movement [46,47,48].

The presented work has a number of limitations. The tool is not applicable in settings in which longitudinal patient records are not available. Only large health systems with long-established electronic medical records have sufficient longitudinal data to apply models that use temporal diagnosis information. Additionally, the models were developed using data from the US Department of Veterans Affairs (VA), which does not reflect the general population of nursing home residents outside of the VA system. The performance of these models on other datasets, including Medicare claims data are being investigated. It is unclear how the models will perform on a very different population and if the existing CBIT models can be adapted. Finally, random forests are known to be “black box” models that work well but are not well understood by end users. Even though their explanation is easier than other types of models such as neural networks, they are significantly more difficult than linear models, decision trees or decision rules. Instead of trying to explain the entire model (as part of the online calculator), there is an ongoing effort in designing an explanation module that provides users with “reasons” for making specific predictions in one individual case (prediction explanation). The reasons consist of a list of patient characteristics that are the strongest predictors (both confirming and disconfirming) for that individual case. Despite these limitations, CBIT can be used to support clinicians and administrators in decision making. Our novel data coding method, applying machine learning to unique health data, comprehensive model testing, and transparency of the work contribute to the state-of-the-art in ML-based decision support.

Availability of data and materials

The data used to construct presented CBIT models are individual level and cannot be shared. Access to the original data may be requested through the US Department of Veterans Affairs. All constructed models, source code, and detailed testing results are freely available at https://hi.gmu.edu/cbit.

Abbreviations

ADL:

Activity of Daily Living

CBIT:

Computational Barthel Index Tool

VA:

Department of Veterans Affairs

MDS:

Minimum Data Set

EHR:

Electronic Health Record

ML:

Machine learning

ICD-9:

International Classification of the Diseases, ninth edition

CCS:

Clinical Classification Software

AHRQ:

Agency of Health Research and Quality Control

AUC:

Area under the curve

RF:

Random forest

LG:

Logistic Regression

DT:

Decision tree

NB:

Naïve Bayes

ICD-10:

International Classification of the Diseases, tenth edition

API:

Application programming interface

RAM:

Random access memory

References

  1. Fried TR, Bradley EH, Towle VR, Allore H. Understanding the treatment preferences of seriously ill patients. N Engl J Med. 2002;346(14):1061–6.

    Article  PubMed  Google Scholar 

  2. McCarthy EP, Phillips RS, Zhong Z, Drews RE, Lynn J. Dying with cancer: patients’ function, symptoms, and care preferences as death approaches. J Am Geriatr Soc. 2000;48(S1):S110–21.

    Article  CAS  PubMed  Google Scholar 

  3. MDS 3.0 Technical Information. https://www.cms.gov/Medicare/Quality-Initiatives-Patient-Assessment-Instruments/NursingHomeQualityInits/NHQIMDS30TechnicalInformation.

  4. Collin C, Wade DT, Davies S, Horne V. The Barthel ADL Index: a reliability study. Int Disabil Stud. 1988;10(2):61–3.

    Article  CAS  PubMed  Google Scholar 

  5. Shah S, Vanclay F, Cooper B. Improving the sensitivity of the Barthel Index for stroke rehabilitation. J Clin Epidemiol. 1989;42(8):703–9.

    Article  CAS  PubMed  Google Scholar 

  6. THE BARTHEL INDEX. Strokecenter.org. [cited 2020 Nov 6]. http://www.strokecenter.org/wp-content/uploads/2011/08/barthel.pdf

  7. Dy SM, Pfoh ER, Salive ME, Boyd CM. Health-related quality of life and functional status quality indicators for older persons with multiple chronic conditions. J Am Geriatr Soc. 2013;61(12):2120–7.

    Article  PubMed  PubMed Central  Google Scholar 

  8. Wojtusiak J, Levy CR, Williams AE, Alemi F. Predicting functional decline and recovery for residents in veterans affairs nursing homes. Gerontologist. 2016;56(1):42–51.

    Article  PubMed  Google Scholar 

  9. Levy CR, Zargoush M, Williams AE, Williams AR, Giang P, Wojtusiak J, Kheirbek RE, Alemi F. Sequence of functional loss and recovery in nursing homes. Gerontologist. 2016;56(1):52–61.

    Article  PubMed  Google Scholar 

  10. Mahoney FI, Barthel DW. Functional evaluation: the Barthel Index: a simple index of independence useful in scoring improvement in the rehabilitation of the chronically ill. Maryland State Med J. 1965;14:61–5.

    CAS  Google Scholar 

  11. Hong HG, An HS, Sarzynski E, Oberst K. New composite measure for ADL limitations: application to predicting nursing home placement for Michigan MI choice clients. Med Care Res Rev 2019:1077558719886735.

  12. Li QX, Zhao XJ, Wang Y, Wang DL, Zhang J, Liu TJ, Peng YB, Fan HY, Zheng FX. Value of the Barthel scale in prognostic prediction for patients with cerebral infarction. BMC Cardiovasc Disord. 2020;20(1):1–5.

    Article  Google Scholar 

  13. Veerbeek JM, Kwakkel G, van Wegen EE, Ket JC, Heymans MW. Early prediction of outcome of activities of daily living after stroke: a systematic review. Stroke. 2011;42(5):1482–8.

    Article  PubMed  Google Scholar 

  14. Frank B, Schlote A, Hasenbein U, Wallesch CW. Prognosis and prognostic factors in ADL dependent stroke patients during their first in-patient rehabilitation–a prospective multicentre study. Disabil Rehabil. 2006;28(21):1311–8.

    Article  CAS  PubMed  Google Scholar 

  15. Tanaka R, Umehara T, Fujimura T, Ozawa J. Clinical prediction rule for declines in activities of daily living at 6 months after surgery for hip fracture repair. Arch Phys Med Rehabil. 2016;97(12):2076–84.

    Article  PubMed  Google Scholar 

  16. Min H, Mobahi H, Irvin K, Avramovic S, Wojtusiak J. Predicting activities of daily living for cancer patients using an ontology-guided machine learning methodology. J Biomed Semant. 2017;8(1):39.

    Article  Google Scholar 

  17. Jeffery AD, Dietrich MS, Maxwell CA. Predicting 1-year disability and mortality of injured older adults. Arch Gerontol Geriatr. 2018;75:191–6.

    Article  PubMed  Google Scholar 

  18. Tarekegn A, Ricceri F, Costa G, Ferracin E, Giacobini M. Predictive modeling for frailty conditions in elderly people: machine learning approaches. JMIR Med Inform. 2020;8(6):e16678.

    Article  PubMed  PubMed Central  Google Scholar 

  19. Gobbens RJ, van Assen MA. The prediction of ADL and IADL disability using six physical indicators of frailty: a longitudinal study in the Netherlands. Curr Gerontol Geriatr Res. 2014;2014:358137.

    Article  PubMed  PubMed Central  Google Scholar 

  20. Jonkman NH, Colpo M, Klenk J, Todd C, Hoekstra T, Del Panta V, Rapp K, Van Schoor NM, Bandinelli S, Heymans MW, Mauger D. Development of a clinical prediction model for the onset of functional decline in people aged 65–75 years: pooled analysis of four European cohort studies. BMC Geriatr. 2019;19(1):179.

    Article  PubMed  PubMed Central  Google Scholar 

  21. Hoogerduijn JG, Schuurmans MJ, Duijnstee MS, De Rooij SE, Grypdonck MF. A systematic review of predictors and screening instruments to identify older hospitalized patients at risk for functional decline. J Clin Nurs. 2007;16(1):46–57.

    Article  PubMed  Google Scholar 

  22. Hong YJ, Kim IJ, Ahn SC, Kim HG. Activity recognition using wearable sensors for elder care. In: 2008 second international conference on future generation communication and networking 2008, vol. 2, pp. 302–305. IEEE.

  23. Liu J, Sohn J, Kim S. Classification of daily activities for the elderly using wearable sensors. J Healthc Eng. 2017;2017:8934816.

    PubMed  PubMed Central  Google Scholar 

  24. Cook DJ, Schmitter-Edgecombe M, Jönsson L, Morant AV. Technology-enabled assessment of functional health. IEEE Rev Biomed Eng. 2018;12:319–32.

    Article  PubMed  Google Scholar 

  25. Chatterjee P, Armentano R, Palombi L, Kun L. Editorial preface: Special issue on IoT for eHealth, elderly and aging. Internet Things. 2019. https://0-doi-org.brum.beds.ac.uk/10.1016/j.iot.2019.100115.

    Article  Google Scholar 

  26. Akbari A, Jafari R. Personalizing activity recognition models with quantifying different types of uncertainty using wearable sensors. IEEE Trans Biomed Eng. 2020;67(9):2530–41.

    Article  PubMed  Google Scholar 

  27. Sridharan M, Bigham J, Campbell PM, Phillips C, Bodanese E. Inferring micro-activities using wearable sensing for ADL recognition of home-care patients. IEEE J Biomed Health Inform. 2019;24(3):747–59.

    Article  PubMed  Google Scholar 

  28. Robben S, Englebienne G, Kröse B. Delta features from ambient sensor data are good predictors of change in functional health. IEEE J Biomed Health Inform. 2016;21(4):986–93.

    Article  PubMed  Google Scholar 

  29. Ghayvat H, Mukhopadhyay S, Shenjie B, Chouhan A, Chen W. Smart home based ambient assisted living: Recognition of anomaly in the activity of daily living for an elderly living alone. In: 2018 IEEE international instrumentation and measurement technology conference (I2MTC) 2018, pp. 1–5. IEEE.

  30. Sasaki W, Fujiwara M, Fujimoto M, Suwa H, Arakawa Y, Yasumoto K. Predicting occurrence time of daily living activities through time series analysis of smart home data. In: 2019 IEEE international conference on pervasive computing and communications workshops (PerCom Workshops) 2019, pp. 233–238. IEEE.

  31. Sokullu R, Akkaş MA, Demir E. IoT Supported smart home for the elderly. Internet of Things 2020:100239.

  32. Dhiman C, Vishwakarma DK. A review of state-of-the-art techniques for abnormal human activity recognition. Eng Appl Artif Intell. 2019;77:21–45.

    Article  Google Scholar 

  33. Hussain Z, Sheng QZ, Zhang WE. A review and categorization of techniques on device-free human activity recognition. J Netw Comput Appl. 2020;167:102738.

    Article  Google Scholar 

  34. Nizar Banu PK, Kavitha R. Single activity recognition system: a review. In: Alam M, Shakil KA, Khan S, editors. Internet of Things (IoT). Cham: Springer; 2020. p. 257–71.

    Chapter  Google Scholar 

  35. Levy CR, Alemi F, Williams AE, Williams AR, Wojtusiak J, Sutton B, Giang P, Pracht E, Argyros L. Shared homes as an alternative to nursing home care: Impact of VA’s medical foster home program on hospitalization. Gerontologist. 2016;56(1):62–71.

    Article  PubMed  Google Scholar 

  36. Hawes C, Morris JN, Phillips CD, Mor V, Fries BE, Nonemaker S. Reliability estimates for the Minimum Data Set for nursing home resident assessment and care screening (MDS). Gerontologist. 1995;35(2):172–8.

    Article  CAS  PubMed  Google Scholar 

  37. Handelman GS, Kok HK, Chandra RV, Razavi AH, Lee MJ, Asadi H. eD octor: machine learning and the future of medicine. J Intern Med. 2018;284(6):603–19.

    Article  CAS  PubMed  Google Scholar 

  38. Breiman L. Random forests. Mach Learn. 2001;45(1):5–32.

    Article  Google Scholar 

  39. Breiman L. Bagging predictors. Mach Learn. 1996;24(2):123–40.

    Google Scholar 

  40. Olson MA, Wyner AJ. Making sense of random forest probabilities: a kernel perspective. arXiv preprint arXiv:1812.05792. 2018.

  41. Pedregosa F, Varoquaux G, Gramfort A, Michel V, Thirion B, Grisel O, Blondel M, Prettenhofer P, Weiss R, Dubourg V, Vanderplas J. Scikit-learn: machine learning in Python. J Mach Learn Res. 2011;12:2825–30.

    Google Scholar 

  42. Matplotlib: Python plotting — Matplotlib 3.2.2 documentation. [cited 2020 Jun 25]. https://matplotlib.org/

  43. Wojtusiak J. Machine Learning and Inference Reporting Criteria. Reports of the Machine Learning and Inference Laboratory, MLI 20–1.2020.

  44. Computational Barthel Index (CBIT) for Activities of Daily Living. [cited 2020 Jun 25]. https://hi.gmu.edu/cbit.

  45. Stenholm S, Westerlund H, Salo P, Hyde M, Pentti J, Head J, Kivimäki M, Vahtera J. Age-related trajectories of physical functioning in work and retirement: the role of sociodemographic factors, lifestyle and disease. J Epidemiol Community Health. 2014;68(6):503–9.

    Article  PubMed  Google Scholar 

  46. Nisar MA, Shirahama K, Li F, Huang X, Grzegorzek M. Rank pooling approach for wearable sensor-based ADLs recognition. Sensors. 2020;20(12):3463.

    Article  PubMed Central  Google Scholar 

  47. Poli A, Scalise L, Spinsante S, Strazza A. ADLs Monitoring by accelerometer-based wearable sensors: effect of measurement device and data uncertainty on classification accuracy. In: 2020 IEEE international symposium on medical measurements and applications (MeMeA) 2020, pp. 1–6. IEEE.

  48. Vepakomma P, De D, Das SK, Bhansali S. A-Wristocracy: Deep learning on wrist-worn sensing for recognition of user complex activities. In: 2015 IEEE 12th International conference on wearable and implantable body sensor networks (BSN) 2015 Jun 9 (pp. 1–6). IEEE.

Download references

Acknowledgements

Not applicable.

Funding

The project was funded in part by appropriation #3620160 from the VA Office of Geriatrics and Extended Care. The contents of this article do not represent the views of the Department of Veterans Affairs or the United States Government.

Author information

Authors and Affiliations

Authors

Contributions

Dr. JW is the main author of the manuscript. He also designed and partially implemented the method, supervised experimental evaluation, and implemented online calculator. Ms. NA partially implemented the method, constructed models, performed experiments, and wrote large section of experimental results. Dr. FA contributed to writing of the paper and helped in designing the overall experiments. Dr. CL mapped clinical functional status data and contributed to writing clinical sections of the paper. Dr. AEW provided clinical interpretation of the results and conclusions and supervised overall project. All authors read and approved the final manuscript.

Corresponding author

Correspondence to Janusz Wojtusiak.

Ethics declarations

Ethics approval and consent to participate

The project has been approved by the Bay Pines VA Health Care System Institutional Review Board (IRB) protocol #2897. The IRB stated that no patient consent is needed because the project relies on secondary analysis of deidentified data.

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.

Supplementary Information

Additional file 1.

Barthel Index categories of functional abilities along with assigned scores. Reproduced from: http://www.strokecenter.org/wp-content/uploads/2011/08/bartel.pdf.

Additional file 2.

Detailed performance of the models. Detailed testing results of 72 CBIT models, reported in terms of AUC, accuracy, precision, recall and F1-score.

Additional file 3.

Top ranked predictors of functional status. The table includes top 50 attributes across Re-Evaluation and Evaluation models. Previous evaluations results associated with the Re-Evaluation models (MREdτ) were included at the beginning of the table. Gender and race along with their ranking were also added at the bottom of the table for comparison.

Additional file 4.

Learning_Curves_Full_Evaluation_Models. The file includes 36 learning curves for Full Evaluation Models in CBIT.

Additional file 5.

Learning_Curves_Full_Re-Evaluation_Models. The file includes 36 learning curves for Full Re-Evaluation Models in CBIT.

Additional file 6.

Learning_Curves_Simplified_Evaluation_Models. The file includes 36 learning curves for Simplified Evaluation Models in CBIT.

Additional file 7.

Learning_Curves_Simplified_Re-Evaluation_Models. The file includes 36 learning curves for Simplified Re-Evaluation Models in CBIT.

Additional file 8.

Calibration_Plots_Full_Evaluation_Models. The file includes 36 calibration plots for Full Evaluation Models in CBIT.

Additional file 9.

Calibration_Plots_Full_Re-Evaluation_Models. The file includes 36 calibration plots for Full Re-Evaluation Models in CBIT.

Additional file 10.

Calibration_Plots_Simplified_Evaluation_Models. The file includes 36 calibration plots for Simplified Evaluation Models in CBIT.

Additional file 11.

Calibration_Plots_Simplified_Re-Evaluation_Models. The file includes 36 calibration plots for Simplified Re-Evaluation Models in CBIT.

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

Wojtusiak, J., Asadzadehzanjani, N., Levy, C. et al. Computational Barthel Index: an automated tool for assessing and predicting activities of daily living among nursing home patients. BMC Med Inform Decis Mak 21, 17 (2021). https://0-doi-org.brum.beds.ac.uk/10.1186/s12911-020-01368-8

Download citation

  • Received:

  • Accepted:

  • Published:

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

Keywords