FHIR Chat · Deploying FHIR Server · implementers

Stream: implementers

Topic: Deploying FHIR Server


view this post on Zulip Muhammad Abubakar Ikram (Dec 13 2016 at 13:30):

Hello, everyone I have to deploy my own FHIR server. But I have not found complete information about that. I am interested in deploying spark on my own machine. I have some questions.
1. Where to plug the database (MS SQL Server) in Spark server?
2. Is there any Database schema for FHIR server to work?
3. Is the Spark server will create its tables in Database after getting the connection string to Database? (Considering the Code First approach asp.net MVC)

view this post on Zulip Christiaan Knaap (Dec 13 2016 at 13:54):

Hello Muhammad,
The explanation of how to deploy Spark to your own machine is on the wiki.
Spark uses MongoDB as database engine. It is not trivial to change that to SQL Server, you would have to add that yourself. Please refer to the Architecture: you will have to implement a SQL counterpart to the Spark.Mongo layer.

That being said we are working on a new version of Spark that will run on both MongoDB and SQL Server out of the box. The first release of it is scheduled for Q1 2017. Keep an eye on this thread, we will post an update if we released it.

view this post on Zulip David Hay (Dec 14 2016 at 06:29):

depending on your use case, the HAPI server might meet your needs: https://fhirblog.com/2016/10/19/setting-up-your-own-fhir-server-for-profiling/

view this post on Zulip Muhammad Abubakar Ikram (Dec 14 2016 at 07:40):

@Christiaan Knaap Thank you Sir, I am looking at these things.

@David Hay Thank you Sir, But we need a .NET Server.


Last updated: Apr 12 2022 at 19:14 UTC