A VMD or Visual Message Definition File are used in IguanaX to define the structure, format and identity of HL7v2 and EDI X12 messages during processing. A VMD file contains:
Message Definitions: The message definition includes a breakdown of segments and their corresponding fields, as well as the order and cardinality (required or repeating) of those segments and fields.
Matching Rules: These rules help Iguana recognize and differentiate between different message definitions. The order of the matching rules matters! Iguana will check incoming messages against the matching rule list in order, the first match is applied.
IguanaX contains importable VMD definitions for:
HL7v2 Libraries (v2.1 to 2.7)
EDI X12 HIPAA Libraries (v4010 and 5010)
VMD files are a big part of what makes IguanaX an easy environment to handle HL7 and X12 in. Let’s look at an example HL7 message and VMD:
Expand | ||
---|---|---|
| ||
See how this raw HL7 message is not very readable:
|
Expand | ||
---|---|---|
| ||
The entries in the dictionary give the names and descriptions of the fields in the message. Iguana is able to use this dictionary to make it more intuitive as to what the fields mean. |
Expand | ||
---|---|---|
| ||
VMDs in IguanaX have a simple JSON format:. To view a VMD as JSON in the Translator, click on the .vmd file edit icon ⋮, and click Show Source.
| ||
Expand | ||
| ||
This is the same node in the GUI editor: |
This video explains the benefit:
...