{{ loadingMessage }}
{{ successMessage }}
{{ errorMessage }}
Identified Not identified
Select the Guidelines with which your data source is compatible. Please note that the Aggregation Team will evaluate the compatibility, so the actual compliance level may be different from which you chose.
Compatible level returned by the Validator tool after your request to register the interface.
{{(repoInterfaceForm.get('compatibilityLevel').value && repoInterfaceForm.get('compatibilityLevel').value !== 'UNKNOWN') ? this.compClasses[repoInterfaceForm.get('compatibilityLevel').value] : 'not available' }}
Actual compatibility level of your data source, according to the validation process by the Aggregation Team. This is the compatibility level displayed on the data source public page in EXPLORE
{{repoInterfaceForm.get('compatibilityLevelOverride').value ? this.compClasses[repoInterfaceForm.get('compatibilityLevelOverride').value] : 'not available' }}