Uses of Class
org.hl7.fhir.r5.utils.validation.BundleValidationRule
-
Packages that use BundleValidationRule Package Description org.hl7.fhir.r5.utils.validation -
-
Uses of BundleValidationRule in org.hl7.fhir.r5.utils.validation
Methods in org.hl7.fhir.r5.utils.validation that return types with arguments of type BundleValidationRule Modifier and Type Method Description List<BundleValidationRule>IResourceValidator. getBundleValidationRules()Bundle validation rules allow for requesting particular entries in a bundle get validated against particular profiles Typically this is used from the command line to avoid having to construct profile just to validate a particular resource in a bundle against a particular profile
-