Coder Social home page Coder Social logo

rajdip-b / akello Goto Github PK

View Code? Open in Web Editor NEW

This project forked from akello-io/akello

0.0 1.0 0.0 64.52 MB

Population health infrastructure for absolutely everyone

License: Apache License 2.0

Shell 0.17% JavaScript 6.88% Python 41.38% TypeScript 39.80% CSS 0.37% HTML 10.73% Batchfile 0.02% Dockerfile 0.03% MDX 0.62%

akello's Introduction

Alt text

What's Akello?

Akello enables clinical services to run and bill for Collaborative Care (CoCM). It's an open-source platform that features:

  • A streamlined Patient Registry.
  • Easy management of multiple registries.
  • Customizable tools for population assessment.
  • Efficient time tracking for billing.
  • Easy to customize styles and branding.
  • AWS Infrastructure scripts to host and run your own registry.

Overview of the Repo

Folder structure

akello/
├── agent                  # automated workflows / AI enablement
├── apps                   # client web and mobile apps
├── aws_cloudstack         # AWS CDK scripts to setup akello infra
├── examples               # end-to-end examples using akello packages
├── packages   
│   ├── cdk                # AWS CDK scripts to setup infrastructure
│   ├── docs               # docs hosted under docs.akello.io
│   ├── react-fhir         # React components designed for FHIR resource types
│   ├── react-insights     # React components for anything related to data/charts/insights
│   ├── react-medical      # React components for anything clinical (screeners, registry, etc)
├── scripts                # General helper scripts (placeholder for now)
└── servers                 
│   ├── api-server         # Fast API server
│   ├── fhir-server        # FHIR Server

Setting up your local environment

⚠️ You shouldn't need to use aws for local install: Make sure you have Docker installed, there will be two Docker Containers running after you run the dev-setup script

REQUIRED SOFTWARE

  • Python
  • Node

Run the setup local script and add the environment variables into your environment file (e.g., ~/.zshrc)

Sets up Local instance of DynamoDB and AWS Cognito

sh dev-setup-local.sh 

From one terminal run the api server

python akello.py run server

In another terminal run the web-app

python akello.py run cocm

Run the API server

cd servers/api-server
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
uvicorn akello.main:app --reload

Run the React app

cd apps/cocm-registry
npm install
npm run start

When you signup as a new user, the local SMS confirmation code is set to 1234 for local development

Setup python environment from the root directory

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
sh dev-setup-local.sh
python akello.py setup
python akello.py start server 
python akello.py start cocm  # run this in another terminal, make sure to apply the environment settings

License

Apache 2.0

Copyright © Akello Health 2024

FHIR® is a registered trademark of HL7.

SNOMED® is a registered trademark of the International Health Terminology Standards Development Organisation.

LOINC® is a registered trademark of Regenstrief Institute, Inc.

DICOM® is the registered trademark of the National Electrical Manufacturers Association (NEMA).

akello's People

Contributors

vselvarajijay avatar neo773 avatar ninar12 avatar rajdip-b avatar ahmedelsayed5 avatar jadathib avatar

Watchers

 avatar

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.