Skip to content
verzada edited this page Jul 10, 2017 · 10 revisions

Welcome to the FhirStarter wiki!

This wiki intends on helping on your way to create your first FhirStarter project with DSTU2. Note that there's a STU3 project which we highly recommmend using if you are implementing a new service since updates to the DSTU2 core is probably not going to happen from the maintainer of the DSTU2 library.

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.

Note that FhirStarter is based on DSTU2

Some assumptions

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