edits.seer.internal.rules.IFN6606.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="IFN6606" name="LN Status/Assessment Method Pelvic, Gynecologic (NAACCR)" tag="N6606" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2022' || !['00500','00510','09520','09500'].contains(line.schemaId)) return true if (line.lnStatusPelvic == null || line.lnAssessMethodPelvic == null) return true if (line.lnStatusPelvic == '9') return line.lnAssessMethodPelvic == '9' || line.lnAssessMethodPelvic == '0' return true]]></expression> <message>LN Status Pelvic conflicts with LN Assessment Method Pelvic</message> <description><![CDATA[This edit verifies that LN Status Pelvic and LN Assessment Method Pelvic are coded consistently. 1. The edit is skipped for the following: a. Date of Diagnosis is blank (unknown), invalid, or pre-2022. b. LN Status Pelvic is blank c. LN Assessment Method Pelvic is blank d. Schema ID is not 00500, 00510, 09520, or 09500. 2. If LN Status Pelvic = 9 (nodes not assessed or unknown if assessed) LN Assessment Method Pelvic must = 0 (physical exam only) or 9 (nodes not assessed or unknown if assessed). ]]></description> <history> <event version="SE22-022-05" user="secristc" date="2022-05-04" ref="68938">Edit created.</event> <event version="SE23-023-01" user="cooki" date="2023-03-06" ref="69191">Allowed code 0 for LN Assessment Method Pelvic</event> <event version="SE24-024-01" user="beverung" date="2024-03-04" ref="69403">Added Schema ID 09500 to skip condition</event> </history> </rule>