Hl7v2x 2025.3.15

dotnet add package Hl7v2x --version 2025.3.15
                    
NuGet\Install-Package Hl7v2x -Version 2025.3.15
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hl7v2x" Version="2025.3.15" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Hl7v2x" Version="2025.3.15" />
                    
Directory.Packages.props
<PackageReference Include="Hl7v2x" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Hl7v2x --version 2025.3.15
                    
#r "nuget: Hl7v2x, 2025.3.15"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Hl7v2x&version=2025.3.15
                    
Install Hl7v2x as a Cake Addin
#tool nuget:?package=Hl7v2x&version=2025.3.15
                    
Install Hl7v2x as a Cake Tool

HL7 v2.x Models

Models of HL7 v2.x segments, data structures, tables and messages.

Supports all 2.x versions (more or less), but is pretty strict on parsing fields that refer to tables. Make sure your incoming messages use the official table values.

Instructions

Use Hl7MessageParser to read messages and the .Write(..) method on Hl7Message to write messages.

Credit

Models were extracted from HL7.eu (https://www.hl7.eu/HL7v2x/hl7contents.htm)

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2025.3.15 59 3/15/2025
2025.3.12 143 3/12/2025