Utility of a Rule-Based Algorithm in the Assessment of Standardized Reporting in PI-RADS

Dylan Zhang1, Ben Neely2, Joseph Y Lo1

  • 1Department of Radiology, Duke University Medical Center, Durham, North Carolina, USA.

Academic Radiology
|July 31, 2022
PubMed
Abstract

Insights

A rule-based algorithm accurately categorizes prostate MRI reports using Regular Expression (RegEx) matching. This automated approach aids in quality improvement for Prostate Imaging Reporting & Data System (PI-RADS) assessments.

Area of Science:

  • Radiology
  • Medical Informatics
  • Natural Language Processing

Background:

  • The Prostate Imaging Reporting & Data System (PI-RADS) is crucial for detecting clinically significant prostate cancer on multiparametric MRI (mpMRI).
  • Standardized reporting is essential for consistent quality assessment and improvement in prostate cancer diagnosis.

Purpose of the Study:

  • To develop and validate a rule-based algorithm using Regular Expression (RegEx) matching for automated categorization of prostate mpMRI reports.
  • To assess the accuracy of the RegEx algorithm in classifying reports according to PI-RADS categories and identify areas for quality improvement.

Main Methods:

  • Analysis of 6264 prostate mpMRI reports from Duke University Health System (2015-2021).
  • Development of a RegEx algorithm to categorize reports into PI-RADS 1-5, Recurrent Disease, or "No Information Available."
  • Validation of the algorithm against a blinded clinical team's review of 502 reports.

Main Results:

  • The RegEx algorithm achieved 92.6% overall accuracy, 88.8% average precision, and 85.6% average recall.
  • The algorithm demonstrated a strong F1 score of 0.871.
  • Manual review identified 150 cases lacking numerical PI-RADS scores in the impression section, highlighting reporting inconsistencies.

Conclusions:

  • Rule-based processing provides an accurate method for large-scale, automated extraction of PI-RADS scores from radiology reports.
  • Natural language processing (NLP) approaches, like RegEx, can significantly enhance quality improvement initiatives in prostate mpMRI reporting.
  • Automated analysis facilitates consistent PI-RADS categorization and identifies specific areas for improving reporting quality.

Related Concept Videos

Introduction to R01:11

Introduction to R

R is a powerful software environment for statistical computing and graphics. Originating as an implementation of the S language, developed at Bell Laboratories, R has evolved into a robust, open-source statistical software favored by statisticians and data scientists worldwide. Its comprehensive suite includes data manipulation, calculation, and graphical display capabilities, making it versatile for data analysis and visualization. Its programming language is at the core of R's...
559
Methods of Documentation III: PIE01:21

Methods of Documentation III: PIE

Problem-intervention-evaluation (PIE) is a systematic approach to documentation used in healthcare settings for clinical decision-making and patient care planning. It is a structured approach to organizing patient data based on problems, interventions, and evaluations. Here's a breakdown of its key features and considerations:
1.5K
Statistical Software for Data Analysis and Clinical Trials01:12

Statistical Software for Data Analysis and Clinical Trials

Statistical software is pivotal in data analysis and clinical trials by providing tools to analyze data, draw conclusions, and make predictions. These software packages range from simple data management applications to complex analytical platforms, supporting various statistical tests, models, and simulation techniques. Their significance lies in their ability to handle vast amounts of data with precision and efficiency, enabling researchers to validate hypotheses, identify trends, and make...
763
The R Chart01:02

The R Chart

In statistical process control, control charts, particularly R charts, are instrumental in monitoring process variations and identifying non-random patterns that run charts might miss. R charts track the variability within process subgroups, which is crucial when standard deviation use is impractical or unknown process variations exist.
R charts are pivotal for pinpointing shifts in process variability. Stability is indicated when all data points remain within the defined upper and lower...
129
Types of Biopharmaceutical Studies: Controlled and Non-Controlled Approaches01:23

Types of Biopharmaceutical Studies: Controlled and Non-Controlled Approaches

Biopharmaceutical studies constitute a vital field aiming to enhance drug delivery methods and refine therapeutic approaches, drawing upon diverse interdisciplinary knowledge. In research methodologies, the choice between controlled and non-controlled studies significantly influences the study's reliability and accuracy.
Non-controlled studies, commonly employed for initial exploration, lack a control group, rendering them susceptible to biases and external influences. In contrast,...
165
Interpreting R Charts01:22

Interpreting R Charts

R chart, or range chart, is a fundamental tool in statistical process control used to monitor the variability within a process. It complements the X-bar (x̄) chart by focusing on the range of the data, rather than individual values, providing a clear picture of the process dispersion over time.
An R chart plots the range of subsets of measurements collected from a process. Each point on the chart represents the range—defined as the difference between the maximum and minimum...
103