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

what is concept_numeric table and where is it established? #640

Open
tfalcs opened this issue Mar 11, 2024 · 2 comments
Open

what is concept_numeric table and where is it established? #640

tfalcs opened this issue Mar 11, 2024 · 2 comments

Comments

@tfalcs
Copy link
Collaborator

tfalcs commented Mar 11, 2024

@rtmill and @mgurley ,

I"m working my way through the sql server etl and encountering an issue with the presence of the table 'concept_numeric'. I don't see a create table clause for this table in the etl; nor do I see this table in any other ohdsi omop db. Any help on what this table is doing and how to populate it would be appreciated.

LEFT OUTER JOIN concept_numeric conc_num

@rtmill
Copy link
Collaborator

rtmill commented Mar 11, 2024

Hi @tfalcs

You need to go through the "installation process" to both create and populate that table.

Documentation here: https://ohdsi.github.io/OncologyWG/installation.html#Step_2:_Compile_the_Oncology_CDM_Extension_Tables

@rtmill
Copy link
Collaborator

rtmill commented Mar 11, 2024

Some other quick notes:

  • you likely only need to "install" that specific extension table unless your measurement/observation tables are legacy
  • the ethos of the concept_numeric table is to deal with... troublesome tumor dimension representations, specifically from NAACCR, where the value can either be a specific numeric value or a categorical, and chaotic, representation. Here's an example: https://athena.ohdsi.org/search-terms/terms/35922280
  • I'm not sure if the concept_numeric table is likely to be used anywhere outside of the NAACCR ETL and/or if we even plan to try and make it part of the standard OMOP DDL

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

2 participants