SQL or NoSQL? A Real Story From Building Healthcare Software (and How FHIR Fits In)
dev.to·6h·
Discuss: DEV
Flag this post

A few years ago, I was helping build a healthcare system that needed to handle everything from patient records to real-time vitals coming from wearable devices.

At first, the team had one big question: “Should we use SQL or NoSQL?”

Like many architecture debates, it started with strong opinions, whiteboard arguments, and at least one developer insisting that “MongoDB can do anything.” (We all have that person…)

But the truth revealed itself when we mapped the actual problem.


The Moment It Became Clear

We had two very different types of data flowing into the platform:

1. Highly structured clinical data

Patients, encounters, diagnoses, medications, lab results — the usual healthcare stack. This data had strict rules, relationships, and compliance requi…

Similar Posts

Loading similar posts...