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

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

The newest version!
        <rule id="IF76" name="RX Summ--Surg Prim Site 03-2022, Diag Conf (SEER IF76)" tag="N0303" java-path="lines.line" category="inter-field">
            <expression><![CDATA[if (line.overRideSurgDxconf != '1' && line.rxSummSurgPrimSite != null) {
    if (Functions.matches(line.rxSummSurgPrimSite, /^([2-8]\d|90)$/) && !(line.diagnosticConfirmation ==~/^[1234]$/))
        return false
}

return true]]></expression>
            <message>RX Summ--Surg Prim Site 03-2022 and Diagnostic Confirmation conflict</message>
            <description><![CDATA[This edit is skipped if Over-ride surg/dxconf[2020]= 1 (review complete).

If RX Summ--Surg Prim Site 03-2022 = 20-90, Diagnostic Confirmation[490] should be 1-4 (histologically confirmed).]]></description>
            <history>
                <event version="SE11-001-14" user="greend" date="1998-11-20">Changed edit to be skipped if RX Summ--Surg Prim Site is blank.</event>
                <event version="SE11-001-17" user="greend" date="2003-03-14">Range for diagnostically confirmed surgery cases changed from 10-90 to 20-90 due to the updated codes for item RX Summ--Surg Prim Site in 2003.</event>
                <event version="SE12-004-03" user="murphyr" date="2011-05-13" ref="66460">Added code 3 to list of Diagnostic Confirmation codes that indicate histologic confirmation.</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="SE23-023-01" user="secristc" date="2023-01-27" ref="69110">Updated name and description to use RX Summ--Surg Prim Site 03-2022.</event>
                <event version="SE24-024-04" user="kirbyk" date="2024-04-16" ref="69326">Removed edit dependencies.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy