HL7Kit.Fhir 1.0.0

dotnet add package HL7Kit.Fhir --version 1.0.0
                    
NuGet\Install-Package HL7Kit.Fhir -Version 1.0.0
                    
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="HL7Kit.Fhir" Version="1.0.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="HL7Kit.Fhir" Version="1.0.0" />
                    
Directory.Packages.props
<PackageReference Include="HL7Kit.Fhir" />
                    
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 HL7Kit.Fhir --version 1.0.0
                    
#r "nuget: HL7Kit.Fhir, 1.0.0"
                    
#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.
#:package HL7Kit.Fhir@1.0.0
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=HL7Kit.Fhir&version=1.0.0
                    
Install as a Cake Addin
#tool nuget:?package=HL7Kit.Fhir&version=1.0.0
                    
Install as a Cake Tool

HL7Kit.Fhir

HL7Kit.Fhir converts parsed HL7Kit HL7 v2 message objects into Firely .NET SDK FHIR R4 resources.

Features

  • PID to Patient
  • PV1 to Encounter
  • OBX to Observation
  • NK1 to RelatedPerson
  • AL1 to AllergyIntolerance
  • DG1 to Condition
  • Full Bundle conversion via ToBundle()

Quick Start

using HL7Kit;
using HL7Kit.Fhir;
using Hl7.Fhir.Model;

Hl7Message message = Hl7Message.Parse(raw);

Patient patient = Hl7FhirConverter.ToPatient(message);
Encounter encounter = Hl7FhirConverter.ToEncounter(message);
Observation observation = Hl7FhirConverter.ToObservation(message);
Bundle bundle = Hl7FhirConverter.ToBundle(message);
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.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
1.0.0 94 5/3/2026