Main Goal
To create a scalable microservice application that will extract data from health care providers and perform multiple data manipulations that allow doctors and care providers to take action based on the aggregated data.
Healthcare
GGZ Data Portal offers mental health professionals, organizations, and networks a free and secure platform to gain more insight into treatments for continuous quality improvement.
Healthcare
Netherlands
5 Months
Backend Development
GGZ Data Portal offers mental health professionals, organizations, and networks a free and secure platform to gain more insight into treatments for continuous quality improvement.
GGZ Data Portal offers mental health professionals, organizations, and networks a free and secure platform to gain more insight into treatments for continuous quality improvement.
To create a scalable microservice application that will extract data from health care providers and perform multiple data manipulations that allow doctors and care providers to take action based on the aggregated data.
All the developed system components are combined together with the power of docker and its great networking. All microservices are always kept in touch and can easily communicate with each other via an HTTP protocol in the private docker network.
To meet business needs and to speed up the development process - the great tool was chosen - FastAPI. It's great for building microservices and it has shown its greatest advantages during development and production.
For each specific healthcare data - there's an admin panel that aggregates, displays, and allows users to interact with the data - with that opportunity healthcare providers can better understand the mental health of their patients and make a treatment more efficient
Every microservice is fully sustainable and concurrent by itself - it means that even if every healthcare provider in the country will use the system - there'll always be available services and resources to manage and process the given request.
Python
Docker
FastAPI