edits.seer.internal.rules.IFN6128.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="IFN6128" name="EOD Prostate Pathologic Extension, Blank for Other Schemas (SEER)" tag="N6128" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2018' || line.schemaId == null || line.schemaId == '00580') return true return line.prostatePathologicalExtension == null]]></expression> <message>Prostate Pathological Extension must be blank if Schema ID is not 00580</message> <description><![CDATA[This edit verifies that Site-Specific Data Items that are defined for Prostate (Schema ID 00580) are blank (not coded) for all other schemas. This edit is skipped for any of the following conditions: a.Date of Diagnosis is before 2018, blank, invalid. b.Schema ID is blank or 00580. If Schema ID is not 00580 (Prostate), Prostate Pathological Extension must be blank.]]></description> <history> <event version="SE18-020-02" user="beverung" date="2020-03-31" ref="68303">Edit created.</event> <event version="SE21-021-03" user="beverung" date="2021-02-26" ref="68576">Update edit name.</event> </history> </rule>