Uses of Class
com.ibm.fhir.validation.exception.FHIRValidationException
- 
Packages that use FHIRValidationException Package Description com.ibm.fhir.bucket.scanner com.ibm.fhir.jbatch.bulkdata.common com.ibm.fhir.validation  - 
- 
Uses of FHIRValidationException in com.ibm.fhir.bucket.scanner
Methods in com.ibm.fhir.bucket.scanner that throw FHIRValidationException Modifier and Type Method Description List<OperationOutcome.Issue>CosReader. validateInput(Resource resource)Validate the input resource and throw if there are validation errors - 
Uses of FHIRValidationException in com.ibm.fhir.jbatch.bulkdata.common
Methods in com.ibm.fhir.jbatch.bulkdata.common that throw FHIRValidationException Modifier and Type Method Description static List<OperationOutcome.Issue>BulkDataUtils. validateInput(Resource resource)Validate the input resource and throw if there are validation errors - 
Uses of FHIRValidationException in com.ibm.fhir.validation
Methods in com.ibm.fhir.validation that throw FHIRValidationException Modifier and Type Method Description List<OperationOutcome.Issue>FHIRValidator. validate(Resource resource, boolean includeResourceAssertedProfiles, String... profiles)Validate aResourceagainst constraints in the base specification and resource-asserted profile references and/or specific profile references.List<OperationOutcome.Issue>FHIRValidator. validate(Resource resource, String... profiles)Validate aResourceagainst constraints in the base specification and resource-asserted profile references or specific profile references but not both.List<OperationOutcome.Issue>FHIRValidator. validate(FHIRPathEvaluator.EvaluationContext evaluationContext, boolean includeResourceAssertedProfiles, String... profiles)Validate a resource, using anFHIRPathEvaluator.EvaluationContext, against constraints in the base specification and resource-asserted profile references and/or specific profile references.List<OperationOutcome.Issue>FHIRValidator. validate(FHIRPathEvaluator.EvaluationContext evaluationContext, String... profiles)Validate a resource, using anFHIRPathEvaluator.EvaluationContext, against constraints in the base specification and resource-asserted profile references or specific profile references but not both. 
 -