--
You received this message because you are subscribed to the Google Groups "HAPI FHIR" group.
To unsubscribe from this group and stop receiving emails from it, send an email to hapi-fhir+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/hapi-fhir/CAPJLOZKjXUxtKqNXvBevgBp31K3GL%2B%3D5e%3DNPQgsoGi9yAycE7g%40mail.gmail.com.
implementationguides:
qi-core:
name: hl7.fhir.us.qicore
version: 4.0.0
So, if I'm understanding correctly, it appears that I can just add the following and don't have to add any custom code to load additional validation interceptors.
implementationguides:
qi-core:
name: hl7.fhir.us.qicore
version: 4.0.0
implementationguides:
qicore:
name: hl7.fhir.us.qicore
version: 4.9.0
enable_repository_validating_interceptor: true
The enable_repository_validating_interceptor has to be set to true.