Stream: dotnet
Topic: Question
Grahame Grieve (Dec 30 2018 at 22:22):
http://community.fhir.org/t/c-problem-with-fhirclient/1101
Grahame Grieve (Mar 05 2019 at 20:14):
http://community.fhir.org/t/open-source-fhir-facade/1242
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 :-)
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.
Brian Postlethwaite (Mar 05 2019 at 22:55):
Essentially provides the controller and you just implement the storage layer.
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.
Grahame Grieve (May 27 2019 at 10:04):
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