Back to packs

NAACCR Cancer Registry

NAACCRfree

10 data-quality rules for cancer-incidence reporting in the NAACCR (North American Association of Central Cancer Registries) fixed-format / XML standard, submitted by facilities to central/state registries. Covers required NAACCR items, ICD-O-3 primary-site and histology value sets, sex and date validity, age plausibility, geography, reportability, and duplicate tumor suppression. Use it to validate abstracts before registry submission.

10 rules 0 downloadsNo ratings yet
naaccrcancer-registryicd-o-3surveillanceoncologyhealthcare
0.0(0 ratings)

Sign in to rate this pack

Test this pack with your data

Download the template, fill in your data, and see quality results instantly.

Test This Pack

Download & Install

Choose your tool — get a ready-to-run file

Run this on your data? Upload your CSV — we'll auto-map the columns, validate, and report the bad rows.Test my dataWant this certified on your data? Book a 30-min demo.Book a demo
Or use the CLI
$ npx dqhub install naaccr-cancer-registry --format soda --table YOUR_TABLE

Reference data required

This contract's checks join against 3 reference tables. Load them into your warehouse — DQHub ships the public ones, the rest link to their source. All reference data →

Customer-loaded — source

About this pack

10 data-quality rules for cancer-incidence reporting in the NAACCR (North American Association of Central Cancer Registries) fixed-format / XML standard, submitted by facilities to central/state registries. Covers required NAACCR items, ICD-O-3 primary-site and histology value sets, sex and date validity, age plausibility, geography, reportability, and duplicate tumor suppression. Use it to validate abstracts before registry submission.

What's included

3referential integrity rules
2completeness rules
2format rules
1consistency rules
1range rules
1uniqueness rules

Checks included (10)

Primary Site Is Valid ICD-O-3

The primary site must be a valid ICD-O-3 topography code.

Histology Is Valid ICD-O-3 Morphology

The histology/morphology code must be a valid ICD-O-3 morphology code.

County FIPS Is Valid

The county at diagnosis must be a valid FIPS code for geographic attribution.

Required NAACCR Items Present

Each tumor record must carry the patient id, primary site, histology, and date of diagnosis.

Patient Identifier Present(patient_id)

Each abstract must carry a patient identifier for linkage and de-duplication.

Sex Code Is Valid(sex)

The NAACCR sex item must be a valid code (1 male, 2 female, 3–9 other/ unknown per the data dictionary).

Reportable Class of Case(class_of_case)

Class of case must be a reportable value (00–43 ranges per the NAACCR data dictionary); only reportable classes are submitted.

Diagnosis Date After Birth Date

Date of diagnosis cannot precede the patient's date of birth.

Age at Diagnosis Is Plausible(age_at_diagnosis)

Age at diagnosis should fall within 0–130 years (999 = unknown is handled separately).

No Duplicate Tumor Records(tumor_record_key)

A patient + tumor (sequence) should be reported once; duplicates over-count incidence.