-
Notifications
You must be signed in to change notification settings - Fork 2
Home
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
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.
- You have Visual Studio 2015++
- You know Web API
- You know how to map FHIR resources (check STU3) through Forge
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.
A FHIR STU3 server