Skip to content

Population health infrastructure for absolutely everyone

License

Notifications You must be signed in to change notification settings

quinnmattison1/akello

 
 

Repository files navigation

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
├── cloudstack         # AWS CDK scripts to setup akello infra
├── examples               # end-to-end examples using akello packages
├── packages   
│   ├── core               # data models and API utilities
│   ├── docs               # docs hosted under docs.akello.io
│   ├── react              # React components and storybook
├── 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
  • Docker
sh run-setup.sh   # use the output to set your environment variables
sh run-local.sh   # new local users created will have a SMS code of `1234``

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).

About

Population health infrastructure for absolutely everyone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 41.0%
  • TypeScript 39.4%
  • HTML 10.5%
  • JavaScript 7.2%
  • MDX 1.2%
  • CSS 0.5%
  • Other 0.2%