California Cancer Reporting System Standards, Volume III
Eureka Edits
IF790: CS Extension, Surgery, Prostate Schema (CS) [Tumor Level, Hospital Transmit]
CS Extension, Surgery, Prostate Schema (CS ADM) [Admission Level, Hospital Transmit]
CS Extension, Surgery, Prostate Schema (Eureka)
Edit Sets:
California Hospital Transmit
Eureka Admission Level
Eureka Tumor Level
Fields:
Primary Site [NAACCR #400]
Histologic Type ICD-O-3 [NAACCR #522]
Behavior Code ICD-O-3 [NAACCR #523]
CS Extension [NAACCR #2810]
RX Summ--Surg Prim Site [NAACCR #1290]
CS Site-Specific Factor25 [NAACCR #2879]
Date of Diagnosis [NAACCR #390]
Message:
IF 790: Conflict among schema, CS Extension [value] and RX Summ--Surg Prim Site [value]
Specification:
This edit verifies that, for cases coded using the CS Prostate schema, if CS Extension indicates a TURP was done, then RX Summ--Surg Prim Site must also indicate a TURP, at least, was done.
This edit is skipped if any of the following conditions are true:
Schema is not C619 (prostate)
CS Extension is blank
Behavior Code ICD-O-3 = 0 (benign) or 1 (borderline)
CS schema is invalid
Date of Diagnosis is blank or not valid.
RX Summ--Surg Prim Site is blank
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.
If CS Extension is coded 100, 130, or 140 (TURP was done), then RX Summ--Surg Prim Site must not = 00 (none) or 99 (unknown).
If Date of Diagnosis >= 2010 OR CS Version Input Original is >= 020100 then
If CS Extension is coded 100 (TURP was done), then RX Summ--Surg Prim Site must not = 00 (none) or 99 (unknown).
Notes:
CS Extension 100 = Incidental histologic finding on TURP, number of foci or percent involved tissue not specified (clinically inapparent); Stage A, NOS; Stated as cT1, NOS
CS Extension 130 = Incidental histologic finding on TURP in 5% or less of tissue resected (clinically inapparent); Stated as cT1a based on TURP findings
CS Extension 140 = Incidental histologic finding on TURP more than 5% of tissue resected (clinically inapparent); Stated as cT1b based on TURP findings
Historical Changes:
6/23/08: Edit IF #790 added to match SEER IF #199 Edit was modified to check 3-digit CS Extension codes (per CSv2) instead of 2-digit CSv1 codes.
2010 Data Changes: CCR names (CS Ext; Surg Prim Sum; Hist Type 3; Date DX; Site) changed to NAACCR names. Per NAACCR v12.0:
Edit was modified to check 3-digit CS Extension codes (per CSv2) instead of 2-digit CSv1 codes.
CS Extension code 100 was added as an additional code (along with 130 and 140) that requires at least a TURP be performed.
04/2014 Function call to the CS Dynamic Link Library updated to call "CStage0205.dll" instead of "CStage.dll."