California Cancer Reporting System Standards, Volume III
Eureka Edits
IF794: CS/Ext Eval, Prostate Schema (CS)
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]
CS Tumor Size/Ext Eval [NAACCR #2820]
CS Site-Specific Factor25 [NAACCR #2879]
Message:
IF 794: CS Extension and CS Tumor Size/Ext Eval conflict
Specification:
This edit verifies that for cases coded using the CS Prostate schema, CS Extension and CS Tumor Size/Ext Eval are consistent.
This edit is skipped if any of the following conditions are true:
1. CS Extension is blank
2. CS Tumor Size/Ext Eval is blank
3. Behavior Code ICD-O-3 = 0 (benign) or 1 (borderline)
4. CS schema is invalid
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 schema is Prostate:
1. If CS Extension is coded 130 [Incidental histologic finding in 5% or less of tissue resected (clinically inapparent); Stated as cT1a] or 140 [Incidental histologic finding more than 5% of tissue resected (clinically inapparent); Stated as cT1b]
then:
CS Tumor Size/Ext Eval must NOT = 0 (No prostatectomy done. Evaluation based on physical examination, imaging examination, or
other non-invasive clinical evidence. No autopsy evidence used).
2. If CS Tumor Size/Ext Eval = 2 (No prostatectomy done, but positive biopsy of extraprostatic tissue allows assignment to CS
Extension Codes 410-700 (see Note 3)
then:
CS Extension must = 410-700.
3. If CS Tumor Size/Ext Eval = 8 (Evidence from autopsy only)
then:
CS Extension must = 999 (Extension unknown).
Historical Changes:
In the SEER*Edits software, the title of this edit is: IF200.
10/08: Edit IF #794 added to match New edit - added to NAACCR v11.3 metafile (CS Extension, TS/Ext Eval, Prostate Schema (CS)).
2/2009: Deleted: If CS Extension is coded 15, then CS Tumor Size/Ext Eval must NOT = 0 and - Added: If CS Tumor Size/Ext Eval = 2, CS Extension must = 41-70 per NAACCR 11.3A.
2010 Data Changes: CCR names (CS Ext; CS TS Ext Eval; Date of DX; Date First Admis; Hist type 3; Site) changed to NAACCR names. Per NAACCR v12.0:
Edit modified to get schema name from function call to CS dll.
Edit was modified to check 3-digit CS Extension codes (per CSv2) instead of 2-digit CSv1 codes. Miscellaneous wording changed to match CSv2.
Added: If CS Tumor Size/Ext Eval = 8 (Evidence from autopsy only), CS Extension must = 999 (Extension unknown).
04/2014: Function call to the CS Dynamic Link Library updated to call "CStage0205.dll" instead of "CStage.dll."