Giter Club home page Giter Club logo

keeperrx-lite's Introduction

KeeperRx Lite

Overview

Have you ever gone to the doctor and was asked to fill out multiple pages of medical history? What medications are you taking? What operations have you had? Is there any family history? etc.

KeeperRx helps you keep track of your medical life. Instead of filling out paperwork, simply share with your doctor directly from KeeperRx.

KeeperRx Lite is a development project to help with the planning and development of the flagship KeeperRx. It will let users add medications and then research interactions and adverse events related to those medicines using the National Library of Medicine and the FDA as data sources.

Architecture

KeeperRx Lite has been developed using React. Google Firebase is used for authentication and database services. Free to the public API's provided by the National Library of Medicine and the FDA are used for gathering all information on medicines, interactions and adverse events.

No user credentials are stored by KeeperRx Lite. All authentication is via the social authentication providers. The only information stored about users are email address, displayName and the URL to the photo provided by the social authentication provider and the references for these users to the medicines they have saved to their profile.

Local Development

You are free to fork this repository for your own personal use. Once you have a local repository you can run npm install or yarn to install packages then run with npm start or yarn start.

Pull requests can be submitted for approval. Please open an issue in the KeeperRx Lite Repository describing all changes.

Environment

There are several environment variables required for the application to function properly that are not included in the repository. You will need to establish your own Google Firebase project to register your version of KeeperRx Lite and retrieve the appropriate values.

REACT_APP_VERSION=$npm_package_version
REACT_APP_NAME=$npm_package_name

REACT_APP_FIREBASE_KEY=
REACT_APP_FIREBASE_DOMAIN=
REACT_APP_FIREBASE_DATABASE=
REACT_APP_FIREBASE_PROJECT_ID=
REACT_APP_FIREBASE_STORAGE_BUCKET=
REACT_APP_FIREBASE_SENDER_ID=
REACT_APP_FIREBASE_APP_ID=
REACT_APP_FIREBASE_MEASUREMENT_ID=

keeperrx-lite's People

Contributors

tmoreland avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

keeperrx-lite's Issues

Add Filter menu

Provide a filter based on DF.

Might need to store DF for each drug and then base filter on a grouping. There are hundreds of DF definitions.

Consider changing `drugs` format

Currently using...

{
  "111111" : {
    "textPrimary": "Drug Name"
  }
}

Consider using array instead...

[
  {
    "rxcui": "111111",
    "textPrimary": "Drug Name"
  }
]

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.