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

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

The newest version!
        <rule id="IFN7023" name="RX Summ--Recon Breast, Required (NAACCR)" tag="N7023" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null || line.dateOfDiagnosisYear < '2024' || line.typeOfReportingSource == '7')
    return true
if (line.primarySite == null || !Functions.matches(line.primarySite, /^C50\d$/))
    return true

return line.rxSummReconBreast != null
]]></expression>
            <message>RX Summ--Recon Breast must not be blank or not applicable for this Primary Site for cases diagnosed 2024 and later</message>
            <description><![CDATA[1. The edit is skipped for any of the following conditions:
    a. Date of Diagnosis pre-2024, blank (unknown), or invalid.
    b. Primary site is blank or not = C500-C509.
    c. Type of Reporting Source = 7 (Death Certificate Only)

2. This edit verifies that RX Summ--Recon Breast is coded (not blank) for breast as required by a standard setter.

    Required for Primary Site C500-C509
]]></description>
            <history>
                <event version="SE24-024-01" user="beverung" date="2024-03-11" ref="69434">Edit created.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy