As a part of our project to code our Food Allergy Data Dictionary in OMOP. I am interested in knowing how behavioral prescriptions are handled in the OMOP vocabulary.
I find myself needing to store these concepts relating to avoiding known food allergy triggers:
“Strict avoidance of Food” - this needs the ability to also store the food in question
“Avoid Food at home” - again with the food in question
Also when it comes to a patient being prescribed an EPI Pen I would need to be able to record the following:
The Epinephrine concepts are requested by our panel of food allergy experts as they are interested in tracking not just if a person is prescribed Epinephrine, but also if they are carrying and able to use an epi pen.
Are you planning on studying this in a network of data assets? If it is a local effort, and you want to use the OMOP CDM for cohort definitions, feel free to create custom concepts. The concept_id space above 2 Billion is all yours.
Should we think of some table to be a part of the usual vocabulary batch, that will serve as a storage of 2 billion concepts?
You can’t just keep them in basic tables (concept, concept_relationship etc), because you lose custom concepts, once you update the vocabulary (replace with the new batch from Athena).
You need to move the content from this table to concept/concept_relationship and back. Why is it better than transferring custom concepts from one concept’s version to another?
Or you’re saying that all the scripts and tools should start using 2 different concept tables at once?
Stage tables - even more complicated. We’d need to develop another generic script with 2 billl+ support.
Or people’ll build their custom tools what’s not a part of the entire model anyway.
Thank you! I figured there were concepts for the epi pen information but I was unable to find them. Thank you as well for the advice on the food avoidance.
This LOINC concept isn’t performing anyway - it’s a kidney disease panel with predefined list of answers.
So no need to say that fact_relationship is inappropriate.
I’m for a new OMOP Extension concept where you even can store a food as a value_concept_id or value_as_string.
There’s a decision to store a food as a string since it’s not standardizable. Or will you have a clear list of possible allergens?