How to Export Data in HL7 Format

This forum is for programmers who have questions about the source code.
Post Reply
Jaynez
Posts: 6
Joined: Thu Mar 14, 2013 9:50 am

How to Export Data in HL7 Format

Post by Jaynez » Thu Mar 14, 2013 3:47 pm

Hello, is there anywhere i can export my data with OD ?

michael
Posts: 38
Joined: Wed Aug 04, 2010 8:49 am

Re: How to Export Data in HL7 Format

Post by michael » Thu Mar 21, 2013 2:53 pm

It is unlikely that you can export the data you want in HL7 format.

The only outgoing HL7 messages we currently support are DFT messages. It would be possible to setup outgoing HL7 messages that would export some data about procedures that were done, but that is pretty much it.

All of your data in Open Dental is either images/documents in your A-Z folder (no real need to "export" as they are already typically in universal formats), or in your MySQL database. The data in your MySQL database can easily be viewed/exported using one of many MySQL database tools like SQLYog or Navicat.

Post Reply