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

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

There is a newer version: 024-13
Show newest version
        <rule id="IFN6273" name="LN Size, Head/Neck, Derived SS 2018 (SEER)" tag="N6273" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear < '2021' || line.dateOfDiagnosisYear == null || line.lnSize == null || line.lnSize == 'XX.8'
            || line.derivedSummaryStage2018 == null || line.schemaId == null || !Functions.matches(line.schemaId, /^(000(60|7[1234567]|80|90))|(001(00|1[12]|2[12]|3[0123]|40|50))$/) || line.typeOfReportingSource  == '7')
    return true
if (line.lnSize != '0.0' && line.lnSize != 'XX.9')
    return line.derivedSummaryStage2018 != '0' && line.derivedSummaryStage2018 != '1' && line.derivedSummaryStage2018 != '2'
return true]]></expression>
            <message>LN Size conflicts with Derived Summary Stage 2018</message>
            <description><![CDATA[This edit verifies that LN Size SSDI, with positive nodes, is coded consistently
with Derived Summary Stage 2018 for head and neck sites.

1. The edit is skipped for the following conditions:
   a. Date of Diagnosis before 2021, blank (unknown), or invalid.
   b. Schema ID is not in the following list:

        00060
        00071
        00072
        00073
        00074
        00075
        00076
        00077
        00080
        00090
        00100
        00111
        00112
        00121
        00122
        00130
        00131
        00132
        00133
        00140
        00150

   c. LN Size is blank or XX.8 (not applicable).
   d. Derived Summary Stage 2018 is blank
   e. Type of Reporting Source = 7

2. If LN Size not = 0.0 (no nodes involved) or XX.9 (unknown if nodes involved)
     (lymph nodes are positive)
   Derived Summary Stage 2018 must not = 0, 1, or 2 (in situ, local, or regional by
   direct extension only)]]></description>
            <history>
                <event version="SE21-021-04" user="smithm" date="2021-03-17" ref="68630">Edit created.</event>
                <event version="SE22-022-04" user="secristc" date="2022-05-03" ref="68965">Added skip condition for Type of Reporting Source = 7.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy