Giter Club home page Giter Club logo

spark's Introduction

Spark

Spark is a public domain FHIR server developed in C#, initially built by Firely and as of recently being maintained by Kufu.

Spark implements a major part of the FHIR specification and has been used and tested during several HL7 WGM Connectathons.

As of recently the task of maintaining Spark has been taken upon by the community and is led by Kufu. Kufu and the community, will keep enhancing this server to support the latest versions and add functionality. We also welcome anyone who wants to support this effort and help us make Spark a better reference platform and playground for FHIR.

DISCLAIMER: The web projects Spark.Web and Spark are meant as reference implementations and should never be used out of the box in a production environment without adding as a minimum security features.

Quickstart

The easiest way to test Spark FHIR server is by using Docker. Make sure you have installed Docker. On Linux you will need to install Docker Compose as well. After installing Docker you could run Spark server by running the command for your operating system:

DSTU2:

  • Mac OS X / Windows: curl 'https://raw.githubusercontent.com/firelyteam/spark/develop/dockers/spark-dstu2/docker-compose.yml' > docker-compose.yml && docker-compose up
  • Linux: curl 'https://raw.githubusercontent.com/FirelyTeam/spark/develop/dockers/spark-dstu2/docker-compose.yml' > docker-compose.yml && sudo docker-compose up

STU3:

  • Mac OS X / Windows: curl 'https://raw.githubusercontent.com/firelyteam/spark/develop/dockers/spark-stu3/docker-compose.yml' > docker-compose.yml && docker-compose up
  • Linux: curl 'https://raw.githubusercontent.com/FirelyTeam/spark/develop/dockers/spark-stu3/docker-compose.yml' > docker-compose.yml && sudo docker-compose up

R4:

  • Mac OS X / Windows: curl 'https://raw.githubusercontent.com/firelyteam/spark/develop/dockers/spark-r4/docker-compose.yml' > docker-compose.yml && docker-compose up
  • Linux: curl 'https://raw.githubusercontent.com/FirelyTeam/spark/develop/dockers/spark-r4/docker-compose.yml' > docker-compose.yml && sudo docker-compose up

Spark FHIR server will be available after startup at http://localhost:5555.

Versions

DSTU1

DSTU1 is no longer maintained by this project. The source code can be found in the branch dstu1/master.

DSTU2

Source code can be found in the branch master, we try to keep up-to-date with the DSTU2 version of FHIR.

STU3

Source code can be found in the branch stu3/master, we try to keep up-to-date with the STU3 version of FHIR.

R4

Source code can be found in the branch r4/master. This is the version of Spark running at http://spark.kufu.no FHIR Endpoint: http://spark.kufu.no/fhir

Contributing

If you want to contribute, see our guidelines

spark's People

Contributors

autark avatar brianpos avatar cknaap avatar corinaciocanea avatar erollando avatar gtakov avatar hvroege avatar kennethmyhra avatar losolio avatar mharthoorn avatar mmsmits avatar richardschneider avatar tonyabell avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.