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

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

The newest version!
        <rule id="IF43_3" name="Age, Histologic Type, COD, ICDO3 (SEER IF43)" tag="N0473" java-path="lines.line" category="inter-field" depends="Age_at_Diagnosis">
            <expression><![CDATA[Integer iAgeAtDiagnosis = Functions.asInt(line.ageAtDiagnosis)

return (line.histologicTypeIcdO3 == null || !(iAgeAtDiagnosis < 30
        && line.histologicTypeIcdO3 == '9800' && (line.causeOfDeath == '2040' || line.causeOfDeath == 'C910')))]]></expression>
            <message>Age, Histologic Type ICD-O-3, Cause of Death conflict</message>
            <description><![CDATA[This edit is skipped if Histologic Type ICD-O-3[522] is empty.

If the Age at diagnosis[230] is less than thirty and the Histologic Type ICD-O-3[522] field is 9800 Leukemia, NOS and the Cause of Death[1910] is 2040 or C910, acute lymphatic leukemia, then the diagnosis is to be verified as to cell type and whether acute or chronic.]]></description>
            <history>
                <event version="SE11-001-18" user="greend" date="2004-06-03">Modifed edit to check ICD-10 cause of death code C910 in addition to the ICD-9 code.</event>
                <event version="SE16-016-08" user="depryf" date="2017-11-22" ref="67674">Edit syntax updated to allow pre-compilation optimization; no change in behavior.</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-06" user="kirbyk" date="2024-07-22" ref="69326">Removed some edit dependencies.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy