edits.seer.internal.rules.IFN3055.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="IFN3055" name="Oncotype Dx Recurrence Score-Invasive, Breast, Behavior (NAACCR)" tag="N3055" java-path="lines.line" category="inter-field" depends="Behavior_Code_ICD-O-3,Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2018' || line.schemaId != '00480' || line.oncotypeDxRecurrenceScoreInvasiv == null) return true if (line.behaviorCodeIcdO3 == '0' || line.behaviorCodeIcdO3 == '1' || line.behaviorCodeIcdO3 == null) return true if (line.behaviorCodeIcdO3 == '2') return line.oncotypeDxRecurrenceScoreInvasiv == 'XX6' return line.oncotypeDxRecurrenceScoreInvasiv != 'XX6']]></expression> <message>Oncotype Dx Recurrence Score-Invasive conflicts with Behavior Code ICD-O-3</message> <description><![CDATA[Purpose: This edit verifies that Oncotype Dx Recurrence Score-Invasive is coded consistently with Behavior Code ICD-O-3. 1. This edit is skipped if any of the following conditions is true: a. Year of Date of Diagnosis is less than 2018, blank (unknown), or invalid b. Schema ID is not 00480 c. Oncotype Dx Recurrence Score-Invasive is blank d. Behavior Code ICD-O-3 = 0, 1, or blank 1. The edit verifies for Schema ID 00480 that if Behavior Code ICD-O-3 = "2": Oncotype Dx Recurrence Score-Invasive = "XX6" (not applicable: in situ case) 2. The edit verifies for Schema ID 00480 that if Behavior Code ICD-O-3 = "3": Oncotype Dx Recurrence Score-Invasive must not = "XX6" (not applicable: in situ case).]]></description> <history> <event version="SE18-018-03" user="schadega" date="2018-07-16" ref="67869">Edit created.</event> <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event> <event version="SE24-024-01" user="shearerw" date="2024-02-29" ref="69391">Remove skip condition for Oncotype XX8.</event> </history> </rule>