| Literature DB >> 35936991 |
David A Mayer1, Luke V Rasmussen2, Christopher D Roark3, Michael G Kahn4, Lisa M Schilling5, Laura K Wiley1.
Abstract
Objectives: Manual record review is a crucial step for electronic health record (EHR)-based research, but it has poor workflows and is error prone. We sought to build a tool that provides a unified environment for data review and chart abstraction data entry. Materials andEntities:
Keywords: data warehousing; electronic health records; observational studies; software
Year: 2022 PMID: 35936991 PMCID: PMC9350014 DOI: 10.1093/jamiaopen/ooac071
Source DB: PubMed Journal: JAMIA Open ISSN: 2574-2531
Supported REDCap field and data validation types
| Field type | Validation options |
|---|---|
| Checkboxes (multiple answers) | NA |
| Multiple choice—drop-down list (single answer) | NA |
| Multiple choice—radio buttons (single answer) | NA |
| Notes box (paragraph text) | NA |
| Text box (short text, number, date/time, …) | Date (M–D–Y); Integer |
| True—False | NA |
| Yes—No | NA |
Figure 1.ReviewR setup tab. This page allows users to enter the view mode by connecting to their patient database first selecting the appropriate RDBMS and then providing connection credentials (for Postgres) or using the “Sign in to Google” interface (for Bigquery). Optionally, users can enter review mode by connecting to a previously created REDCap project using an API key and then configuring the connection to identify the review field that will hold the patient and (optionally) reviewer identifiers.
Figure 2.ReviewR chart review tab. This page allows users to review the medical chart for a single patient. The patient information is shown at the top, including the chart review status as recorded in REDCap. Chart information shows all of the available tables for the configured data model. Users can perform a search (including the use of regular expressions) across all of the tables, and results will be highlighted (A). For each of the columns in a data table, users can do additional filtering and sorting (B). Users are guided through charts using quick navigation controls, and the configured REDCap instrument is displayed alongside the chart data.
Figure 3.ReviewR process for adding support for a custom data model. Users can easily add support for a new data model using build in developer tools. Step 1: The user must create a schema file that contains all tables and associated field names as a csv file. Within the R console they pass this file to the “dev_add_data_model()” function. Step 2: ReviewR will walk users through selecting the table containing patient demographics (used to define the “Patient Search” tab) and the column name containing the patient identifier (used to auto populate the REDCap instrument). Step 3: ReviewR adds the schema to the list of supported data models and generates template R code for displaying the database as is. Reloading the package finalizes this support. More technical users may customize the R code to change table displays, join tables (eg, the OMOP data model requires joining to the concept table to have an informative information display), etc.
Second demonstration project review results
| Extraction order | Concordant | Discordant | Total |
|---|---|---|---|
| ReviewR -> Epic | 23 | 2 | 25 |
| Epic -> ReviewR | 23 | 1 | 24 |
| Total | 46 | 3 | 49 |
ReviewR identified 1 additional aneurysm and aneurysmal SAH compared to Epic review.
ReviewR identified 1 additional aneurysm compared to Epic review.