edits.seer.internal.rules.IFN5042.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="IFN5042" name="Breslow Tumor Thickness, Melanoma, Summary Stage 2018 (NAACCR)" tag="N5042" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2019' || line.summaryStage2018 == null || line.typeOfReportingSource == '7') return true if (line.schemaId != '00470' || line.breslowTumorThickness == null || line.breslowTumorThickness == 'XX.8') return true if (line.summaryStage2018 == '0') return line.breslowTumorThickness == 'XX.9' return true]]></expression> <message>Breslow Tumor Thickness conflicts with Summary Stage 2018.</message> <description><![CDATA[This edit verifies that the Breslow Tumor Thickness SSDI is coded consistently Summary Stage 2018. 1. The edit is skipped for the following conditions: a. Diagnosis date is before 2019, blank (unknown), or invalid. b. Schema ID not = 00470 c. Breslow Tumor Thickness is blank or XX.8 (not applicable). d. Summary Stage 2018 is blank e. Type of Reporting Source = 7 2. The edit verifies that if Summary Stage 2018 = 0, Breslow Tumor Thickness must = XX.9 (In situ melanoma).]]></description> <history> <event version="SE18-019-01" user="kirbyk" date="2019-03-29" ref="68144">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>