HomeProjectsBlogContact
Made with ❤️ by Anton Vasetenkov
Converting HL7v2 to FHIR
Feb 25, 2023

Converting HL7v2 to FHIR

Translating HL7v2 messages to FHIR.

There are multiple approaches to converting HL7v2 messages to FHIR. The table below compares the approaches.

Services for converting HL7v2 to FHIR

ServiceDescription
Google healthcare data harmonization engineThe mapping config is written in the Whistle data transformation language.
LinuxForHealth HL7 to FHIR converterThe conversion of HL7v2 messages to FHIR bundles is done using YAML message templates.
Microsoft's FHIR ConverterThe converter supports the Handlebars and Liquid template languages and is implemented in JavaScript.

See also
Parsing HL7v2 messages in JavaScript
Libraries for parsing HL7v2 messages in JavaScript
HL7v2 Validator
Validate HL7v2 messages against the HL7 abstract message syntax.
HL7v2 Editor
Author, inspect, and debug HL7v2 messages online.
An interactive browser for the HL7 RIM
Explore the HL7 Reference Information Model.
Online resources for browsing the HL7v2 specification
Useful links to help you browse the HL7v2 specification.
HL7 CDA Schema Explorer
An interactive browser for the CDA schema.
CQL-to-ELM Converter
Convert CQL to ELM online.