edits.seer.internal.rules.IFN2889.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validation-edits-seer Show documentation
Show all versions of validation-edits-seer Show documentation
Java implemenation of the SEER edits.
<rule id="IFN2889" name="HER2 Overall Summary, Breast, Schema ID, Required (NAACCR)" tag="N2889" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2018' || line.schemaId == null || line.typeOfReportingSource == '7') return true return line.schemaId != '00480' || line.her2OverallSummary != null]]></expression> <message>HER2 Overall Summary must not be blank for this Schema ID for cases diagnosed 2018 and later</message> <description><![CDATA[1. The edit is skipped for any of the following conditions: a. Date of Diagnosis pre-2018, blank (unknown), or invalid. b. Schema ID is blank. c. Type of Reporting Source = 7 (Death Certificate Only) 2. This edit verifies that HER2 Overall Summary is coded (not blank) for the Schema IDs for which it is required by a standard setter. This data item is required for AJCC staging and EOD Derived Stage Group for Schema ID 00480, Breast. Required for Schema ID: 00480: Breast]]></description> <history> <event version="SE18-018-03" user="schadega" date="2018-07-17" ref="67867">Edit created.</event> <event version="SE18-018-05" user="schadega" date="2018-08-15" ref="68004">Added DCO skip condition.</event> <event version="SE18-020-05" user="kirbyk" date="2020-08-05" ref="68482">Updated edit name and description.</event> </history> </rule>