edits.seer.internal.rules.IFN6341.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="IFN6341" name="Neoadjuvant Therapy-Treatment Effect, Date DX (SEER)" tag="N6341" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[ if(line.dateOfDiagnosisYear == null || line.neoadjuvTherapyTreatmentEffect == null) return true if (line.dateOfDiagnosisYear < '2021') return false return Functions.matches(line.neoadjuvTherapyTreatmentEffect, /^[01234679]$/) ]]></expression> <message>Neoadjuvant Therapy-Treatment Effect must be blank for cases diagnosed before 2021</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-2021 diagnoses. 2. Must be a valid Neoadjuvant Therapy-Treatment Effect code or blank: 0: Neoadjuvant therapy not given, no known presurgical therapy 1-4: Site-specific code type of response 6: Neoadjuvant therapy completed and surgical resection performed, response not documented or unknown Cannot be determined 7: Neoadjuvant therapy completed and planned surgical resection not performed 9: Unknown if neoadjuvant therapy performed Unknown if planned surgical procedure performed after completion of neoadjuvant therapy Death Certificate only (DCO)]]></description> <history> <event version="SE21-021-04" user="secristm" date="2021-04-26" ref="68609">Edit created.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy