clinicalml / large-scale-temporal-shift-study

Code for Large-Scale Study of Temporal Shift in Health Insurance Claims. Christina X Ji, Ahmed M Alaa, David Sontag. CHIL, 2023. https://arxiv.org/abs/2305.05087
4 stars 0 forks source link

Different columns in measurement table between cdm v5 and v6 #3

Open egillax opened 1 year ago

egillax commented 1 year ago

I needed to add three columns in create_measurement_table_with_nulls_replacing_zero.sql

here I added:

m.unit_source_concept_id,
m.measurement_event_id,
m.meas_event_field_concept_id

Then it ran for me as expected