NHapi is a .NET port of the original Java project HAPI.
NHapi allows Microsoft .NET developers to easily use an HL7 2.x object model. This object model allows for parsing and encoding HL7 2.x data to/from Pipe Delimited or XML formats. A very handy program for use in the health care industry.
This project is NOT affiliated with the HL7 organization. This software just conforms to the HL7 2.x specifications.
NHapi currently targets .NET Framework 3.5 and netstandard2.0 which aims to provide support for projects which target .NET Framework 3.5 and above as well as .NET Core 2.0 and above.
The easiest way to get started using nHapi is to use the NuGet package 'nHapi':
Using the package manager console within visual studio, simply run the following command:
PM > Install-Package nhapi
From your console of choice assuming you have dotnet core installed.
> dotnet add package nhapi
For more options please read the Getting Started page of the wiki.
nHapi 3.2.0 has been released - see Full Change Log for details.
If you use nHapi you may find the following projects useful:
Should you know of any other projects that use or improve nHapi please let me know or send a pull request with a link to the project and I'll be happy to add it to the list.