edits.seer.internal.rules.IFN6739.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="IFN6739" name="LN Head and Neck Levels VI-VII, Melanoma Head/Neck, Behavior (NAACCR)" tag="N6739" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2023' || line.schemaId == null || line.schemaId != '00140' || line.lnHeadAndNeckLevels6To7 == null || line.lnHeadAndNeckLevels6To7 == '8' || line.behaviorCodeIcdO3 == null || line.typeOfReportingSource == '7') return true if (line.behaviorCodeIcdO3 == '2') return line.lnHeadAndNeckLevels6To7 == '0' return true]]></expression> <message>Conflict between Behavior Code ICD-O-3 and LN Head and Neck Levels VI-VII</message> <description><![CDATA[This edit verifies that the LN Head and Neck Level VI-VII SSDI is coded consistently with Behavior Code ICD-O-3 /2 for in situ, for head and neck Schema IDs. 1. This edit is skipped for the following conditions: a. Date of Diagnosis is pre-2023, blank (unknown), or invalid. b. Schema ID is blank or not 00140. c. LN Head and Neck Levels VI-VII is blank or 8 (not applicable) d. Behavior Code ICD-O-3 is blank e. Type of Reporting Source = 7 (Death Certificate Only) 2. If Behavior Code ICD-O-3 = 2 (in situ) then LN Head and Neck Levels VI-VII must = 0 (Non-invasive neoplasm (behavior /2)]]></description> <history> <event version="SE23-023-05" user="shearerw" date="2023-06-26" ref="69225">Edit Created.</event> </history> </rule>