Stream: implementers
Topic: How to Approach a new FHIR Implementation
David Brower (Nov 12 2019 at 15:14):
We have a legacy software product that we expose via SOAP and REST. We have been asked to provide a FHIR integration to our product and have been given a relatively short timespan to do this in. Could anybody suggest good resources for people trying to implement a FHIR service for their product?
Thank you in advance.
Joel Schneider (Nov 12 2019 at 16:53):
I'd suggest taking a look at the Implementation Support module in the (current) FHIR specification.
http://hl7.org/fhir/implsupport-module.html
The list of open source reference implementations there may include one or more options that could be integrated with your software product.
Kevin Mayfield (Nov 13 2019 at 06:40):
I've done a number of adaptors to existing systems, apis or databases. I've mostly used the hapi fhir restful server https://hapifhir.io/doc_rest_server.html and wired this up to the existing system. Some adaptors I've done are here https://github.com/project-wildfyre
Last updated: Apr 12 2022 at 19:14 UTC