edits.seer.internal.rules.IF26NSPC_P2.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="IF26NSPC_P2" name="EOD--Old 2 digit, Morphology (SEER IF26NSPC)" tag="N0319" java-path="lines.line" category="inter-field" depends="IF26NSPC_P1"> <expression><![CDATA[if (line.codingSystemForEod != '0') return true if (line.behaviorCodeIcdO3 == '2') return line.eodOld2Digit == '0-' if (line.behaviorCodeIcdO3 == '3') return line.eodOld2Digit != '0-' return true]]></expression> <message>In Situ Behavior and EOD--Old 2 digit NSPC conflict</message> <description><![CDATA[For cases coded using the SEER Nonspecific Extent of Disease coding scheme (Coding System for Extent of Disease = 0), this edit validates the Extent of Disease according to the Nonspecific EOD codes allowable for each Primary Site/Morphology as defined in the Extent of Disease - Codes and Coding Instructions Manual (1977). If an in situ (Behavior = 2), the Extent of Disease code must also indicate in situ (0-). Similarly if the case is invasive (Behavior = 3), the extent of disease may not specify in situ (0-).]]></description> <history> <event version="SE11-001-07" user="greend" date="1991-09-15">Conversion of topography and morphology code from ICD-O-1 to ICD-O-2.</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-06" user="cooki" date="2024-07-18" ref="69509">Deleted deprecated dependency.</event> <event version="SE24-024-06" user="kirbyk" date="2024-07-22" ref="69326">Removed some edit dependencies.</event> <event version="SE24-024-06" user="shearerw" date="2024-07-25" ref="69510">Switch from ICD-O-2 to ICD-O-3.</event> </history> </rule>