Skip to main content

A practical guide to turning legacy software architecture into FHIR-native

· 4 min read
CTO of Beda Software

Many healthcare software solutions are still developed without integrating FHIR, creating a significant barrier to interoperability with other healthcare products. This guide will walk you through transforming your custom-built solution into one that natively supports FHIR standards, making integration seamless. At Beda Software, we’ve successfully implemented this approach across multiple projects, proving its effectiveness for medium-sized applications and startups in real-world environments.

How to introspect FHIR resources

· 7 min read
CTO of Beda Software

What is the best way to query data from FHIR resources? Should we use functionality provided by a chosen programming language, or use tailored utilities like FHIRPath? Recently we had an internal conversation about this topic. Here you can find a summary.

Leveraging FHIR for appointment booking system

· 6 min read
CEO of Beda Software

There are multiple ways how you can architect a solution for appointment management. You can start from scratch or reuse community knowledge in this area. In this article, I am going to highlight the most known issues with the scheduling system I faced and how FHIR-driven architecture helps you avoid them.