California Cancer Reporting System Standards, Volume III

 

Eureka Edits

IF424 CS SSF 4, CS SSF 5, Liver Schema (CS)

 

Edit Sets

Eureka Hospital Transmit

Eureka Tumor Level

Eureka Admission Level

 

Fields

Behavior Code ICD-O-3  [NAACCR# 523]

CS Site-Specific Factor 4 [NAACCR #2910]

CS Site-Specific Factor 5 [NAACCR #2920]

CS Site-Specific Factor 25 [NAACCR #2879]

Histologic Type ICD-O-3  [NAACCR #522]

Primary Site  [NAACCR #400]

 

Message

Conflict amomg schema: CS Site-Specific Factor 4 [value] and CS Site-Specific Factor 5 [value].

 

Specification

This edit verifies that for cases coded using the Liver schema, if CS Site-Specific Factor 4 (Creatinine Value) indicates that the test was not done, then CS Site-Specific Factor 5 (Creatinine Unit of Measure) is coded consistently, and vice versa.

 

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.

 

This edit is skipped if any of the following conditions are true:

  1. CS Site-Specific Factor 4 is blank or 988

  2. CS Site-Specific Factor 5 is blank or 988

  3. Behavior Code ICD-O-3 = 0 (benign) or 1 (borderline)

  4. CS schema is invalid

If CS schema is Liver:

If CS Site-Specific Factor 4 (Creatinine Value) = 998 (test not done),

then CS Site-Specific Factor 5 (Creatinine Unit of Measure) must = 998 (test not done).

If CS Site-Specific Factor 5 = 998 (test not done),

then CS Site-Specific Factor 4 must = 998 (test not done).

Historical Changes

In the SEER*Edits software, the title of this edit is: IF375

 

07/27/2011

This new edit was created to comply with NAACCR 12.1.A. Information for this new edit arrived in late July 2011. SEER IF375

04/2014

Function call to the CS Dynamic Link Library updated to call "CStage0205.dll" instead of "CStage.dll."