The official Firely .NET SDK for HL7 FHIR
STU3 | R4 | R4B | R5 |
---|---|---|---|
NOTE: There is now a 5.0 beta version of the SDK available.
This is the official support SDK for working with HL7 FHIR on the Microsoft .NET (dotnet) platform.
Read the releases notes on firely-net-sdk/releases. You can find documentation about this SDK in the Firely docs site.
This library provides:
StructureDefinition
and generation of differentialsIMPORTANT
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:
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.
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 to 2.x? Breaking changes are listed here.
Going further? See 3.x breaking changes.
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.
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!