California Cancer Reporting System Standards, Volume III

 

Eureka Edits

IF443 CS SSF 8, RX Summ--Surg, DXStg, ColoRectal (CS)

Edit Sets

Eureka Hospital Transmit

Eureka Tumor Level

Eureka Admission Level

Fields

Primary Site  [NAACCR #400]

Histologic Type ICD-O-3  NAACCR #523]

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

CS Site-Specific Factor 8 [NAACCR #2862]

RX Summ—Surg Prim Site [NAACCR #1290]

CS Site-Specific Factor 25 [NAACCR #2879]

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

Message

Conflict among schema: CS Site-Specific Factor 8 [value], RX Summ--Surg Prim Site [value], and RX Summ--DX/Stg Proc [value].

Specification

This edit verifies that for cases coded using the Colon or Rectum schemas, if CS Site-Specific Factor 8 (Perineural Invasion) indicates that there was not pathologic examination of the primary site, then neither RX Summ--Surg Prim Site nor RX Summ--DX/Stg Proc indicates that a specimen was sent to pathology.

Please note that there is another edit, "CS SSF 8, RX Summ--Surg, ColoRectal (CS)", that is exactly the same as this edit EXCEPT that it does not include the field RX Summ--DX/Stg Proc. It should be used by registries that do not collect RX Summ--DX/Stg Proc.

This edit first determines the 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 Factor 8 is blank or 988

  2. RX Summ--Surg prim Site is blank

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

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

  5. CS schema is invalid

If CS schema is Colon or Rectum:

If CS Site-Specific Factor 8 = 998 (No histologic examination)

then RX Summ--Surg Prim Site must not be 20-89 and RX Summ--DX/Stg Proc must not = 02, 05, or 06

Historical Changes

This edit is similar to SEER IF378. The difference is that: The SEER edit does not check RX Summ--DX/Stg Proc.

07/27/11 This 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."