Fasten is an open-source, self-hosted, personal/family electronic medical record aggregator, designed to integrate with 100,000's of insurances/hospitals/clinics
Go to file
Jason Kulatunga 52196bec27 make sure the database location is specified in the config file. 2022-12-18 17:25:25 -08:00
.github/workflows default to "prod" build. 2022-12-18 07:58:55 -08:00
backend Better Reporting (#12) 2022-12-17 15:10:19 -08:00
docker Better Reporting (#12) 2022-12-17 15:10:19 -08:00
frontend added logos. 2022-12-18 15:35:02 -08:00
.dockerignore adding docker image. 2022-09-21 18:57:38 -07:00
.gitattributes fixing linguist 2022-10-13 23:57:36 -07:00
.gitignore WORKING APP & WORKER 2022-10-08 22:38:26 -07:00
CONTRIBUTING.md begin restoring Sqlite functionality. (#11) 2022-12-02 19:40:58 -08:00
Dockerfile Better Reporting (#12) 2022-12-17 15:10:19 -08:00
LICENSE.md updating license -- GPLv3 2022-10-12 19:11:12 -07:00
Makefile fix config. 2022-10-14 09:19:51 -07:00
README.md adding badges. 2022-10-13 22:27:12 -07:00
TODO.md begin restoring Sqlite functionality. (#11) 2022-12-02 19:40:58 -08:00
config.yaml make sure the database location is specified in the config file. 2022-12-18 17:25:25 -08:00
docker-compose.yml working couchdb reverse proxy behind webapp binary. 2022-10-09 11:08:23 -07:00
go.mod Better Reporting (#12) 2022-12-17 15:10:19 -08:00
go.sum Better Reporting (#12) 2022-12-17 15:10:19 -08:00
packagr.yml fixing packagr filename. 2022-11-17 10:29:21 -08:00

README.md

fasten_view

Fasten - On Premise/Self-Hosted

CI GitHub license GitHub release (latest by date) Discord Join

Fasten securely connects your healthcare providers together, creating a personal health record that never leaves your hands

NOTE: Fasten is a Work-in-Progress and cannot communicate with your actual healthcare providers (yet). Please fill out this Google Form if you'd like to be kept up-to-date on Fasten

Introduction

Like many of you, I've worked for many companies over my career. In that time, I've had multiple health, vision and dental insurance providers, and visited many different clinics, hospitals and labs to get procedures & tests done.

Recently I had a semi-serious medical issue, and I realized that my medical history (and the medical history of my family members) is a lot more complicated than I realized and distributed across the many healthcare providers I've used over the years. I wanted a single (private) location to store our medical records, and I just couldn't find any software that worked as I'd like:

  • self-hosted/offline - this is my medical history, I'm not willing to give it to some random multi-national corporation to data-mine and sell
  • It should aggregate my data from multiple healthcare providers (insurance companies, hospital networks, clinics, labs) across multiple industries (vision, dental, medical) -- all in one dashboard
  • automatic - it should pull my EMR (electronic medical record) directly from my insurance provider/clinic/hospital network - I dont want to scan/OCR physical documents (unless I have to)
  • open source - the code should be available for contributions & auditing

So, I built it

Fasten is an open-source, self-hosted, personal/family electronic medical record aggregator, designed to integrate with 1000's of insurances/hospitals/clinics

Here's a couple of screenshots that'll give you an idea of what it looks like:

fasten_view
See more Fasten screenshots

Features

It's pretty basic right now, but it's designed with a easily extensible core around a solid foundation:

  • Self-hosted
  • Designed for families, not Clinics (unlike OpenEMR and other popular EMR systems)
  • Supports the Medical industry's (semi-standard) FHIR protocol
  • Uses OAuth2 (Smart-on-FHIR) authentication (no passwords necessary)
  • Uses OAuth's offline_access scope (where possible) to automatically pull changes/updates
  • Multi-user support for household/family use
  • (Future) Dashboards & tracking for diagnostic tests
  • (Future) Integration with smart-devices & wearables

Getting Started

Instructions

Run the following commands to download and start the Fasten docker container.

docker pull ghcr.io/fastenhealth/fasten-onprem:main 
docker run --rm -p 9090:8080 ghcr.io/fastenhealth/fasten-onprem:main 

Next, open a browser to http://localhost:9090

At this point you'll be redirected to the login page.

Logging In

Before you can use the Fasten BETA, you'll need to Create an Account.

It can be as simple as

  • Username: testuser
  • Password: testuser

Usage

FAQ's

See FAQs for common questions (& answers) regarding Fasten

Contributing

Please see the CONTRIBUTING.md for instructions for how to develop and contribute to the Fasten codebase.

Work your magic and then submit a pull request. We love pull requests!

If you find the documentation lacking, help us out and update this README.md. If you don't have the time to work on Fasten, but found something we should know about, please submit an issue.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

Jason Kulatunga - Initial Development - @AnalogJ

Licenses

  • GPLv3

Sponsors

Fasten is only possible with the help of my Github Sponsors and Reddit supporters!