Open-source tool for FHIR data analysis and visualization.
The inspiration for this application came from attending the Analytics on FHIR conference. After watching several presentations, I realized there was a need for a practical environment to experience how SQL on FHIR simplifies healthcare data analytics.
This project provides a containerized environment that, with a simple docker compose up command, gives you access to:
.env
file in project’s root directorySUPERSET_INTERNAL_URL="http://superset:8088"
SUPERSET_PUBLIC_URL="http://localhost:8088"
# running for the first time to build images
docker-compose -f docker-compose.dev.yml up --build
# up compose
docker compose -f docker-compose.dev.yml up
To populate your database with initial sample data, run:
docker compose exec app bundle exec rails db:seed
This command creates:
After running above command, you will have:
All set! By default, the directory containing the exported FHIR data is set to /app/fhir-export
- thanks to the configuration in docker-compose, it is shared between the FHIRboard application and Superset, making the dataset accessible in both locations.
To use your own dataset, simply place your export files in the designated directory. Future releases will support direct upload of FHIR export data and potential integration with FHIR servers using bulk export API endpoints.
Below is a short video demonstrating the capabilities of this tool.
Tests are written in RSpec and can be run with following command:
docker compose exec app bundle exec rspec
We welcome contributions! Here’s how you can help:
Please review our contribution guidelines before submitting changes.
FHIRboard is available under the MIT License.
Built with ❤️ by Momentum