edits.seer.internal.rules.IFN6235.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="IFN6235" name="BRAF Mutational Analysis, Date DX (NAACCR)" tag="N6235" 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.brafMutationalAnalysis == null return line.brafMutationalAnalysis == null || Functions.matches(line.brafMutationalAnalysis, /^[0124789]$/)]]></expression> <message>BRAF 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 BRAF Mutational Analysis code or blank: 0: Normal BRAF negative, BRAF wild type Negative for (somatic) mutations, no alterations, no mutations (somatic) identified, not present, not detected 1: Abnormal (mutated)/detected: BRAF V600E (c.1799T>A) mutation 2: Abnormal (mutated)/detected, but not BRAF V600E (c.1799T>A) mutation 4: Abnormal (mutated), NOS 7: Test ordered, results not in chart 8: Not applicable: Information not collected for this case 9: Not documented in medical record BRAF not assessed or unknown if assessed Another edit, BRAF 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="smithm" date="2021-03-31" ref="68602">Edit created.</event> </history> </rule>