California Cancer Reporting System Standards, Volume III
Eureka Edits
IF880 CS SSF 4, LymphNodes, NodesPos, ColoRectal (CS)
Edit Sets:
California Hospital Transmit
Eureka Admission Level
Eureka Tumor Level
Fields:
Primary Site [NAACCR #400]
Histologic Type ICD-O-3 [NAACCR #522]
Behavior Code ICD-O-3 [NAACCR #523]
CS Site-Specific Factor 4 [NAACCR #2910]
CS Lymph Nodes [NAACCR #2830]
Regional Nodes Positive [NAACCR #820]
CS Site-Specific Factor 25 [NAACCR #2879]
Message:
CS Site-Specific Factor 4, CS Lymph Nodes, Regional Nodes Positive conflict
Specification:
This edit verifies that for cases coded using the Colon or Rectum schemas, the following Table Note from CS Lymph Nodes is enforced: If there are tumor deposits and node involvement, code the information on node involvement. That is, do not use code 050.
This edit is skipped if any of the following conditions are true:
CS Site-Specific Factor 4 is blank
CS Lymph Nodes is blank
Regional Nodes Positive is blank
Behavior Code ICD-O-3 = 0 (benign) or 1 (borderline)
CS schema is invalid
This edit first determines the correct 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.
For cases using the Colon or Rectum schemas:
If CS Site-Specific Factor 4 (tumor deposits) = 001-081, 990 (tumor deposits are present) and Regional Nodes Positive = 01 - 97 (nodes are removed and are positive), then CS Lymph Nodes must not = 050 (tumor deposits without regional metastasis).
If CS Site-Specific Factor 4 (tumor deposits) = 000 (no tumor deposits), then CS Lymph Nodes must not = 050 (tumor deposits without regional metastasis).
If CS Lymph Nodes = 050 (tumor deposits without regional metastasis), then CS Site-Specific Factor 4 must not = 000 (no tumor deposits).
Historical Change:
In the SEER*Edits software, the title of this edit is: IF264.
2010 Data Changes: Created and added this Edit for 2010. New edit - added to NAACCR v12.0 metafile.
2011 Data Item Changes:
Edit name changed from "CS SSF 4, LymphNodes, NodesPos, ColoAppRectal (CS)" to "CS SSF 4, LymphNodes, NodesPos, ColoRectal (CS)".
Logic checking added for Appendix CS CS Lymph Nodes of 050 because tumor deposits for Appendix are handled differently and code 050 was made OBSOLETE DATA REVIEWED AND CHANGED V0203.
04/2014 Function call to the CS Dynamic Link Library updated to call "CStage0205.dll" instead of "CStage.dll."