Class StaticFhirValidation

java.lang.Object
de.gematik.test.tiger.fhir.validation.staticv.StaticFhirValidation

public class StaticFhirValidation extends Object
Glue code for Static-FHIR validation.

It allows you to validate FHIR resources against the FHIR specification.

  • Constructor Details

    • StaticFhirValidation

      public StaticFhirValidation()
    • StaticFhirValidation

      public StaticFhirValidation(de.gematik.test.tiger.glue.RBelValidatorGlue rBelValidatorGlue)
  • Method Details

    • tgrCurrentRequestBodyAtIsValidFHIRResourceOfType

      public void tgrCurrentRequestBodyAtIsValidFHIRResourceOfType(de.gematik.refv.commons.validation.ValidationModule validationModule)
    • tgrCurrentRequestBodyAtIsValidFHIRResourceOfType

      public void tgrCurrentRequestBodyAtIsValidFHIRResourceOfType(de.gematik.refv.commons.validation.ValidationModule validationModule, String profileUrl)
    • tgrCurrentRequestAtIsValidFHIRResourceOfType

      public void tgrCurrentRequestAtIsValidFHIRResourceOfType(String rbelPath, de.gematik.refv.commons.validation.ValidationModule validationModule)
    • tgrCurrentRequestAtIsValidFHIRResourceOfType

      public void tgrCurrentRequestAtIsValidFHIRResourceOfType(String rbelPath, de.gematik.refv.commons.validation.ValidationModule validationModule, String profileUrl)
    • tgrCurrentResponseBodyAtIsValidFHIRResourceOfType

      public void tgrCurrentResponseBodyAtIsValidFHIRResourceOfType(de.gematik.refv.commons.validation.ValidationModule validationModule)
    • tgrCurrentResponseAtIsValidFHIRResourceOfType

      public void tgrCurrentResponseAtIsValidFHIRResourceOfType(String rbelPath, de.gematik.refv.commons.validation.ValidationModule validationModule)
    • tgrCurrentResponseBodyAtIsValidFHIRResourceOfType

      public void tgrCurrentResponseBodyAtIsValidFHIRResourceOfType(de.gematik.refv.commons.validation.ValidationModule validationModule, String profileUrl)
    • tgrCurrentResponseAtIsValidFHIRResourceOfType

      public void tgrCurrentResponseAtIsValidFHIRResourceOfType(String rbelPath, de.gematik.refv.commons.validation.ValidationModule validationModule, String profileUrl)