edits.seer.internal.rules.IFN3970.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="IFN3970" name="Date of Sentinel Lymph Node Biopsy, Date DX (SEER)" tag="N3970" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null) return true if (line.registryId == '0000001566' && line.dateOfDiagnosisYear > '2017' && line.dateOfDiagnosisYear < '2022') return true if (line.registryId == '0000001565' && line.dateOfDiagnosisYear > '2017' && line.dateOfDiagnosisYear < '2023') return true if (line.dateOfDiagnosisYear < '2018') return line.dateSentinelLymphNodeBiopsyYear == null return true]]></expression> <message>Date of Sentinel Lymph Node Biopsy, Date DX and Coc Flag conflict</message> <description><![CDATA[The edit verifies that the date of sentinel lymph node biopsy is not recorded for date of diagnoses before 1/1/2018. The edit is skipped for any of the following conditions: a. Date of Diagnosis is blank (unknown) or invalid. b. Registry ID = 0000001565 (Illinois) and Year of Diagnosis = 2018-2022 c. Registry ID = 0000001566 (Texas) and Year of Diagnosis = 2018-2021 1. If the year of Date of Diagnosis is before 2018, then Date of Sentinel Lymph Node Biopsy must be blank.]]></description> <history> <event version="SE18-018-03" user="schadega" date="2018-07-24" ref="67931">Edit created.</event> <event version="SE18-018-05" user="schadega" date="2018-08-14" ref="67991">Edit name change.</event> <event version="SE18-018-05" user="kirbyk" date="2018-08-15" ref="68017">Changed edit to use date year field instead of full date field.</event> <event version="SE18-018-06" user="kirbyk" date="2018-08-24" ref="68026">Changed error message.</event> <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event> <event version="SE21-021-11" user="beverung" date="2021-12-17" ref="68760">Added skip condition for IL and TX for DX Years 2018-2019.</event> <event version="SE22-022-03" user="secristc" date="2022-04-22" ref="68959">Changed skip condition for IL to DX Years 2018-2022, TX to 2018-2021.</event> <event version="SE23-023-01" user="shearerw" date="2023-02-23" ref="69206">Remove references to Date Sentinel Lymph Node Biopsy Flag. Remove Schema ID logic.</event> </history> </rule>