Class StaticFhirValidation
java.lang.Object
de.gematik.test.tiger.fhir.validation.staticv.StaticFhirValidation
Glue code for Static-FHIR validation.
It allows you to validate FHIR resources against the FHIR specification.
-
Constructor Summary
ConstructorsConstructorDescriptionStaticFhirValidation(de.gematik.test.tiger.glue.RBelValidatorGlue rBelValidatorGlue) -
Method Summary
Modifier and TypeMethodDescriptionvoidtgrCurrentRequestAtIsValidFHIRResourceOfType(String rbelPath, de.gematik.refv.commons.validation.ValidationModule validationModule) voidtgrCurrentRequestAtIsValidFHIRResourceOfType(String rbelPath, de.gematik.refv.commons.validation.ValidationModule validationModule, String profileUrl) voidtgrCurrentRequestBodyAtIsValidFHIRResourceOfType(de.gematik.refv.commons.validation.ValidationModule validationModule) voidtgrCurrentRequestBodyAtIsValidFHIRResourceOfType(de.gematik.refv.commons.validation.ValidationModule validationModule, String profileUrl) voidtgrCurrentResponseAtIsValidFHIRResourceOfType(String rbelPath, de.gematik.refv.commons.validation.ValidationModule validationModule) voidtgrCurrentResponseAtIsValidFHIRResourceOfType(String rbelPath, de.gematik.refv.commons.validation.ValidationModule validationModule, String profileUrl) voidtgrCurrentResponseBodyAtIsValidFHIRResourceOfType(de.gematik.refv.commons.validation.ValidationModule validationModule) voidtgrCurrentResponseBodyAtIsValidFHIRResourceOfType(de.gematik.refv.commons.validation.ValidationModule validationModule, String profileUrl)
-
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
-
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
-