edits.seer.internal.rules.IFN6265.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.
The newest version!
<rule id="IFN6265" name="Invasion Beyond Capsule, Kidney, Derived SS 2018 (SEER)" tag="N6265" 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.invasionBeyondCapsule == null || line.invasionBeyondCapsule == '8') return true return !Functions.matches(line.invasionBeyondCapsule, /^[13-5]$/) || !['0','1','3'].contains(line.derivedSummaryStage2018)]]></expression> <message>Invasion Beyond Capsule conflicts with Derived Summary Stage 2018</message> <description><![CDATA[Purpose: This edit verifies that Invasion Beyond Capsule SSDI, with positive invasion, is coded consistently with Derived Summary Stage 2018. 1. This edit is skipped if any of the following conditions is true: a. Year of Date of Diagnosis is less than 2021, blank (unknown), or invalid b. Schema ID is not 00600 c. Invasion Beyond Capsule is blank or 8 (not applicable) d. Derived Summary Stage 2018 is blank e. Type of Reporting Source = 7 2. If Invasion Beyond Capsule = 1,3-5 (invasion beyond capsule), then Derived Summary Stage 2018 must not = 0, 1, or 3 (in situ, local, or regional by nodal involvement only).]]></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>