edits.seer.internal.rules.IFN2674.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="IFN2674" name="Response to Neoadjuvant Therapy, Date DX (NAACCR)" tag="N2674" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null) return true if (line.dateOfDiagnosisYear < '2018' && line.responseToNeoadjuvantTherapy != null) return false return line.responseToNeoadjuvantTherapy == null || Functions.matches(line.responseToNeoadjuvantTherapy, /^[0-489]$/)]]></expression> <message>Response to Neoadjuvant Therapy is not valid for Date DX</message> <description><![CDATA[The edit is skipped if Date of Diagnosis is blank (unknown), or invalid. 1. This data item must be blank for pre-2018 diagnoses. 2. Must be a valid Response to Neoadjuvant Therapy code or blank: 0: Neoadjuvant therapy not given 1: Stated as complete response (CR) 2: Stated as partial response (PR) 3: Stated as response to treatment, but not noted if complete or partial 4: Stated as no response (NR) 8: Not applicable: Information not collected for this case 9: Not documented in medical record Response to Neoadjuvant Therapy not assessed or unknown if assessed Unknown if Neoadjuvant Therapy done Another edit, Response to Neoadjuvant Therapy, Schema ID, Required (NAACCR), checks that the item is coded by Schema ID.]]></description> <history> <event version="SE18-018-03" user="schadega" date="2018-07-13" ref="67860">Edit created.</event> <event version="SE18-018-06" user="kirbyk" date="2018-08-24" ref="68026">Changed error message.</event> <event version="SE24-024-01" user="kirbyk" date="2024-03-04" ref="69413">Updated description.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy