edits.seer.internal.rules.Regional_Nodes_Examined.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_Examined" name="Regional Nodes Examined (NAACCR)" tag="N1247" java-path="lines.line" category="field"> <expression><![CDATA[return line.regionalNodesExamined == null || Functions.matches(line.regionalNodesExamined, /(^[0-8][0-9]|9[05-9]$)/)]]></expression> <message>Regional Nodes Examined must be numeric (00-90, 95-99).</message> <description><![CDATA[Regional Nodes Examined must be a two-digit number with values of 00-90, 95-99, or blank. 00 No nodes examined 01-89 1-89 nodes examined 90 90 or more nodes examined 95 No regional nodes removed but aspiration of regional nodes performed 96 Regional lymph node removal documented as sampleing, number of nodes is unknown/not stated 97 Regional lymph node removal documented as dissection, number of nodes is unknown/not stated 98 Regional lymph nodes surgically removed but number of lymph nodes unknown/not stated and not documented as sampling or dissection; nodes examined but number unknown 99 Unknown whether nodes examined; not applicable; no stated in patient record]]></description> <history> <event version="SE11-001-17" user="greend" date="2003-06-26">The valid range was changed from 00-99 to 00-90,95-99.</event> <event version="SE11-001-18" user="greend" date="2004-02-04">Valid range changed from 00-90,95-99 to 00-99.</event> <event version="SE21-021-03" user="secristm" date="2012-02-25" ref="68581">Replace edit with NAACCR version, valid rage changed from 00-99 to 00-90,95-99</event> <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> </history> </rule>