Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.55 KB

File metadata and controls

47 lines (34 loc) · 1.55 KB

SRO Measures Demo

This study is a step-by-step walk-through of the OpenSAFELY framework, using the Service Restoration Observatory (SRO) Measures study as a guide. You can walk through the walk-through yourself. Alternatively:

  • Released outputs are in the released outputs folder.
  • If you are interested in how we defined our variables, then take a look at the study definition; this is written in Python, but non-programmers should be able to understand what is going on there.
  • If you are interested in how we defined our codelists, then take look in the codelists folder.
  • Developers and epidemiologists interested in the framework should review the OpenSAFELY documentation.

Development

Remote

Use Gitpod for remote development: Gitpod ready-to-code

Local

For local (non-Docker) development, execute:

python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

QA

bin/codestyle.sh .

About OpenSAFELY

OpenSAFELY is a secure analytics platform for electronic health records research in the NHS. You can read more at OpenSAFELY.org.