Skip to content

Commit fe3de1b

Browse files
authored
Merge pull request #132 from opensafely/update-readme
Update readme
2 parents 9e07665 + 239cba6 commit fe3de1b

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

README.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# SRO-Measures
22

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.
44

55
You can run this project via [Gitpod](https://gitpod.io) in a web browser by clicking on this badge: [![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-908a85?logo=gitpod)](https://gitpod.io/#https://github.com/opensafely/pincer-measures)
66

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/).
99
* 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
1010
* If you are interested in how we defined our code lists, look in the [codelists folder](./codelists/).
1111
* 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
6666
```sh
6767
opensafely run run_tests
6868
```
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

Comments
 (0)