Uses of Class
org.hl7.fhir.r4b.utils.IResourceValidator.BundleValidationRule
-
Packages that use IResourceValidator.BundleValidationRule Package Description org.hl7.fhir.r4b.utils -
-
Uses of IResourceValidator.BundleValidationRule in org.hl7.fhir.r4b.utils
Methods in org.hl7.fhir.r4b.utils that return types with arguments of type IResourceValidator.BundleValidationRule Modifier and Type Method Description List<IResourceValidator.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
-