California Cancer Reporting System Standards, Volume III

 

IF1042: CS SSF 9, SSF 10, Prostate Schema

Owner

CS

Edit Sets

California Hospital Transmit

Eureka Admission Level

Eureka Tumor Level

Fields

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

CS Site-Specific Factor 9 [NAACCR #2863]

CS Site-Specific Factor 10 [NAACCR #2864]

CS Site-Specific Factor 25 [NAACCR #2879]

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

Primary Site [NAACCR #400]

RX Summ--Surg Prim Site [NAACCR #1290]

Type of Reporting Source [NAACCR #500]

Tables

None

Messages

1.    IF1042: For RX Summ--Surg Prim Site of [value]/Type of Reporting Source of [value]/CS Tumor Size/Ext Eval of [value], CS Site-Specific Factor 9 [value] and CS Site-Specific Factor 10 [value] must = 998

2.    IF1042: For RX Summ--Surg Prim Site of [value]/Type of Reporting Source of [value]/CS Tumor Size/Ext Eval of [value], CS Site-Specific Factor 9 [value] and CS Site-Specific Factor 10 [value] must not = 998

3.    IF1042: For RX Summ--Surg Prim Site of [value]/Type of Reporting Source of [value]/CS Tumor Size/Ext Eval of [value], if CS Site-Specific Factor 9 = [value] , CS Site-Specific Factor 10 must not = [value]

Specification

This edit verifies that, for cases coded using the Prostate Schema, CS Site Specific Factor 9 (Gleason's Primary Pattern and Secondary Pattern Values on Prostatectomy/Autopsy) and CS Site-Specific Factor 10 (Gleason's Score on Prostatectomy/Autopsy) are coded consistently.

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

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

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

3. Type of Reporting Source = 7 (DCO)

4. 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:

1. If RX Summ--Surgery Prim Site = 30, 50, 70, 80 (codes indicating prostatectomy) OR Type of Reporting Source = 6 (autopsy only) OR CS Tumor Size/Ext Eval = 3 or 8 (codes indicating evidence derived from autopsy), then the recorded CS Site-Specific Factor 9 and 10 codes must correspond to each other as specified in the table below AND both CS Site-Specific Factor 9 and 10 codes must not = 998 (no prostatectomy/autopsy performed).

2. If RX Summ--Surgery Prim Site not = 30, 50, 70, 80, 99 AND [Type of Reporting Source not = 6 or blank] AND [CS Tumor Size/Ext Eval not = 3, 8, 9 or blank], then the recorded CS Site-Specific Factor 9 and 10 codes must both = 998 (no prostatectomy/autopsy performed).

CS Site-Specific Factor 9    CS Site-Specific Factor 10

-------------------------------------------------------

        011                          002

        012                          003

        013                          004

        014                          005

        015                          006

        019                          002-006, 999

        021                          003

        022                          004

        023                          005

        024                          006

        025                          007

        029                          003-007, 999

        031                          004

        032                          005

        033                          006

        034                          007

        035                          008

        039                          004-008, 999

        041                          005

        042                          006

        043                          007

        044                          008

        045                          009

        049                          005-009, 999

        051                          006

        052                          007

        053                          008

        054                          009

        055                          010

        059                          006-010, 999

Historical Changes

05/2013

New edit for 2013

04/2014

Per NAACCR v14, Function call to the CS Dynamic Link Library updated to call "CStage0205.dll" instead of "CStage.dll.” Fixed logic error that caused edit to pass inappropriately. Corrected error messages.