California Cancer Reporting System Standards, Volume III
Eureka Edits
IF789: CS SSF 1, SSF 2, 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 1 [NAACCR #2880]
CS Site-Specific Factor 2 [NAACCR #2890]
CS Site-Specific Factor25 [NAACCR #2879]
Message:
IF 789: Conflict among schema, CS Site-Specific Factor 1 ("value"), CS Site-Specific Factor 2 ("value")
Specification:
This edit verifies that for cases coded using the CS Prostate schema, CS Site-Specific Factor 1 (PSA lab value) and CS Site-Specific Factor 2 (PSA Interpretation) are consistent; that is, if one indicates PSA test was not done, the other must indicate the same.
This edit is skipped if any of the following conditions are true:
CS Site-Specific Factor 1 is blank
CS Site-Specific Factor 2 is blank
Behavior Code ICD-O-3 = 0 (benign) or 1 (borderline)
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 1 = 998 (test not ordered and not performed), then CS Site-Specific Factor 2 must = 998 [test not ordered and not performed)
If CS Site-Specific Factor 2 = 998, then CS Site-Specific Factor 1 must = 998.
Historical Changes:
6/23/08: Edit IF #789 added to match SEER IF #202. This edit verifies that for prostate cases, CS SSF1 (PSA lab value) and CS SSF2 (PSA) are consistently coded and that if one indicates PSA test was not done, then the other must indicate the same.
2010 Data Changes: CCR names (CS Site Spec F1; CS Site Spec F2; Hist Type 3; Date DX; Site) changed to NAACCR names. Per NAACCR v12.0:
Edit modified to get schema name from function call to CS dll.
Modified to check CS Site-Specific Factor 1 = 998 [PSA test not done (test was not ordered and was not performed)] instead of 000.
Modified to check CS Site-Specific Factor 2 = 998 [PSA test not done (test was not ordered and was not performed)] instead of 000.
04/2014 Function call to the CS Dynamic Link Library updated to call "CStage0205.dll" instead of "CStage.dll."