Hl7.Fhir.Specification.R4
4.0.0
Prefix Reserved
Install-Package Hl7.Fhir.Specification.R4 -Version 4.0.0
dotnet add 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 |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net452 net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.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 (10)
Showing the top 5 NuGet packages that depend on Hl7.Fhir.Specification.R4:
Package | Downloads |
---|---|
Vonk.Fhir.R4
Firely Server (formerly: Vonk) supports building a Facade or a Plugin, see the product pages for Firely Server (https://fire.ly/products/firely-server and FHIR Facade (https://fire.ly/products/fhir-facade). Vonk.Fhir.R4 adds support for working with POCOs from the Firely .NET SDK for FHIR R4 in your Facade or Plugin. You need Firely Server to use Vonk.Fhir.R4. Go to the product page to download a copy, including an evaluation license. Visit the documentation pages (https://docs.fire.ly/firelyserver/index.html) for documentation and examples on how to build a Facade or a Plugin. |
|
Eir.FhirKhit.R4
FhirKhit tools for Fhir Release 4 |
|
FhirKhit.Tools.R4
FhirKhit tools for Fhir Release 4 |
|
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 (1)
Showing the top 1 popular GitHub repositories that depend on Hl7.Fhir.Specification.R4:
Repository | Stars |
---|---|
microsoft/fhir-server
A service that implements the FHIR standard
|
Version | Downloads | Last updated |
---|---|---|
4.0.0 | 588 | 5/10/2022 |
4.0.0-beta2 | 288 | 3/4/2022 |
4.0.0-beta1 | 49 | 2/7/2022 |
3.8.3 | 1,120 | 4/28/2022 |
3.8.2 | 5,640 | 3/28/2022 |
3.8.1 | 928 | 3/4/2022 |
3.8.0 | 6,373 | 1/7/2022 |
3.7.0 | 2,084 | 12/1/2021 |
3.6.0 | 10,533 | 10/15/2021 |
3.5.0 | 19,176 | 9/2/2021 |
3.4.0 | 7,761 | 6/30/2021 |
3.3.0 | 3,490 | 6/2/2021 |
3.2.0 | 5,321 | 5/4/2021 |
3.1.0 | 3,074 | 4/1/2021 |
3.0.0 | 14,698 | 2/25/2021 |
2.0.3 | 6,965 | 1/26/2021 |
2.0.2 | 923 | 1/22/2021 |
2.0.1 | 7,507 | 11/25/2020 |
2.0.0 | 457 | 11/16/2020 |
2.0.0-beta2 | 263 | 9/22/2020 |
2.0.0-beta1 | 1,183 | 7/16/2020 |
1.9.0 | 18,239 | 7/23/2020 |
1.8.0 | 875 | 7/2/2020 |
1.7.0 | 23,390 | 5/6/2020 |
1.6.0 | 19,893 | 3/4/2020 |
1.5.0 | 22,452 | 2/4/2020 |
1.5.0-beta1 | 453 | 12/19/2019 |
1.4.0 | 9,179 | 10/10/2019 |
1.3.0 | 6,863 | 7/10/2019 |
1.2.1 | 4,032 | 4/16/2019 |
1.2.0 | 512 | 3/29/2019 |
1.2.0-beta2 | 494 | 2/28/2019 |
1.2.0-beta1 | 428 | 2/20/2019 |
0.96.1 | 2,074 | 9/25/2018 |
0.96.0 | 861 | 6/6/2018 |