You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
@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.
OncologyWG/etl/naaccr_etl_sqlserver.sql
Line 1201 in 06b9da6
The text was updated successfully, but these errors were encountered: