FHIR Chat · C++ · implementers

Stream: implementers

Topic: C++


view this post on Zulip Lloyd McKenzie (Apr 12 2022 at 16:10):

I've moved the discussion to a separate thread

view this post on Zulip Lloyd McKenzie (Apr 12 2022 at 16:12):

There's a C# reference implementation, but I'm not aware of any C++ implementations.
FHIR doesn't set any expectation on what your database looks like. Implementations use a wide range of relational and non-relational persistence layers. FHIR's focus is on the data exchange interface.

view this post on Zulip Josh Mandel (Apr 12 2022 at 16:12):

One resource to check out is Google's protobuf implementation (https://github.com/google/fhir)


Last updated: Apr 12 2022 at 19:14 UTC