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

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

The newest version!
        <rule id="IFN6375" name="HER2 Overall Summary, Stomach, Schema ID, Required (NAACCR)" tag="N6375" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2021' || line.schemaId == null || line.typeOfReportingSource == '7')
        return true
if (line.schemaId == '00170')
    return line.her2OverallSummary != null

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

2. This edit verifies that HER2 Overall Summary is coded (not blank) for
the Schema IDs for which it is required by a standard setter.
    Required for Schema ID starting with 2021 diagnoses:

    00170: Stomach]]></description>
            <history>
                <event version="SE21-021-04" user="secristm" date="2021-03-23" ref="68626">Edit created.</event>
                <event version="SE23-023-06" user="shearerw" date="2023-08-04" ref="69300">Update error message year to 2021.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy