edits.seer.internal.rules.NCDB--COVID19--Tx_Impact.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="NCDB--COVID19--Tx_Impact" name="NCDB--COVID19--Tx Impact (COC)" tag="N6406" java-path="lines.line" category="field"> <expression><![CDATA[return line.ncdbCovid19TxImpact == null || Functions.matches(line.ncdbCovid19TxImpact, /^[1-59]$/)]]></expression> <message>Not a valid value for NCDB--COVID19--Tx_Impact</message> <description><![CDATA[This edit checks valid values for NCDB--COVID19--Tx_Impact. The data item may be blank. Valid values: 1: Treatment not affected; active surveillance, no change 2: First Course of Treatment timeline delayed 3: First Course of Treatment plan altered 4: Cancelled First Course of Treatment 5: Patient refused treatment due to COVID-19 9: Not known if treatment affected]]></description> <history> <event version="SE21-021-04" user="smithm" date="2021-04-21" ref="68617">Edit created.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy