I've seen that you're using io-ts under the hood. Is it possible to generate a "prefilled" object from a profile? Or even instanciate an object with your library?
E.g. ZAEBPatientVersichertenIdGKVTypeCoding interface is available and contains already system and code as literals. So it would be nice to have new ZAEBPatientVersichertenIdGKVTypeCoding() and the literals are already in as they can't be changed anyways.
this is probably possible but we do not plan to implement it in the future.
However, if you would like to contribute we are open to pull requests for this feature.
Hi
I've seen that you're using io-ts under the hood. Is it possible to generate a "prefilled" object from a profile? Or even instanciate an object with your library?
E.g. ZAEBPatientVersichertenIdGKVTypeCoding interface is available and contains already system and code as literals. So it would be nice to have new ZAEBPatientVersichertenIdGKVTypeCoding() and the literals are already in as they can't be changed anyways.
Thanks for feedback