Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 2.21 KB

ReadMe.md

File metadata and controls

32 lines (21 loc) · 2.21 KB

Welcome to the FhirStarter.DotNetCore R4 documentation.

This documentations intends on helping you on your way to create your first FhirStarter R4 project. If you are planning on creating a FHIR server based on the earlier standards (DSTU, DSTU2 or STU3) you'll have to fork the repository and customize the libraries to accommodate the version of the standard you want to use.

FhirStarter alternatives

For .Net, Vonk made by Furore, is probably the most wellknown.
HL7 International lists several Open Source FHIR implementations on their web site.

Before you begin

The FhirStarter intends on solving the matter of integrating several data sources 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.

Some assumptions / requirements

  • You have Visual Studio 2017++
  • .Net Core 2.2.203
  • You know Web API
  • You know how to map FHIR resources (check R4) through Forge if you want to validate your resources.

Guide index

The guide is not entirely complete, but it should help you along to create a simple FHIR server

Troubleshooting

For known issues check the Troubleshooting folder