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

Test and document SQL Script for preparing OMOP-formated data for loinc2hpo library #19

Closed
2 tasks done
pnrobinson opened this issue Jun 27, 2022 · 4 comments
Closed
2 tasks done

Comments

@pnrobinson
Copy link
Collaborator

pnrobinson commented Jun 27, 2022

  • Explain the script, step by step, so that users will be easily able to adapt the script to specific analysis goals.
  • Add the script to this repository
@iimpulse
Copy link
Member

iimpulse commented Jul 15, 2022

OMOP can be loaded in many formats on different platforms. OMOP2OBO supports loading from a csv file currently but we want to be able to support N3C as well.

  • Create OMOP loader class for different required tables in different formats (dataframe or csv)
  • Create OMOP Processor to process and impute loinc values based on current code in N3C
  • Acceptance requirements is to get the same table that we get at the end of n3c transform via loinchpo code.

@iimpulse
Copy link
Member

depends on #28

@iimpulse
Copy link
Member

iimpulse commented Jan 5, 2023

Upon testing, data has been consistently been updated so an exact match is not possible. Will observe if first table is subset of second result set.

@iimpulse
Copy link
Member

Data has been removed from N3C overall good coverage.

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

No branches or pull requests

2 participants