Z-Segment Support in the IdentityForge HL7 Connector

Z Segment Support For Identity Forge IAM Image

Z-segments are non-standard HL7 not defined in the example MFN (Master File Notification) schema that ships with the connector. The IdentifyFoge HL7 Connector means any Z-segment can be added when creating the HL7 schema.

What is HL7?

Health Level-7 – or HL7 – refers to a set of international standards for transfer of clinical and administrative medical data between software applications used by various healthcare providers. An HL7 message is comprised of one-character delimiters that separate the following message parts:

  • Segments, separated by a carriage return ( \r )
  • Fields, separated by a vertical bar/pipe ( | )
  • Components, separated by a caret ( ^ )
  • Subcomponents, separated by an ampersand ( & )

What are HL7 “Z-Segments”?

A Z-segment is a message segment that contains clinical or patient data that is not part of the HL7 standard. Z-segments are part of the reason why the HL7 standard is considered a “flexible” standard. In HL7 messaging, all Z-segments start with the letter “Z”.

For example, Epic makes extensive use of Z-segments in their HL7-based incoming interfaces.

What is the IdentityForge HL7 Connector

The IdentityForge HL7 Connector allows the user to integrate any IAM system that has an LDAP adapter with any target system that accepts HL7 version 2 messages. The connector is largely configuration-driven and is capable of generating virtually any HL7 v2 payload. This is made possible by defining an XML schema that handles the transformation from LDAP request to HL7 message.

How to Configure Z Segments

In this example we’ll add a “ZPR” segment to the “MFN^M02” messages generated by the connector. ZPR is “Additional Practitioner Detail” and is introduced by Epic for their Incoming Provider Information Interface.

As the Z-segments are not standard HL7, they are not defined in the example MFN (Master File Notification) schema that ships with the connector. With that said, the connector design means any Z-segments can be added when creating the HL7 schema to be used.

For instance, adding the following to mfn-schema.xml:



    
        [...]
        
        
            
        
        
            
        
        
            
        
        
            
        
        
            
        
        [...]
    

will allow the IAM system to send values for ZPR-1 and ZPR-2. To demonstrate, with the above schema modification, sending the following LDAP request:

dn: mfe-primaryKeyValue=12345^^PROVID,ou=MFN-M02,dc=hl7,dc=com
changetype: modify
replace: zpr-subspecialty
zpr-subspecialty: CARDIO
-
replace: zpr-discipline-id
zpr-discipline-id: D123
-
replace: zpr-discipline-assigningAuthority
zpr-discipline-assigningAuthority: EMC

yields the following HL7 message:

MSH|^~&|||EPIC||||MFN^M02|none||2.3|||||
MFE|MUP|||12345^^PROVID
ZPR|CARDIO|D123^^EMC

Conclusion

While the HL7 v2 message format allows for the definition of additional “Z Segments”, the flexibility of the IdentityForge HL7 Connector makes supporting these additional segments a snap. If you are interested in this connector (or any others) – request a demo today!