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

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

There is a newer version: 024-13
Show newest version
        <rule id="Radiation_Treatment_Discontinued_Early" name="Radiation Treatment Discontinued Early (COC)" tag="N2560" java-path="lines.line" category="field">
            <expression><![CDATA[return line.radiationTxDiscontinuedEarly == null || Functions.matches(line.radiationTxDiscontinuedEarly, /^0[0-7]|99$/)]]></expression>
            <message>Radiation Treatment Discontinued Early is not valid.</message>
            <description><![CDATA[This data item is used to identify patients/tumors whose radiation treatment
course was discontinued earlier than initially planned. That is the patient/
tumor received fewer treatment fractions (sessions) than originally intended by
the treating physician.

1. The data item may be blank. Other edits check that the item is recorded
   according to standard setter requirements by date.

2. Must be right-justified, zero-filled.

3. Must be a valid code for Radiation Treatment Discontinued Early: 00-07, 99.

    00:  No radiation treatment
    01:  Radiation treatment completed as prescribed
    02:  Radiation treatment discontinued early - toxicity
    03:  Radiation treatment discontinued early - contraindicated due to other
         patient risk factors(comorbid conditions, advanced age, progression of
         tumor prior to planned radiation etc.)
    04:  Radiation treatment discontinued early - patient decision
    05:  Radiation discontinued early - family decision
    06:  Radiation discontinued early - patient expired
    07:  Radiation discontinued early - reason not documented
    99:  Unknown if radiation treatment discontinued;
         Unknown whether radiation therapy administered]]></description>
            <history>
                <event version="SE18-018-02" user="kirbyk" date="2018-05-03" ref="67779">Edit created.</event>
                <event version="SE18-020-01" user="depryf" date="2020-02-04" ref="68281">Changed property names to align with NAACCR XML IDs.</event>
            </history>
        </rule>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy