Skip to content
verzada edited this page Nov 16, 2017 · 4 revisions

Welcome to the FhirStarter.STU3 wiki!

This wiki intends on helping on your way to create your first FhirStarter project

Before you begin

The FhirStarter intends on solving the matter of integrating several datasources to one or more FHIR service(s). The FhirStarter is very basic, however it enables the developer to get a FHIR service up and running in a short amount of time. There is no validation of the requests or responses, this is something that can be implemented in the service itself.

Some assumptions

  • You have Visual Studio 2015++
  • You know Web API
  • You know how to map FHIR resources (check STU3) through Forge

Getting Started

We've created a guide which helps you along the way to create a FHIR server. Take a look at Getting started to begin implementing FHIR.