Skip to content

Commit 65c6ff7

Browse files
Dtphelan1jafeltra
authored andcommitted
Update src/extractors/CSVCancerRelatedMedicationExtractor.js
1 parent e3b68e6 commit 65c6ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extractors/CSVCancerRelatedMedicationExtractor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function formatData(medicationData, patientId) {
1515
} = medication;
1616

1717
if (!(code && codeSystem && status)) {
18-
throw new Error('The cancer-related medication is missing an expected element; mrn, code, code system, and status are all required values.');
18+
throw new Error('The cancer-related medication is missing an expected element; code, code system, and status are all required values.');
1919
}
2020

2121
return {

0 commit comments

Comments
 (0)