Is it possible to generate structure classes from a custom StructureDefintion in a similar fashion as HAPI generates official DSTU2/3 structure classes?
I want to implement some local StructureDefinition from simplifier.net (For example: https://simplifier.net/NictizSTU3/nl-core-address/).
The documentation of HAPI wasn't helping me either, am i suppose to use the hapi-tinder-plugin?
It seems tedious and error prone to hand write custom structures as specified in http://hapifhir.io/doc_custom_structures.html
For me the ideal workflow is something like:
- Fetch StructureDefinition from simplifier
- Generate models for the StructureDefinition
- Register generated models in HAPI and fill the models accordingly