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

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

There is a newer version: 024-13
Show newest version
        <rule id="IFN6346" name="Neoadjuvant Therapy-Treatment Effect, Primary Site, Schema ID (SEER)" tag="N6346" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if(line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2021' || line.schemaId == null || line.primarySite == null ||
            line.neoadjuvTherapyTreatmentEffect == null || line.typeOfReportingSource == '7')
        return true
if (Functions.matches(line.primarySite, /^C42[0134]|C809$/) || ['00790','00795','00811','00812','00821','00822','00830','99999'].contains(line.schemaId))
    return line.neoadjuvTherapyTreatmentEffect == '0'
return true]]></expression>
            <message>Neoadjuvant Therapy-Treatment Effect conflicts with Primary Site and/or Schema ID</message>
            <description><![CDATA[This edit verifies that Neoadjuvant Therapy-Treatment Effect is coded 0 for
Primary Sites or Schema IDs where neoadjuvant therapy is not part of standard
treatment.

1. The edit is skipped for any of the following conditions:
    a. Date of Diagnosis is pre-2021, blank (unknown), or invalid.
    b. Schema ID is blank
    c. Primary Site is blank
    d. Neoadjuvant Therapy-Treatment Effect is blank
    e. Type of Reporting Source = 7 (Death Certificate Only)

2. Neoadjuvant Therapy-Treatment Effect must = 0 (no neoadjuvant treatment
    given) if Primary Site = C420, C421, C423, C424, or C809, or Schema ID is in the
   following list:

        00790-Lymphoma
        00795-Lymphoma (CLL/SLL)
        00811-Mycosis Fungoides
        00812-Primary Cutaneous Lymphomas (excluding Mycosis Fungoides)
        00821-Plasma Cell Myeloma
        00822-Plasma Cell Disorders
        00830-HemeRetic
        99999-Ill-Defined Other]]></description>
            <history>
                <event version="SE21-021-04" user="secristm" date="2021-04-23" ref="68609">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy