Embedding the FHIR Server in your Application Server - HealthIntersections/fhirserver GitHub Wiki

you can include the FHIRServer in your application server. You get to leverage all the reference server capabilities, but you provide your own data handlers.

For an example of how to do this, see the Project ExampleBridgeServer

Note that this is a work in progress. An ongoing goal will be to move functionality out of FHIRNativeStorage into the abstract storage layer so it is available to the application, while keeping all use of the ODBC connection confined to FHIRNativeStorage