California Cancer Reporting System Standards, Volume III
Eureka Edits
IF825: CS SSF 3, SSF 4, 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 Site-Specific Factor 3 [NAACCR #2900]
CS Site-Specific Factor 4 [NAACCR #2910]
CS Version Input Original [NAACCR #2935]
CS Site-Specific Factor25 [NAACCR #2879]
Date of Diagnosis [NAACCR #390]
Message:
IF 825: Conflict among schema, CS Site-Specific Factor 3 ("value"), CS Site-Specific Factor 4 ("value")
Specification:
Purpose: This edit verifies that, for cases coded using the Prostate Schema, if a prostatectomy is not performed or unknown if performed (CS Site-Specific Factor 3 coded 960, 970, or 980), the middle digit of CS Site Specific Factor 4 (involvement of prostatic apex at prostatectomy) must be coded 5, indicating unknown apex involvement at prostatectomy.
This edit is skipped if any of the following conditions are true:
CS Site-Specific Factor 3 is blank
CS Site-Specific Factor 4 is blank
Behavior Code ICD-O-3 = 0 (benign) or 1 (borderline)
CS Version Input Original is less than 010200 (version 01.02)
Date of Diagnosis is blank or not valid
Year of diagnosis is > 2009 and CS Site-Specific Factor 4 is blank or 988
CS schema is invalid
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.
If CS schema is Prostate:
If CS Site-Specific Factor 3 = 960 (unknown if prostatectomy done), 970 (no prostatectomy done within first course of treatment), 980 (prostatectomy performed, but not considered first course of treatment), then the second digit of CS Site-Specific Factor 4 must = 5 (prostatectomy apex involvement: unknown).
Historical Changes:
In the SEER*Edits software, this edit is IF214.
2/2009: Edit IF #825 added to match new CS edit added to NAACCR v11.3A metafile.
2010 Data Changes: CCR names (CS Site Spec F3; CS Site Spec F4; Date DX; Site) changed to NAACCR names. Per NAACCR v12.0:
Edit modified to get schema name from function call to CS dll.
Data item named CS Version 1st changed to CS Version Input Original.
CS Site-Specific Factor 3 codes indicating "no prostatectomy" were changed from "096, 097, 098" to "960, 970, 980".
04/2014 Function call to the CS Dynamic Link Library updated to call "CStage0205.dll" instead of "CStage.dll."