Skip to content

A step-by-step walk-through of the OpenSAFELY framework, using the Service Restoration Observatory (SRO) Measures study as a guide

License

Notifications You must be signed in to change notification settings

rose-higgins/Advanced_getting_started

 
 

Repository files navigation

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.

About

A step-by-step walk-through of the OpenSAFELY framework, using the Service Restoration Observatory (SRO) Measures study as a guide

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.0%
  • Shell 3.0%