ebmdatalab / openprescribing

A Django app providing a REST API and dashboards for the HSCIC's GP prescribing data
https://openprescribing.net
MIT License
97 stars 26 forks source link

Create charts comparing all practices in [CCG] on a measure #1882

Open HelenCEBM opened 5 years ago

HelenCEBM commented 5 years ago

Commonly requested by users. Eg. see at a glance which practices have changed in response to CCG policy. Avoids need for printing whole page full of charts, which in any case doesn't work well due to Highcharts issues.

Not really feasible as time trend charts (except maybe for smaller groups like PCNs) but could be done as a bar chart.

Example we could follow:

image

Or there may be other ways of presenting this.

Ideally we would have available:

In the short term we could stick to doing this for:

Options:

1. Individual pages for each measure (i.e. one chart per page). image

2. Embed at top of existing practice breakdown pages

3. Show all measures on one page

sebbacon commented 5 years ago

To me this meshes with the discussion about making custom analysis and measures into the same thing, and with custom groupings.

For any combination of numerator and denominator, I think a user should be able to see:

And they should be able to do all of these at any grouping level, e.g.:

brianmackenna commented 5 years ago

Related to #1748

HelenCEBM commented 5 years ago

Agree @sebbacon - however it seems that could take some time to implement, so if this can be done relatively quickly it would be very useful