VOOZH about

URL: https://www.nuget.org/packages/Spark.Engine.R4/

⇱ NuGet Gallery | Spark.Engine.R4 3.0.1




👁 Image
Spark.Engine.R4 3.0.1

dotnet add package Spark.Engine.R4 --version 3.0.1
 
 
NuGet\Install-Package Spark.Engine.R4 -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.R4" 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.R4" Version="3.0.1" />
 
Directory.Packages.props
<PackageReference Include="Spark.Engine.R4" />
 
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.R4 --version 3.0.1
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Spark.Engine.R4, 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.R4@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.R4&version=3.0.1
 
Install as a Cake Addin
#tool nuget:?package=Spark.Engine.R4&version=3.0.1
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

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 , by using the Docker Images, or building from source.

NuGet packages

Read on how to set up your own FHIR Server using the NuGet Packages. There is also an example project that accompanies 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

Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 is compatible.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows 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 (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
3.0.1 175 6/2/2026
3.0.0 102 5/31/2026
3.0.0-beta02 93 5/30/2026
3.0.0-beta01 134 5/2/2026
2.5.0 187 5/30/2026
2.4.1 607 4/8/2026
2.4.0 1,637 3/15/2026
2.3.6 3,979 10/24/2025
2.3.5 488 10/11/2025
2.3.4 24,373 4/22/2025
2.3.3 3,073 2/1/2025
2.3.2 1,344 11/18/2024
2.3.1 7,869 8/31/2024
2.3.0 887 7/19/2024
2.2.1 5,108 6/8/2024
2.2.0 1,046 4/20/2024
2.1.0 1,154 3/15/2024
2.0.0 2,004 11/25/2023
1.5.17 86,750 5/30/2023
1.5.16 4,754 3/14/2023
Loading failed