codeforamerica / rva-screening

Health service prescreener for sharing patient eligibility data.
http://quickscreenrva.com
BSD 3-Clause "New" or "Revised" License
11 stars 8 forks source link

rva-screening

What

A prototype of an application that will allow safety net health services in Richmond, VA to share patients' financial screening information more easily. For more information, check out our blog.

Status

This project is in early development. We also discuss potential features and design decisions in the rva-screening-ui-prototypes repo.

Who

The 2015 Code for America Fellows in Richmond, VA:

Ben Golder (bengolder) Emma Smithayer (esmithayer) Sam Matthews (mapsam)

How (Installation)

The application is built with Python and Flask.

Environment variables

Install

createdb rva-screening
createdb rva-screening-test
psql rva-screening -c CREATE EXTENSION hstore;
psql rva-screening-test -c CREATE EXTENSION hstore;
pip install -r requirements.txt
make db_update

Testing

To run the tests, you'll need a new database. By default, the code looks for a database called 'screener_test'. Set the TEST_DATABASE_URL environment variable if you choose a different name.

psql
create database screener_test

Run make test to run all the tests.

Contribute

At this early stage, you should email us (the Richmond CfA Fellowship Team) if you're interested in helping with the project: richmond@codeforamerica.org.