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

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

The newest version!
<rule id="IFN6740" name="LN Head and Neck Other, Melanoma Head/Neck, Behavior (NAACCR)" tag="N6740" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2023' || line.schemaId == null || line.schemaId != '00140'
            || line.lnHeadAndNeckOther == null || line.lnHeadAndNeckOther == '8' || line.behaviorCodeIcdO3 == null || line.typeOfReportingSource == '7')
    return true

if (line.behaviorCodeIcdO3 == '2')
    return line.lnHeadAndNeckOther == '0'

return true]]></expression>
            <message>Conflict between Behavior Code ICD-O-3 and LN Head and Neck Other</message>
            <description><![CDATA[This edit verifies that the LN Head and Neck Other SSDI
is coded consistently with Behavior Code ICD-O-3 /2 for in situ, for head and
neck Schema IDs.

1. This edit is skipped for the following conditions:
    a. Date of Diagnosis is pre-2023, blank (unknown), or invalid.
    b. Schema ID is blank or not 00140.
    c. LN Head and Neck Levels Other is blank or 8 (not applicable)
    d. Behavior Code ICD-O-3 is blank
    e. Type of Reporting Source = 7 (Death Certificate Only)

2. If Behavior Code ICD-O-3 = 2 (in situ)
    then LN Head and Neck Other must = 0 (Non-invasive neoplasm (behavior /2)]]></description>
            <history>
                <event version="SE23-023-05" user="shearerw" date="2023-06-26" ref="69225">Edit Created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy