Skip to content

A web application that assists patients with reviewing objective quality indicators and subjective reviews together along with making an informed decision about their future care.

License

Notifications You must be signed in to change notification settings

bukandu1/Patient-Prime

Repository files navigation

Patient Prime LogoPatient Prime

A web application that assist patients with reviewing objective patient saftey indicators from hosptials and subjective doctor reviews together to make an informed recommendation and decision about their future care.

Technologies

  • Python
  • Javascript
  • JQuery
  • AJAX
  • Flask
  • SQLAlchemy
  • Postgesql
  • Jinja2
  • Bootstrap
  • Flexbox
  • BeautifulSoup 4
  • Google OAuth 2.0
  • Socrata API
  • Twilio API

Features

Home/Login

login

User's Dashboard

####Top homepage-top

####Bottom homepage-top

Search for a doctor (currently the search work's for only)

search-doctor

Share the current doctor via text & add/remove the doctor from your favorite's list

favorites-and-text-recommendation

Review the current Doctor's Review from RateMD.com

Associated Hospitals Data Visualization & Patient Safety Measure Info

favorites

Future TODOs

  • Write tests!
  • Expand doctor search search (search is )
  • Autocomplete doctor search textbox
  • Use of machine learning to recommend doctors based on user's preference
  • Additional of more doctor review sites
  • Allow for use to review more than 10 reviews (currently limited to saving 10 in the database.)

Installation

Patient Prime requires Flask to run.

For test environments... Obtain appropriate API keys for the following APIs/client:

  • Google OAuth client
  • Twilio
  • Socrata (only needed if large number of requests per day)

Create a secrets.sh file to hold key or use your preferred method.

Install the dependencies, run load the database files, and start server.

$ cd patientprime
$ pip3 install -r requirements.txt
$ virtualenv env
$ source env/bin/activate
$ source secret.sh
$ python3 database/seed_reviews_and_doctors.py
$ python3 server.py

License

MIT

About

A web application that assists patients with reviewing objective quality indicators and subjective reviews together along with making an informed decision about their future care.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published