Stream: implementers
Topic: C++
Lloyd McKenzie (Apr 12 2022 at 16:10):
I've moved the discussion to a separate thread
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.
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