Skip to content

igreat/FHIRHackathon

 
 

Repository files navigation

FHIR Hackathon: Streamlining the Discharge Process

This project is a web application that aims to streamline the discharge process for patients.

What does it do?

Template Creation

The application allows doctors to create different forms for patients depending on the type of test they are taking. The doctor can then use that form as a template for future patients, making the process more efficient.

The doctor can also modify existing form templates to make more specific forms for patients.

Patient Checkup

The application allows doctors to fill out forms for patients. The forms are automatically saved to the patient's in a cloud database (firebase) so that the doctor can later generate a draft summary of the entire patient's checkup data.

Patient Summary

The application allows doctors to generate a draft summary with various graphs and patient statistics. The doctor can then use this summary as a reference to speed up the making of the final patient discharge letter.

Testing the project locally

First, clone the repository:

git clone https://github.com/OminousSquash/FHIRHackathon.git

Then, navigate to the project directory:

cd FHIRHackathon

Make sure you have Node.js installed.

If you haven't installed vite yet, run the following command:

npm create vite@latest

Then, install the dependencies:

npm install

Finally, run the project:

npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 97.6%
  • HTML 2.2%
  • CSS 0.2%