edits.seer.internal.rules.Radiation_Treatment_Discontinued_Early.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of validation-edits-seer Show documentation
Show all versions of validation-edits-seer Show documentation
Java implemenation of the SEER edits.
<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