hussu97 / mediCords

Medical Records as a service - anywhere, anytime

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MediCords

Medical Records as a service - anywhere, anytime

Website Project for - CMP404 - Cloud Computing Project Duration - February-May 2019


MediCords is an online platform where patients can register and add their personal and medical information. This information can then be assessed and modified by medical institutions and professionals such as hospitals and doctors. The records are also accessed by insurance companies, who can approve bills and costs incurred by the patient, according to their health plans.

Since there is sensitive information involved, the platform also has a government profile, verifying the personal and corporate details of the entities, to ensure information is only accessible by authorized entities.

Architecture

Architecture Diagram

We used various AWS Technologies and tools to setup and deploy our system, such as:

Note: There are two web services, one used by the website, and one accessed externally through a REST Endpoint. Need to have API keys for it. Check out the repo for more info.

  • Amazon DynamoDB - NoSQL database on amazon, used to store and retrieve entity data

Requirements

  • Node.js
  • An amazon AWS account
  • Amazon amplify, with a Cognito IAM user role

Installation

  1. Clone the repo by using the following command
$ git clone https://github.com/hussu97/mediCords.git
$ cd mediCords
  1. Install all the npm packages
$ npm install
  1. Start the nodejs server using
$ npm start
  1. Go to http://localhost:3000/ to view the mainpage of the website

Note: To use authentication in the website, you will need your own Amplify authentication credentials. Once amplify is configured in your project and Cognito is enabled for the project, move the aws_exports.js file that is generated into the src/ folder. For more info about Amplify go here

Functions

  • Register and Login as a patient, doctor, hospital, or insurance company
  • Get API keys to access mediCords REST endpoint (need to be verified by government)
  • Access personal and medical information
  • Hospitals can add/remove patients and doctors
  • Doctors can add medical information (operations, allergies, diagnosis) for patients, and make bills for them
  • Patients can view their medical history, and send bills to their insurance company to approve
  • Insurance companies can approve/reject bills, and add/remove customers into their various health plans

Additional Screenshots

###Homepage HomePage1 HomePage2 HomePage3


Patient Dashboard

Patient Dashboard


Doctor Dashboard

Doctor Dashboard


Hospital Dashboard

Hospital Dashboard


Insurance Dashboard

Insurance Dashboard


Government verification Dashboard

Government verification Dashboard


License

GNUv3

About

Medical Records as a service - anywhere, anytime

License:GNU General Public License v3.0


Languages

Language:HTML 49.8%Language:JavaScript 34.3%Language:CSS 15.9%