You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
It should be possible to generate Avro Schemas for Generic Records and SpecificRecords for Resources that have fields with identical ChoiceType structures.
These GenericRecords/SpecificRecords should be de/serializable to/from FHIR objects and Spark Rows and Avro objects.
The text was updated successfully, but these errors were encountered:
Description of Issue
Avro Schema generation fails with fields that have identical ChoiceType structures for a given Resource, e.g. Medication.ingredient.item[x] and Medication.package.content.item[x].
This causes a Schema redefinition error.
Expected Outcomes
It should be possible to generate Avro Schemas for Generic Records and SpecificRecords for Resources that have fields with identical ChoiceType structures.
These GenericRecords/SpecificRecords should be de/serializable to/from FHIR objects and Spark Rows and Avro objects.
The text was updated successfully, but these errors were encountered: