California Cancer Reporting System Standards, Volume III

 

Eureka

IF 1052: CS LN, RNP, Nodes Eval, SSF 3, MelanomaSkin

Edit Sets

California Hospital Transmit

Eureka Admission Level

Eureka Tumor Level

Fields

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

CS Lymph Nodes [NAACCR #2830]

CS Lymph Nodes Eval [NAACCR #2840]

CS Site-Specific Factor 3 [NAACCR #2900]

CS Site-Specific Factor 25 [NAACCR #2879]

Date of Diagnosis [NAACCR #390]

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

Primary Site [NAACCR #400]

Regional Nodes Positive [NAACCR #820]

Tables

N/A

Messages

IF1052: Given combination of codes will fail to derive AJCC 7 stage

IF1052: Given combination of codes will fail to derive AJCC 7 stage: CS Site Specific Factor 3, Behavior Code ICD-O-3, Primary Site, Histologic Type ICD-O-3

Specification

This edit applies to AJCC 7 stage only.

This edit generates an error for CS Lymph Nodes, Regional Nodes Positive, CS Lymph Nodes Eval and CS Site-Specific Factor 3 combinations for the MelanomaSkin schema that result in a failure to derive stage. It applies only to cases diagnosed 2010 and later.

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

1. Year of Date of Diagnosis is blank, invalid or less than 2010

2. CS Lymph Nodes is empty

3. Regional Nodes Positive is empty

4. CS Site-Specific Factor 3 is empty or = 988

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

6. 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.

Definitions:

CS Lymph Nodes code 010 = Individual tumor cells only

CS Lymph Nodes codes 100-118 = named regional nodes

CS Lymph Nodes codes 121, 128 = evaluated clinically

CS Lymph Nodes codes 123, 124, 152-153, 158 = evaluated pathologically

CS Lymph Nodes code 124 = Stated as N1 nodes

CS Lymph Nodes codes 155-158 = Stated as N2 nodes

CS Site-Specific Factor 3 code 005 = clinically and pathologically negative nodes

CS Site-Specific Factor 3 code 010 = clinically occult nodes

CS Site-Specific Factor 3 code 100 = clinically apparent intransit metastases only

 

If schema is MelanomaSkin:

If CS Lymph Nodes Eval = 0, 1, 5 or 9 AND CS Lymph Nodes = 100-118, 125 or 155 THEN

CS Site-Specific Factor 3 must not = 005

 

Else If CS Lymph Nodes = 010 THEN

       CS Lymph Nodes Eval must not = 0, 1, 5 or 9

 

Else If CS Lymph Nodes Eval = 2, 3, 6 or 8 THEN

If CS Lymph Nodes = 010 AND Regional Nodes Positive = 00, 97, 98 THEN

CS Site-Specific Factor 3 must not = 005 or 010-100

Else If CS Lymph Nodes = 010 AND Regional Nodes Positive = 01-95 or 99 THEN

CS Site-Specific Factor 3 must not = 005 or 100

Else If CS Lymph Nodes = 100-118 AND Regional Nodes Positive = 00 THEN

CS Site-Specific Factor 3 must not = 005, 010, 050 or 100

Else If CS Lymph Nodes = 100-118, 125 or 158 AND Regional Nodes Positive = 98 THEN

CS Site-Specific Factor 3 must not = 005, 010 or 100

Else If CS Lymph Nodes = 125 or 155 AND Regional Nodes Positive = 00 THEN

CS Site-Specific Factor 3 must not = 005, 010 or 100

Else If CS Lymph Nodes = 100-118, 122-123, 125, 152-158 AND Regional Nodes Positive = 01-97 or 99 THEN

CS Site-Specific Factor 3 must not = 005 or 100

Else If CS Lymph Nodes = 124 AND Regional Nodes Positive = 01, 95, 97 or 99 THEN

CS Site-Specific Factor 3 must not = 005 or 100

Else If CS Lymph Nodes = 124 AND Regional Nodes Positive = 02-90 THEN

CS Site-Specific Factor 3 must not = 005, 050 or 100

 

Else If CS Lymph Nodes Eval is blank

If CS Lymph Nodes = 010 AND Regional Nodes Positive = 00 or 98 THEN

CS Site-Specific Factor 3 must not = 005 or 100

Else If CS Lymph Nodes = 100-118, 121-128 or 152-153 AND Regional Nodes Positive = 00 or 98 THEN

CS Site-Specific Factor 3 must not = 005, 010 or 100

Else If CS Lymph Nodes = 155-158 AND Regional Nodes Positive = 00 or 98 THEN

CS Site-Specific Factor 3 must not = 005 or 010

Else If CS Lymph Nodes = 010, 100-118, 121-128, 152-153 or 155-158 AND Regional Nodes Positive = 01-97 THEN

CS Site-Specific Factor 3 must not = 005 or 100

Else If CS Lymph Nodes = 010, 100-118, 121-128 or 152-153 AND Regional Nodes Positive = 99 THEN

CS Site-Specific Factor 3 must not = 005 or 100

Else If CS Lymph Nodes = 155-158 AND Regional Nodes Positive = 99 THEN

CS Site-Specific Factor 3 must not = 005

 

Historical Changes

05/2013

New edit for 2013.  NAACCR Metafile v13A

04/2014

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