Cancer Registration (CANCER) Dataset#
# define target dataset to document
schema = 'nhsd'
table = 'CANCER'
version = 'v0002'
# import functions from script helper
import sys
script_fp = "../../../../scripts/"
sys.path.insert(0, script_fp)
from data_doc_helper import DocHelper
# create instance
document = DocHelper(schema, table, version, script_fp)
# markdown/code hybrid cell module requirement
from IPython.display import display, Markdown
1. Summary#
display(document.style_table(document.get_dataset_info()))
Dataset descriptor | Dataset-specific information |
---|---|
Name of dataset in TRE | CANCER |
Other name | None |
Keywords | Cancer |
Short description | Data are collected by the National Cancer Registration and Analysis Service (NCRAS), which is part of NHS England’s National Disease Registration Service (NDRS). This dataset is a subset of the Cancer Outcomes and Services Dataset (COSD), which is the national standard for collecting cancer data in the NHS. Dataset includes all patients (adults and children) diagnosed with or receiving cancer treatment in or funded by the NHS in England. Data are collected under section 251 of the NHS Act 2006. Patients may opt out of the Cancer Registry, but this is different from the National data opt out. |
Owner | NHS England |
Geographical coverage | England |
Temporal coverage | 01/01/1971 onwards |
TRE temporal coverage | 01/01/1971 onwards |
Frequency of update | Quarterly |
Date of last extract | None |
DOI | None |
Data resolution | None |
Number of variables | None |
Number of participants | None |
Number of observations | None |
Version | None |
Key link | https://digital.nhs.uk/ndrs/ |
Specific restrictions to data use | None |
2. Metrics#
The tables below summarise the CANCER dataset in the UK LLC TRE.
Table 1 The number of participants from each LPS that are represented in the CANCER dataset in the UK LLC TRE
(Note: numbers relate to the most recent extract of NHS England data)
display(document.style_table(document.get_cohort_count()))
LPS | Participant count |
---|---|
ALSPAC | 269 |
BCS70 | 568 |
BIB | 841 |
ELSA | 1896 |
EPICN | 5341 |
EXCEED | 1738 |
FENLAND | 1652 |
GLAD | 4587 |
MCS | 1285 |
NCDS58 | 1215 |
NEXTSTEP | 178 |
NIHRBIO_COPING | 2116 |
NSHD46 | 1153 |
TEDS | 84 |
TRACKC19 | 1409 |
TWINSUK | 2906 |
UKHLS | 1071 |
TOTAL | 28309 |
3. Helpful syntax#
Below we will include syntax that may be helpful to other researchers in the UK LLC TRE. For longer scripts, we will include a snippet of the code plus a link to Git where you can find the full script.