Skip to content
Brian Postlethwaite edited this page Sep 4, 2023 · 5 revisions

Welcome to the fhir-net-web-api wiki!

The set of assemblies (all available on the public NuGet server) provide a framework for implementing FHIR Facades over existing systems with minimal effort.

There are now beta versions of all the below for R4B on nuget (from the feature/r4b branch)

Package ID Version Notes
brianpos.Fhir.R(X).WebApi.Support 3.8.3, 5.3.0-beta2 Implementation of Batch request processing and also moving some common extension methods from the Owin/Aspnetcore project
brianpos.Fhir.R(X).WebApi.AspNetCore 3.8.3, 5.3.0-beta2 Remove functions moved into the support package, support operations to take in raw resource and convert to wrap in parameters resource for processing
brianpos.Fhir.R(X).WebApi.Owin 3.8.3, 5.3.0-beta2 OWin FHIR Facade Layer intended for usage in projects that leverage the full framework net462+
brianpos.Fhir.R(X).StructuredDataCapture 5.3.0-beta2 HL7 FHIR Structured Data Capture Implementation Guide validator, prepop/extract/extension helpers
brianpos.Fhir.R(X).DemoFileSystemFhirServer 3.8.3, 5.3.0-beta2 Demonstration only implementation of a Facade using a file system folder for storage - not intended for production usage
brianpos.Fhir.R(X).DemoSqliteFhirServer 3.8.3, 5.3.0-beta2 Demonstration only implementation of a Facade using a sqlite database for storage - not intended for production usage
brianpos.Fhir.R4.HttpClient 3.8.3 plug in replacement for the 1.9.0 FhirClient class that uses the HttpClientFactory to resolve issues with running out of sockets in high volume environments - such as high load Azure Function Apps - fhir-net-api v2.x+ does not have this issue
brianpos.Fhir.R4.Custom.Serializers 3.8.3 NOT FOR USAGE - KNOWN CRITICAL ISSUES - A POC project to test a fully generated XML Serializer/Parser
Clone this wiki locally