edits.seer.internal.rules.IFN5056.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="IFN5056" name="LN Laterality, Vulva, Summary Stage 2018 (NAACCR)" tag="N5056" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2019' || line.summaryStage2018 == null || (line.schemaId != '00500' && line.schemaId != '09500') || line.typeOfReportingSource == '7') return true if (line.lnLaterality == null || line.lnLaterality == '8') return true if (Functions.matches(line.lnLaterality, /^[123]$/)) return !Functions.matches(line.summaryStage2018, /^[012]$/) return true]]></expression> <message>LN Laterality conflicts with Summary Stage 2018.</message> <description><![CDATA[This edit checks consistency between LN Laterality and Summary Stage 2018 for Vulva. 1. The edit is skipped for the following conditions: a. Date of Diagnosis before 2019, blank (unknown), or invalid. b. Schema ID is not 00500 or 09500 c. LN Laterality is blank or 8 (not applicable) d. Summary Stage 2018 is blank e. Type of Reporting Source = 7 (death certificate only) 2. If LN Laterality = 1-3 (lymph nodes positive) Summary Stage 2018 must not = 0, 1, or 2 (in situ, local, or regional by direct extension only)]]></description> <history> <event version="SE18-019-01" user="kirbyk" date="2019-04-04" ref="68149">Edit created.</event> <event version="SE22-022-04" user="secristc" date="2022-05-03" ref="68965">Added skip condition for Type of Reporting Source = 7.</event> <event version="SE24-024-01" user="shearerw" date="2024-02-28" ref="69338">Update description and add schema 09500 to skip condition.</event> </history> </rule>