All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edits.seer.internal.rules.IF26NSPC_P1.xml Maven / Gradle / Ivy

The newest version!
        <rule id="IF26NSPC_P1" name="EOD--Old 2 digit, Morphology (SEER IF26NSPC)" tag="N0319" java-path="lines.line" category="inter-field">
            <expression><![CDATA[if (line.codingSystemForEod != '0')
    return true

return (Functions.matches(line.eodOld2Digit, /^[-&0456789][-]$/))]]></expression>
            <message>EOD--Old 2 digit NSPC and Primary Site 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="SE16-016-08" user="depryf" date="2017-11-22" ref="67674">Edit syntax updated to allow pre-compilation optimization; no change in behavior.</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="kirbyk" date="2024-07-22" ref="69326">Removed edit dependencies.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy