California Cancer Reporting System Standards, Volume III

 

Eureka Edits

IF401 CS SSF 10, SSF 11, Surgery, DXStg, 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]

RX Summ—DX/Stg Proc [NAACCR #1350]

RX Summ—Scope Reg LN Sur [NAACCR #1292]

RX Summ—Surg Oth Reg/Dis [NAACCR #1294]

RX Summ—Surg Prim Site [NAACCR #1290]

 

Message

If no surgery/BX performed, both CS Site Specific Factor 10 [value] and CS Site Specific Factor 11 [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 to 998 (test not done) when no surgery or diagnostic procedure is performed yielding a pathologic specimen for testing.

 

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. RX Summ--Surg Prim Site is blank

  4. RX Summ--DX/Stg Proc is blank

  5. RX Summ--Scope Reg LN Sur is blank

  6. RX Summ--Surg Oth Reg/Dis is blank

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

  8. CS schema is invalid

 

If CS schema is Breast:

If RX Summ--Surg Prim Site  = 00 and RX Summ--DX/Stg Proc = 00 and RX Summ--Scope Reg LN Sur = 0 and RX Summ--Surg Oth Reg/Dis = 0,

then CS Site-Specific Factor10 must = 998

and CS Site-Specific Factor11 must = 998.

 

Historical Changes

7/27/11 New edit for NAACCR 12.1.A.
04/2014 Function call to the CS Dynamic Link Library updated to call "CStage0205.dll" instead of "CStage.dll."