edits.seer.internal.rules.IFN6233.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.
The newest version!
<rule id="IFN6233" name="EGFR Mutational Analysis, Date DX (NAACCR)" tag="N6233" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[ if (line.dateOfDiagnosisYear == null) return true if (line.dateOfDiagnosisYear < '2021') return line.egfrMutationalAnalysis == null else return line.egfrMutationalAnalysis == null || Functions.matches(line.egfrMutationalAnalysis, /^[0124789]$/) ]]></expression> <message>EGFR Mutational Analysis 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 EGFR Mutational Analysis code or blank: 0: Normal EGFR negative, EGFR wild type Negative for mutations, no alterations, no mutations (somatic) identified, not present, not detected 1: Abnormal (mutated)/detected in exon(s) 18, 19, 20, and/or 21 2: Abnormal (mutated)/detected but not in exon(s) 18, 19, 20, and/or 21 4: Abnormal (mutated)/detected, NOS, exon(s) not specified 7: Test ordered, results not in chart 8: Not applicable: Information not collected for this case 9: Not documented in medical record EGFR not assessed or unknown if assessed Another edit, EGFR Mutational Analysis, Schema ID, Required (NAACCR), checks that the item is coded by Schema ID if required by a standard setter.]]></description> <history> <event version="SE21-021-04" user="secristm" date="2021-03-22" ref="68605">Edit created.</event> </history> </rule>