OHDSI Home | Forums | Wiki | Github

Missing Fields in DDL

I was in the process of looking at updates from 5.0 -> 5.0.1 -> 5.1. I can not find the DDL that includes updates for example, CONDITON_STATUS_SOURCE_VALUE & CONDITION_STATUS_CONCEPT_ID.

I am using this link: https://github.com/OHDSI/CommonDataModel/pull/40/commits/20a6f4a04f192ed13716aa67be2e0177ee701b67

Can anyone point me in the right direction?

Thanks in advance!

@Jerrod.George:

Needs to be implemented. Haven’t gotten to it, yet.

If you want to implement it, just go for it. Both are nullable, and source_value is a string (length up to you, really), and concept_id is int.

Sounds great! Thanks for the reply!

t