Loss of precision with ROhdsiWebApi
gowthamrao opened this issue · 1 comments
gowthamrao commented
When reviewing results of shiny app - we observed that a conceptId were incorrect. See screenshot - in the conceptSetExpression the conceptId is incorrectly shown as 40321720. it should be 40321716.
Impact: This makes the previous execution of cohort definition and cohort diagnostics invalid - because the resolving of concepts are not valid, so cohorts are not valid.
Replication:
Testing with cohort json is here json.txt
Issue appears to be around this https://github.com/OHDSI/CohortDiagnostics/blob/develop/R/CohortConstruction.R#L225
Status: this appears to be an issue with ROhdsiWebApi
gowthamrao commented
This appears to be an issue with Hydra - and not ROhdsiWebApi