edits.seer.internal.rules.IFN6258.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="IFN6258" name="Breslow Tumor Thickness, Melanoma, Derived SS 2018 (SEER)" tag="N6258" 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 != '00470' || line.breslowTumorThickness == null || line.breslowTumorThickness == 'XX.8') return true return (line.derivedSummaryStage2018 != '0' || line.breslowTumorThickness == 'XX.9')]]></expression> <message>Breslow Tumor Thickness conflicts with Derived Summary Stage 2018</message> <description><![CDATA[This edit verifies that the Breslow Tumor Thickness SSDI is coded consistently with Derived Summary Stage 2018 for in situ tumors. 1. The edit is skipped for the following conditions: a. Diagnosis date is before 2021, blank (unknown), or invalid. b. Schema ID not = 00470 c. Breslow Tumor Thickness is blank or XX.8 (not applicable). d. Derived Summary Stage 2018 is blank e. Type of Reporting Source = 7 2. The edit verifies that if Derived Summary Stage 2018 = 0, Breslow Tumor Thickness must = XX.9 (In situ melanoma).]]></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>