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

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

There is a newer version: 024-13
Show newest version
        <rule id="IFN2926" name="Residual Tumor Volume Post Cytoreduction, Date DX (NAACCR)" tag="N2926" java-path="lines.line" category="inter-field" depends="Year_of_Diagnosis">
            <expression><![CDATA[if (line.dateOfDiagnosisYear == null)
    return true
if (line.dateOfDiagnosisYear < '2018')
    return line.residualTumVolPostCytoreduction == null
return line.residualTumVolPostCytoreduction == null || Functions.matches(line.residualTumVolPostCytoreduction, /^[05-8]0|9[7-9]$/)]]></expression>
            <message>Residual Tumor Volume Post Cytoreduction is not valid for Date DX</message>
            <description><![CDATA[The edit is skipped if Date of Diagnosis is blank (unknown), or invalid.

1. This data item must be blank for pre-2018 diagnoses.

2. Must be a valid Residual Tumor Volume Post Cytoreduction code or blank:

    00: No gross residual tumor nodules
    50: Residual tumor nodule(s) 1 centimeter (cm) or less (includes
        previous codes 10 and 20)
    60: Residual tumor nodule(s) greater than 1 cm (includes previous
        codes 30 and 40)
    70: Macroscopic residual tumor nodule(s), size not stated (includes
        previous codes 90 and 91)
    80: Procedure described as optimal debulking and size of residual
        tumor nodule(s) not given (includes previous codes 92 and 93)
    97: No cytoreductive surgery performed
    98: Not applicable: Information not collected for this case
    99: Not documented in medical record
        Residual tumor status after cytoreductive surgery not assessed or unknown
        if assessed

Another edit, Residual Tumor Volume Post Cytoreduction, Schema ID, Required
(NAACCR), checks that the item is coded by Schema ID if required by a standard
setter.]]></description>
            <history>
                <event version="SE18-018-04" user="smithm" date="2018-08-07" ref="67912">Edit created.</event>
                <event version="SE18-018-06" user="kirbyk" date="2018-08-24" ref="68026">Changed error message.</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="SE21-021-01" user="beverung" date="2021-01-12" ref="68449">Updated valid codes.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy