Spark.Engine 3.0.1

dotnet add package Spark.Engine --version 3.0.1
                    
NuGet\Install-Package Spark.Engine -Version 3.0.1
                    
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="Spark.Engine" Version="3.0.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Spark.Engine" Version="3.0.1" />
                    
Directory.Packages.props
<PackageReference Include="Spark.Engine" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Spark.Engine --version 3.0.1
                    
#r "nuget: Spark.Engine, 3.0.1"
                    
#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.
#:package Spark.Engine@3.0.1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Spark.Engine&version=3.0.1
                    
Install as a Cake Addin
#tool nuget:?package=Spark.Engine&version=3.0.1
                    
Install as a Cake Tool

Spark FHIR

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.

Getting started

There are three ways to get started with Spark. Either by using the NuGet packages and following the Quickstart Tutorial, by using the Docker Images, or building from source.

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`

Versions

R4

Source code can be found in the branch 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 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 dstu2/master.

DSTU1

DSTU1 is no longer maintained by this project. The source code can be found in the branch dstu1/master.

Get in touch and participate

Join our Discord server to participate in development discussion.

If you want to contribute, see our guidelines

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  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.  net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Spark.Engine:

Package Downloads
Spark.Engine.R4

FHIR R4 Server Engine - R4-specific model, builders, and DI extensions

Spark.Engine.STU3

FHIR STU3 Server Engine - STU3-specific model, builders, and DI extensions

Spark.Mongo

MongoDB Storage Implementation for Spark

Spark.Store.MongoDB

MongoDB Storage Implementation for Spark

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.1 0 6/2/2026
3.0.0 96 5/31/2026
3.0.0-beta02 97 5/30/2026
3.0.0-beta01 142 5/4/2026
0.91.0-beta1 1,472 1/18/2017
0.90.8-beta1 1,395 9/1/2016
0.90.5-beta4 1,204 8/29/2016
0.90.5-beta2 1,445 3/9/2016
0.90.5-beta1 1,275 3/9/2016
0.90.4-beta1 1,440 1/5/2016
0.90.3-alpha1 1,373 10/29/2015
0.90.2-beta2 1,657 10/7/2015
0.90.2-beta1 1,583 10/6/2015
0.90.1-alpha4 1,662 10/6/2015
0.90.1-alpha3 1,380 10/6/2015
0.90.1-alpha2 1,468 10/2/2015
0.90.0-alpha1 1,399 9/30/2015
0.50.5-alpha1 1,423 10/1/2015
0.50.4-alpha1 1,343 10/1/2015
0.50.3-alpha7 1,357 9/28/2015
Loading failed