Hl7.Fhir.Specification.R4 4.0.0

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
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
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Hl7.Fhir.Specification.R4" Version="4.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Hl7.Fhir.Specification.R4 --version 4.0.0
#r "nuget: Hl7.Fhir.Specification.R4, 4.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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
Build Status Build Status Build Status Build Status
Nuget Nuget Nuget Nuget

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:

Spec version Git branch Core NuGet
R5 (experimental) https://github.com/FirelyTeam/firely-net-sdk/tree/develop-r5 https://www.nuget.org/packages/Hl7.Fhir.R5
R4B (experimental) https://github.com/FirelyTeam/firely-net-sdk/tree/develop-r4B https://www.nuget.org/packages/Hl7.Fhir.R4B
R4 https://github.com/FirelyTeam/firely-net-sdk/tree/develop-r4 https://www.nuget.org/packages/Hl7.Fhir.R4
STU3 https://github.com/FirelyTeam/firely-net-sdk/tree/develop-stu3 https://www.nuget.org/packages/Hl7.Fhir.STU3
DSTU2 https://github.com/FirelyTeam/firely-net-sdk/tree/develop https://www.nuget.org/packages/Hl7.Fhir.DSTU2
DSTU1 https://github.com/FirelyTeam/firely-net-sdk/tree/master-dstu1 https://www.nuget.org/packages/Hl7.Fhir.DSTU

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

Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (13)

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"

brianpos.Fhir.R4.DemoFileSystemFhirServer

Demonstration implementation of a FHIR R4 Facade using the file system as a super simple storage provider

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
5.7.0 440 3/15/2024
5.6.1 1,252 2/13/2024
5.6.0 692 2/13/2024
5.5.1 1,359 1/16/2024
5.5.0 995 1/10/2024
5.4.0 3,567 10/26/2023
5.3.0 24,723 7/27/2023
5.2.0 2,895 5/26/2023
5.1.0 2,475 4/28/2023
5.0.0 3,863 2/17/2023
5.0.0-beta1 1,801 12/21/2022
4.3.0 163,832 9/22/2022
4.2.1 13,933 8/17/2022
4.2.0 1,189 8/16/2022
4.1.0 7,756 7/7/2022
4.0.0 55,315 5/10/2022
4.0.0-beta2 1,269 3/4/2022
4.0.0-beta1 657 2/7/2022
3.8.3 4,198 4/28/2022
3.8.2 36,772 3/28/2022
3.8.1 3,105 3/4/2022
3.8.0 18,777 1/7/2022
3.7.0 4,900 12/1/2021
3.6.0 19,278 10/15/2021
3.5.0 35,195 9/2/2021
3.4.0 10,795 6/30/2021
3.3.0 4,310 6/2/2021
3.2.0 7,055 5/4/2021
3.1.0 5,976 4/1/2021
3.0.0 19,727 2/25/2021
2.0.3 13,752 1/26/2021
2.0.2 1,657 1/22/2021
2.0.1 15,913 11/25/2020
2.0.0 1,217 11/16/2020
2.0.0-beta2 912 9/22/2020
2.0.0-beta1 2,864 7/16/2020
1.9.0 28,535 7/23/2020
1.8.0 1,639 7/2/2020
1.7.0 31,286 5/6/2020
1.6.0 21,684 3/4/2020
1.5.0 24,097 2/4/2020
1.5.0-beta1 1,256 12/19/2019
1.4.0 12,770 10/10/2019
1.3.0 8,323 7/10/2019
1.2.1 6,923 4/16/2019
1.2.0 1,254 3/29/2019
1.2.0-beta2 1,150 2/28/2019
1.2.0-beta1 1,064 2/20/2019
0.96.1 3,900 9/25/2018
0.96.0 1,684 6/6/2018