edits.seer.internal.rules.Regional_Nodes_Positive.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="Regional_Nodes_Positive" name="Regional Nodes Positive (NAACCR)" tag="N1248" java-path="lines.line" category="field"> <expression><![CDATA[return line.regionalNodesPositive == null || Functions.matches(line.regionalNodesPositive, /^[0-8][0-9]|9[057-9]$/)]]></expression> <message>Regional Nodes Positive must be numeric (00-90, 95, 97-99)</message> <description><![CDATA[Regional Nodes Positive must be a two-digit number with values of 00-90, 95, 97-99, or blank. 00 All nodes examined are negative 01-89 1-89 nodes are positive 90 90 or more nodes are positive 95 Positive aspiration of lymph node(s) was performed 97 Positive nodes are documented, but the number is unspecified 98 No nodes were examined 99 Unknown whether nodes are positive; not applicable; no stated in patient record]]></description> <history> <event version="SE16-016-08" user="depryf" date="2017-11-22" ref="67674">Edit syntax updated to allow pre-compilation optimization; no change in behavior.</event> <event version="SE21-021-03" user="smithm" date="2021-03-01" ref="68582">Name, tag, and logic was changed to the NAACCR version</event> </history> </rule>