edits.seer.internal.rules.IFN2924.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.
The newest version!
<rule id="IFN2924" name="Progesterone Receptor Summary, Schema ID, Required (NAACCR)" tag="N2924" 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 if (line.schemaId == '00480') return line.progesteroneRecepSummary != null return true]]></expression> <message>Progesterone Receptor Summary must not be blank for 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 Progesterone Receptor 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. Required for Schema ID: 00480: Breast]]></description> <history> <event version="SE18-018-04" user="smithm" date="2018-08-06" ref="67895">Edit created.</event> <event version="SE18-018-05" user="schadega" date="2018-08-15" ref="68006">Add DCO skip condition.</event> <event version="SE18-018-10" user="kirbyk" date="2018-12-12" ref="68077">Changed edit name.</event> <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event> </history> </rule>