How can I convert HL7 V2 messages to HL7 FHIR messages using GCP services?

1.2k Views Asked by At

I'm using GCP and I'm new to Healthcare.

I want to convert HL7 V2 messages to HL7 FHIR messages. Google shared an open source solution for this : https://github.com/GoogleCloudPlatform/healthcare-data-harmonization-dataflow

But I want to be able to convert these messages one by one, as they arrive. Probably using a Cloud Function.

Is there any way I can achieve that ?

1

There are 1 best solutions below

3
On

With some quick searching, I was able to find this documentation