edits.seer.internal.rules.IFN3996.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="IFN3996" name="SSDI for Esophagus, Blank for Other Schemas (NAACCR)" tag="N3996" 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 == '00161') return true return line.esophagusAndEgjTumorEpicenter == null]]></expression> <message>Conflict between schema and coded SSDI items for Esophagus</message> <description><![CDATA[This edit verifies that Site-Specific Data Items that are defined for Esophagus and GE Junction (Squamous) (Schema ID 00161) 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 00161. If Schema ID is not 00161 (Esophagus and GE Junction (Squamous)), the following Site-Specific Data Item must be blank: Esophagus and EGJ Tumor Epicenter]]></description> <history> <event version="SE18-018-03" user="schadega" date="2018-07-25" ref="67893">Edit created.</event> <event version="SE18-018-06" user="kirbyk" date="2018-08-24" ref="68026">Changed error message.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy