Class CustomValidationSupport

java.lang.Object
ca.uhn.fhir.context.support.DefaultProfileValidationSupport
org.openehealth.ipf.commons.ihe.fhir.CustomValidationSupport
All Implemented Interfaces:
IValidationSupport

public class CustomValidationSupport extends DefaultProfileValidationSupport
Validation loader that first tries to load a custom structure definition before falling back to the default.
Since:
3.4
Author:
Christian Ohr
  • Field Details

    • HTTP_HL7_ORG_FHIR_STRUCTURE_DEFINITION

      public static final String HTTP_HL7_ORG_FHIR_STRUCTURE_DEFINITION
      See Also:
  • Constructor Details

    • CustomValidationSupport

      public CustomValidationSupport(FhirContext fhirContext)
    • CustomValidationSupport

      public CustomValidationSupport(FhirContext fhirContext, String prefix)
  • Method Details