OHDSI Home | Forums | Wiki | Github

CDM development

At the moment we are mapping our tables to CDM tables, Can we include Table/fields of our own that are not present in CDM?

I recommend you put those into a separate schema, and leave the ‘pure’ cdm schema in it’s own. If you need to modify an existing CDM table, you can instead create an extension table in your own schema and set up foreign key references if that makes sense.

@Funmilola:

What extra data have you that won’t fit into the CDM?

t