Stream: implementers
Topic: installation
harsh kumar (Nov 03 2016 at 10:15):
i want to setup fhir server on my system, can anyone guide me with a list of steps to be followed
Patrick Werner (Nov 03 2016 at 10:25):
the easiest way for testing purposes would be the HAPI CLI Tool:
http://hapifhir.io/doc_cli.html
harsh kumar (Nov 03 2016 at 10:35):
if I want to make some changes server side, can it be done via HAPI CLI tool? Like mapping eeg records available in csv format to fhir, can it be done?
Michel Rutten (Nov 03 2016 at 10:37):
Alternatively, you could install Spark, an open source .NET-based FHIR server implementation:
https://github.com/spark/spark-server
Patrick Werner (Nov 03 2016 at 10:53):
i think you meant: https://github.com/furore-fhir/spark ;-)
Just out of interest: ist there a ready to install version availble freely or do i need to compile it myself?
Michel Rutten (Nov 03 2016 at 10:56):
@Patrick Werner right... thanks! ;p
harsh kumar (Nov 03 2016 at 10:59):
"When you have downloaded the archive (either ZIP or tar.bz2), expand it into a directory where you will keep it, and add this directory to your path. " This is from HAPI CLI tool instalation tips, Which is it talking about. I am operating on Ubuntu14.04
Michel Rutten (Nov 03 2016 at 14:36):
@Patrick Werner we are currently working on creating a Spark Server Docker container for easy installation. We have also created a Web Deploy Package for one of our partners, but this hasn't been distributed publicly. If you are interested, i suggest that you contact my colleague @Martijn.
Last updated: Apr 12 2022 at 19:14 UTC