Class FhirContextValidationSupportSvc

java.lang.Object
ca.uhn.fhir.jpa.validation.FhirContextValidationSupportSvc

This bean will set our context to store the raw json of parsed resources when they come in for creation. - This is done so we can ensure that validation is done correctly, and the JSONParser is far more lenient than our validators. - See FhirContext.isStoreResourceJson()