FHIR Chat · Hl7.WebApi · dotnet

Stream: dotnet

Topic: Hl7.WebApi


view this post on Zulip Brian Postlethwaite (May 24 2017 at 12:38):

Hi All, excited to announce the availability on GitHub (not NuGet yet) of a new project implementing the basic ApiController for a FHIR server, and all the boring plumbing stuff has been covered for you.
Such as XML or JSON detection and returning, handling summary returns.
Should be ideal for use where you want to put a Facade in front of an existing product.
Just implement your own storage solution!
https://github.com/ewoutkramer/fhir-net-api/blob/develop-stu3/readme.webapi.md
There is an example project included that shows how to do it, using the file system as the storage (not a complete implementation, but a good start)

https://github.com/ewoutkramer/fhir-net-api/blob/develop-stu3/src/Hl7.Fhir.WebApi.sln


Last updated: Apr 12 2022 at 19:14 UTC