edits.seer.internal.rules.IFN4914.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="IFN4914" name="Grade Path, Grade Post Therapy (NAACCR)" tag="N4914" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2018') return true if (Functions.matches(line.schemaId, /^00(79[05]|8[12][12]|830)$/)) return true return line.gradePostTherapy == null || line.gradePathological == '9']]></expression> <message>Grade Pathological must = 9 if Grade Post Therapy Path (yp) is not blank</message> <description><![CDATA[This edit checks on coding of Grade Pathological and Grade Post Therapy Path (yp) 1. This edit is skipped for the following conditions: a. Date of diagnosis = pre-2018, blank (unknown) or invalid. b. Schema ID = 00790, 00795, 00811, 00812, 00821, 00822, 00830 (fields not applicable for these schemas) 2. Grade Pathological must = 9 if Grade Post Therapy Path (yp) is not blank]]></description> <history> <event version="SE18-019-03" user="kirbyk" date="2019-08-08" ref="68234">Edit created.</event> <event version="SE18-020-05" user="beverung" date="2020-07-30" ref="68399">Update skip conditions and rename variable.</event> <event version="SE21-021-03" user="kirbyk" date="2021-03-09" ref="68568">Edit name changed.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy