FHIR Chat · Sandbox · dotnet

Stream: dotnet

Topic: Sandbox


view this post on Zulip Karen Wynne (Apr 11 2016 at 13:56):

We are currently looking into using FHIR and setting up a sandbox server. Are there any basic guidelines we can follow using a C# .NET environment?

view this post on Zulip Brian Postlethwaite (Apr 12 2016 at 10:04):

@Grahame Grieve I replied to that stack overflow article.

view this post on Zulip Brian Postlethwaite (Apr 12 2016 at 10:06):

@Karen Wynne what are you specifically looking for here?
Are you looking to implement your own FHIR server, or just deploy an existing one?
Contribute to an open project, have other constraints to go with?

view this post on Zulip Karen Wynne (Apr 12 2016 at 11:24):

We are starting from scratch here and want to deploy our own FHIR server. We will then use this for testing our own Rest APIs.

view this post on Zulip Brian Postlethwaite (Apr 12 2016 at 11:29):

Probably recommend grabbing the spark open source server, and get familiar from there.

view this post on Zulip Brian Postlethwaite (Apr 12 2016 at 11:30):

Then can replace bits you don't want, at the relevant place.

view this post on Zulip Brian Postlethwaite (Apr 12 2016 at 11:30):

We did this, and replaced mongo with sqlserver

view this post on Zulip Michel Rutten (Apr 12 2016 at 11:32):

@Karen Wynne You can find Spark server source code here: https://github.com/furore-fhir/spark
Note that our team is currently working on upgrading Spark from Mongo to SQL Server, but I have no ATA yet. Could be another couple of weeks before it is ready.

view this post on Zulip Karen Wynne (Apr 12 2016 at 12:00):

Thanks for your recommendations, it's great to have a starting point. We'll keep an eye out for the Spark SQL Server upgrade.


Last updated: Apr 12 2022 at 19:14 UTC