Hl7.Fhir.Specification.R4
4.0.0
Prefix Reserved
See the version list below for details.
dotnet add package Hl7.Fhir.Specification.R4 --version 4.0.0
NuGet\Install-Package Hl7.Fhir.Specification.R4 -Version 4.0.0
<PackageReference Include="Hl7.Fhir.Specification.R4" Version="4.0.0" />
paket add Hl7.Fhir.Specification.R4 --version 4.0.0
#r "nuget: Hl7.Fhir.Specification.R4, 4.0.0"
// Install Hl7.Fhir.Specification.R4 as a Cake Addin #addin nuget:?package=Hl7.Fhir.Specification.R4&version=4.0.0 // Install Hl7.Fhir.Specification.R4 as a Cake Tool #tool nuget:?package=Hl7.Fhir.Specification.R4&version=4.0.0
STU3 | R4 | R4B | R5 |
---|---|---|---|
Introduction
This is the official support SDK for working with HL7 FHIR on the Microsoft .NET (dotnet) platform.
Release notes
Read the releases notes on firely-net-sdk/releases. You can find documentation about this SDK in the Firely docs site.
What's in the box?
This library 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
IMPORTANT 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 the .NET version for this publication is not maintained anymore.
- DSTU2 (published October 2015) in widespread use, and is not supported by this library anymore since version 2.0.
- STU3 (published March 2017), mature support by this library and most other tooling on the market.
- R4 (published January 2019), the latest release of the FHIR spec and fully supported by this library.
Planned release DSTU2.1 was never published by HL7, but you will still find traces of it, in particular we still keep the NuGet package for it available.
Getting Started
Get started by reading the online documentation. Depending on the version of FHIR you require, you'll find the relevant links to the packages and develop branches in this repository below:
Please note that the source code for the Firely .NET SDK is split up into two GitHub repos: one (with the branches listed above) with code that is specific to a FHIR release (this repo), and one that contains the code that is applicable across all FHIR releases (a separate common repository). This second repository is included in the first one using a Git Submodule, so all you have to do is check out the main repo (this one) and learn how to work with Submodules. To clone this repository with submodules, you can do:
git clone --recurse-submodules -j8 https://github.com/FirelyTeam/firely-net-sdk.git .
Please refer to our submodules overview for more details.
Upgrading
Upgrading to 2.x? Breaking changes are listed here.
Going further? See 3.x breaking changes.
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 contributors!
If you want to participate in this project, we're using Git Flow for our branch management, so please submit your commits using pull requests on the correct develop-stu3
/develop-r4
/develop-r4B
/develop-r5
branches as mentioned above!
GIT branching strategy
- NVIE
- Or see: Git workflow
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 | net452 is compatible. net46 was computed. 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. |
-
.NETFramework 4.5.2
- Hl7.Fhir.R4 (>= 4.0.0)
- Hl7.Fhir.Serialization (>= 4.0.0)
- Hl7.Fhir.Support (>= 4.0.0)
- Hl7.Fhir.Support.Poco (>= 4.0.0)
- Hl7.FhirPath (>= 4.0.0)
-
.NETStandard 2.0
- Hl7.Fhir.R4 (>= 4.0.0)
- Hl7.Fhir.Serialization (>= 4.0.0)
- Hl7.Fhir.Support (>= 4.0.0)
- Hl7.Fhir.Support.Poco (>= 4.0.0)
- Hl7.FhirPath (>= 4.0.0)
- System.ComponentModel.Annotations (>= 5.0.0)
-
net6.0
- Hl7.Fhir.R4 (>= 4.0.0)
- Hl7.Fhir.Serialization (>= 4.0.0)
- Hl7.Fhir.Support (>= 4.0.0)
- Hl7.Fhir.Support.Poco (>= 4.0.0)
- Hl7.FhirPath (>= 4.0.0)
- System.ComponentModel.Annotations (>= 5.0.0)
NuGet packages (11)
Showing the top 5 NuGet packages that depend on Hl7.Fhir.Specification.R4:
Package | Downloads |
---|---|
Eir.FhirKhit.R4
FhirKhit tools for Fhir Release 4 |
|
FhirKhit.Tools.R4
FhirKhit tools for Fhir Release 4 |
|
FhirTool.Core
Package Description |
|
FhirStarter.R4.Detonator.Core
FhirStarter is a lightweight FHIR server framwork where the bare minimum of functionaliy gets your FHIR server up and running. The framework lets you create a FHIR service which can be based on several input sources and is joined a single output. The main library for the FhirStarter engine. Contains logic for the FHIR rest interface, structuredefinitions and much more that can be used as reference in other projects. There is also logic from FireLy's https://github.com/FirelyTeam/spark code. For tutorials, check out the wiki from the project url. For current project status, check out the project board for issues and assignment cards. *NOTE* Hl7.Fhir.Specification.R4 must be added directly to the FHIR server project (Twisted) for the validator to work. Icons made by https://www.flaticon.com/authors/roundicons" |
|
FhirStarter.R4.Instigator.Core
FhirStarter is a lightweight FHIR server framwork where the bare minimum of functionaliy gets your FHIR server up and running. The framework lets you create a FHIR service which can be based on several input sources and is joined a single output. The Instigator library has the necessary components to setup the FHIR server part of the service. The library will add a specific settings file + a log4net.config file which can be customized. The Detonator library is also necessary to setup the logic bits. For tutorials, check out the wiki from the project url. For current project status, check out the project board for issues and assignment cards. *NOTE* Hl7.Fhir.Specification.R4 must be added directly to the FHIR server project (Twisted) for the validator to work. Icons made by https://www.flaticon.com/authors/roundicons |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
5.11.0 | 105 | 11/8/2024 |
5.10.3 | 741 | 9/19/2024 |
5.10.2 | 158 | 9/18/2024 |
5.10.1 | 326 | 9/12/2024 |
5.10.0 | 107 | 9/10/2024 |
5.9.1 | 1,230 | 8/8/2024 |
5.9.0 | 2,298 | 7/25/2024 |
5.8.2 | 304 | 7/10/2024 |
5.8.1 | 2,453 | 5/2/2024 |
5.8.0 | 177 | 4/24/2024 |
5.7.0 | 1,406 | 3/15/2024 |
5.6.1 | 3,650 | 2/13/2024 |
5.6.0 | 900 | 2/13/2024 |
5.5.1 | 3,067 | 1/16/2024 |
5.5.0 | 1,244 | 1/10/2024 |
5.4.0 | 6,616 | 10/26/2023 |
5.3.0 | 41,365 | 7/27/2023 |
5.2.0 | 3,291 | 5/26/2023 |
5.1.0 | 2,816 | 4/28/2023 |
5.0.0 | 4,555 | 2/17/2023 |
5.0.0-beta1 | 2,036 | 12/21/2022 |
4.3.0 | 261,679 | 9/22/2022 |
4.2.1 | 16,891 | 8/17/2022 |
4.2.0 | 1,259 | 8/16/2022 |
4.1.0 | 8,274 | 7/7/2022 |
4.0.0 | 77,483 | 5/10/2022 |
4.0.0-beta2 | 1,316 | 3/4/2022 |
4.0.0-beta1 | 728 | 2/7/2022 |
3.8.3 | 4,786 | 4/28/2022 |
3.8.2 | 38,989 | 3/28/2022 |
3.8.1 | 6,616 | 3/4/2022 |
3.8.0 | 19,240 | 1/7/2022 |
3.7.0 | 5,057 | 12/1/2021 |
3.6.0 | 19,725 | 10/15/2021 |
3.5.0 | 35,754 | 9/2/2021 |
3.4.0 | 12,035 | 6/30/2021 |
3.3.0 | 4,400 | 6/2/2021 |
3.2.0 | 7,249 | 5/4/2021 |
3.1.0 | 6,048 | 4/1/2021 |
3.0.0 | 20,992 | 2/25/2021 |
2.0.3 | 14,117 | 1/26/2021 |
2.0.2 | 1,727 | 1/22/2021 |
2.0.1 | 17,341 | 11/25/2020 |
2.0.0 | 1,293 | 11/16/2020 |
2.0.0-beta2 | 982 | 9/22/2020 |
2.0.0-beta1 | 3,024 | 7/16/2020 |
1.9.0 | 30,892 | 7/23/2020 |
1.8.0 | 1,710 | 7/2/2020 |
1.7.0 | 32,942 | 5/6/2020 |
1.6.0 | 21,885 | 3/4/2020 |
1.5.0 | 24,869 | 2/4/2020 |
1.5.0-beta1 | 1,338 | 12/19/2019 |
1.4.0 | 13,242 | 10/10/2019 |
1.3.0 | 8,723 | 7/10/2019 |
1.2.1 | 7,063 | 4/16/2019 |
1.2.0 | 1,324 | 3/29/2019 |
1.2.0-beta2 | 1,212 | 2/28/2019 |
1.2.0-beta1 | 1,120 | 2/20/2019 |
0.96.1 | 4,123 | 9/25/2018 |
0.96.0 | 1,752 | 6/6/2018 |