DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Implement FHIR REST Server With Couchbase

4 years ago dzone.com
Implement FHIR REST Server With Couchbase

Summary: This is a summary of an article originally published by the source. Read the full original article here →

This is a follow up to my previous post that covered the topic of FHIR Data Model with Couchbase N1QL. In this blog, I will discuss the topic of how to implement the FHIR Search REST API Server over the Couchbase services, including actual examples of how the different FHIR search patterns work with Couchbase using the synthetic FHIR data provided by Synthea.

The FHIR Rest server is central to this application, and needs to support the search specifications as specified by FHIR https://www.hl7.org/fhir/search.html. The REST server manages all the interactions between the client applications and translates the FHIR search requests into N1QL statements, and submits the requests to the Couchbase Query Service.

A few key points to note: FHIR Rest Servers are being implemented in all types of platforms.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com