h

hapi

HAPI (HL7 application programming interface; pronounced "happy") is an open-source, object-oriented HL7 2.x parser for Java. HL7 (http://hl7org) is a messaging specification for healthcare information systems. This project is not affiliated with the HL7 organization; we are just writing some software that conforms to their specification. The project was initiated by University Health Network (a large multi-site teaching hospital in Toronto, Canada).
http://hl7api.sourceforge.net/
HAPI is dual licensed (MPL, GPL) Mozilla Public License 1.1 GNU General Public License
University Health Network
Bryan Tripp James Agnew Christian Ohr Niranjan Sharma Alexei Guevara Charles D. Fisher Abraham Tio Leslie Mann Neal Acharya Nico Vannieuwenhuyze
Files download
File Operation
hapi-2.2.pom download
Apache Maven
<dependency>
  <groupId>ca.uhn.hapi</groupId>
  <artifactId>hapi</artifactId>
  <version>2.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'ca.uhn.hapi:hapi:2.2'
Gradle Kotlin
implementation("ca.uhn.hapi:hapi:2.2")
Scala SBT
libraryDependencies += "ca.uhn.hapi" % "hapi" % "2.2"
Groovy Grape
@Grapes(
  @Grab(group='ca.uhn.hapi', module='hapi', version='2.2')
)
Apache Ivy
<dependency org="ca.uhn.hapi" name="hapi" rev="2.2" />
Leiningen
[ca.uhn.hapi/hapi "2.2"]
Apache Buildr
'ca.uhn.hapi:hapi:jar:2.2'