edits.seer.internal.rules.IFN6091.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="IFN6091" name="Extranodal Extension Head and Neck Clin/Path, Summary Stage 2018 (NAACCR)" tag="N6091" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[ if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2019' || line.summaryStage2018 == null || line.typeOfReportingSource == '7') return true if (!Functions.matches(line.schemaId, /^00(0[689]0|07[1-7]|1[04]0|1[12][12]|13[0-3])$/)) return true if ((line.extranodalExtensionHeadNeckClin == null || line.extranodalExtensionHeadNeckClin == '8') && (line.extranodalExtensionHeadNeckPath == null || line.extranodalExtensionHeadNeckPath == 'X.8')) return true if (line.extranodalExtensionHeadNeckClin == '7' && line.extranodalExtensionHeadNeckPath == 'X.7' && ['3','4'].contains(line.summaryStage2018)) return false if (['0','1','2','4'].contains(line.extranodalExtensionHeadNeckClin) && Functions.matches(line.extranodalExtensionHeadNeckPath, /^\d\.\d|X\.[1-4]$/) && ['0','1','2'].contains(line.summaryStage2018)) return false return true ]]></expression> <message>Extranodal Extension Head and Neck Clinical and Extranodal Extension Head and Neck Pathological conflict with Summary Stage 2018</message> <description><![CDATA[This edit verifies that the extranodal extension SSDIs are coded consistently with Summary Stage 2018 for head and neck sites. 1. The edit is skipped for the following conditions: a. Date of Diagnosis before 2019, blank (unknown), or invalid. b. Schema ID is not 00060, 00071, 00072, 00073, 00074, 00075, 00076, 00077, 00080, 00090, 00100, 00111, 00112, 00121, 00122, 00130, 00131, 00132, 00133, 00140 c. Extranodal Extension Head and Neck Clinical and Extranodal Extension Head and Pathological are both blank or not applicable d. Summary Stage 2018 is blank. e. Type of Reporting Source = 7 (death certificate only) 2. If Extranodal Extension Head and Neck Clinical = 7 (cN0) and Extranodal Extension Head and Neck Pathological = X.7 (pN0), Summary Stage 2018 must not = 3 or 4 (regional nodes involved). 3. If Extranodal Extension Head and Neck Clinical = 0, 1, 2, or 4 (clinical nodal involvement), and Extranodal Extension Head and Neck Pathological = 0.0-9.9, X.1-X.4 (nodal involvement), Summary Stage 2018 must not = 0, 1, or 2 (in situ, local, or regional by extension only)]]></description> <history> <event version="SE22-022-05" user="beverung" date="2022-05-04" ref="68966">Edit created.</event> </history> </rule>