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

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

The newest version!
        <rule id="IF11" name="Type of Report Srce(DC), EOD Coding Sys (SEER IF11)" tag="N0306" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear != null && line.dateOfDiagnosisYear < '1983' &&
    line.registryId != '0000001544' && line.typeOfReportingSource == '7')
    return line.codingSystemForEod == '0'
return true]]></expression>
            <message>Type of Report Srce and Coding System for EOD conflict</message>
            <description><![CDATA[This edit is skipped if any of the following conditions are true:
  1) Registry ID = 0000001544 (New Jersey)
  2) Year of Diagnosis[390] is blank

For Year of Diagnosis[390] < 1983, if Type of Reporting Source[500] indicates a death certificate only case (7), the Coding System for EOD[870] must be '0' (SEER Nonspecific).]]></description>
            <history>
                <event version="SE11-001-17" user="greend" date="2003-09-22">Edit modified to skip cases from New Jersey.</event>
                <event version="SE11-001-19" user="greend" date="2005-06-20">Edit skipped if year of diagnosis is blank.</event>
                <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-06" user="kirbyk" date="2024-07-03" ref="69326">Removed some edit dependencies.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy