California Cancer Reporting System Standards, Volume III

 

Eureka Edits

IF415 CS SSF 2, Lower GI Schemas (CS)

Edit Sets

Eureka Hospital Transmit

Eureka Tumor Level

Eureka Admission Level

Fields

Behavior Code ICD-O-3  [NAACCR# 523]

CS Lymph Nodes [NAACCR #2830]

CS Site-Specific Factor 2  [NAACCR #2890]

CS Site-Specific Factor 25  [NAACCR #2879]

Histologic Type ICD-O-3  [NAACCR #522]

Primary Site  [NAACCR #400]

Regional Nodes Positive [NAACCR #820]

Message

Conflict among schemas: CS Site Specific Factor 2 [value], Regional Nodes Positive [value], CS Lymph Nodes [value].

Specification

This edit verifies that for cases coded using the Lower GI schemas (SmallIntestine, Appendix, CarcinoidAppendix, Colon, Rectum, NETColon, and NETRectum), CS Site-Specific Factor 2 (Clinical Assessment of Regional Lymph Nodes), Regional Nodes Positive, and CS Lymph Nodes are coded consistently.

This edit first determines the CS schema by doing a function call to the CS Dynamic Link Library (dll). The function call passes Primary Site, Histologic Type ICD-O-3, and CS Site-Specific Factor25 (schema discriminator) to the dll and the CS schema name is returned.

 

This edit is skipped if any of the following conditions are true:

  1. CS Site-Specific Factor 2 is blank or 988

  2. CS Lymph Nodes is blank

  3. Regional Nodes Positive is blank

  4. Behavior Code ICD-O-3 = 0 (benign) or 1 (borderline)

  5. CS schema is invalid

 

If CS schema is SmallIntestine, Appendix, CarcinoidAppendix, Colon, Rectum, NETColon, or NETRectum:

If CS Site-Specific Factor 2 = 000 (nodes not clinically evident) and Regional Nodes Positive = 00 (negative nodes pathologically), then CS Lymph Nodes must = 000 (none) or 050 (tumor deposits without regional node metastasis).

If CS Site-Specific Factor 2 = 010-400 (positive nodes clinically) and Regional Nodes Positive = 98 (no nodes examined), then CS Lymph Nodes must not = 000(none).

 

Historical Changes

In the SEER*Edits software, the title of this edit is: IF369.

07/27/2011

New edit for NAACCR 12.1.A.

2/27/12

Modified for NAACCR 12.2.

Added 050 to CS Lymph Nodes allowed if CS SSF 2 = 000.  New logic:

"If CS Site-Specific Factor 2 = 000 (nodes not clinically evident) and Regional Nodes Positive = 00 (negative nodes pathologically), then CS Lymph Nodes must = 000 (none) or 050 (tumor deposits without regional node metastasis)."

04/2014

Function call to the CS Dynamic Link Library updated to call "CStage0205.dll" instead of "CStage.dll."