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

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

There is a newer version: 024-13
Show newest version
        <rule id="IFN6458" name="LN Status Para-Aortic, Vagina/Cervix, Summary Stage 2018 (NAACCR)" tag="N6458" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2019' || line.typeOfReportingSource == '7')
    return true
if (!['00510','00520','09520'].contains(line.schemaId) || line.summaryStage2018 == null)
    return true
if (line.lnStatusParaAortic == null || line.lnStatusParaAortic == '8')
    return true

return line.lnStatusParaAortic != '1' || !Functions.matches(line.summaryStage2018, /^[012]$/)]]></expression>
            <message>LN Status Para-Aortic conflicts with Summary Stage 2018</message>
            <description><![CDATA[This edit verifies that LN Status Para-aortic SSDI is
coded consistently with Summary Stage 2018, codes with nodal
involvement,
for Vagina, and Cervix.

1. The edit is skipped for the following conditions:
   a. Date of Diagnosis before 2019, blank (unknown), or
invalid.
   b. Schema ID is not 00510, 00520, or 09520
   c. LN Status Para-Aortic is blank or 8 (not
      applicable)
   d. Summary Stage 2018 is blank
    e. Type of Reporting Source is 7 (Death Certificate Only)

LN Status Para-Aortic is required by SEER only for analytic cases from
CoC-accredited facility.

2. If LN Status Para-Aortic = 1 (lymph nodes positive)
   Summary Stage 2018 must not = 0, 1, or 2 (in situ, local,
or regional by
     direct extension only)]]></description>
            <history>
                <event version="SE22-022-05" user="secristc" date="2022-05-04" ref="68938">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy