/
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
Map Entire HL7 Messages or Segments
Map Entire HL7 Messages or Segments
More like this
HL7 to HL7 Map
HL7 to HL7 Map
More like this
Working with HL7
Working with HL7
More like this
Mapping HL7 to Database
Mapping HL7 to Database
More like this
HL7MAP Library
HL7MAP Library
More like this
HL7 to Database
HL7 to Database
More like this