California Cancer Reporting System Standards, Volume III

IF875: CS Mets at DX-Liver, CS Mets at DX

OWNER

CS

EDIT SETS

California Hospital Transmit

Eureka Admission Level

Eureka Tumor Level

FIELDS

CS Mets at Dx-Liver [NAACCR #2853]

CS Mets at Dx [NAACCR #2850]

Primary Site  [NAACCR #400]

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

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

CS Site-Specific Factor 25 [NAACCR #2879]

TABLE

N/A

MESSAGE

  1. IF885: If CS Mets at Dx-Liver = [value], CS Mets at DX must not = 00 or 99

  2. IF885: If CS Mets at DX = [value], CS Mets at Dx-Liver must = 0

  3. IF885: If CS Mets at DX = [value] and schema is not IllDefinedOther, CS Mets at Dx-Liver must = 8

specification

Purpose: This edit verifies that CS Mets at Dx-Liver and CS Mets at DX are coded consistently.

 

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

  1. CS Mets at DX-Liver is empty

  2. CS Mets at DX is empty

  3. Behavior Code ICD-O-3 = 0 (benign) or 1 (borderline) and schema is not Brain, CNSOther or IntracranialGland

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.

 

  1. If CS Mets at Dx-Liver = 1 (yes), then CS Mets at DX must not = 00 (none) or 99 (unknown).

  2. If CS Mets at DX = 00 (none), then CS Mets at Dx-Liver must = 0 (none: no liver metastases).

  3. If CS Mets at DX = 98 (not applicable) and CS Schema is not IllDefinedOther, then CS Mets at Dx-Liver must = 8 (not applicable).  

historical changes

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

2010

Data Item Changes: Created and added this Edit for 2010. New edit - added to NAACCR v12.0 metafile.

2011

Per NAACCR v12.2A, modified logic to not allow CS Mets at DX of 99 if CS Mets at DX-Liver = 1:

  • If CS Mets at DX-Liver = 1, then CS Mets at DX must not = 00 (none) or 99 (unknown).

01/2013

Per NAACCR v12.2C, modified logic to require that CS Mets at DX-Liver must be 0 (no liver metastases) if CS Mets at DX is 00 (no metastases).

03/2013

Per NAACCR v13A, If CS Mets at DX = 98 (not applicable) and Primary Site is not C809 (unknown primary site), then CS Mets at DX-Liver must = 8 (not applicable).

08/2014

Per NAACCR v14A, modified edit to check schema ‘IllDefinedOther’ instead of just ‘primary site C809’ when allowing codes other than 8 for CS Mets at Dx-Liver when CS Mets at DX = 98.

03/2015

Per NAACCR v15, description updated to state that CS DLL is called and the edit is skipped if behavior is 0 or 1 and schema is not Brain, CNSOther or IntracranialGland.