I am Ashwini , working as a data analyst with an healthcare organization and new to this forum. I am planning to install and implement the OMOP CDM on my local machine. Could you please guide me on this.
What are minimum requirements of the machine (RAM, Memory) to have OMOP implemented on the system.
what are the basic application i need to download from ODHSI.
I can work with SQL Server or PostGre SQL for CDM . My source data is relational DB.
Thanks Roger . I have started going thru the book. My question is it possible to install the OMOP CDM on local system. If yes what are the applications i need .
For each release, there is a file called Source Code (zip) which has the SQL DDL to create the tables, constraints, and indexes. (for v 6.0 it’s on the page above. for other versions, click on the version title)
Load the vocabulary files (they are quite large) into your OMOP database. There are DDL scripts for this too also in the Source Code zip file in the VocabImport folder
After that, it’s a matter of querying your source data, mapping it to appropriate concepts, and writing it into the standard data tables. But definitely check out the tutorial.
Since I had started down the path of setting up a CDM outside of Broadsea, when I wanted to run more of the tools, I had to work through that. I ended up putting together a script that installs a number of the pieces from github repositories. This is where you start addressing questions about the DDL for the various applications. Happy to share and discuss with anyone interested.