projkov / fhir-emr

EMR based on FHIR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Beda EMR

beda-emr-logo

Clean and powerful frontend for Electronic Medical Records.

Open-source. Customizable. Leverages HL7 FHIR standard as data model.

Project Status: development

Promo web page: beda.software/emr

Design: Figma

Benefits

  • Fully FHIR compatible:
    • all app data are stored as FHIR resources
    • any app data are available via FHIR API
  • Extremely flexible:
    • use extensions and profiles to adjust FHIR data model
  • Fast to build forms and CRUD
    • all forms in the app are just Questionnaire resources
  • Build the app with no-code
    • app provides UI Questionnaire builder for creating Questionnaires

Features

  • Patients management
  • Practitioners management
  • Appointment and Encounters (visits management, scheduling)
  • Treatment notes
  • Patient medical information
  • Medication management
  • Telemedicine
  • EMR Questionnaire form builder
  • Electronic Medical Records
    • based on Questionnaire and QuestionnaireResponse resources
    • Questionnaire population, initial and calculated expressions
    • extraction FHIR data from QuestionnaireResponse on save

Demo

emr.beda.software

UI Questionnaire Builder

The app uses SDC

For medical practitioners and organizations

For collaborators

License

Installation

Setup env variables

cp .env.tpl .env
# Get aidbox license at https://aidbox.app/ and place licence JWT to .env

Local setup

Prepare frontend configuration

cp shared/src/config.local.ts shared/src/config.ts

This file (shared/src/config.ts) is ignored by git. So, feel free to change it.

yarn
yarn compile

Docker

You need to setup docker to run FHIR server, SDC and other microservices. https://docker.com/
Once you get docker installed in you local machine, you can run Aidbox and other dependencies

make build-seeds
make up

The first start may take a few minutes since it synchronizes the terminology.

Start

yarn start           # start watch all workspaces

Test

yarn test            # launch tests for all workspaces

Update seeds

To see the changes that were added to resources/seeds follow next steps

make seeds

Project History

Project for https://github.com/HealthSamurai/xmas-hackathon-2021

About

EMR based on FHIR

License:MIT License


Languages

Language:TypeScript 98.4%Language:SCSS 0.8%Language:HTML 0.5%Language:JavaScript 0.2%Language:Python 0.1%Language:Shell 0.0%Language:Dockerfile 0.0%Language:Tcl 0.0%Language:Makefile 0.0%Language:Smarty 0.0%