California Cancer Reporting System Standards, Volume III
Eureka Edits
IF820: CS Extension, Brain Schema
Edit Sets:
California Hospital Transmit
Eureka Admission Level
Eureka Tumor Level
Fields:
Primary Site [NAACCR #400]
Histologic Type ICD-O-3 [NAACCR #522]
CS Extension [NAACCR #2810]
CS Site-Specific Factor25 [NAACCR #2879]
Message:
IF 820: Conflict between schema and Conflict between schema and CS Extension ["value of CS Extension"]
Specification:
The purpose of this edit is to verify the following:
CS Extension codes indicating infratentorial tumors are not coded to supratentorial sites of the brain
CS Extension codes indicating supratentorial tumors are not coded to infratentorial site of the brain
CS schema is invalid
This edit is skipped if CS Extension is empty.
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 Primary Site = 711-715 (supratentorial), then
CS Extension <> 110, 120, 200 or 510 (infratentorial tumors), else (Err #820)
If Primary Site = 716-717 (infratentorial), then
CS Extension <> 100 or 500 (supratentorial tumors), else (Err #820)
Historical Changes:
In the SEER*Edits software, this edit is IF212.
4/2009: Edit IF #820 added to match new CS edit added to NAACCR v11.3A metafile.
2010 Data Changes: CCR names (CS Ext; Date DX; Site) changed to NAACCR names. Other changes to edit per NAACCR v12.0:
Edit modified to get schema name from function call to CS dll.
Length of CS Extension changed from 2 to 3 characters.
04/2014: Function call to the CS Dynamic Link Library updated to call "CStage0205.dll" instead of "CStage.dll."