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

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

There is a newer version: 024-13
Show newest version
        <rule id="IFN2877" name="Estrogen Receptor Summary, Schema ID, Required (NAACCR)" tag="N2877" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear <= '2017' || line.schemaId == null || line.typeOfReportingSource == '7')
    return true

return line.schemaId != '00480' || line.estrogenReceptorSummary != null]]></expression>
            <message>Estrogen Receptor Summary must not be blank 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)

2. This edit verifies that Estrogen Receptor Summary is coded (not blank)
   for the Schema IDs for which it is required by a standard setter.

   This data item is required for AJCC staging and EOD Derived Stage Group.

    Required for Schema ID:

    00480: Breast]]></description>
            <history>
                <event version="SE18-018-04" user="schadega" date="2018-08-06" ref="67894">Edit created.</event>
                <event version="SE18-018-05" user="schadega" date="2018-08-15" ref="68004">Added DCO skip condition.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy