HL7-V2 3.4.0

HL7-V2

NuGet downloads github build

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.

Usage and compatibility

This library is distributed via nuget and targets two frameworks:

  • .NET Standard 2.0 for maximum compability, covering more than 40 .NET frameworks
  • .NET 8.0 for better performance under the new Microsoft's cross-platform framework

For using the classes and methods mentioned below, declare de following namespace:

using Efferent.HL7.V2;

Documentation

Read the full documentation in the wiki page.

Credits

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

No packages depend on HL7-V2.

.NET 8.0

  • No dependencies.

.NET Standard 2.0

  • No dependencies.

Version Downloads Last updated
3.4.0 3 05/07/2025
3.3.0 0 11/28/2024
3.2.0 0 11/24/2024
3.1.0 0 10/06/2024
3.0.3 0 08/03/2024
3.0.2 0 07/31/2024
3.0.1 0 07/06/2024
3.0.0 0 07/05/2024