-
Notifications
You must be signed in to change notification settings - Fork 50
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
Cohort Definition tab: Error in Resolved concepts #921
Comments
Note: Expected behavior of 'Resolved', should be to produce the full list of Included concepts from the conceptset expression. It should not have non-standard concepts (unless non-standards are explicitly part of conceptset expression). 'Mapped' should provide the list of all mapped source codes to the included/resolved concept list. |
https://github.com/gowthamrao/CohortDiagnostics/blob/execute2/inst/shiny/DiagnosticsExplorer/R/Results.R to the code in develop it would be easier. But some summary
|
The UX of having the database on the side is not helpful. Multi-select is also not that useful and can wait for a future version. Orphan concepts were also removed in this tab as only supporting a single tab reduces the chance of error/development burden. See #943 |
i am fine with waiting for next version, but i disagree about the usefulness of the multi select. We need to know how the various data sources compare when resolving concept set expression. The side by side view allows us to do the comparison. |
* Removed orphan concepts to prevent duplication of functionality * Fixed resolved concepts button, removed orphan concept code * fixed cohort zip export button * Cohort counts displays * Replaced histogram function with gradient
I believe there is an error in how Resolved concepts are being generated. Screenshot of example below:
For the conceptset of Anaphylaxis, which is all standard condition concepts, I am seeing the Resolved list shows source concepts, including records in Observation and Drug domain. For this example, CPRD, I verified that the drug concept shown here does not map to any of the standard concept.
My suspicion is that records shown in 'Resolved' are actually inclusive of concepts that would have been recommended as 'Orphan concepts'.
When I select 'Orphan concepts', i get the following message:
Steps to reproduce:
Select Anaphlyaxis cohort, select anaphylaxis conceptset, select Resolved button and look at results.
The text was updated successfully, but these errors were encountered: