Skip to content

A dashboard integrating a FHIR Pathling server and Synthea synthetic data generator in FHIR R4 format

Notifications You must be signed in to change notification settings

maicobernal/pathling_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dashboard FHIR Pathling

This project is a web application that demonstrates the power of FHIR (Fast Healthcare Interoperability Resources) by allowing users to visualize and query synthetic patient data generated by Synthea. The app was developed using the Dash framework and deployed on a Pathling server.

Background

FHIR is a standard for exchanging healthcare information electronically, developed by HL7 International. It defines a set of resources and data types for healthcare-related information, such as patient records, medications, and diagnostic reports. FHIR is designed to be simple to implement, with a focus on interoperability and the ability to exchange data between different systems.

Synthea is an open-source synthetic patient generator that produces realistic, de-identified patient data for use in healthcare simulation and research. The data is generated using a set of rules and statistics based on real-world patient data. Synthea supports FHIR and can generate data in multiple formats.

Pathling is a data management platform developed by the Commonwealth Scientific and Industrial Research Organisation (CSIRO). It is designed to enable researchers to manage and analyze large-scale biomedical data using FHIR resources.

This project aims to develop a user-friendly tool for quickly viewing FHIR resources and utilizing Pathling functionality. The tool will provide an easy way to explore and understand FHIR data, and enable users to leverage Pathling's powerful features for data analysis and visualization.

Getting Started

To use the application, follow these steps:

  1. Clone the repository.
git clone https://github.com/maic01234/dashboard-fhir-pathling.git
  1. Make sure you have Docker installed on your machine. Open a terminal and navigate to the cloned repository and run the following command to start the Docker containers:
docker-compose up

This will start the Pathling and Python app containers.

  1. Open a web browser and go to this address to access the dashboard:
http://localhost:8050

Functionality

The dashboard allows users to view patient data in a variety of formats, including charts and tables. The app includes several tabs, each representing a different view of the data:

  • Home: displays the arquitecture of this app and generates random data.
  • Visualizacion: make aggregation queries on the FHIR Pathling server and display graphics.
  • Descarga: allows user to get data and visualize it on the web and download it as CSV.

Customize synthetic data

Check /config/synthea.properties file to add more FHIR resources (line 26) or resize population (line 95).

Acknowledgments

About

A dashboard integrating a FHIR Pathling server and Synthea synthetic data generator in FHIR R4 format

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published