California Cancer Reporting System Standards, Volume III

 

Eureka Edits

IF409 CS SSF 12, SSF 13, 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 12 [NAACCR #2866]

CS Site Specific Factor 13 [NAACCR #2867]

CS Site Specific Factor 25 [NAACCR #2879]

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

Primary Site [NAACCR #400]

 

Message

If CS Site Specific Factor 12 [value] = 998, CS Site Specific Factor 13 [value] must = 998.

If CS Site Specific Factor 13 [value] = 998, Site Specific Factor 12 [value] must = 998.

Specification

This edit verifies that for cases using the Breast schema, SSF 12 (HER2: CISH Lab Value) and SSF 13 (HER2: CISH 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 Factor12 is blank or 988

  2. CS Site-Specific Factor13 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:

If CS Site-Specific Factor12 = 998 (test not done),

then CS Site-Specific Factor13 must = 998 (test not done).

If CS Site-Specific Factor13 = 998,

then CS Site-Specific Factor12 must = 998.

Historical Changes

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

7/27/11 This new edit was created to comply with NAACCR 12.1.A.
04/2014 Function call to the CS Dynamic Link Library updated to call "CStage0205.dll" instead of "CStage.dll."