Skip to content
This repository has been archived by the owner on Jul 20, 2019. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 645 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 645 Bytes

All of Us Terminology

Codesystems, questionnaires, and validation tools for them, for the All of Us project.

One-Time Setup

virtualenv venv
. venv/bin/activate
pip install -r requirements.txt

Usage

workflow diagram

  1. Export questionnaires from Vibrent's authoring tool and place them in source/.
  2. Activate virtualenv (see above).
  3. tools/validate_and_publish.py [--commit] writes to generated/.
  4. git push
  5. tools/deploy.py all-of-us-rdr-stable [--version asdf123].

Run any command with --help for usage details, or with no arguments to try out default, safe behavior.