Returns a data frame with details of clinical events data that may be tidied
by tidy_clinical_events()
.
See also
Other clinical events:
example_clinical_codes()
,
extract_phenotypes()
,
make_clinical_events_db()
,
tidy_clinical_events()
Examples
clinical_events_sources()
#> # A tibble: 23 × 5
#> source data_coding description category file
#> <chr> <chr> <chr> <chr> <chr>
#> 1 f40001 icd10 Underlying (primary) cause of death Death r… ukb_…
#> 2 f40002 icd10 Contributory (secondary) cause of … Death r… ukb_…
#> 3 f20002 data_coding_6 Non-cancer illness code, self-repo… Medical… ukb_…
#> 4 f20002_icd10 icd10 Non-cancer illness code, self-repo… Medical… ukb_…
#> 5 f20001 data_coding_3 Cancer code, self-reported Medical… ukb_…
#> 6 f20004 data_coding_5 Operation code, self-reported Operati… ukb_…
#> 7 f40013 icd9 Type of cancer: ICD9 Cancer … ukb_…
#> 8 f40006 icd10 Type of cancer: ICD10 Cancer … ukb_…
#> 9 f41270 icd10 Diagnoses - ICD10 Summary… ukb_…
#> 10 f41271 icd9 Diagnoses - ICD9 Summary… ukb_…
#> # ℹ 13 more rows