Skip to content
Kenneth Myhra edited this page May 10, 2021 · 7 revisions

Welcome to the Spark wiki!

Spark is the C# reference implementation of the FHIR specification. It supports all the resource types, all the search parameters and a lot of the more sophisticated interactions. To understand Spark and how you can use it, it is necessary that you understand (at least the basics of) FHIR first.

You can try a running instance of Spark on https://spark.incendi.no. Retrieve your first patient resource on https://spark.incendi.no/fhir/Patient/example.

If you want to know about how Spark is structured, read about the Architecture. It makes it easier to understand everything else.

You want to use Spark in your own environment? Fitting Spark in my environment explains possible ways of using Spark. To deploy it right away on a machine of your own, follow the Deployment instructions.

Spark is open source and your contribution is welcome.

Spark is always on the move. The Roadmap shows a glimpse of our plans.