edits.seer.internal.rules.IF345.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="IF345" name="CS SSF 11, Surg, Appendix Schema (CS)" tag="N1420" java-path="lines.line" category="inter-field" depends="Behavior_Code_ICD-O-3,CS_Site-Specific_Factor_11,RX_Summ--Surg_Prim_Site"> <expression><![CDATA[if (line.csSiteSpecificFactor11 == null || line.csSiteSpecificFactor11 == '988' || line.behaviorCodeIcdO3 == '0' || line.behaviorCodeIcdO3 == '1' || line.rxSummSurgPrimSite == null) return true if (line._csSchemaId == 'appendix' && line.csSiteSpecificFactor11 == '998') return Functions.asInt(line.rxSummSurgPrimSite) < 20 return true]]></expression> <message>CS SSF 11 and Surgery conflict for Appendix schema</message> <description><![CDATA[This edit verifies that for cases coded using the Appendix schema, CS Site-Specific Factor 11 (Histopathologic Grading and RX Summ--Surg Prim Site are coded consistently. Please note that there is another edit, "CS SSF 11, Surg, DX/Stg Proc, Appendix Schema (CS)", that is exactly the same as this edit EXCEPT that it also checks the field RX Summ--DX/Stg Proc. It should be used by registries that collect both RX Summ--Surg Prim Site and RX Summ--DX/Stg Proc. This edit is skipped if any of the following conditions are true: 1. CS Site-Specific Factor 11 is blank or 988 2. RX Summ--Surg prim Site is blank 3. Behavior Code ICD-O-3 = 0 (benign) or 1 (borderline) This edit first determines the CS schema by doing a function call to the CS Dynamic Link Library (dll). The function call passes Primary Site, Histologic Type ICD-O-3, and CS Site-Specific Factor25 (schema discriminator) to the dll and the CS schema name is returned. If CS schema is Appendix: - If CS Site-Specific Factor11 = 998 (No pathologic confirmation of primary site tumor), then RX Summ--Surg Prim Site must be less than 20.]]></description> <history> <event version="SE12-004-01" user="murphyr" date="2011-01-27">Edit created.</event> <event version="SE13-009-01" user="murphyr" date="2013-01-25" ref="66826">Edit name changed.</event> <event version="SE16-015-01" user="kirbyk" date="2016-05-04" ref="67370">Changed edit to use schema IDs instead of schema names</event> <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event> </history> </rule>