/
Working with HL7
Working with HL7
HL7 v2 is the most widely used data standard in the healthcare industry. But not all systems and devices use the same version and can have customizations. Thats where HL7 filtering and mapping becomes essential.
Creating HL7 interfaces in Iguana follows a simple repeatable pattern:
Parsing the inbound HL7 messages.
Filtering unwanted messages.
Mapping (translating) or transforming the messages.
Queueing messages for the downstream component.
Let’s build an HL7 Mapping component.
, multiple selections available,
Related content
Transforming Messages: HL7 to JSON
Transforming Messages: HL7 to JSON
More like this
Mapping HL7 to Database
Mapping HL7 to Database
More like this
HL7 to Database
HL7 to Database
More like this
HL7 to HL7 Map
HL7 to HL7 Map
More like this
Creating a VMD
Creating a VMD
More like this
HL7MAP Library
HL7MAP Library
More like this