edits.seer.internal.rules.IFN4016.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="IFN4016" name="SSDI LDH Level, Blank for Other Schemas (NAACCR)" tag="N4016" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2018' || line.schemaId == null) return true return line.schemaId == '00470' || line.schemaId == '00821' || line.ldhPretreatmentLevel == null]]></expression> <message>Conflict between schema and coded SSDI items for LDH Level</message> <description><![CDATA[This edit verifies that the Site-Specific Data Item LDH Level is blank for schemas for which it is not collected. This SSDI is collected for Melanoma of Skin (Schema ID 00470)and Plasma Cell Myeloma (Schema ID 00821). This edit is skipped for any of the following conditions: a.Date of Diagnosis is before 2018, blank, invalid. b.Schema ID is blank. If Schema ID is not 00470 (Melanoma of Skin) and 00821 (Plasma Cell Myeloma), the following Site-Specific Data Item must be blank: LDH Level]]></description> <history> <event version="SE18-018-03" user="schadega" date="2018-07-25" ref="67908">Edit Created.</event> <event version="SE18-018-06" user="kirbyk" date="2018-08-24" ref="68026">Changed error message.</event> <event version="SE18-020-05" user="beverung" date="2020-08-06" ref="68469">Changed LDH Pretreatment Level to LDH Level</event> </history> </rule>