|
1 | 1 | # SRO-Measures |
2 | 2 |
|
3 | | -This is the code and configuration for the OpenSAFELY Service Restoration Observatory (SRO) key measures of primary care activity.. |
| 3 | +This is the code and configuration for the OpenSAFELY Service Restoration Observatory (SRO) key measures of primary care activity. |
4 | 4 |
|
5 | 5 | You can run this project via [Gitpod](https://gitpod.io) in a web browser by clicking on this badge: [](https://gitpod.io/#https://github.com/opensafely/pincer-measures) |
6 | 6 |
|
7 | | -* The preprint is [here (to add)](). |
8 | | -* Raw model outputs, including charts, crosstabs, etc, are in `released_outputs/`. |
| 7 | +* The preprint is [here](https://www.medrxiv.org/content/10.1101/2022.10.17.22281058v1). |
| 8 | +* Analysis outputs, including charts, crosstabs, etc, can be found [here](https://jobs.opensafely.org/datalab/service-restoration-observatory/sro-measures/outputs/). |
9 | 9 | * If you are interested in how we defined our variables, take a look at the [study definition](analysis/study_definition.py); this is written in `python`, but non-programmers should be able to understand what is going on there |
10 | 10 | * If you are interested in how we defined our code lists, look in the [codelists folder](./codelists/). |
11 | 11 | * Developers and epidemiologists interested in the framework should review [the OpenSAFELY documentation](https://docs.opensafely.org) |
@@ -66,16 +66,3 @@ then the following command will write pytest's output to *metadata/run_tests.log |
66 | 66 | ```sh |
67 | 67 | opensafely run run_tests |
68 | 68 | ``` |
69 | | - |
70 | | -# About the OpenSAFELY framework |
71 | | - |
72 | | -The OpenSAFELY framework is a secure analytics platform for |
73 | | -electronic health records research in the NHS. |
74 | | - |
75 | | -Instead of requesting access for slices of patient data and |
76 | | -transporting them elsewhere for analysis, the framework supports |
77 | | -developing analytics against dummy data, and then running against the |
78 | | -real data *within the same infrastructure that the data is stored*. |
79 | | -Read more at [OpenSAFELY.org](https://opensafely.org). |
80 | | - |
81 | | -*STP level reports have been generated for all STPs where TPP software coverage exceeds 10% |
0 commit comments