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

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

There is a newer version: 024-13
Show newest version
        <rule id="IFN6651" name="LN Status Pelvic, Schema ID, Required, CoC Flag (SEER)" tag="N6651" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2018' || line.schemaId == null || line.typeOfReportingSource == '7' || line.cocAccreditedFlag != '1')
    return true

if ('0000001565' == line.registryId && line.dateOfDiagnosisYear > '2017' && line.dateOfDiagnosisYear < '2023')
    return true
if ('0000001566' == line.registryId && line.dateOfDiagnosisYear > '2017' && line.dateOfDiagnosisYear < '2022')
    return true

return !['00500','00510','00520','09520','09500'].contains(line.schemaId) || (line.lnStatusPelvic != null && line.lnStatusPelvic != '8')]]></expression>
            <message>LN Status Pelvic must not be blank or not applicable for Schema ID cases diagnosed 2018 and later</message>
            <description><![CDATA[1. The edit is skipped for any of the following conditions:
    a. Date of Diagnosis pre-2018, blank (unknown), or invalid.
    b. Schema ID is blank.
    c. Type of Reporting Source = 7 (Death Certificate Only)
    d. CoC Accredited Flag is not 1
    e. Registry ID = 0000001565 (Illinois) and Year of Diagnosis 2018-2022
    f. RegistryID = 0000001566 (Texas) and Year of Diagnosis = 2018-2021

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

1. This edit verifies that LN Status Pelvic is not "8"
(not applicable)
    and not blank for the Schema IDs for which it is required
by a standard setter.

    Required for Schema ID:

    00500: Vulva [8th: 2018-2023]
    09500: Vulva [V9: 2024+]
    00510: Vagina
    00520: Cervix [8th Edition]
    09520: Cervix [9th Edition]]]></description>
            <history>
                <event version="SE22-022-01" user="beverung" date="2022-02-02" ref="68887">Edit created.</event>
                <event version="SE22-022-04" user="secristc" date="2022-05-03" ref="68989">Added skip condition for IL for DX years 2018-2022, TX for 2018-2021.</event>
                <event version="SE24-024-01" user="beverung" date="2024-03-04" ref="69403">Added logic for Schema ID 09500.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy