Last Updated: February 25, 2016
·
1.048K
· cmiles74

Parsing and Building HL7 2.x Messages

If you're working with Clojure and #HL7 messages, this library (mine) makes it easy to parse, alter and create your own messages. There's no more excuse not to properly acknowledge incoming messages! :P

(message/ack-message {:sending-app "MYAPP"
          :sending-facility "TEST LAB"
          :production-mode "P"
          :version "2.3"
          :text-message "Successfully received"}
          "AA" parsed-message)(message/ack-message {:sending-app "MYAPP"
          :sending-facility "TEST LAB"
          :production-mode "P"
          :version "2.3"
          :text-message "Successfully received"}
          "AA" parsed-message)

https://github.com/cmiles74/clojure-hl7-messaging-2-parser