<img src=“https://travis-ci.org/ruby-hl7/ruby-hl7.png?branch=master” alt=“Build Status” /> <img src=“https://codeclimate.com/github/ruby-hl7/ruby-hl7.png” />
A simple way to parse and create HL7 2.x messages with Ruby.
Examples can be found in HL7::Message.
The version id can be found in the HL7::VERSION constant.
-
Rubygems: rubygems.org/gems/ruby-hl7
Lists
-
Google group: groups.google.com/group/ruby-hl7
Copyright © 2006-2014 Mark Guzman
Maintained by:
Install the gem using the following command:
gem install ruby-hl7
In your Gemfile:
gem 'ruby-hl7'
The ZCF segment has been removed, as it is not standard. To continue using it, please use the ruby-hl7-zcf gem.
See the LICENSE file.