All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edits.seer.internal.rules.Sentinel_Lymph_Nodes_Examined.xml Maven / Gradle / Ivy

There is a newer version: 024-13
Show newest version
        <rule id="Sentinel_Lymph_Nodes_Examined" name="Sentinel Lymph Nodes Examined (COC)" tag="N2531" java-path="lines.line" category="field">
            <expression><![CDATA[return  line.sentinelLymphNodesExamined == null || line.sentinelLymphNodesExamined ==~ /^[0-8]\d|9[0589]$/]]></expression>
            <message>Sentinel Lymph Nodes Examined must be numeric (00-90, 95, 98, 99)</message>
            <description><![CDATA[This data item records the total number of lymph nodes sampled during the
sentinel node biopsy and examined by the pathologist.  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 Examined must be a two-digit number with values of 00-90,
   95, 98, and 99.

    00: No sentinel nodes examined
    01-90: Sentinel nodes examined (exact number of sentinel lymph nodes
          examined)
    95: No sentinel nodes removed, but aspiration of sentinel node(s)
         performed
    98: Sentinel lymph nodes biopsied, but number unknown
    99: Unknown whether sentinel nodes examined
         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