-
Notifications
You must be signed in to change notification settings - Fork 124
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
concept id 0 stratification report #72
Comments
I have similar problem with 0s in IMEDs. Would this report be part of Heel or some third component within Achilles? |
I created a new measure and new rule to address this. The problem is integer restriction on the count_value. Percentage of unmapped rows can be for example 0.17% see code below:
|
count_value stores counts of things, not %. If you are looking to create a report query where we want to show % of totals, then you use count_value of analysis ID of the unmapped rows as your numerator and then use the count_value of analysis_id of the rows in the table (that should be one of the analysis, counts of tables by domain), and that will give you a percentage. |
I thought that achilles heel is exactly that type of report that you describe in your last sentence. Is it not? OK. I can just round the percentage to integers and that is not a problem. NEW ISSUE:
This new analysis has the same "mirror image" (analogous measure) in Proc, Measurement, Observation, drug_exposure (e.g., 625,1825, etc) (a don't care what number we pick, (next up is x21 (so 421) so with 25 I skipped some possible IDs. |
this functionality is 99% implemented in the new huser_dev branch (with now a pull request to master) |
This is now in separate SQL file. A good approach is to probably merge this into the Heel SQL file. |
only total record count is implemented in analysis_id 1900 (the patient count would have to be new analysis) |
provide a report to identify the list of source values that are mapped to concept id 0 with both total record count and unique patient count. the intent of this report will be to assist in determining mapping issues or areas to improve mapping.
The text was updated successfully, but these errors were encountered: