Hl7.Fhir.Base 5.0.0-beta1
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:
- DSTU1 (published September 2014) is mostly obsolete and we are no longer maintaining this library for DSTU1.
- DSTU2 (published October 2015) is mostly obsolete and and we are no longer maintaining this library for DSTU2.
- STU3 (published March 2017) is older, but still widely in use. Is fully supported by this library.
- R4 (published January 2019) is in active use and fully supported by this library.
- R4B (published May 2022) is the latest official release of the FHIR spec and is fully supported by this library.
- R5 (not yet published) is work-in-progress. This library currently supports "snapshot-1".
Planned release DSTU2.1 was never published by HL7, but you will still find traces of it. We are not maintaining the version, but the NuGet package is still available.
Read the online documentation, and download the correct NuGet package 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 totally restructured for the 5.0 release. Please take not of the following changes if you are upgrading:
- The additional
Hl7.Fhir.Specification
packages are no longer relevant starting at version 5.0 of the SDK and should not be included in your projects anymore. - The main NuGet package no longer contains the
specification.zip
file that contains all the conformance resources used in the FHIR specification. If you are using theZipSource
resolvers (e.g. for profile validation), you will need to include the correctHL7.Fhir.Specification.Data.*
NuGet packages. We recommend you look at the newerFhirPackageResolver
that directly use the HL7-published NPM packages. Documentation can be found here. - The profile validator has been split off into its own repository. The NuGet packages for the 5.0 version of the profile validator will be posted soon.
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.
Showing the top 20 packages that depend on Hl7.Fhir.Base.
Packages | Downloads |
---|---|
Firely.Fhir.Packages
Package Description
|
18 |
Firely.Fhir.Packages
This is Firely's support library for anyone who wants to work with HL7 FHIR packages.
|
17 |
Firely.Fhir.Packages
This is Firely's support library for anyone who wants to work with HL7 FHIR packages.
|
22 |
Hl7.Fhir.Conformance
Conformance POCOs and related functionality for Firely's HL7 FHIR SDK. Is a dependency for the FHIR release-specific NuGet packages, but could be used separately in conformance-only scenario's for release R4 and up.
|
20 |
Hl7.Fhir.Conformance
Conformance POCOs and related functionality for Firely's HL7 FHIR SDK. Is a dependency for the FHIR release-specific NuGet packages, but could be used separately in conformance-only scenario's for release R4 and up.
|
21 |
Hl7.Fhir.Conformance
Conformance POCOs and related functionality for Firely's HL7 FHIR SDK. Is a dependency for the FHIR release-specific NuGet packages, but could be used separately in conformance-only scenario's for release R4 and up.
|
22 |
Hl7.Fhir.Conformance
Conformance POCOs and related functionality for Firely's HL7 FHIR SDK. Is a dependency for the FHIR release-specific NuGet packages, but could be used separately in conformance-only scenario's for release R4 and up.
|
23 |
Hl7.Fhir.Conformance
Conformance POCOs and related functionality for Firely's HL7 FHIR SDK. Is a dependency for the FHIR release-specific NuGet packages, but could be used separately in conformance-only scenario's for release R4 and up.
|
24 |
Hl7.Fhir.Conformance
Conformance POCOs and related functionality for Firely's HL7 FHIR SDK. Is a dependency for the FHIR release-specific NuGet packages, but could be used separately in conformance-only scenario's for release R4 and up.
|
25 |
Hl7.Fhir.Conformance
Conformance POCOs and related functionality for Firely's HL7 FHIR SDK. Is a dependency for the FHIR release-specific NuGet packages, but could be used separately in conformance-only scenario's for release R4 and up.
|
26 |
Hl7.Fhir.Conformance
Conformance POCOs and related functionality for Firely's HL7 FHIR SDK. Is a dependency for the FHIR release-specific NuGet packages, but could be used separately in conformance-only scenario's for release R4 and up.
|
27 |
Hl7.Fhir.Conformance
Conformance POCOs and related functionality for Firely's HL7 FHIR SDK. Is a dependency for the FHIR release-specific NuGet packages, but could be used separately in conformance-only scenario's for release R4 and up.
|
29 |
Hl7.Fhir.Conformance
Conformance POCOs and related functionality for Firely's HL7 FHIR SDK. Is a dependency for the FHIR release-specific NuGet packages, but could be used separately in conformance-only scenario's for release R4 and up.
|
31 |
Hl7.Fhir.Conformance
Conformance POCOs and related functionality for Firely's HL7 FHIR SDK. Is a dependency for the FHIR release-specific NuGet packages, but could be used separately in conformance-only scenario's for release R4 and up.
|
33 |
Hl7.Fhir.Conformance
Conformance POCOs and related functionality for Firely's HL7 FHIR SDK. Is a dependency for the FHIR release-specific NuGet packages, but could be used separately in conformance-only scenario's for release R4 and up.
|
34 |
Hl7.Fhir.Conformance
Conformance POCOs and related functionality for Firely's HL7 FHIR SDK. Is a dependency for the FHIR release-specific NuGet packages, but could be used separately in conformance-only scenario's for release R4 and up.
|
36 |
Hl7.Fhir.Conformance
Conformance POCOs and related functionality for Firely's HL7 FHIR SDK. Is a dependency for the FHIR release-specific NuGet packages, but could be used separately in conformance-only scenario's for release R4 and up.
|
68 |
.NET 6.0
- Newtonsoft.Json (>= 13.0.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
.NET Standard 2.0
- Newtonsoft.Json (>= 13.0.1)
- System.Buffers (>= 4.5.1)
- System.ComponentModel.Annotations (>= 5.0.0)
- System.Reflection.Emit.Lightweight (>= 4.7.0)
- System.Text.Json (>= 7.0.0)
Version | Downloads | Last updated |
---|---|---|
5.11.0 | 0 | 11/08/2024 |
5.10.3 | 3 | 10/06/2024 |
5.10.2 | 2 | 10/05/2024 |
5.10.1 | 3 | 09/12/2024 |
5.10.0 | 4 | 09/20/2024 |
5.9.1 | 7 | 08/22/2024 |
5.9.0 | 15 | 08/13/2024 |
5.8.2 | 31 | 07/23/2024 |
5.8.1 | 24 | 07/23/2024 |
5.8.0 | 23 | 07/23/2024 |
5.7.0 | 28 | 07/23/2024 |
5.6.1 | 27 | 07/23/2024 |
5.6.0 | 25 | 07/23/2024 |
5.5.1 | 52 | 02/05/2024 |
5.5.0 | 19 | 07/23/2024 |
5.4.0 | 28 | 07/23/2024 |
5.3.0 | 25 | 07/23/2024 |
5.2.0 | 32 | 07/20/2024 |
5.1.0 | 32 | 07/23/2024 |
5.0.0 | 25 | 07/23/2024 |
5.0.0-beta3 | 28 | 07/23/2024 |
5.0.0-beta2 | 24 | 07/22/2024 |
5.0.0-beta1 | 22 | 07/23/2024 |