edits.seer.internal.rules.Sentinel_Lymph_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="Sentinel_Lymph_Nodes_Positive" name="Sentinel Lymph Nodes Positive (COC)" tag="N2533" java-path="lines.line" category="field"> <expression><![CDATA[return line.sentinelLymphNodesPositive == null || line.sentinelLymphNodesPositive ==~ /^[0-8]\d|9[05789]$/]]></expression> <message>Sentinel Lymph Nodes Positive must be numeric (00-90, 95, 97-99)</message> <description><![CDATA[This data item records the exact number of sentinel lymph nodes biopsied by the pathologist and found to contain metastases. This data item is collected for Melanoma of Skin and Breast cases only (Schema IDs 00470 and 00480). This edit checks only for valid code values. Another edit checks that the item is recorded according to standard setter requirements by date of diagnosis and primary site. 1. The item may be blank. 2. Sentinel Lymph Nodes Positive must be a two-digit number with values of 00-90, 95, 97, 98, and 99. 00: All sentinel nodes examined are negative 01-90: Sentinel nodes are positive (exact number of nodes positive) 95: Positive aspiration of sentinel lymph node(s) performed 97: Positive sentinel nodes documented, but number unspecified For breast ONLY: SLN and RLND occurred during the same procedure 98: No sentinel nodes were biopsied 99: Unknown whether sentinel nodes are positive Not applicable Not stated in patient record]]></description> <history> <event version="SE18-018-02" user="kirbyk" date="2018-05-03" ref="67779">Edit created.</event> </history> </rule>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy