![]() |
VOOZH | about |
dotnet add package Hl7.Fhir.R5 --version 6.2.0
NuGet\Install-Package Hl7.Fhir.R5 -Version 6.2.0
<PackageReference Include="Hl7.Fhir.R5" Version="6.2.0" />
<PackageVersion Include="Hl7.Fhir.R5" Version="6.2.0" />Directory.Packages.props
<PackageReference Include="Hl7.Fhir.R5" />Project file
paket add Hl7.Fhir.R5 --version 6.2.0
#r "nuget: Hl7.Fhir.R5, 6.2.0"
#:package Hl7.Fhir.R5@6.2.0
#addin nuget:?package=Hl7.Fhir.R5&version=6.2.0Install as a Cake Addin
#tool nuget:?package=Hl7.Fhir.R5&version=6.2.0Install as a Cake Tool
IMPORTANT The 6.0 version of the SDK no longer supports netstandard 2.0. The minimum target framework is now netstandard2.1. If you need netstandard2.0 support, please continue to use the 5.x version of the SDK (but consider upgrading).
This is Firely's official support SDK for working with HL7 FHIR on the Microsoft .NET (dotnet) platform.
This SDK provides:
StructureDefinition and generation of differentialsRead the releases notes on firely-net-sdk/releases. You can find documentation about this SDK in the Firely docs site.
Before installing one of the NuGet packages (or clone the repo) it is important to understand that HL7 has published several updates of the FHIR specification, each with breaking changes - so you need to ensure you use the version that is right for you:
Read the online documentation, and download the correct for your FHIR release. Depending on the version of FHIR you require, you'll find the relevant link to the package below. For most developers, just including this NuGet package is enough to get started.
Every release of the SDK results in a NuGet package on the normal NuGet feed. However, each commit on our develop branch also results in a pre-release package.
These are public too. So if you want to be brave and use a pre-release packages, you can do so by adding https://nuget.pkg.github.com/FirelyTeam/index.json to your NuGet sources:
Get a Personal Access token (PAT) from github.com with scope read:packages
Next open a console on your machine and run dotnet nuget add source --name github --username <USERNAME> --password <PAT> https://nuget.pkg.github.com/FirelyTeam/index.json
USERNAME: your username on GitHub
PAT: your Personal access token with at least the scope read:packages
We spend a lot of effort trying to maintain compile compatibility (not binary compatibility) between minor releases of the SDK. We do, however, publish a new major version with breaking changes about once a year. The table below lists the breaking changes for each of the major upgrades.
The profile validator has been split off into its own repository. The NuGet packages for the validator that are compatible with the SDK 6.0 release can be found on NuGet.
We actively monitor the issues coming in through the GitHub repository at https://github.com/FirelyTeam/firely-net-sdk/issues. You are welcome to register your bugs and feature suggestions there. For questions and broader discussions, we use the .NET FHIR Implementers chat on Zulip.
In addition to community support via GitHub, Firely also offers optional commercial support for organizations that rely on the SDK in production and want guaranteed response times or implementation help. If this is relevant for you, feel free to contact us.
We are welcoming contributions!
If you want to participate in this project, we're using Git Flow for our branch management. Please submit PRs with changes against the develop branch.
Note: Since the 5.0 release of the SDK, the branches for STU3 and newer have been combined in a single
developbranch. This branch now contains the code for all FHIR releases from STU3 and up. We have also refactored all the common code out to projects within that branch, so the separatecommonrepository (at https://github.com/FirelyTeam/firely-net-common) is no longer in use. This greatly simplifies management and creating PRs for these projects.
Our build pipeline automatically checks for binary compatibilty and fails when we break it. In some cases we can make an exception to break binary compatitibility.
To make sure the pipeline doesn't break, you should run dotnet pack /p:ApiCompatGenerateSuppressionFile=true locally to generate a suppression file. Please commit this file to make sure the build passes.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 netstandard2.1 is compatible. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on Hl7.Fhir.R5:
| Package | Downloads |
|---|---|
|
Hl7.Fhir.Specification.R5
Metapackage including Firely's SDK Base Class Library and specification conformance data for HL7 FHIR R5. Its sole purpose is to provide a backwards-compatible package reference for projects that used pre-5.0 versions of the SDK. |
|
|
Firely.Fhir.Validation.R5
Next-gen Firely validator for R5, which validates FHIR data against profiles. |
|
|
Hl7.Fhir.Validation.Legacy.R5
Firely's Legacy profile validator (pre-SDK 5.0) for HL7 FHIR R5. |
|
|
Vonk.Fhir.R5
Package Description |
|
|
Lc.Linca.Sdk
Linked Care Client Software Development Kit The Linked Care Consortium https://linkedcare.at Annemarie Goldmann, Daniel Latikaynen |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 6.2.0 | 5,823 | 5/11/2026 |
| 6.1.1 | 11,341 | 3/24/2026 |
| 6.1.0 | 1,382 | 3/4/2026 |
| 6.0.2 | 7,549 | 1/13/2026 |
| 6.0.1 | 49,202 | 10/15/2025 |
| 6.0.0 | 3,571 | 10/14/2025 |
| 6.0.0-rc1 | 431 | 8/19/2025 |
| 6.0.0-beta1 | 289 | 7/4/2025 |
| 6.0.0-alpha2 | 347 | 4/23/2025 |
| 5.13.4 | 323 | 5/27/2026 |
| 5.13.3 | 745 | 3/10/2026 |
| 5.13.2 | 2,064 | 1/8/2026 |
| 5.13.1 | 3,763 | 12/1/2025 |
| 5.13.0 | 6,242 | 10/14/2025 |
| 5.12.2 | 8,530 | 8/27/2025 |
| 5.12.1 | 36,573 | 7/17/2025 |
| 5.12.0 | 5,791 | 6/24/2025 |
| 5.11.7 | 10,811 | 5/21/2025 |
| 5.11.6 | 8,518 | 5/12/2025 |
| 5.11.5 | 3,790 | 5/7/2025 |