Hl7.Fhir.R4
5.0.0
Prefix Reserved
See the version list below for details.
dotnet add package Hl7.Fhir.R4 --version 5.0.0
NuGet\Install-Package Hl7.Fhir.R4 -Version 5.0.0
<PackageReference Include="Hl7.Fhir.R4" Version="5.0.0" />
paket add Hl7.Fhir.R4 --version 5.0.0
#r "nuget: Hl7.Fhir.R4, 5.0.0"
// Install Hl7.Fhir.R4 as a Cake Addin #addin nuget:?package=Hl7.Fhir.R4&version=5.0.0 // Install Hl7.Fhir.R4 as a Cake Tool #tool nuget:?package=Hl7.Fhir.R4&version=5.0.0
IMPORTANT The 5.0 version of the SDK contains substantial changes to the way we have organized the NuGet packages and source code. Please read before installing this new 5.0 version.
IMPORTANT Version 5.0 of the SDK is in beta. Navigate back to the main repository for the stable 4.x release.
Introduction
This is Firely's official support SDK for working with HL7 FHIR on the Microsoft .NET (dotnet) platform.
This SDK provides:
- Class models for working with the FHIR data model using POCO's
- Xml and Json parsers and serializers
- A REST client for working with FHIR-compliant servers
- Helper classes to work with the specification metadata, most notably
StructureDefinition
and generation of differentials - Validation of instances based on profiles
- Evaluation FhirPath expressions
Release notes
Read the releases notes on firely-net-sdk/releases. You can find documentation about this SDK in the Firely docs site.
Getting Started
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:
- STU3 (published March 2017) is older, but still widely in use and fully supported by the SDK.
- R4 (published January 2019) is in active use and fully supported by the SDK.
- R4B (published May 2022) is the latest official release of the FHIR spec and is fully supported by the SDK.
- R5 (not yet published) is work-in-progress. This library currently supports "snapshot-1".
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.
Upgrading
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.
SDK version | Breaking changes |
---|---|
2.x | https://github.com/FirelyTeam/firely-net-sdk/wiki/Breaking-changes-in-2.0 |
3.x | https://github.com/FirelyTeam/firely-net-sdk/wiki/Breaking-changes-in-3.0 |
4.x | https://github.com/FirelyTeam/firely-net-sdk/wiki/Breaking-changes-in-4.0 |
5.x | https://github.com/FirelyTeam/firely-net-sdk/wiki/Breaking-changes-in-5.0 |
The SDK has been restructured for the 5.0 release. Please take note of the following changes if you are upgrading:
- You should only reference the main package (
Hl7.Fhir.<release>
). - If you need the
specification.zip
(for validation, if you are using theZipSource
resolver), addHl7.Fhir.Specification.Data.<release>
. - The "old"
Hl7.Fhir.Specification.<release>
package is now a metapackage that will include these two packages. - You should not reference any other packages that existed pre-5.0 (
Hl7.Fhir.ElementModel
etc.)
The profile validator has been split off into its own repository. The NuGet packages for the validator that are compatible with the SDK 5.0 release can be found on NuGet.
Support
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.
Contributing
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
branche.
Note: Since the 5.0 release of the SDK, the branches for STU3 and newer have been combined in a single
develop
branch. 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 separatecommon
repository (at https://github.com/FirelyTeam/firely-net-common) is no longer in use. This greatly simplifies management and creating PRs for these projects.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. 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. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- Hl7.Fhir.Conformance (>= 5.0.0)
-
net6.0
- Hl7.Fhir.Conformance (>= 5.0.0)
NuGet packages (52)
Showing the top 5 NuGet packages that depend on Hl7.Fhir.R4:
Package | Downloads |
---|---|
Hl7.Fhir.Specification.R4
Metapackage including Firely's SDK Base Class Library and specification conformance data for HL7 FHIR R4. Its sole purpose is to provide a backwards-compatible package reference for projects that used pre-5.0 versions of the SDK. |
|
Spark.Engine.R4
FHIR Server Engine - Handling REST Calls and Service Layer |
|
SanteDB.Messaging.FHIR
Allows SanteDB iCDR to accept FHIR messages. |
|
Hl7.Fhir.Validation.Legacy.R4
Firely's Legacy profile validator (pre-SDK 5.0) for HL7 FHIR R4. |
|
Vonk.Fhir.R4
Package Description |
GitHub repositories (4)
Showing the top 4 popular GitHub repositories that depend on Hl7.Fhir.R4:
Repository | Stars |
---|---|
ravendb/ravendb
ACID Document Database
|
|
FirelyTeam/spark
Firely and Incendi's open source FHIR server
|
|
microsoft/Tools-for-Health-Data-Anonymization
Set of tools for helping with data (in FHIR format) anonymization.
|
|
microsoft/iomt-fhir
iomt-fhir
|
Version | Downloads | Last updated |
---|---|---|
5.10.3 | 43,726 | 9/19/2024 |
5.10.2 | 1,991 | 9/18/2024 |
5.10.1 | 7,479 | 9/12/2024 |
5.10.0 | 1,206 | 9/10/2024 |
5.9.1 | 49,264 | 8/8/2024 |
5.9.0 | 20,383 | 7/25/2024 |
5.8.2 | 28,626 | 7/10/2024 |
5.8.1 | 131,206 | 5/2/2024 |
5.8.0 | 13,591 | 4/24/2024 |
5.7.0 | 85,681 | 3/15/2024 |
5.6.1 | 73,999 | 2/13/2024 |
5.6.0 | 1,216 | 2/13/2024 |
5.5.1 | 85,278 | 1/16/2024 |
5.5.0 | 30,028 | 1/10/2024 |
5.4.0 | 142,713 | 10/26/2023 |
5.3.0 | 224,079 | 7/27/2023 |
5.2.0 | 118,132 | 5/26/2023 |
5.1.0 | 65,700 | 4/28/2023 |
5.0.0 | 247,425 | 2/17/2023 |
5.0.0-beta3 | 1,201 | 2/1/2023 |
5.0.0-beta2 | 914 | 1/19/2023 |
5.0.0-beta1 | 2,788 | 12/21/2022 |
4.3.0 | 879,672 | 9/22/2022 |
4.2.1 | 192,787 | 8/17/2022 |
4.2.0 | 2,580 | 8/16/2022 |
4.1.0 | 97,865 | 7/7/2022 |
4.0.0 | 394,744 | 5/10/2022 |
4.0.0-beta2 | 5,065 | 3/4/2022 |
4.0.0-beta1 | 1,787 | 2/7/2022 |
3.8.3 | 75,632 | 4/28/2022 |
3.8.2 | 200,732 | 3/28/2022 |
3.8.1 | 87,915 | 3/4/2022 |
3.8.0 | 133,681 | 1/7/2022 |
3.7.0 | 128,443 | 12/1/2021 |
3.6.0 | 181,365 | 10/15/2021 |
3.5.0 | 186,363 | 9/2/2021 |
3.4.0 | 92,325 | 6/30/2021 |
3.3.0 | 54,216 | 6/2/2021 |
3.2.0 | 165,606 | 5/4/2021 |
3.1.0 | 82,726 | 4/1/2021 |
3.0.0 | 178,389 | 2/25/2021 |
2.0.3 | 419,002 | 1/26/2021 |
2.0.2 | 12,621 | 1/22/2021 |
2.0.1 | 104,827 | 11/25/2020 |
2.0.0 | 9,732 | 11/16/2020 |
2.0.0-beta2 | 2,113 | 9/22/2020 |
2.0.0-beta1 | 3,856 | 7/16/2020 |
1.9.0 | 415,451 | 7/23/2020 |
1.8.0 | 73,118 | 7/2/2020 |
1.7.0 | 239,532 | 5/6/2020 |
1.6.0 | 219,439 | 3/4/2020 |
1.5.0 | 156,317 | 2/4/2020 |
1.5.0-beta1 | 2,162 | 12/19/2019 |
1.4.0 | 202,768 | 10/10/2019 |
1.3.0 | 119,613 | 7/10/2019 |
1.2.1 | 47,524 | 4/16/2019 |
1.2.0 | 25,210 | 3/29/2019 |
1.2.0-beta2 | 4,762 | 2/28/2019 |
1.2.0-beta1 | 1,894 | 2/20/2019 |
0.96.1 | 13,937 | 9/25/2018 |
0.96.0 | 7,271 | 6/6/2018 |
0.95.0 | 7,255 | 4/12/2018 |
0.94.0-beta3 | 2,183 | 1/9/2018 |