Hello all,
I’m recently starting to work with OMOP CDM. I’m wondering if there’s any way to find the concepts I need in the Vocabularies, or the only way is by querying the database?
My problem comes because I need Concepts to represent family relationships like “Mother”, “Grandfather” and so on. If I try to query the Concept table with something like
SELECT * FROM concept WHERE concept_name LIKE "%mother%";
All the results I got have invalid_reason = U (Updated). So… how can I find the right concepts? Is any other way? Or at least, how can I find the updated concept for this one?
Thanks you so much in advance.
Jose.