California Cancer Reporting System Standards, Volume III

 

Eureka Edits

IF400 CS SSF 10, SSF 11, Breast (CS)

Edit Sets

Eureka Hospital Transmit

Eureka Tumor Level

Eureka Admission Level

 

Fields

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

CS Site-Specific Factor 10  [NAACCR #2864]

CS Site Specific Factor 11 [NAACCR #2865]

CS Site Specific Factor 25 [NAACCR #2879]

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

Primary Site  [NAACCR #400]

 

Messages

For breast schema: If Site Specific Factor 10 [value] =998 CS Site Specific Factor 11 [value] must = 998.

For breast schema: If Site Specific Factor 11 [value] =998 CS Site Specific Factor 10 [value] must = 998.

 

Specification

This edit verifies that for cases using the Breast schema, SSF 10 (HER2: FISH Lab Value) and SSF 11 (HER2: FISH Test Interpretation) are coded consistently. That is, if one specifies "test not done", the other must also specify "test not done".

 

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.

 

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

  1. CS Site-Specific Factor10 is blank or 988

  2. CS Site-Specific Factor11 is blank or 988

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

  4. CS schema is invalid

 

If CS schema is Breast:

1. If CS Site-Specific Factor10 = 998 (test not done), then CS Site-Specific Factor11 must = 998 (test not done).

2. If CS Site-Specific Factor11 = 998, then CS Site-Specific Factor10 must = 998.

3. If CS Site-Specific Factor10 is 991 (ratio of less than 1.00), then CS Site-Specific Factor11 must not = 010 (positive/elevated; amplified).

4. If CS Site-Specific Factor11 = 010, then CS Site-Specific Factor10 must not = 991.

5. If CS Site-Specific Factor10 is greater than 500 and less than 981, then CS Site-Specific Factor11 must not = 020 (negative/normal; within normal limits; not amplified).

6. If CS Site-Specific Factor11 = 020, then CS Site-Specific Factor10 must be less than or = 500 or = 991 or 997.

 

Historical Changes

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

7/27/11 New edit for NAACCR 12.1.A.
2013 Data Item Changes  Additional comparisons (#3-6) added for CS SSF 10 and 11.
04/2014 Function call to the CS Dynamic Link Library updated to call "CStage0205.dll" instead of "CStage.dll."