edits.seer.internal.rules.IFN6073.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="IFN6073" name="Peritoneal Cytology, Gynecologic, Summary Stage 2018 (NAACCR)" tag="N6073" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis"> <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2019' || line.summaryStage2018 == null || !['00530', '00541', '00542', '00528'].contains(line.schemaId)) return true if (line.peritonealCytology == null || line.peritonealCytology == '8' || line.typeOfReportingSource == '7') return true return line.peritonealCytology != '2' || !Functions.matches(line.summaryStage2018, /^[013]$/)]]></expression> <message>Peritoneal Cytology conflicts with Summary Stage 2018.</message> <description><![CDATA[This edit verifies that Peritoneal Cytology SSDI is coded consistently with Summary Stage 2018 for Corpus Carcinoma, Corpus Sarcoma, and Corpus Adenosarcoma. 1. This edit is skipped if any of the following conditions is true: a. Year of Date of Diagnosis is less than 2019, blank (unknown), or invalid b. Schema ID is not 00530, 00541, 00542, 00528 c. Peritoneal Cytology is blank or 8 (not applicable) d. Summary Stage 2018 is blank e. Type of Reporting Source = 7 2. If Peritoneal Cytology = 2 (peritoneal cytology positive for malignancy), Summary Stage 2018 must not = 0, 1, or 3 (in situ, local, regional by nodal involvement only)]]></description> <history> <event version="SE18-019-01" user="kirbyk" date="2019-04-12" ref="68150">Edit created.</event> <event version="SE22-022-01" user="smithm" date="2022-02-15" ref="68831">Add 00528 to skip condition</event> <event version="SE22-022-04" user="secristc" date="2022-05-03" ref="68965">Added skip condition for Type of Reporting Source = 7.</event> </history> </rule>