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

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

        <rule id="IFN6245" name="SSDI for Breast/NET, Blank for Other Schemas (NAACCR)" tag="N6245" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if(line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2021' || line.schemaId == null ||
            ['00290','00301','00302','00310','00320','00330','00340','00480'].contains(line.schemaId))
            return true
return line.ki67 == null]]></expression>
            <message>Ki-67 should be blank for this schema</message>
            <description><![CDATA[This edit verifies that Site-Specific Data Items that are defined for NET Stomach 
00290, NET Duodenum 00301, NET Ampulla of Vater 00302, NET Jejunum and Ileum
00310, NET Appendix 00320, NET Colon and Rectum 00330, NET Pancreas 00340, and
Breast 00480) are blank (not coded) for all other schemas.

This edit is skipped for any of the following conditions:

    a.Date of Diagnosis is before 2021, blank, invalid.
    b.Schema ID is blank, 00290, 00301, 00302, 00310, 00320, 00330, 00340, 00480 

If Schema ID is not 00480 (Breast) 00290 (NET Stomach), 00301 (NET Duodenum),
00302(NET Ampulla of Vater), 00310 (NET Jejunum and Ileum), 00320 (NET Appendix),
00330 (NET Colon and Rectum) or 00340 (NET Pancreas). the following Site-Specific 
Data Item must be blank:

    Ki-67]]></description>
            <history>
                <event version="SE21-021-04" user="secristm" date="2021-04-13" ref="68635">Edit created.</event>
                <event version="SE22-022-08" user="secristc" date="2022-06-23" ref="69011">Updated error message.</event>
            </history>
        </rule>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy