Stream: implementers
Topic: HAPI FHIR Differential Elements
CrazyHrk (Sep 18 2017 at 08:35):
Is it possible to create an instance of IBaseResource using a specific structure definition?
For example, I have a Patient structure definition with some additional differential elements. If I parse Patient data complying to this structure definition, will I still be able to get an instance of IBaseResource pointing to a Patient resource having those additional differential elements (i.e. without loss of those differential elements)?
Last updated: Apr 12 2022 at 19:14 UTC