Spark.Engine.R4
2.3.1
dotnet add package Spark.Engine.R4 --version 2.3.1
NuGet\Install-Package Spark.Engine.R4 -Version 2.3.1
<PackageReference Include="Spark.Engine.R4" Version="2.3.1" />
paket add Spark.Engine.R4 --version 2.3.1
#r "nuget: Spark.Engine.R4, 2.3.1"
// Install Spark.Engine.R4 as a Cake Addin #addin nuget:?package=Spark.Engine.R4&version=2.3.1 // Install Spark.Engine.R4 as a Cake Tool #tool nuget:?package=Spark.Engine.R4&version=2.3.1
DSTU2 | STU3 | R4 |
---|---|---|
Spark
Spark is an open-source FHIR server developed in C#, initially built by Firely. Further development and maintenance is now done by Incendi.
Spark implements a major part of the FHIR specification and has been used and tested during several HL7 WGM Connectathons.
Get Started
There are two ways to get started with Spark. Either by using the NuGet packages and following the Quickstart Tutorial, or by using the Docker Images.
NuGet Packages
Read the Quickstart Tutorial on how to set up your own FHIR Server using the NuGet Packages. There is also an example project that accompanies the Quickstart Tutorial which you can find here: https://github.com/incendilabs/spark-example
Docker Images
Set up the Spark FHIR server by using the Docker Images. Make sure you have installed Docker. On Linux you will need to install Docker Compose as well. After installing Docker you could run Spark server by running one of the following commands, found below, for your preferred FHIR Version. Remember to replace the single quotes with double quotes on Windows. The Spark FHIR Server will be available after startup at http://localhost:5555
.
R4
curl 'https://raw.githubusercontent.com/FirelyTeam/spark/r4/master/.docker/docker-compose.example.yml' > docker-compose.yml
docker-compose up
STU3
curl 'https://raw.githubusercontent.com/FirelyTeam/spark/stu3/master/.docker/docker-compose.example.yml' > docker-compose.yml
docker-compose up`
DSTU2
curl 'https://raw.githubusercontent.com/FirelyTeam/spark/master/.docker/docker-compose.example.yml' > docker-compose.yml
docker-compose up
Versions
R4
Source code can be found in the branch r4/master. This is the version of Spark running at https://spark.incendi.no FHIR Endpoint: https://spark.incendi.no/fhir
STU3
Source code can be found in the branch stu3/master, we try to keep up-to-date with the STU3 version of FHIR. This is the version of Spark running at https://spark-stu3.incendi.no FHIR Endpoint: https://spark-stu3.incendi.no/fhir
DSTU2
DSTU2 is no longer maintained by this project. The source code can be found in the branch master.
DSTU1
DSTU1 is no longer maintained by this project. The source code can be found in the branch dstu1/master.
Contributing
If you want to contribute, see our guidelines
Git branching strategy
Our strategy for git branching:
Branch from the r4/master
branch which contains the R4 FHIR version, unless the feature or bug fix is considered for a specific version of FHIR then branch from the relevant branch which at this point is stu3/master
.
See GitHub flow for more information.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 | net461 was computed. net462 is compatible. 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.6.2
- Fhir.Metrics (>= 1.3.0)
- Hl7.Fhir.R4 (>= 5.9.1)
- Microsoft.AspNet.WebApi (>= 5.3.0)
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1)
- System.Security.Cryptography.Xml (>= 8.0.1)
-
.NETStandard 2.0
- Fhir.Metrics (>= 1.3.0)
- Hl7.Fhir.R4 (>= 5.9.1)
- Microsoft.AspNetCore.Mvc.WebApiCompatShim (>= 2.2.0)
- Microsoft.Bcl.AsyncInterfaces (>= 8.0.0)
- Microsoft.CSharp (>= 4.7.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 8.0.1)
- System.Security.Cryptography.Xml (>= 8.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Spark.Engine.R4:
Package | Downloads |
---|---|
Spark.Mongo.R4
MongoDB Storage Implementation for Spark |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.3.1 | 332 | 8/31/2024 |
2.3.0 | 549 | 7/19/2024 |
2.2.1 | 2,199 | 6/8/2024 |
2.2.0 | 750 | 4/20/2024 |
2.1.0 | 717 | 3/15/2024 |
2.0.0 | 1,682 | 11/25/2023 |
1.5.17 | 63,444 | 5/30/2023 |
1.5.16 | 3,859 | 3/14/2023 |
1.5.15 | 1,625 | 1/11/2023 |
1.5.14 | 4,648 | 9/2/2022 |
1.5.13 | 2,521 | 6/27/2022 |
1.5.12 | 9,766 | 5/6/2022 |
1.5.11 | 5,411 | 2/8/2022 |
1.5.10 | 11,088 | 10/19/2021 |
1.5.9 | 7,268 | 9/18/2021 |
1.5.7 | 2,223 | 7/9/2021 |
1.5.6 | 1,512 | 6/21/2021 |
1.5.5 | 1,422 | 5/10/2021 |
1.5.4 | 1,662 | 4/12/2021 |
1.5.3 | 1,518 | 2/19/2021 |
1.5.2 | 3,067 | 10/25/2020 |
1.5.1 | 1,641 | 8/17/2020 |
1.4.1 | 2,487 | 5/6/2020 |
1.4.0 | 1,828 | 4/28/2020 |
1.4.0-beta01 | 1,429 | 3/8/2020 |
1.3.0 | 10,750 | 11/12/2019 |
1.3.0-beta01 | 1,637 | 11/5/2019 |
1.3.0-alpha02 | 1,733 | 6/28/2019 |
1.3.0-alpha01 | 1,408 | 6/20/2019 |