California Cancer Reporting System Standards, Volume III
California Hospital Transmit
Eureka Admission Level
Eureka Tumor Level
Primary Site [NAACCR #400]
Histologic Type ICD-O-3 [NAACCR #522]
Behavior Code ICD-O-3 [NAACCR #523]
CS Lymph Nodes [NAACCR #2830]
Regional Nodes Positive [NAACCR #820]
CS Site-Specific Factor 3 [NAACCR #2900]
CS Site-Specific Factor 25 (2010) [NAACCR #2879]
IF 749: Conflict among schema, Histologic Type ICD-O-3 ("value"), CS Lymph Nodes ("value"), Regional Nodes Positive ("value"), CS Site-Specific Factor 3 ("value")
Specification:
This edit is skipped if any of the following conditions are true:
CS Lymph Nodes or CS Site-Specific Factor 3,or Regional Nodes Positive is empty
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.If CS schema is Breast:
If CS Lymph Nodes = 050 (none, no regional lymph nodes but with ITCs detected on routine H and E stains), then Regional Nodes Positive must = 00 (all nodes examined negative) and CS Site-Specific Factor 3 must = 000 (all ipsilateral nodes examined negative).
If CS Lymph Nodes = 710, 730, 735, 740, 745, 764, or 770 (internal mammary without axillary nodes), then CS Site-Specific Factor 3 must not be 001-097 (axillary nodes positive).
If CS Site-Specific Factor 3 = 001-097 (positive nodes), Then CS Lymph Nodes must not = 000, 710, 730, 735, 740, 745, 764, or 770.
If CS Site-Specific Factor 3 = 000-089 and Regional Nodes Positive = 00-89 Then CS Site-Specific Factor 3 must be less than or = Regional Nodes Positive.
In the SEER*Edits software, the title of this edit is: IF188.
1/08/07: Added IF #749.
2/20/08: Added 2nd condition to edit per NAACCR V11.2 update and behavior exclusion and reworded histology exclusion.
2010 Data Item Changes: CCR names (Site; CS LN; Nodes Pos; CS Site Spec F3; Date DX) changed to NAACCR names. Per NAACCR v12.0:
Edit modified to get schema name from function call to CS dll.
Edit was modified to check CS Lymph Nodes codes (per CSv2) of 050, 710, 730, 740, 770, and 780 instead of CSv1 codes of 05, 71, 73, 74, 77, and 78.
2011 Data Changes: Per NAACCR v12.1
If CS Lymph Nodes = 710, 730, 740, 770, or 780 (internal mammary without axillary nodes), then CS Site-Specific Factor 3 must not be 001-097 (axillary nodes positive).
To:
If CS Lymph Nodes = 710, 730, 735, 740, 745, 764, or 770 (internal mammary without axillary nodes), then CS Site-Specific Factor 3 must not be 001-097 (axillary nodes positive).
Added:
If CS Site-Specific Factor 3 = 000-089 and Regional Nodes Positive = 00-89, then CS Site-Specific Factor 3 must be less than or = Regional Nodes Positive.
04/2014 Function call to the CS Dynamic Link Library updated to call "CStage0205.dll" instead of "CStage.dll."