-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
text
field is lost when the Hapi object is converted to Avro
#1014
Comments
Original Hapi object
when the above hapi object is converted to Avro and then reconverted back to HAPI again, the Reconverted HAPI object from Avro
|
I debugged this and the root cause seems to be in the core HAPI code. I have filed this issue to follow-up with that team. |
The filed issue is fixed and a new release has been done; we should probably just update a dependency. |
We get the updated artifacts (e.g., |
Update: The latest HAPI release includes the fix but when trying to integrate them, I get a new error for |
I filed this new bug: hapifhir/org.hl7.fhir.core#1800 |
During conversion from HAPI to Avro, the
text
field is lost in the convertedAvro
object. This needs to be debugged. In general, all the fields should be copied toAvro
object, so that when theAvro
object is converted back toHapi
, it is equavalient to the original HAPI object.The text was updated successfully, but these errors were encountered: