edits.seer.internal.rules.IFN6604.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="IFN6604" name="LN Status/Assessment Method Femoral-Inguinal, Vulva/Vagina (NAACCR)" tag="N6604" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2022' || !['00500','00510','09500'].contains(line.schemaId)) return true if (line.lnStatusFemoralInguinal == null || line.lnAssessMethodFemoralInguinal == null) return true return line.lnStatusFemoralInguinal != '9' || line.lnAssessMethodFemoralInguinal == '9' || line.lnAssessMethodFemoralInguinal == '0']]></expression> <message>LN Status Femoral-Inguinal conflicts with LN Assessment Method Femoral-Inguinal</message> <description><![CDATA[This edit verifies that LN Status Femoral-Inguinal and LN Assessment Method Femoral-Inguinal 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 Femoral-Inguinal is blank c. LN Assessment Method Femoral-Inguinal is blank d. Schema ID is not 00500 or 00510 or 09500. 2. If LN Status Femoral-Inguinal =9 (nodes not assessed or unknown if assessed) LN Assessment Method Femoral-Inguinal 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="secristc" date="2023-02-22" ref="68189">Added code 0 for LN Assessment Method Femoral-Inguinal.</event> <event version="SE24-024-01" user="beverung" date="2024-03-04" ref="69403">Added Schema ID 09500 to skip condition</event> </history> </rule>