skalarsystems / fhirzeug

A Python FHIR specification parser and class generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enums are not serialized correctly

julian-r opened this issue · comments

Instead the enum repr is taken.

@auerj already fixed that by using a str mixin.