edits.seer.internal.rules.IFN6702.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="IFN6702" name="Date Regional Lymph Node Dissection, Scope Nodes (NAACCR)" tag="N6702" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[boolean dateRegionalLNDissectionBlank = line.dateRegionalLNDissectionYear == null && line.dateRegionalLNDissectionMonth == null && line.dateRegionalLNDissectionDay == null if (dateRegionalLNDissectionBlank || line.rxSummScopeRegLnSur == null || line.dateOfDiagnosisYear < '2023') return true if (!dateRegionalLNDissectionBlank && !Functions.matches(line.rxSummScopeRegLnSur, /^[3-7]$/)) return false return true]]></expression> <message>Conflict between Date Regional Lymph Node Dissection and RX Summ--Scope Reg LN Sur</message> <description><![CDATA[This edit checks consistency of coding between Date Regional Lymph Node Dissection and RX Summ--Scope Reg LN Sur. 1. This edit is skipped for any of the following: a. Date Regional Lymph Node Dissection is blank (unknown) or invalid b. RX Summ--Scope of Reg LN Surg is blank c. Date of Diagnosis before 2023 2. If Date Regional Lymph Node Dissection is not blank, RX Summ--Scope Reg LN Sur must= 3-7.]]></description> <history> <event version="SE23-023-02" user="shearerw" date="2023-05-04" ref="69205">Edit Created.</event> <event version="SE24-024-01" user="beverung" date="2024-02-08" ref="69333">Removed logic for RX Summ--Scope Reg LN Sur = 0-2.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy