Post-Structuring Radiology Reports of Breast Cancer Patients for Clinical Quality Assurance

IEEE/ACM Trans Comput Biol Bioinform. 2020 Nov-Dec;17(6):1883-1894. doi: 10.1109/TCBB.2019.2914678. Epub 2020 Dec 8.

Abstract

Hospitals often set protocols based on well defined standards to maintain the quality of patient reports. To ensure that the clinicians conform to the protocols, quality assurance of these reports is needed. Patient reports are currently written in free-text format, which complicates the task of quality assurance. In this paper, we present a machine learning based natural language processing system for automatic quality assurance of radiology reports on breast cancer. This is achieved in three steps: we i) identify the top-level structure (headings) of the report, ii) classify the report content into the top-level headings, and iii) convert the free-text detailed findings in the report to a semi-structured format (post-structuring). Top level structure and content of report were predicted with an F1 score of 0.97 and 0.94, respectively, using Support Vector Machine (SVM) classifiers. For automatic structuring, our proposed hierarchical Conditional Random Field (CRF) outperformed the baseline CRF with an F1 score of 0.78 versus 0.71. The determined structure of the report is represented in semi-structured XML format of the free-text report, which helps to easily visualize the conformance of the findings to the protocols. This format also allows easy extraction of specific information for other purposes such as search, evaluation, and research.

MeSH terms

  • Breast Neoplasms / diagnostic imaging*
  • Electronic Health Records
  • Female
  • Humans
  • Image Interpretation, Computer-Assisted*
  • Machine Learning
  • Natural Language Processing
  • Quality Assurance, Health Care*
  • Radiology Information Systems / standards*
  • Support Vector Machine