Stream: dotnet
Topic: deserialization
Efreeto (Dec 15 2018 at 00:34):
Hello. I am a new comer with a question.
I want to be able to deserialize any Bundle from clients. Is there a way to do this with Bundle of different types, such as from Patient/[id]/$everything?
Christiaan Knaap (Dec 17 2018 at 11:46):
Any bundle will fit the Bundle class (provided you take the library for the version of FHIR you are using). Check Bundle.type and differentiate behaviour based on the value of it.
Last updated: Apr 12 2022 at 19:14 UTC