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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidtgrCurrentRequestAtIsValidFHIRRessourceOfType(String rbelPath, de.gematik.refv.SupportedValidationModule validationType) voidtgrCurrentRequestAtIsValidFHIRRessourceOfType(String rbelPath, de.gematik.refv.SupportedValidationModule validationType, String profileUrl) voidtgrCurrentRequestBodyAtIsValidFHIRRessourceOfType(de.gematik.refv.SupportedValidationModule validationType) voidtgrCurrentRequestBodyAtIsValidFHIRRessourceOfType(de.gematik.refv.SupportedValidationModule validationType, String profileUrl) voidtgrCurrentResponseAtIsValidFHIRRessourceOfType(String rbelPath, de.gematik.refv.SupportedValidationModule validationType) voidtgrCurrentResponseAtIsValidFHIRRessourceOfType(String rbelPath, de.gematik.refv.SupportedValidationModule validationType, String profileUrl) voidtgrCurrentResponseBodyAtIsValidFHIRRessourceOfType(de.gematik.refv.SupportedValidationModule validationType) voidtgrCurrentResponseBodyAtIsValidFHIRRessourceOfType(de.gematik.refv.SupportedValidationModule validationType, String profileUrl)
-
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
-
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
-