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

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

There is a newer version: 024-13
Show newest version
    <rule id="IFN7028" name="Brain Primary Tumor Location, Schema ID, Required (NAACCR)" tag="N7028" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2024' || line.schemaId == null || line.typeOfReportingSource == '7')
    return true

if (line.primarySite == 'C717' && line.schemaId == '09721')
    return line.brainPrimaryTumorLocation != '8' && line.brainPrimaryTumorLocation != null

return true]]></expression>
            <message>Brain Primary Tumor Location must not be blank or not applicable for cases diagnosed 2024 and later</message>
            <description><![CDATA[1. The edit is skipped for any of the following conditions:
    a. Date of Diagnosis pre-2024, blank (unknown), or invalid.
    b. Schema ID is blank.
    c. Type of Reporting Source = 7 (Death Certificate Only)

2. This edit verifies that Brain Primary Tumor Location is not "8" and not blank for the Schema IDs for which it is required by a standard setter.

    Required for Schema ID:

    09721: Brain [V9: 2023+], primary site C717
]]></description>
            <history>
                <event version="SE24-024-03" user="cooki" date="2024-03-21" ref="69436">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy