edits.seer.internal.rules.IFN6455.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="IFN6455" name="LN Status Para-Aortic, Vagina/Cervix, Derived SS 2018 (SEER)" tag="N6455" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2021' || !['00510','09520'].contains(line.schemaId) || line.lnStatusParaAortic == null || line.lnStatusParaAortic == '8' || line.derivedSummaryStage2018 == null || line.typeOfReportingSource == '7') return true if (line.lnStatusParaAortic == '1') return !['0','1','2'].contains(line.derivedSummaryStage2018) return true ]]></expression> <message>LN Status Para-Aortic conflicts with Derived Summary Stage 2018</message> <description><![CDATA[This edit verifies that LN Status Para-aortic SSDI is coded consistently with Derived Summary Stage 2018, codes with nodal involvement, for Vagina, and Cervix. 1. The edit is skipped for the following conditions: a. Date of Diagnosis before 2021, blank (unknown), or invalid. b. Schema ID is not 00510 or 09520 c. LN Status Para-Aortic is blank or 8 (not applicable) d. Derived Summary Stage 2018 is blank e. Type of Reporting Source = 7 (Death Certificate Only) 2. If LN Status Para-Aortic = 1 (lymph nodes positive) Derived Summary Stage 2018 must not = 0, 1, or 2 (in situ, local, or regional by direct extension only) ]]></description> <history> <event version="SE22-022-03" user="secristc" date="2022-04-21" ref="68964">Edit created.</event> </history> </rule>