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
Valid Observation Concepts are not enforced to be from any domain but they must not belong to the Condition, Procedure, Drug, Device, Specimen, or Measurement domains and they must be Standard Concepts.
Therefor, the export of achilles results for the observation table should list all concepts except the ones listed above.
Observed behavior
Only concepts from the observation domain are exported, making others not visible in Atlas data sources and in Ares. This can be confusing as these records are simply hidden even if the OMOP CDM conventions are followed in the mapping.
Expected behavior
The OMOP CDM documentation user guide for the observation table states:
Observed behavior
Only concepts from the observation domain are exported, making others not visible in Atlas data sources and in Ares. This can be confusing as these records are simply hidden even if the OMOP CDM conventions are followed in the mapping.
Cause
The sqlObservationTable.sql and sqlObservationTreemap.sql have a filter on the observation domain.
Note that Atlas uses an adapted version of the Treemap query from the WebAPI results query, with a similar filter on the observation domain.
Proposed solution
Remove the filter on observation concept domain for these export queries.
The text was updated successfully, but these errors were encountered: