Skip to main content
Advertisement
  • Loading metrics

CHOIRBM: An R package for exploratory data analysis and interactive visualization of pain patient body map data

  • Eric Cramer,

    Roles Conceptualization, Data curation, Formal analysis, Investigation, Methodology, Project administration, Resources, Software, Supervision, Validation, Visualization, Writing – original draft, Writing – review & editing

    Affiliation Division of Pain Medicine, Stanford University School of Medicine, Palo Alto, California, United States of America

  • Maisa Ziadni,

    Roles Funding acquisition, Methodology, Supervision, Writing – original draft, Writing – review & editing

    Affiliation Division of Pain Medicine, Stanford University School of Medicine, Palo Alto, California, United States of America

  • Kristen Hymel Scherrer,

    Roles Visualization, Writing – original draft, Writing – review & editing

    Affiliation Department of Cell Biology and Physiology, University of North Carolina at Chapel Hill School of Medicine, Chapel Hill, North Carolina, United States of America

  • Sean Mackey ,

    Roles Funding acquisition, Writing – review & editing

    smackey@stanford.edu

    Affiliation Division of Pain Medicine, Stanford University School of Medicine, Palo Alto, California, United States of America

  • Ming-Chih Kao

    Roles Conceptualization

    Affiliation Division of Pain Medicine, Stanford University School of Medicine, Palo Alto, California, United States of America

Abstract

Body maps are commonly used to capture the location of a patient’s pain and thus reflect the extent of pain throughout the body. With increasing electronic capture body map information, there is an emerging need for clinic- and research-ready tools capable of visualizing this data on individual and mass scales. Here we propose CHOIRBM, an extensible and modular R package and companion web application built on the grammar of graphics system. CHOIRBM provides functions that simplify the process of analyzing and plotting patient body map data integrated from the CHOIR Body Map (CBM) at both individual patient and large-dataset levels. CHOIRBM is built on the popular R graphics package, ggplot2, which facilitates further development and addition of functionality by the open-source development community as future requirements arise. The CHOIRBM package is distributed under the terms of the MIT license and is available on CRAN. The development version of the package with the latest functions may be installed from GitHub. Example analysis using CHOIRBM demonstrates the functionality of the modular R package and highlights both the clinical and research utility of efficiently producing CBM visualizations.

Author summary

The number of patients with chronic pain conditions has steadily and dramatically increased over time, leading to immense individual and societal burden. To better study and improve treatments for these conditions, it is important to develop methods for characterizing the patients’ pain. Central to this effort is describing the location and distribution of pain throughout each patient’s body. Body maps are visual methods that efficiently and effectively facilitate capturing the location and extent of a patient’s pain and can be readily integrated with electronic data capture systems. As electronic health records have become the cornerstone of patient care, there is an emerging need for clinic- and research-ready tools to visualize body-map data on individual and mass scales. To address this need, Stanford researchers developed and validated the CHOIR Body Map for capturing the locations and distribution of a given patient’s pain, and we developed the CHOIRBM R package for analyzing the data. The CHOIRBM software provides functions for analyzing or visualizing individual body maps and large-scale data sets for comparisons across groups such as demographics or pain conditions. In addition, we built CHOIRBM with the popular R graphics package ggplot2 to facilitate further development or customization as future needs arise.

This is a PLOS Computational Biology Software paper.

Introduction

There is a critical need to better characterize and manage pain in light of chronic pain’s immense individual and societal burden [14]. Central to pain characterization is the location and distribution of pain throughout the body [1,2]. Several dedicated efforts to develop body maps [15] face limitations, including low resolution, condition-specific features, anatomical demarcations not corresponding to clinical pain conditions, or paper and pencil requirements. To address the need for a standardized, digital, general-purpose body map to collect self-reported pain location data efficiently, Stanford researchers developed and validated the CHOIR body map (CBM) [6], as part of CHOIR, an open-source electronic learning healthcare system [7,8].

The CHOIR platform uses item-response theory-based measures, including the National Institute of Health’s (NIH) Patient-Reported Outcomes Measurement Information System (PROMIS), which was designed and validated for precise and efficient measurement of health-related symptoms in patients with a wide variety of chronic conditions [9]. Recently, a formal initial validation demonstrated that the CBM possessed validity, reliability, and utility as an instrument to efficiently collect data on self-reported pain location and distribution and is thus a cost-effective diagnostic and prognostic tool [6]. Furthermore, as the CBM is multifunctional, it may be used to address conditions relating to nociceptive pain (caused by inflammation), neuropathic pain (caused by nerve damage), and nociplastic pain (diffuse pain not associated with inflamed tissue or nerve damage) [6,10,11].

Together, the CHOIR platform and integrated body map provide a multi-purpose, digital tool to facilitate comprehensive, multidimensional pain assessment, characterization, and visualization to inform large-scale pain characterization research and clinical efforts.

Currently, over 100,000 CBM assessments have been collected and analyzed [7,8,12,13,1330] through CHOIR, across institutions and clinical sites worldwide. In addition to the multi-site CHOIR electronic data capture ecosystem, the CBM has also been integrated into research workflows such as Research Electronic Data Capture (REDCap), a cloud-based, secure software [30] application for clinical research. The extensive, multi-site use of the CBM for research and medical purposes since 2013 has led to the creation of large data sets. However, a tool is not readily available to generate, analyze, and visualize body map- and integrated- data. This makes finding data-driven insights cumbersome and leads to non-standard methods of analysis. Thus, there is a demonstrable need for an informatics tool to analyze body map data that will aid researchers and clinicians seeking to understand the anatomical location, distribution, and comorbidities of their patients’ pain.

This manuscript introduces CHOIRBM, an R package that provides a collection of functions for data formatting, processing, and visualizing anatomical pain data using the CBM. Novel aspects of the package include: a suite of plotting methods to enable efficient and flexible visualization of complex and large body map data sets through an Application Programming Interface (API) and several functions for statistical comparisons and tests. In addition, it is the first tool to generate a colored body map, provide tools for comparing body maps across groups, and methods for analyzing the effect of continuous variables (such as NIH PROMIS measures) on body map endorsement. The intended users of this R package are researchers, statisticians, and clinicians interested in analyzing an individual patient or large body map data provided for pain characterization. In this paper, we demonstrate the use of this novel R package using data from the original CBM validation study collected through REDCap [6]. These analyses demonstrate the core functionality of the package and highlight both the clinical and research utility of efficiently producing CBM visualizations.

Methods

CHOIR body map data capture

The CBM is an electronic, visual representation of the human body that enables participants to indicate the location(s) of their pain (Fig 1). Participants use a computer mouse or touchscreen device to select each body area in which they experience pain. The CBM has two body silhouettes of identical segmentation to reflect the female and male anatomy. Each silhouette has 36 anterior and 38 posterior symmetrical body segments that best align with typical distributions of common chronic pain conditions on the body surface and joints. Each of the 74 anatomical locations for pain endorsement is identified by a three-digit ID code for efficient data capture and analysis. Codes that begin with a 1 correspond to locations on the front of the body while codes that begin with a 2 correspond to locations on the back of the body. Note to users, the three-digit identification codes differ between the male and female silhouettes, however, the CHOIRBM R package has functions to match them (functions convert_bodymap() and convert_bodymaps()).

thumbnail
Fig 1.

The (A) male and (B) female CBM with each body map area labeled with its three-digit identification code.

https://doi.org/10.1371/journal.pcbi.1010496.g001

Design and implementation

The CHOIRBM package was designed to be open-source and built on top of the application programming interface (API) of the popular R data visualization package, ggplot2. Therefore, CHOIRBM is implemented in an object-oriented manner, with a series of functions that operate on base R objects such as data.frames and lists to produce ggplot2 objects. This approach makes the CHOIRBM API intuitive to users familiar with the R programming language and facilitates efficient and straightforward plot customization.

The standard analysis workflow is to import the dataset as an R data.frame, use CHOIRBM helper functions to reformat the data to match relevant values to specific locations on the CBM (if necessary), use built-in analytic tools to compare and derive clinical insights, and use the plotting functions to generate publication-ready figures.

We implemented CHOIRBM to include basic analytic functions: to compare CBMs across groups (e.g., male versus female, two groups with different pain conditions, or two time points), to investigate the impact of continuous variables on body map endorsement (e.g., age, NRS pain scores, or PROMIS measures), and to create plots to derive insights from the dataset, as demonstrated herein visually. Documentation of all functions organized by capability and additional details and example workflows can be found in the package vignettes online (https://www.github.com/emcramer/CHOIRBM).

Data format and processing

CHOIRBM can process CBM data from two different data sources: the CHOIR database which uses SQL tables or REDCap. In each case, data is imported into the R programming language and stored in computer memory as an R data.frame (analogous to an Excel spreadsheet).

CHOIRBM does not introduce any package-specific data structures or objects. Thus, the primary data class in the CHOIRBM package is a data.frame with a minimum of three columns: [1] a column indicating the three-digit identification number of a CBM location, [2] a grouping column indicating if the location is on the front or back of the CBM, and [3] a column containing the values to use for coloring and filling the CBM locations in the plot. This data.frame-based approach simplifies the process of visualizing information by directly loading data from any spreadsheet, delimited file, R data file, or SQL query, and ensures flexibility by allowing users to easily switch values for plotting. For example, the percent endorsement, raw count, or any other measure or score. Therefore, plotting functions in the CHOIRBM package are written to operate on data.frame objects and work with R tidyverse pipes.

Working with data extracted from a CHOIR database

The CHOIR interface for the CBM consists of a clickable CBM image. Each anatomical location that the patient selects is recorded by CHOIR as a series of thee-digit codes in a delimited string. CBM data extracted from CHOIR databases is obtained as a series of pain location identifiers in a comma-separated string; with one string for each patient in a dataset. The data is exported from CHOIR with an SQL query and is automatically in R tidy format, with each row in the table representing a patient or participant and each column representing a variable; including each patient’s CBM endorsement (Fig 2A).

thumbnail
Fig 2.

(A) Example of the format for an input data.frame for the CHOIRBM package. (B) Example of an output data.frame ready for plotting. Note, only the first two rows and last two rows are shown. (C) Example data from (A) and (B) plotted in a CBM.

https://doi.org/10.1371/journal.pcbi.1010496.g002

The data can be transformed from the raw delimited body map strings using the string_to_map() function. string_to_map() will create a single body map data.frame from a patient’s string indicating binary endorsement of different body map segments. These individual body maps can be aggregated with the aggregate_maps() function, which accepts a list of CBMs and sums the endorsement of each anatomical location across all possible locations to produce a single data.frame with the raw count ready to plot as shown in Fig 2B, and the resulting visualization of CBM data in Fig 2C.

Working with data extracted from a REDCap project

The REDCap interface for the CBM also consists of a clickable CBM image and each anatomical location that the patient selects on the clickable image-map is recorded by the REDCap system. Importantly, however, the data format is determined by how a researcher programs the CBM instrument into their REDCap project. A patient’s CBM may be recorded in REDCap as either a series of thee-digit codes in a delimited string (similar to the method of export for CHOIR databases), or a collection of check boxes which results in 74 one-hot encoded variables in the exported dataset. While REDCap allows the user to choose which method to use, CHOIRBM will only accept data from REDCap that has been formatted in a delimited string, and researchers must program their CBM instrument to use a text-box field as outlined in Fig 3 (which produces a delimited string). By following this convention, data files exported from REDCap via manual download or its API will be formatted appropriately (Fig 2A) for immediate use with the CHOIRBM string_to_map() function, thereby reducing the need for data quality control.

thumbnail
Fig 3.

Example of the CBM instrument format required in REDCap for streamlined use with the CHOIRBM package. Selecting a single text box to collect a patient’s body map data allows the CHOIRBM string_to_map() function to automatically generate plot-ready R data.frames.

https://doi.org/10.1371/journal.pcbi.1010496.g003

The data will be exported in R tidy format, with each row representing a patient and each column containing a variable (with one column for CBM endorsement). The string_to_map() function will create a single body map data.frame from a patient’s string indicating binary endorsement of different body map segments. These individual body maps can be aggregated with the aggregate_maps() function, which accepts a list of CBMs and sums the endorsement of each anatomical location across all possible locations to produce a single data.frame with the raw count ready to plot as shown in Fig 2B, and the resulting visualization of CBM data in Fig 2C.

Analysis

There are multiple ways to analyze CBM data depending on the variables of interest or the research question. The CHOIRBM package includes the following quantitative methods for analyzing body map endorsement information: 1) inter-group comparisons with a categorical variable such as gender, pain condition, or time point, 2) measuring the association of a continuous variable such as pain intensity scores or an NIH PROMIS measure with body map location endorsement, and 3) identifying co-occurrence patterns in body map location endorsement.

Inter-group comparisons with a categorical variable

For comparing body map endorsement between groups using a variable with two categories such as gender or time point, CHOIRBM includes the comp_choirbm_ztest() function. This function takes as input two R data.frames, one for each group. The data.frames are in R tidy format, with each row in the table representing a patient or participant, and each column representing a variable with one of those columns containing that individual’s CBM endorsement as a delimited string. The program then runs a series of z-tests to test whether there are statistically significant differences in endorsement of each location on the body map between groups [30]. To account for multiple hypothesis testing, comp_choirbm_ztest() automatically adjusts the p-values using the Bonferroni correction procedure, or users have the option to supply their own correction method. Users may also choose between left, right, and two-tailed z-tests to investigate the directionality of each relationship. The function returns a data.frame with one row for each anatomical location on the CBM, and columns for the z-test’s z-score and p-value.

Measuring the impact of a continuous variable on CBM location endorsement

For investigating the effect of a continuous variable such as pain intensity score or an NIH PROMIS measure on CBM segment endorsement, CHOIRBM includes the comp_choirbm_glm() function. comp_choirbm_glm() accepts a data.frame with at least one column for the patients’ CBM endorsement in a delimited string, and another column with the variable of interest. The function returns a data.frame object where each row is the result of a logistic regression examining the relationship between the continuous variable and patient endorsement [30]. Similar to comp_choirbm_ztest(), the p-values are adjusted with the Bonferroni correction by default to account for multiple hypothesis testing but the correction method may be changed at the user’s discretion.

Investigating co-occurrence of CBM location endorsement

CBM co-occurrence is defined as the number of times two anatomical locations on the CBM are endorsed together by patients in a data set. For example, given two patients where one endorses the locations numbered "101, 102, 103, 104, 201, 202" and the other indicates "101, 102, 201, 202," the location coded "101" co-occurs with "103" and "104" once, but with "102", "201", and "202" twice. Co-occurrence plays a role in chronic overlapping pain conditions (COPCs) and may be used to determine whether pain locations are more commonly endorsed together due to a particular etiology or pathology [31].

CHOIRBM supports co-occurrence analysis with the comp_cooccurrence() function. comp_cooccurrence() accepts a data.frame in R tidy format where one of the columns contains the patients’ CBM endorsements as delimited strings. It then calculates the number of times any two CBM segments are observed together in each body map across the entire data set. The function returns a data.frame object where each row is a combination of locations and a column that contains the number of times each combination of CBM locations occurred together (co-occurrence).

Data visualization

CHOIRBM includes four main visualization functions: plotting the front and back of the male or female CBM, the distribution of the number of CBM location endorsements, as well as a heatmap of CBM location co-occurrence. The plot_male_choirbm() and plot_female_choirbm() functions accept data.frames with one row for each location of the CBM, and a minimum of three columns: [1] a column indicating the three-digit identification number of the CBM location, [2] a grouping column indicating if the location is on the front or back of the CBM, and [3] a column containing the values to use for coloring and filling the CBM locations in the plot. An example of the input data.frame is shown in Fig 2B.

The plot_nareas_histogram() function in CHOIRBM enables users to view the distribution of the number of locations each patient endorses. It accepts a vector of body maps in the form of delimited strings and produces a histogram. Users can control the number of bins or the width of the bins in the histogram using standard ggplot2 arguments.

In addition, the co-occurrence of pain locations on the CBM can be visualized with the plot_cooccurrence() function, which is designed to accept the output of comp_cooccurrence(). This generates a heatmap visual of which CBM locations most frequently occur together in the data set.

Since CHOIRBM was developed with the ggplot2 package, the resulting plot objects operate within the grammar of a graphics system [30]. Therefore, the aesthetic of the plots can be easily customized to suit the needs of each user. The visualizations can be enhanced with interactivity by using the R plotly package to generate web-friendly interactive graphics.

Results

We demonstrate the primary data processing, analysis, and visualization functionality possible with CHOIRBM using the dataset obtained during the validation of the CBM instrument (and for which a permuted and de-identified version is built-into the R package). Detailed information about the dataset, including the study design, acquisition process, and population characteristics are described elsewhere [6]. Data were imported into R version 4.0.3 and the development version of the CHOIRBM package available on GitHub was loaded into the R namespace. Below we provide examples of the CHOIRBM’s analytical functions and data visualizations.

CBM endorsement distribution

To illustrate a histogram data visualization from an extracted dataset, the distribution of the number of body map locations endorsed by patients was plotted with the plot_nareas_histogram() function, and is shown in Fig 4. We observed a right-skewed distribution with most patients endorsing between one and ten locations on the CBM, which suggests our dataset may contain patients with predominantly localized pain.

thumbnail
Fig 4. The distribution of the number of areas on the CBM (each bar represents one value) that each patient endorses can be visualized with the plot_nareas_histogram() function.

https://doi.org/10.1371/journal.pcbi.1010496.g004

Inter-group comparisons with gender

To compare the proportion of men endorsing each location on the CBM to the proportion of women, the data was split into two data.frames, one for each gender. The comp_choirbm_ztest() function was used to determine whether the proportion of men endorsing a given CBM location was less than the proportion of women endorsing the same location. This comparison, shown in Table 1, indicates that greater proportions of women endorse all areas of the body map except for the top of the head, chest, calves, and feet (location codes 101, 102, 108, 109, 135, 136, 233, 234, 237, and 238 with p-values < 0.05). The plot_male_choirbm() and plot_female_choirbm() functions were then used to visualize the percentage endorsement of each CBM location by gender, and the differences between gender (Fig 5). These results support the clinical observation of chronic lower back and spinal pain among men and women [32,33], and indicate that women may endorse greater shoulder and hip pain when compared to men [34,35].

thumbnail
Fig 5.

The (A) male and (B) female CBM with the percentage of patients who endorsed each body location. (C) The difference between the percent female endorsement of each CBM location and the percent male endorsement (subtract male endorsement from female endorsement).

https://doi.org/10.1371/journal.pcbi.1010496.g005

thumbnail
Table 1. The results of a left-tailed z-test to determine whether the proportion of men endorsing each body map area was less than the proportion of women endorsing the same area.

The p-values were adjusted for multiple hypothesis testing with the Bonferroni correction (the default for the package function comp_choirbm_ztest()). Location codes that start with a “1” indicate the front of the body and codes that begin with a “2” indicate the back of the body.

https://doi.org/10.1371/journal.pcbi.1010496.t001

The impact of pain intensity and emotional support on CBM location endorsement was investigated with the comp_choirbm_glm() function for each variable. The function assessed whether a patient’s average reported pain intensity (NRS scale from 1–10) or PROMIS Emotional Support (standardized t-score; M = 50, SD = 10) were predictive of CBM area endorsement. The results shown in Table 2 indicate that higher pain intensity scores predict increased CBM location endorsement for all CBM locations except for the top of the head and front of the face (location codes 101, 102, 103, and 104 with p-values < 0.001). The CBM locations 101, 102, 103, and 104 showed negative correlations with, and were not significantly predicted by, the average pain intensity score.

thumbnail
Table 2. The results of logistic regression models for each CBM location to quantify the relationship between average pain intensity score and endorsement of each location.

Location codes that start with a “1” indicate the front of the body and codes that begin with a “2” indicate the back of the body.

https://doi.org/10.1371/journal.pcbi.1010496.t002

The PROMIS Emotional Support T Score predicted more specific locations of the CBM. As shown in Table 3, there is no relationship between Emotional Support and endorsement of the head areas, but significant relationships were found for the upper and lower back (p-values < 0.001), with other CBM areas showing statistically significant associations as well (p-values < 0.05). For the purposes of visualization, the resulting p-values for each measure were stratified by magnitude (< 0.05, < 0.001, < 0.0001). The plot_male_choirbm() function was then used to illustrate which CBM areas were statistically significantly predicted by average pain intensity or PROMIS Emotional Support (Fig 6A and 6B, respectively).

thumbnail
Fig 6.

(A) Logistic regression results indicating which locations on the CBM were significantly predicted by the average pain intensity score. Significance levels were stratified and broken up into * p < 0.05, ** p < 0.01, *** p < 0.001, and ns p > 0.05. (B) Logistic regression results indicating which locations on the CBM were significantly predicted by the PROMIS Emotional Support score.

https://doi.org/10.1371/journal.pcbi.1010496.g006

thumbnail
Table 3. The results of logistic regression models for each CBM location to quantify the relationship between PROMIS Emotional Support scores and endorsement of each location.

https://doi.org/10.1371/journal.pcbi.1010496.t003

Co-occurrence of CBM location endorsement

To assess co-occurrence, the comp_cooccurrence() function was used to generate a matrix of all possible combinations of the 74 CBM locations and the number of times that any two locations were endorsed together by a patient. The plot_cooccurrence() function was then used to visualize the cooccurrence matrix as a heatmap (Fig 7). The three most co-endorsed pairs of locations (as shown in Table 4) were: 218 with 219 which comprise the lower back, 205 with 206 or the back of the neck, and 101 with 102 which corresponds to the top of the head. These results are consistent with prior clinical work [32,33,3639].

thumbnail
Fig 7. A co-occurrence heatmap illustrating the number of times each CBM area is endorsed concurrently with every other area.

Cells are colored according to the number of times that any two locations were endorsed together by a patient, with lighter hues indicating more common endorsement in the dataset.

https://doi.org/10.1371/journal.pcbi.1010496.g007

thumbnail
Table 4. The ten most co-endorsed locations of the CBM (of 5,402 possible) using data collected during the validation study.

https://doi.org/10.1371/journal.pcbi.1010496.t004

Availability and future directions

The open-source CHOIRBM software package (implemented in R) available for download via CRAN, and the development version is available on Github (http://github.com/emcramer/CHOIRBM). Additionally, installation instructions, tutorials, and detailed vignettes are available at https://cran.r-project.org/web/packages/CHOIRBM/. The ggplo2 R package, used with CHOIRBM for plotting, is available via CRAN (https://cran.r-project.org/web/packages/ggplot2/index.html) and Github (https://github.com/tidyverse/ggplot2).

The CHOIRBM package contains a collection of statistical and plotting functions for visualizing body map data collected with the Collaborative Health Outcomes Information Registry’s Body Map (CBM). The R functions include tools for data formatting and pre-processing, statistical analysis, and comparisons between CBMs of different groups, co-occurrence analysis of pain locations, and visualization of the CBM. There are several extensions of the CHOIRBM package which may naturally follow, such as developing and deploying a user interface (e.g., a Shiny application) for researchers, adding statistical tests and methods such as ANOVA, textual annotations for each CBM location, or building direct connectivity and data import for web-based institution-specific electronic data capture systems (beyond CHOIR and REDCap). The grammar of graphics approach to CHOIRBM’s implementation means user’s may easily customize output for specific applications, and the open-source distribution will allow researchers to contribute their extensions to the public code repository. Finally, suggestions for new functionality may be made through the ‘Issues’ tab of the CHOIRBM GitHub repository (http://github.com/emcramer/CHOIRBM).

References

  1. 1. Cleeland CS, Ryan KM. Pain assessment: global use of the Brief Pain Inventory. Ann Acad Med Singapore. 1994 Mar;23(2):129–38. pmid:8080219
  2. 2. Melzack R. The McGill Pain Questionnaire: Major properties and scoring methods. PAIN. 1975 Sep 1;1(3):277–99. pmid:1235985
  3. 3. Brummett CM, Bakshi RR, Goesling J, Leung D, Moser SE, Zollars JW, et al. Preliminary validation of the Michigan Body Map. Pain. 2016 Jun;157(6):1205–12. pmid:26835782
  4. 4. Margolis RB, Tait RC, Krause SJ. A rating system for use with patient pain drawings: Pain. 1986 Jan;24(1):57–65.
  5. 5. Moseley LG. I can’t find it! Distorted body image and tactile dysfunction in patients with chronic back pain. Pain. 2008 Nov 15;140(1):239–43. pmid:18786763
  6. 6. Scherrer KH, Ziadni MS, Kong J-T, Sturgeon JA, Salmasi V, Hong J, et al. Development and validation of the Collaborative Health Outcomes Information Registry body map. PAIN Rep. 2021 Jan;6(1):e880. pmid:33490848
  7. 7. Sturgeon JA, Darnall BD, Kao M-CJ, Mackey SC. Physical and Psychological Correlates of Fatigue and Physical Function: A Collaborative Health Outcomes Information Registry (CHOIR) Study. J Pain. 2015 Mar;16(3):291–298.e1. pmid:25536536
  8. 8. Sturgeon JA, Dixon EA, Darnall BD, Mackey SC. Contributions of physical function and satisfaction with social roles to emotional distress in chronic pain: a Collaborative Health Outcomes Information Registry (CHOIR) study. Pain. 2015 Dec;156(12):2627–33. pmid:26230739
  9. 9. Broderick J, DeWit EM, Rothrock N, Crane P, Forrest CB. Advances in Patient Reported Outcomes: The NIH PROMIS Measures. EGEMs Gener Evid Methods Improve Patient Outcomes. 2013 Feb 8;1(1):12.
  10. 10. Fitzcharles M-A, Cohen SP, Clauw DJ, Littlejohn G, Usui C, Häuser W. Nociplastic pain: towards an understanding of prevalent pain conditions. Lancet Lond Engl. 2021 May 29;397(10289):2098–110. pmid:34062144
  11. 11. Kosek E, Cohen M, Baron R, Gebhart GF, Mico J-A, Rice ASC, et al. Do we need a third mechanistic descriptor for chronic pain states? Pain. 2016 Jul;157(7):1382–6. pmid:26835783
  12. 12. Khan JS, Hah JM, Mackey SC. Effects of smoking on patients with chronic pain: a propensity-weighted analysis on the Collaborative Health Outcomes Information Registry. Pain. 2019 Oct;160(10):2374–9. pmid:31149975
  13. 13. Hoang NS, Hwang W, Katz DA, Mackey SC, Hofmann LV. Electronic Patient-Reported Outcomes: Semi-Automated Data Collection in the Interventional Radiology Clinic. J Am Coll Radiol. 2019 Apr;16(4):472–7. pmid:30297246
  14. 14. Gilam G, Sturgeon JA, You DS, Wasan AD, Darnall BD, Mackey SC. Negative Affect–Related Factors Have the Strongest Association with Prescription Opioid Misuse in a Cross-Sectional Cohort of Patients with Chronic Pain. Pain Med Off J Am Acad Pain Med. 2020 Feb;21(2):e127–38.
  15. 15. Dressler AM, Gillman AG, Wasan AD. A narrative review of data collection and analysis guidelines for comparative effectiveness research in chronic pain using patient-reported outcomes and electronic health records. J Pain Res. 2019 Jan;Volume 12:491–500. pmid:30774419
  16. 16. Ross AC, Simons LE, Feinstein AB, Yoon IA, Bhandari RP. Social Risk and Resilience Factors in Adolescent Chronic Pain: Examining the Role of Parents and Peers. J Pediatr Psychol. 2018 Apr 1;43(3):303–13. pmid:29048554
  17. 17. Carriere JS, Sturgeon JA, Yakobov E, Kao M-C, Mackey SC, Darnall BD. The Impact of Perceived Injustice on Pain-related Outcomes: A Combined Model Examining the Mediating Roles of Pain Acceptance and Anger in a Chronic Pain Sample. Clin J Pain. 2018 Aug;34(8):739–47. pmid:29485535
  18. 18. Tran P, Sturgeon JA, Nilakantan A, Foote A, Mackey S, Johnson K. Pain Catastrophizing Mediates the Relationship Between Trait Happiness and Depressive Symptoms in Individuals with Current Pain. J Appl Biobehav Res. 2017 Dec;22(4):e12069. pmid:29456448
  19. 19. Sturgeon JA, Ziadni MS, Trost Z, Darnall BD, Mackey SC. Pain catastrophizing, perceived injustice, and pain intensity impair life satisfaction through differential patterns of physical and psychological disruption. Scand J Pain. 2017 Oct 1;17(1):390–6.
  20. 20. Sharifzadeh Y, Kao M-C, Sturgeon JA, Rico TJ, Mackey S, Darnall BD. Pain Catastrophizing Moderates Relationships between Pain Intensity and Opioid Prescription. Anesthesiology. 2017 Jul 1;127(1):136–46.
  21. 21. Karayannis NV, Sturgeon JA, Chih-Kao M, Cooley C, Mackey SC. Pain interference and physical function demonstrate poor longitudinal association in people living with pain: a PROMIS investigation. Pain. 2017 Jun;158(6):1063–8. pmid:28221284
  22. 22. Hah J, Sturgeon J, Zocca J, Sharifzadeh Y, Mackey S. Factors associated with prescription opioid misuse in a cross-sectional cohort of patients with chronic non-cancer pain. J Pain Res. 2017 May;Volume 10:979–87. pmid:28496354
  23. 23. Feinstein AB, Sturgeon JA, Darnall BD, Dunn AL, Rico T, Kao MC, et al. The Effect of Pain Catastrophizing on Outcomes: A Developmental Perspective Across Children, Adolescents, and Young Adults With Chronic Pain. J Pain. 2017 Feb;18(2):144–54. pmid:27825857
  24. 24. Carriere J, Martel MO, Kao M-C, Sullivan M, Darnall B. Pain behavior mediates the relationship between perceived injustice and opioid prescription for chronic pain: a Collaborative Health Outcomes Information Registry study. J Pain Res. 2017 Mar;Volume 10:557–66. pmid:28331358
  25. 25. Sturgeon JA, Carriere JS, Kao M-CJ, Rico T, Darnall BD, Mackey SC. Social Disruption Mediates the Relationship Between Perceived Injustice and Anger in Chronic Pain: a Collaborative Health Outcomes Information Registry Study. Ann Behav Med. 2016 Dec;50(6):802–12. pmid:27325314
  26. 26. Harle CA, Marlow NM, Schmidt SOF, Shuster JJ, Listhaus A, Fillingim RB, et al. The Effect of EHR-Integrated Patient Reported Outcomes on Satisfaction with Chronic Pain Care. 2017;13.
  27. 27. Harle CA, Listhaus A, Covarrubias CM, Schmidt SO, Mackey S, Carek PJ, et al. Overcoming barriers to implementing patient-reported outcomes in an electronic health record: a case report. J Am Med Inform Assoc. 2016 Jan 1;23(1):74–9. pmid:26159464
  28. 28. Harle CA, Lipori G, Hurley RW. Collecting, Integrating, and Disseminating Patient-Reported Outcomes for Research in a Learning Healthcare System. EGEMs Gener Evid Methods Improve Patient Outcomes. 2016 Jul 7;4(1):13.
  29. 29. Bhandari RP, Feinstein AB, Huestis SE, Krane EJ, Dunn AL, Cohen LL, et al. Pediatric-Collaborative Health Outcomes Information Registry (Peds-CHOIR): a learning health system to guide pediatric pain research and treatment. Pain. 2016 Sep;157(9):2033–44. pmid:27280328
  30. 30. Harris PA, Taylor R, Thielke R, Payne J, Gonzalez N, Conde JG. Research electronic data capture (REDCap)—A metadata-driven methodology and workflow process for providing translational research informatics support. J Biomed Inform. 2009 Apr;42(2):377–81. pmid:18929686
  31. 31. Barad MJ, Sturgeon JA, Hong J, Aggarwal AK, Mackey SC. Characterization of chronic overlapping pain conditions in patients with chronic migraine: A CHOIR study. Headache J Head Face Pain. 2021;61(6):872–81. pmid:34184263
  32. 32. Relieving Pain in America: A Blueprint for Transforming Prevention, Care, Education, and Research [Internet]. Washington, D.C.: National Academies Press; 2011 [cited 2021 May 12]. Available from: http://www.nap.edu/catalog/13172
  33. 33. Manchikanti L. Comprehensive Review of Epidemiology, Scope,and Impact of Spinal Pain. Pain Physician. 2009 Jul 14;4;12(4;7):E35–70. pmid:19668291
  34. 34. Leroux I, Brisson C, Montreuil S. Job strain and neck–shoulder symptoms: a prevalence study of women and men white-collar workers. Occup Med. 2006 Mar 1;56(2):102–9. pmid:16371400
  35. 35. Wijnhoven HAH, de Vet HCW, Picavet HSJ. Prevalence of Musculoskeletal Disorders Is Systematically Higher in Women Than in Men. Clin J Pain. 2006 Oct;22(8):717–24. pmid:16988568
  36. 36. Burch R, Rizzoli P, Loder E. The Prevalence and Impact of Migraine and Severe Headache in the United States: Figures and Trends From Government Health Studies. Headache J Head Face Pain. 2018 Apr;58(4):496–505. pmid:29527677
  37. 37. Bair E, Gaynor S, Slade GD, Ohrbach R, Fillingim RB, Greenspan JD, et al. Identification of clusters of individuals relevant to temporomandibular disorders and other chronic pain conditions: the OPPERA study. Pain. 2016 Jun;157(6):1266–78. pmid:26928952
  38. 38. Maixner W, Fillingim RB, Williams DA, Smith SB, Slade GD. Overlapping Chronic Pain Conditions: Implications for Diagnosis and Classification. J Pain. 2016 Sep;17(9):T93–107. pmid:27586833
  39. 39. Nicholas M, Vlaeyen JWS, Rief W, Barke A, Aziz Q, Benoliel R, et al. The IASP classification of chronic pain for ICD-11: chronic primary pain. Pain. 2019 Jan;160(1):28–37. pmid:30586068