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()
  • Method Details

    • tgrCurrentRequestBodyAtIsValidFHIRRessourceOfType

      public void tgrCurrentRequestBodyAtIsValidFHIRRessourceOfType(de.gematik.refv.SupportedValidationModule validationType)
    • tgrCurrentRequestBodyAtIsValidFHIRRessourceOfType

      public void tgrCurrentRequestBodyAtIsValidFHIRRessourceOfType(de.gematik.refv.SupportedValidationModule validationType, String profileUrl)
    • tgrCurrentRequestAtIsValidFHIRRessourceOfType

      public void tgrCurrentRequestAtIsValidFHIRRessourceOfType(String rbelPath, de.gematik.refv.SupportedValidationModule validationType)
    • tgrCurrentRequestAtIsValidFHIRRessourceOfType

      public void tgrCurrentRequestAtIsValidFHIRRessourceOfType(String rbelPath, de.gematik.refv.SupportedValidationModule validationType, String profileUrl)
    • tgrCurrentResponseBodyAtIsValidFHIRRessourceOfType

      public void tgrCurrentResponseBodyAtIsValidFHIRRessourceOfType(de.gematik.refv.SupportedValidationModule validationType)
    • tgrCurrentResponseAtIsValidFHIRRessourceOfType

      public void tgrCurrentResponseAtIsValidFHIRRessourceOfType(String rbelPath, de.gematik.refv.SupportedValidationModule validationType)
    • tgrCurrentResponseBodyAtIsValidFHIRRessourceOfType

      public void tgrCurrentResponseBodyAtIsValidFHIRRessourceOfType(de.gematik.refv.SupportedValidationModule validationType, String profileUrl)
    • tgrCurrentResponseAtIsValidFHIRRessourceOfType

      public void tgrCurrentResponseAtIsValidFHIRRessourceOfType(String rbelPath, de.gematik.refv.SupportedValidationModule validationType, String profileUrl)