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

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

The newest version!
        <rule id="IFN3930" name="LN Assessment Method Femoral-Inguinal, Schema ID, Required, CoC Flag (SEER)" tag="N3930" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2018' || line.schemaId == null || line.cocAccreditedFlag != '1')
    return true
if (line.registryId == '0000001565' && line.dateOfDiagnosisYear > '2017' && line.dateOfDiagnosisYear < '2023')
    return true
if (line.registryId == '0000001566' && line.dateOfDiagnosisYear > '2017' && line.dateOfDiagnosisYear < '2022')
    return true

if (['00500', '00510', '09500'].contains(line.schemaId))
    return line.lnAssessMethodFemoralInguinal != null && line.lnAssessMethodFemoralInguinal != '8'
    
return true]]></expression>
            <message>LN Assessment Method Femoral-Inguinal must not be blank or not applicable for cases with this Schema ID diagnosed 2018 and later.</message>
            <description><![CDATA[1. The edit is skipped for any of the following conditions:
    a. Diagnosis date before 2018, blank (unknown), or invalid
    b. Schema ID is blank
    c. CoC Accredited Flag not = 1
    d. Registry ID = 0000001565 (Illinois) and Year of Diagnosis 2018-2022
    e. RegistryID = 0000001566 (Texas) and Year of Diagnosis = 2018-2021

LN Assessment Method Femoral-Inguinal is required by SEER only if collected by
a CoC-accredited facility on an analytic case (CoC Accredited Flag = 1).


2. This edit verifies that LN Assessment Method Femoral-Inguinal 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]]></description>
            <history>
                <event version="SE18-018-02" user="kirbyk" date="2018-06-07" ref="67819">Edit created.</event>
                <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event>
                <event version="SE18-020-05" user="beverung" date="2020-08-05" ref="68420">Added code &apos;09520&apos; to schema IDs.</event>
                <event version="SE21-021-09" user="beverung" date="2021-08-26" ref="68721">Add skip conditions for IL and TX for DX Years 2018-2020.</event>
                <event version="SE22-022-01" user="secristc" date="2022-02-22" ref="68890">Remove logic for Schema IDs 00520, 09520.</event>
                <event version="SE22-022-03" user="secristc" date="2022-04-20" ref="68956">Change skip condition for IL to DX Years 2018-2022, and TX to 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