edits.seer.internal.rules.IFN5057.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="IFN5057" name="LN Size, Head/Neck, Summary Stage 2018 (NAACCR)" tag="N5057" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2019' || line.summaryStage2018 == null || !Functions.matches(line.schemaId, /^00(0[689]0|07[1-7]|100|1[12][12]|13[0-3]|1[45]0)$/) || line.typeOfReportingSource == '7') return true if (line.lnSize == null || line.lnSize == 'XX.8') return true if (line.lnSize != '0.0' && line.lnSize != 'XX.9') return !Functions.matches(line.summaryStage2018, /^[012]$/) return true]]></expression> <message>LN Size conflicts with Summary Stage 2018.</message> <description><![CDATA[This edit verifies that LN Size SSDI is coded consistently with Summary Stage 2018 for head and neck sites. 1. The edit is skipped for the following conditions: a. Date of Diagnosis before 2019, blank (unknown), or invalid. b. Schema ID is not in the following list: 00060 00071 00072 00073 00074 00075 00076 00077 00080 00090 00100 00111 00112 00121 00122 00130 00131 00132 00133 00140 00150 c. LN Size is blank or XX.8 (not applicable). d. Summary Stage 2018 is blank e. Type of Reporting Source = 7 2. If LN Size not = 0.0 (no nodes involved) or, XX.9 (unknown if nodes involved) (lymph nodes are 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="SE18-020-02" user="kirbyk" date="2020-03-27" ref="68324">Updated description.</event> <event version="SE18-020-05" user="beverung" date="2020-07-27" ref="68427">Updated description.</event> <event version="SE22-022-04" user="secristc" date="2022-05-03" ref="68965">Added skip condition for Type of Reporting Source = 7.</event> </history> </rule>