From 919e1179c03b318282cd19ed9a3ee5649280cb4c Mon Sep 17 00:00:00 2001 From: Taksh Date: Thu, 9 Apr 2026 12:48:05 +0530 Subject: [PATCH] Fix 'ndication' section mapped to 'impression' instead of 'indication' The misspelling 'ndication' (missing leading 'i') is a typo for 'indication', not 'impression'. It is incorrectly mapped to 'impression', causing clinical indication text to be classified as the radiologist's diagnostic conclusion. The sibling typo 'idication' (line 148) is correctly mapped to 'indication'. Co-Authored-By: Claude Opus 4.6 (1M context) --- mimic-iv-cxr/txt/section_parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mimic-iv-cxr/txt/section_parser.py b/mimic-iv-cxr/txt/section_parser.py index d44197915..ce72ec6fc 100644 --- a/mimic-iv-cxr/txt/section_parser.py +++ b/mimic-iv-cxr/txt/section_parser.py @@ -127,7 +127,7 @@ def normalize_section_names(section_names): "pfi": "history", 'recommendation': 'recommendations', 'wetread': 'wet read', - 'ndication': 'impression', # 1 + 'ndication': 'indication', # 1 'impresson': 'impression', # 2 'imprression': 'impression', # 1 'imoression': 'impression', # 1