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

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

There is a newer version: 024-13
Show newest version
        <rule id="IF31_3" name="Diagnostic Confirmation, Behavior ICDO3 (SEER IF31)" tag="N0471" java-path="lines.line" category="inter-field">
            <expression><![CDATA[if (line.overRideHistology == '2' || line.overRideHistology == '3' ||
    line.behaviorCodeIcdO3 != '2' || line.dateOfDiagnosisYear == null)
   return true

if (line.histologicTypeIcdO3 == '8453' && line.dateOfDiagnosisYear >= '2024')
    return true

return line.diagnosticConfirmation ==~/^[124]$/]]></expression>
            <message>Diagnostic Confirmation and Behavior ICD-O-3 conflict</message>
            <description><![CDATA[This edit is skippped if Over-ride histology[2040] = 2 or 3 (review complete).

This edit is skipped for diagnosis date blank (unknown) or invalid.
This edit is skipped for 8453/2, diagnosis 2024+.

If Behavior Code ICD-O-3[523] = 2 (in situ), Diagnostic Confirmation[490] must be 1,2 or 4 (microscopic confirmation).]]></description>
            <history>
                <event version="SE18-018-02" user="schadega" date="2018-05-17" ref="67760">Name change.</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="SE24-024-01" user="shearerw" date="2024-03-07" ref="69394">Add skip conditions.</event>
                <event version="SE24-024-04" user="kirbyk" date="2024-04-16" ref="69326">Removed edit dependencies.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy