fix-orchestra icon indicating copy to clipboard operation
fix-orchestra copied to clipboard

[repository schema] Field type attribute does not distinguish between datatype and code set reference

Open donmendelson opened this issue 2 years ago • 1 comments

Comment by Emil Rakadjiev in Orchestra working group collaboration:

...based on our experience with developing tooling around Orchestra, it's awkward to handle in the code. It has also been a source of confusion within our development team several times. Which I think is a sign for a "code smell". Using a more explicit reference - mostly for the code set's scenario, but ideally also for whether it's a datatype or a code set - would be helpful in my opinion.

donmendelson avatar Sep 22 '22 13:09 donmendelson

Cleaner modelling to distinguish types from code sets explicitly. Conversion from v1.0 should be straightforward, changing type="xxxCodeSet" to codeSet="xxxCodeSet". Find instances with regular expression type=".*CodeSet"

kleihan avatar Sep 23 '22 12:09 kleihan

Implemented in RC1

kleihan avatar Jun 03 '24 08:06 kleihan