I am working on an integration with the national Cancer registry. They have a proprietary xml specification. They will do the mapping from canonical openehr xml themselves. The tool they use for mapping is Altova Map Force. Such mapping solutions doesn’t work nicely with openehr xml.
To help them I created a generic xslt to transforn openehr xml into a simpler and more tool friendly format. The xstl is here : https://github.com/bjornna/kremt-examples/tree/main/xslt
After working on this during the weekend I realized that I in fact implemented some kind of a TDD structure.
Maybe someone here already made something similar?