Identifying Actionable Treatment Variation in Episodes of Low Back Pain

View Source Code on GitHub →

Some Background

Low back pain impacts 84% of adults at some point in their lives, and in the U.S. approximately $90 billion is spent annually in treatment. Although there is an abundance of clinical best-practice resources, there is still significant variation in practice patterns. The goal of this project was to identify opportunities where medical providers could pull "levers" to create healthier patient outcomes while reducing total medical expenditure.

Data Overview

The data consisted of ~33,000 treatment episodes of low back pain from 2015-2016. The key statistic is that the top 5% of episodes accounted for more than 50% of total cost, while all of these top 5% included a surgical procedure at some point. These patients were isolated to be considered clinically homogeneous, in that they were all of approximately equal health and condition status.

Objective

The underlying question was why for two patients with roughly equal low back pain conditions, can one end up having surgery which runs into hundreds of thousands of dollars, while another can utilize non-surgical orthopedic treatments that costs a fraction of this. This model supported an analysis examining why two patients with the same low back pain condition could end up undergoing vastly different treatment procedures.

Methods

  1. Patients are isolated to an approximately clinically homogeneous sample.
  2. Potentially important, actionable features are identified with the domain knowledge of the clinical team such as whether or not the patient has had an x-ray, the number of physical therapy visits they have on record, and other various medical history characteristics.
  3. Adjustments are made to account for class imbalance.
  4. A random forest is fit to the bootstrapped sample and then tested on a validation subset of the data.
  5. Feature importance is interpreted from a clinical perspective.

Note: This research is from 2016. Methods may be dated but the framework remains relevant for value-based care analysis.