FHIR Chat · C++ FHIR implementation Recommendations? · implementers

Stream: implementers

Topic: C++ FHIR implementation Recommendations?


view this post on Zulip Betty L (Oct 24 2018 at 21:30):

Hello, I am looking for a C++ implementation of FHIR. I know there is HAPI FHIR for Java developers. Is there an equivalent for C++ developers to use?

view this post on Zulip Vadim Peretokin (Oct 25 2018 at 01:55):

@Betty L nothing mature, feel free to start your own or join forces with https://github.com/dmooney/fhircpp

view this post on Zulip Lloyd McKenzie (Oct 25 2018 at 04:00):

There's a C# implementation, but Vadim is correct for C++

view this post on Zulip Ivan Dubrov (Oct 27 2018 at 06:03):

@Betty L is there a specific reason you are interested in C++ implementation of FHIR?

view this post on Zulip Betty L (Oct 29 2018 at 16:05):

@Ivan Dubrov I am working to introduce FHIR to my API Service. My service is written in C++. A simple use case is my service contains a RESTful endpoint to obtain a Patient resource. I am hoping that there is an existing C++ FHIR implementation to do so.

view this post on Zulip Douglas DeShazo (Nov 07 2018 at 13:48):

@Lloyd McKenzie Lloyd, do you happen to know where that C# implementation resides, or who built it?

view this post on Zulip Lloyd McKenzie (Nov 07 2018 at 13:57):

All of the reference implementations are pointed to from the downloads page. It's been supported by a number of folks, primarily from Firely as well as @Brian Postlethwaite

view this post on Zulip nicola (RIO/SS) (Nov 07 2018 at 22:25):

May be just use c++ json library? :)

view this post on Zulip nicola (RIO/SS) (Nov 07 2018 at 22:26):

If you will start all this codegeneration - be prepared to versions (hell)


Last updated: Apr 12 2022 at 19:14 UTC