edits.seer.internal.rules.IFN3993.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.
<rule id="IFN3993" name="SSDI for Kidney, Blank for Other Schemas (NAACCR)" tag="N3993" 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 == '00600') return true return line.invasionBeyondCapsule == null && line.ipsilateralAdrenalGlandInvolve == null && line.majorVeinInvolvement == null && line.sarcomatoidFeatures == null]]></expression> <message>Conflict between schema and coded SSDI items for Kidney</message> <description><![CDATA[This edit verifies that Site-Specific Data Items that are defined for Kidney Parenchyma (Schema ID 00600) 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 00600. If Schema ID is not 00600 (Kidney Parenchyma), the following Site-Specific Data Items must be blank: Invasion Beyond Capsule Ipsilateral Adrenal Gland Involvement Major Vein Involvement Sarcomatoid Features]]></description> <history> <event version="SE18-018-03" user="schadega" date="2018-07-24" ref="67909">Edit created.</event> <event version="SE18-018-06" user="kirbyk" date="2018-08-24" ref="68026">Changed error message.</event> <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event> </history> </rule>