|
3 | 3 | 'password': 'pwd',
|
4 | 4 | 'database': 'database_name',
|
5 | 5 | 'data_provider': 'name_of_provider', #e.g. 'cprd', 'thin', 'ukb'('ukbiobank' for the exisiting mapped one)
|
6 |
| - 'database_type': 'type of database', #e.g. 'gold, 'aurum', 'hesapc' |
| 6 | + 'database_type': 'type of database', #e.g. 'gold, 'aurum', 'hesapc', 'ukb'(baseline), 'ukb_gp', 'ukb_hesin' |
7 | 7 | 'source_release_date': 'date', #e.g. '2022-05-01'
|
8 | 8 | 'cdm_version': '5.3', #e.g. '5.3', '5.4'
|
9 | 9 | 'cdm_etl_reference': 'name of developer',
|
|
35 | 35 | 'tbl_hesae': ['hesae_patient', 'hesae_attendance', 'hesae_diagnosis', 'hesae_investigation', 'hesae_treatment', 'hesae_hrg', 'hesae_pathway'],
|
36 | 36 | 'tbl_ons': ['ons_death'],
|
37 | 37 | 'tbl_ncras': ['tumour', 'treatment'],
|
38 |
| - 'tbl_ukb_lookup': ['lookup269', 'lookup270', 'lookup626', 'lookup10'], |
39 |
| - 'tbl_ukb': ['baseline', 'death', 'death_cause', 'gp_clinical', 'gp_registrations', 'gp_scripts', 'hesin', 'hesin_critical', 'hesin_delivery', 'hesin_diag', 'hesin_maternity', 'hesin_oper', 'hesin_psych', 'cancer'], |
| 38 | + 'tbl_ukb_gp_lookup': ['lookup626'], |
| 39 | + 'tbl_ukb': ['baseline', 'death', 'death_cause', 'cancer'], |
| 40 | + 'tbl_ukb_gp': ['baseline', 'death', 'death_cause', 'gp_clinical', 'gp_registrations', 'gp_scripts'], |
| 41 | + 'tbl_ukb_hesin': ['baseline', 'death', 'death_cause', 'hesin', 'hesin_critical', 'hesin_delivery', 'hesin_diag', 'hesin_maternity', 'hesin_oper', 'hesin_psych'], |
40 | 42 | 'tbl_cprd': ['denominator', 'documentation', 'lookups', 'reference'],
|
41 | 43 | 'tbl_cdm': ['care_site', 'condition_era', 'condition_occurrence', 'death', 'device_exposure', 'dose_era', 'drug_era', 'drug_exposure', 'location', 'measurement', 'observation', 'observation_period', 'person', 'procedure_occurrence', 'provider', 'visit_detail', 'visit_occurrence'],
|
42 | 44 | 'tbl_cdm_voc': ['drug_strength', 'concept', 'concept_relationship', 'concept_ancestor', 'concept_synonym', 'vocabulary', 'relationship', 'concept_class', 'domain']
|
|
0 commit comments