This is a lightweight library for composing and parsing HL7 2.x messages, for modern .NET applications.
It is not tied to any particular version of HL7 nor validates against one.
This library is distributed via nuget and targets two frameworks:
For using the classes and methods mentioned below, declare de following namespace:
using Efferent.HL7.V2;
Read the full documentation in the wiki page.
This library has taken Jayant Singh's HL7 parser as its foundation: https://github.com/j4jayant/hl7-cSharp-parser
The field encoding and decoding methods have been based on: https://github.com/elomagic/hl7inspector