edits.seer.internal.rules.IF189.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="IF189" name="CS SSF 3, Breast Schema (CS)" tag="N0889" java-path="lines.line" category="inter-field" depends="Behavior_Code_ICD-O-3,CS_Site-Specific_Factor_25,CS_Site-Specific_Factor_3,Histologic_Type_ICD-O-3,Primary_Site,Regional_Nodes_Examined"> <expression><![CDATA[if (line.csSiteSpecificFactor3 == null || line.csSiteSpecificFactor3 == '988' || line.behaviorCodeIcdO3 == '0' || line.behaviorCodeIcdO3 == '1' || line._csSchemaId != 'breast') return true if (line.regionalNodesExamined == '00') return line.csSiteSpecificFactor3 == '098' return true]]></expression> <message>Breast Schema and CS Site-Specific Factor 3 conflict</message> <description><![CDATA[This edit is skipped if any of the following conditions are true: 1. CS Site-Specific Factor 3 is empty or '988' 2. Behavior Code ICD-O-3 [523] = 0 (benign) or 1 (borderline). 3. Schema is not Breast. If schema = Breast: If Regional Nodes Examined = 00 (no nodes examined), then CS Site-Specific Factor 3 must= 098 (axillary LNs = none examined).]]></description> <history> <event version="SE11-001-22" user="greend" date="2007-12-15">This edit is skipped if Behavior Code ICD-O-3 [523] = 0 (benign) or 1 (borderline).</event> <event version="SE12-002-01" user="murphyr" date="2010-01-07">Hematopoietic range changed.</event> <event version="SE12-002-01" user="murphyr" date="2010-02-02">Using schema name now instead of hist and site.</event> <event version="SE12-004-01" user="murphyr" date="2011-01-21">Edit now skipped if SSF3 = 988.</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>