/
Transforming Messages: HL7 to JSON
Transforming Messages: HL7 to JSON
In this tutorial, we will cover transforming messages - in this case HL7v2 to JSON - but you can use the same transformation techniques when mapping data between any of the different types of node trees.
This tutorial will follow a simple repeatable pattern for getting started with any interface:
Parsing the inbound HL7v2 messages.
Filtering unwanted messages.
Transforming the messages to JSON.
Queueing messages for the downstream component.
Let’s build an HL7 to JSON component.
, multiple selections available,
Related content
HL7 to Database
HL7 to Database
More like this
Creating a VMD
Creating a VMD
More like this
Creating a Catchall Matching Rule
Creating a Catchall Matching Rule
More like this
Structuring Component Translators
Structuring Component Translators
Read with this
Working with HL7
Working with HL7
More like this
Lua
Read with this