edits.seer.internal.rules.IFN6743.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="IFN6743" name="Residual Tumor Volume Post Cytoreduction, Gynecologic, Behavior (NAACCR)" tag="N6743" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear < '2023' || line.dateOfDiagnosisYear == null || !['00551','00552','00553'].contains(line.schemaId) || line.schemaId == null || line.residualTumVolPostCytoreduction == null || line.residualTumVolPostCytoreduction == '98' || line.behaviorCodeIcdO3 == null || line.typeOfReportingSource == '7') return true if (line.behaviorCodeIcdO3 == '2') return line.residualTumVolPostCytoreduction == '97' return true]]></expression> <message>Conflict between Behavior Code ICD-O-3 and Residual Tumor Volume Post Cytoreduction</message> <description><![CDATA[This edit verifies that the Residual Tumor Volume Post Cytoreduction SSDI is coded consistently with Behavior Code ICD-O-3 code 2 for Schema IDs 00551, Ovary, 00552, Primary Peritoneal Carcinoma, and 00553, Fallopian Tube. 1. The edit is skipped for the following conditions: a. Date of Diagnosis before 2023, blank (unknown), or invalid. b. Schema ID is blank or not 00551, 00552, or 00553 c. Residual Tumor Volume Post Cytoreduction is blank or 98 (not applicable) d. Behavior Code ICD-O-3 is blank e. Type of Reporting Source is 7 (Death Certificate Only) 2. If Behavior Code ICD-O-3 = 2, then Residual Tumor Volume Post Cytoreduction must be coded 97 (Non-invasive neoplasm Behavior /2)]]></description> <history> <event version="SE23-023-05" user="cooki" date="2023-06-15" ref="69239">Edit created.</event> </history> </rule>