FINNGEN / ETL

second version for the ETL of the detailed longitudinal data to the OMOP-CDM
https://finngen.github.io/ETL/
MIT License
0 stars 0 forks source link

Update birth mother registry ETL for DF12 #162

Open shanmukhasampath opened 11 months ago

shanmukhasampath commented 11 months ago

In DF11 release, birth mother registry data had different delivery dates for twins, triplets and more which was captured in the column APPROX_BIRTH_DATE. This is mainly due to the fact that register team was adding offset to APPROX_BIRTH_DATE to mask the original date randomly. To bypass this, we used finngenid birthday + mother's birth event age.

In DF12, this problem is fixed by introducing APPROX_DELIVERY_DATE which now shows same day or a difference in a day for twins, triplets and more other birth types. Given this, the birth mother stem medical events SQL should be updated to capture this information.

javier-gracia-tabuenca-tuni commented 7 months ago

is this completed ?

shanmukhasampath commented 7 months ago

Hi @javier-gracia-tabuenca-tuni, no it is finished.

  1. APPROX_DELIVERY_DATE is done but needs testing.
  2. Twin births might be scrapped because there are only two instances where twins is not properly addressed the rest of them have correct codes for twin births which we already took care of. I checked this before I went for holidays.