Hello
How can I configure FhirInstanceValidator so that a validation of a QuestionnaireResponse can be performed against a base Questionnaire that is passed as an object, instead of trying to get the Questionnaire by resolving the questionnaire url that is present in QuestionnaireResponse?
Currently, HAPI is trying to fetch the resource using http when encountering a URI, but I would like to fetch the resource from a database instead.