FHIR Chat · Question · dotnet

Stream: dotnet

Topic: Question


view this post on Zulip Grahame Grieve (Dec 30 2018 at 22:22):

http://community.fhir.org/t/c-problem-with-fhirclient/1101

view this post on Zulip Grahame Grieve (Mar 05 2019 at 20:14):

http://community.fhir.org/t/open-source-fhir-facade/1242

view this post on Zulip Josh Mandel (Mar 05 2019 at 21:20):

@Michael Hansen in case you want to weigh in about persistence providers in the FHIR Server for Azure :-)

view this post on Zulip Brian Postlethwaite (Mar 05 2019 at 22:55):

There is also a fhir facade in github
https://github.com/FirelyTeam/fhir-net-api/tree/develop-stu3/src/Hl7.DemoFileSystemFhirServer
This is a demo of the code in there.
This is moving to a new repo soon too.

view this post on Zulip Brian Postlethwaite (Mar 05 2019 at 22:55):

Essentially provides the controller and you just implement the storage layer.

view this post on Zulip Michael Hansen (Mar 06 2019 at 16:13):

Michael Hansen in case you want to weigh in about persistence providers in the FHIR Server for Azure :-)

In our FHIR server (https://github.com/Microsoft/fhir-server) we have an abstract PersistenceProvider which would allow you to use the API with a different storage provider. @John Stairs , is the PersistenceProvider master and I think he is actually thinking about a "how to make a PersistenceProvider" session at DevDays.

view this post on Zulip Grahame Grieve (May 27 2019 at 10:04):

https://stackoverflow.com/questions/56319843/cant-get-resource-from-post-put-request-net-fhir-client-web-api-2

view this post on Zulip Grahame Grieve (May 31 2019 at 18:56):

and this https://stackoverflow.com/questions/56398539/fhirserializer-to-json-and-xml


Last updated: Apr 12 2022 at 19:14 UTC