
edits.seer.internal.rules.IF26NSPC_P2.xml Maven / Gradle / Ivy
<rule id="IF26NSPC_P2" name="EOD--Old 2 digit, Morphology (SEER IF26NSPC)" tag="N0319" java-path="lines.line" category="inter-field" depends="Behavior_92-00_ICD-O-2,Coding_System_for_EOD,EOD--Old_2_Digit,IF26NSPC_P1"> <expression><![CDATA[if (line.codingSystemForEod != '0') return true if (line.behaviorIcdO2 == '2') return line.eodOld2Digit == '0-' if (line.behaviorIcdO2 == '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> </history> </rule>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy