Hello,
When we receive bundles from our application, some data that are accepted by Hapi Fhir are not always correct according to our model. So, we decided to create our own IG using FSH SUSHI that will show users what data we are expected. That was a good idea, however, it does not stop users from sending the data in a form that we do not want. So we were thinking can we load that IGs we created with FSH SUSHI into HAPI FHIR? that way HAPI FHIR can tell them the data you have sent is wrong?
This will solve our problem.
However, if HAPI FHIR does not support new IGs being loaded, do you have a suggested mechanism we can use to test bundles that the application sends against our custom IG?
Thank you.