edits.seer.internal.rules.Cancer_Status.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="Cancer_Status" name="Cancer Status (NAACCR)" tag="N1228" java-path="lines.line" category="field"> <expression><![CDATA[return line.cancerStatus == null || Functions.matches(line.cancerStatus, /^[129]$/)]]></expression> <message>Cancer Status is not valid.</message> <description><![CDATA[Must be a valid Cancer Status code (1,2,9) or blank. 1 No evidence of this tumor 2 Evidence of this tumor 9 Unknown, indeterminate whether this tumor is present, not stated in patient record]]></description> <history> <event version="SE23-023-04" user="cooki" date="2023-06-13" ref="69275">Edit created.</event> </history> </rule>