edits.seer.internal.rules.IFN6211.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="IFN6211" name="LN Distant, Gynecologic, Behavior ICDO3 (NAACCR)" tag="N6211" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if(line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2021'|| !['00510','00520','09520'].contains(line.schemaId) || line.behaviorCodeIcdO3 == null || line.lnDistantMediastinalScalene == null || line.lnDistantMediastinalScalene == '8') return true if (line.behaviorCodeIcdO3 == '2') return line.lnDistantMediastinalScalene == '0' || (line.lnDistantMediastinalScalene == '9' && line.dateOfDiagnosisYear < '2023') return true]]></expression> <message>LN Distant: Mediastinal, Scalene conflicts with Behavior Code ICD-O-3</message> <description><![CDATA[This edit verifies that the LN Distant: Mediastinal, Scalene SSDI is coded consistently with Behavior Code ICD-O-3 code 2 for Vagina and Cervix. 1. The edit is skipped for the following conditions: a. Date of Diagnosis before 2021, blank (unknown), or invalid. b. Schema ID is not 00510, 00520, 09520 c. LN Distant: Mediastinal, Scalene is blank or 8 (not applicable) d. Behavior Code ICD-O-3 is blank LN Distant: Mediastinal, Scalene is required by SEER only if collected by a CoC-accredited facility on an analytic case (CoC Accredited Flag = 1). 2. If Behavior Code ICD-O-3 = 2 (in situ) and diagnosis years 2021-2022 LN Distant: Mediastinal Scalene must = 0 (no nodal involvement) or 9 (not documented) 3. If Behavior Code ICD-O-3 = 2 (in situ) and diagnosis years 2023+ LN Distant: Mediastinal Scalene must = 0 (non-invasive neoplasm behavior) ]]></description> <history> <event version="SE22-022-05" user="secristc" date="2022-05-04" ref="68938">Edit created.</event> <event version="SE23-023-01" user="shearerw" date="2023-02-22" ref="69174">Stop allowing 9 for LN Distant Mediastinal Scalene for 2023 forward.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy