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

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

There is a newer version: 024-13
Show newest version
        <rule id="IFN6620" name="RX Summ--Treatment Status, DateDX, RPTSRC (SEER)" tag="N6620" java-path="lines.line" category="inter-field" depends="RX_Summ--Treatment_Status,Year_of_Diagnosis">
            <expression><![CDATA[if(line.dateOfDiagnosisYear < '2010')
                return true
    if (line.rxSummTreatmentStatus == null)
        return false
    if (line.typeOfReportingSource == '6')
        return line.rxSummTreatmentStatus == '0'
    if (line.typeOfReportingSource == '7')
        return line.rxSummTreatmentStatus == '9'

return true]]></expression>
            <message>If year of DX &gt; 2009, RX Summ--Treatment Status cannot be blank</message>
            <description><![CDATA[If year of Date of Diagnosis is 2010 or later:

1. If Type of Reporting Source = 6 (Autopsy Only), RX Summ--Treatment Status must
= 0

2. If Type of Reporting Source = 7 )Death Certificate Only), RX Summ--Treatment Status
modality must = 9.

3. For all other values of Type of Reporting Source, RX Summ--Treatment Status may not be blank.]]></description>
            <history>
                <event version="SE23-023-01" user="secristc" date="2023-03-02" ref="69213">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy