Perform A Chart Review

Getting Started

First make sure that you:

  1. Have ReviewR installed. (See Local Deployment or Shiny Server Deployment vignettes for more.)
  2. Have connected to your record database. (See Connect to Patient Record Database vignette for more.)
  3. Have connected to REDCap. (See Connect to REDCap vignette for more.)

Once these steps are complete, you are ready to perform chart review.

Chart Review

Clicking a subject ID from the ‘Patient Search’ page will automatically redirect you to the ‘Chart Review’ portion of ReviewR. Here, you will be greeted by a screen similar to this:

ReviewR Chart Review: Everything’s Shiny, Cap’n. Not to fret.
ReviewR Chart Review: Everything’s Shiny, Cap’n. Not to fret.

Note that the ‘Chart Review’ page is divided into roughly 4 quadrants, which will be discussed below.

Subject Header

The Subject header contains demographic information about your selected subject and takes up the upper left portion of the ‘Chart Review’ page. This information is extracted directly from the ‘Patient Chart’ page and will give you a quick reference to demographic information about your patient. When configured, review status will also be available in this pane.

Your saved review status for the particular subject in context will appear next to the subject ID with a visual indicator:

The status assigned by other reviewers will appear in the right most column of demographic information in the subject header.

Jump to Subject ID

This dropdown contains a listing of all of the subjects in your connected dataset, along with the review status you have assigned, if present. It allows you to review subjects in any order.

Patient Chart

The patient chart occupies the lower left portion of the screen. This tabbed panel contains all of the patient tables that have been defined for a particular data model. Access each table by clicking the tab at the top of this pane. Search within table fields by entering a search term or regular expression string in the search box located at the top of each table column. You may also enter a ‘global search’ term in the box located in the upper right portion of this pane. Global search applies the search string or regex to every field of every connected table, and highlights any results that are found.

REDCap Instrument

The REDCap Instrument section of the ‘Chart Review’ page is where information about the selected subject may be captured. At the very top of this pane will be the instrument selector. This drop down allows the user to select any configured instruments from a connected REDCap project.

Take a look at the instrument where you have added the fields to hold subject ID and reviewer ID. Note that these fields have been automatically populated with the currently selected subject and currently configured reviewer, respectively. These values may not be modified manually.

Additionally, all of the other configured fields from your REDCap project will be rendered, with native Shiny controls. Field notes will be rendered below the Shiny widget, along with an indicator for required question types. If you happen to include a field type that is not yet supported, a placeholder message will be rendered, indicating that this field type may not be used.

As with REDCap on the web, a form status may be set for each subject/instrument included in the REDCap Project. See the Subject Header section for an overview of supported statuses.

To save responses, click the ‘Save to REDCap’ button. A notification will appear indicating that data was saved successfully or a modal detailing any potential conflicts if attempting to overwrite existing REDCap data.

Keyboard Navigation

In order to speed up the manual record review process with ReviewR, keybindings have been added for common review tasks:

Note: Meta refers to the command key (⌘) on macOS and the Alt key on windows/unix based systems