Hi Ed,
At J2 Interactive, we've done several direct SDA integrations into HealthShare that you describe. Your alternate approach of generating HL7v2 messages to send in to HealthShare will absolutely work. However, if your organization is committed to using HealthShare, it is worth the effort to learn the SDA XML structure since it is a core part of the technology. Additional benefits of the direct SDA approach include
- More control: you can populate any SDA field, including custom ones you define, without touching ISC code.
- Better stability: since you're not relying on ISC standard translations, you don't have to adjust your generated messages when that logic changes.
- Fewer Translations: less opportunities for the data to be changed slightly (e.g. like in a game of telephone)
- Easy Export from SDA: once the data is in HealthShare, you can leverage standard transformations that turn SDA into HL7v2 and other formats if you need to send the information to downstream systems that don't accept SDA.
Hope that helps,
Karl
- Log in to post comments