edits.seer.internal.rules.IFN6298.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="IFN6298" name="LN Isolated Tumor Cells (ITC), Merkel Cell, Behavior (NAACCR)" tag="N6298" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if(line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2021' || line.schemaId == null || line.schemaId != '00460' || line.lnIsolatedTumorCells == null || line.lnIsolatedTumorCells == '8' || line.behaviorCodeIcdO3 == null || line.typeOfReportingSource == '7' ) return true if (line.behaviorCodeIcdO3 == '2') return line.lnIsolatedTumorCells != '1' return true]]></expression> <message>LN Isolated Tumor Cells (ITC) conflicts with Behavior Code ICD-O-3</message> <description><![CDATA[This edit verifies that the LN Isolated Tumor Cells (ITC) SSDI is coded consistently with Behavior Code ICD-O-3 code 2 for Schema ID 00460, Merkel Cell Skin. 1. The edit is skipped for the following conditions: a. Date of Diagnosis before 2021, blank (unknown), or invalid. b. Schema ID is blank or not 00460 c. LN Isolated Tumor Cells (ITC) is blank or 8 (not applicable) d. Behavior Code ICD-O-3 is blank e. Type of Reporting Source is 7 (Death Certificate Only) 2. If Behavior Code ICD-O-3 = 2 (in situ) LN Isolated Tumor Cells (ITC) must not = 1 (regional nodes positive for ITC)]]></description> <history> <event version="SE21-021-04" user="smithm" date="2021-03-22" ref="68628">Edit created.</event> </history> </rule>