Skip to content

Care is a Digital Public Good enabling TeleICU & Decentralised Administration of Healthcare Capacity across States.

License

Notifications You must be signed in to change notification settings

ohcnetwork/care

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8dee3d9 · Apr 4, 2024
Oct 18, 2023
Apr 23, 2020
Apr 3, 2024
Mar 18, 2024
Dec 29, 2023
Apr 4, 2024
Mar 4, 2024
Apr 2, 2024
Apr 3, 2024
Mar 18, 2024
Mar 17, 2020
Apr 3, 2024
Jan 18, 2024
Jun 9, 2022
Sep 12, 2023
Jun 20, 2023
Mar 17, 2020
Sep 12, 2023
Mar 18, 2024
Jun 18, 2021
Mar 18, 2024
Mar 23, 2020
Mar 2, 2022
Sep 26, 2023
Mar 4, 2024
Apr 3, 2024
Apr 3, 2024
Mar 23, 2020
Mar 18, 2024
Jun 8, 2023
Mar 29, 2020
Apr 3, 2024
Apr 3, 2024
Apr 3, 2024
Jun 26, 2023
Jun 6, 2023
Feb 10, 2024

Repository files navigation

Care Backend

care logo

Deploy Care License: MIT Cookiecutter Django Code style: black Chat

This is the backend for care. an open source platform for managing patients, health workers, and hospitals.

Features

Care backend makes the following features possible:

  • Realtime Analytics of Beds, ICUs, Ventilators, Oxygen and other resources in hospitals
  • Facility Management with Inventory Monitoring
  • Integrated Tele-medicine & Triage
  • Patient Management and Consultation History
  • Realtime video feed and vitals monitoring of patients
  • Clinical Data Visualizations.

Getting Started

Docs and Guides

You can find the docs at https://care-be-docs.coronasafe.network

Staging Deployments

Dev and staging instances for testing are automatically deployed on every commit to the develop and staging branches. The staging instances are available at:

Self hosting

Compose

docker compose is the easiest way to get started with care. put the required environment variables in a .env file and run:

make up

to load dummy data for testing run:

make load-dummy-data

Note

If you are unable to compose up care in windows, ensure line endings are set to LF (docker-entrypoint.sh won't work with CRLF line endings).

git config core.autocrlf false

Docker

Prebuilt docker images for server deployments are available on ghcr

Contributing

We welcome contributions from everyone. Please read our contributing guidelines to get started.