OHDSI / ROhdsiWebApi

An R package for interfacing with a WebAPI instance
https://ohdsi.github.io/ROhdsiWebApi
10 stars 17 forks source link

Loss of precision with ROhdsiWebApi #188

Closed gowthamrao closed 3 years ago

gowthamrao commented 3 years ago

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.

image

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

@schuemie @pbr6cornell

gowthamrao commented 3 years ago

This appears to be an issue with Hydra - and not ROhdsiWebApi