All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.hl7.fhir.r4b.utils.validation.IValidationProfileUsageTracker Maven / Gradle / Ivy

The newest version!
package org.hl7.fhir.r4b.utils.validation;

import org.hl7.fhir.r4b.elementmodel.Element;
import org.hl7.fhir.r4b.model.StructureDefinition;

public interface IValidationProfileUsageTracker {
  void recordProfileUsage(StructureDefinition profile, Object appContext, Element element);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy