HOWTO store FHIR-resource object in a MongoDB #2618
Unanswered
Brilbroeder
asked this question in
Q&A
Replies: 1 comment
-
We are using MongoDb ourselves in our own products, and we are using the provided serializers in this SDK to serialize to json and then store them. The Poco's are complex (subclassing, etc) and never meant to be true DTOs, so I doubt any standard serializer or Mongo client will be able to process them out of the box! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
MongoDb driver is complaining about not being configured to serialize Fhir poco's.
Beta Was this translation helpful? Give feedback.
All reactions