edits.seer.internal.rules.IFN2855.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="IFN2855" name="Breslow Tumor Thickness, Schema ID, Required (NAACCR)" tag="N2855" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2018' || line.schemaId == null || line.typeOfReportingSource == '7') return true return line.schemaId != '00470' || (line.breslowTumorThickness != null && line.breslowTumorThickness != 'XX.8')]]></expression> <message>Breslow Tumor Thickness must not be blank or not applicable for cases with this Schema ID diagnosed 2018 and later</message> <description><![CDATA[1. The edit is skipped for any of the following conditions: a. Date of Diagnosis pre-2018, blank (unknown), or invalid. b. Schema ID is blank. c. Type of Reporting Source = 7 (Death Certificate Only) 2. This edit verifies that Breslow Tumor Thickness is not "XX.8" (not applicable) and not blank for the Schema IDs for which it is required by a standard setter. This data item is required for EOD Derived Stage Group. Required for Schema ID: 00470: Melanoma of Skin]]></description> <history> <event version="SE18-018-03" user="schadega" date="2018-07-18" ref="67839">Edit created.</event> <event version="SE18-018-05" user="schadega" date="2018-08-14" ref="68003">Added DCO skip condition</event> </history> </rule>