FhirStarter.R4.Instigator.Core
4.0.19
See the version list below for details.
dotnet add package FhirStarter.R4.Instigator.Core --version 4.0.19
NuGet\Install-Package FhirStarter.R4.Instigator.Core -Version 4.0.19
<PackageReference Include="FhirStarter.R4.Instigator.Core" Version="4.0.19" />
paket add FhirStarter.R4.Instigator.Core --version 4.0.19
#r "nuget: FhirStarter.R4.Instigator.Core, 4.0.19"
// Install FhirStarter.R4.Instigator.Core as a Cake Addin #addin nuget:?package=FhirStarter.R4.Instigator.Core&version=4.0.19 // Install FhirStarter.R4.Instigator.Core as a Cake Tool #tool nuget:?package=FhirStarter.R4.Instigator.Core&version=4.0.19
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 Instigator library has the necessary components to setup the FHIR server part of the service. The library will add a specific settings file + a log4net.config file which can be customized. The Detonator library is also necessary to setup the logic bits.
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
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.2 is compatible. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
-
.NETCoreApp 2.2
- FhirStarter.R4.Detonator.Core (>= 4.0.19)
- Hl7.Fhir.Specification.R4 (>= 0.96.1)
- Microsoft.AspNetCore.Cors (>= 2.2.0)
- Microsoft.AspNetCore.Diagnostics (>= 2.2.0)
- Microsoft.AspNetCore.Http.Abstractions (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.Core (>= 2.2.2)
- Microsoft.AspNetCore.Mvc.ViewFeatures (>= 2.2.0)
- Microsoft.AspNetCore.Mvc.WebApiCompatShim (>= 2.2.0)
- Microsoft.Extensions.Configuration.FileExtensions (>= 2.2.0)
- Microsoft.Extensions.Configuration.Json (>= 2.2.0)
- Microsoft.Extensions.Logging (>= 2.2.0)
- Microsoft.Extensions.Logging.Console (>= 2.2.0)
- Microsoft.Extensions.Logging.Debug (>= 2.2.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Previously called Flare. Sets up the web service with a controller.