Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OMOP concept_id hints in RiaH #163

Closed
MaximMoinat opened this issue Aug 13, 2019 · 6 comments
Closed

Add OMOP concept_id hints in RiaH #163

MaximMoinat opened this issue Aug 13, 2019 · 6 comments
Assignees

Comments

@MaximMoinat
Copy link
Collaborator

For RiaH it would be useful to have hints for concepts, e.g. gender_concept_id can only have two values; 8507 (MALE) and 8531 (FEMALE). Similar for all the type_concept_ids. During the mapping process one would always need to look these up, so it would save effort if the user is presented with the options in the RiaH interface.

@clairblacketer Do you have a list of fields that are associated with certain (domain of) concepts?

@PRijnbeek
Copy link

Yes, I like this. You need to find a way to keep this updated of course, can be in releases since these things do not change often.

It may be useful to make these link to ATHENA so you can see them in context as we have implemented in Tantalus (only useful if you can have internet connection during ETL).

@MaximMoinat
Copy link
Collaborator Author

MaximMoinat commented Sep 23, 2019

A first mock to illustrate the general idea, also shown during the OHDSI ETL tutorial. The UI needs to be further refined.
image

@schuemie
Copy link
Member

Excellent idea! I think @clairblacketer and @pbr6cornell have developed the structured data that allows to infer valid concepts per field as part of the Data Quality Dashboard that could be re-used here.

@AEW0330
Copy link

AEW0330 commented Sep 24, 2019

This is very cool and very useful! Would those structured data also allow other RiaH-DQD synergies described here?: #180

@MaximMoinat
Copy link
Collaborator Author

@AEW0330 The primary purpose for RiaH is to document mappings, not to check them for validity. Currently, there is no standardised way in RiaH to enter your mappings to concept_ids, it is all free text.
We are thinking about warnings when certain required fields are not filled by the user, so to check completeness.

@MaximMoinat
Copy link
Collaborator Author

MaximMoinat commented Sep 27, 2019

@PRijnbeek

It may be useful to make these link to ATHENA so you can see them in context as we have implemented in Tantalus (only useful if you can have internet connection during ETL).

That would be a nice feature and did look into it. But as it is really easy to search for a concept_id in Athena or Atlas, we choose to keep RiaH simple and don't link it to Athena itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants