edits.seer.internal.rules.IFN6266.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="IFN6266" name="Ipsilateral Adrenal Gland Involvement, Kidney, Derived SS 2018 (SEER)" tag="N6266" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2021' || line.derivedSummaryStage2018 == null || line.typeOfReportingSource == '7') return true if (line.schemaId != '00600' || line.ipsilateralAdrenalGlandInvolve == null || line.ipsilateralAdrenalGlandInvolve == '8') return true if (line.ipsilateralAdrenalGlandInvolve == '1' && ['0','1','3'].contains(line.derivedSummaryStage2018)) return false if (['2','3'].contains(line.ipsilateralAdrenalGlandInvolve) && line.derivedSummaryStage2018 != '7') return false return true]]></expression> <message>Ipsilateral Adrenal Gland Involvement conflicts with Derived Summary Stage 2018</message> <description><![CDATA[This edit verifies that the Ipsilateral Adrenal Gland Involvement SSDI, with positive involvement, is coded consistently with Derived Summary Stage 2018. 1. The edit is skipped for the following conditions: a. Date of Diagnosis before 2021, blank (unknown), or invalid. b. Schema ID is not 00600. c. Ipsilateral Adrenal Gland Involvement is blank or 8 (not applicable). d. Derived Summary Stage 2018 is blank e. Type of Reporting Source = 7 2. If Ipsilateral Adrenal Gland Involvement = 1 (contiguous involvement), then Derived Summary Stage 2018 must not = 0, 1, or 3 (in situ, local, or regional by nodal involvement only) 3. If Ipsilateral Adrenal Gland Involvement = 2 or 3 (discontiguous involvement), then Derived Summary Stage 2018 must = 7.]]></description> <history> <event version="SE21-021-04" user="beverung" date="2021-03-30" ref="68637">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> </history> </rule>