Hello all,
I am in the process of developing a web app that attempts to convert our Redcap survey data into the OMOP CDM. Currently, we are at the point where we are able to map our survey questions and answers to standard SNOMED ids. It’s actually similar to USAGI in that is searches for high similarities and then there is an approval process.
However, I’m a bit stumped on what to do next in the process. I suppose I would be at the loading part of the ETL process. I am looking over and seeing mentions of the ‘concept_relation’ table and that ‘source_to_concept_map’ is legacy now. Is ‘concept_relation’ where I would insert and define our mappings?
Or is it that I would be entirely responsible for writing out all the pieces to populate all of the OMOP tables (person, observation, etc…) using the pieces of data I am able to obtain from the mappings?
For example, our Redcap survey question “What is your birth date?” might map to the SNOMED “Date of birth” term here: Athena. I have all these associations and links, but what is the best way to load our data now into the OMOP CDM?
Thanks all!