description: Batch validation run resource for tracking validation processes. package_name: io.health-samurai.core.r3 derivation: specialization name: BatchValidationRun type: BatchValidationRun elements: valid: {type: integer, short: Count of valid resources found., index: 6} errorsThreshold: {type: integer, short: Maximum number of errors before stopping validation., index: 2} async: {type: boolean, short: Whether validation is performed asynchronously., index: 7} limit: {type: integer, short: Maximum number of resources to validate., index: 8} invalid: {type: integer, short: Count of invalid resources found., index: 5} duration: {type: integer, short: Duration of the validation run in milliseconds., index: 10} filter: {type: string, short: Expression to filter resources for validation., index: 9} schemas: {type: string, short: List of schemas to validate against., array: true, index: 3} status: type: string short: Current status of the validation run. constraint: enum-548: {human: 'Status must be one of: in-progress, complete', severity: error, expression: '%context.subsetOf(''in-progress'' | ''complete'')'} index: 1 resource: {type: string, short: Resource type to validate., index: 0} profiles: {type: string, short: FHIR profiles to validate against., array: true, index: 4} package_version: 0.2601.0 class: resource kind: resource url: http://health-samurai.io/fhir/core/StructureDefinition/BatchValidationRun base: http://hl7.org/fhir/StructureDefinition/DomainResource version: 0.2601.0 required: [resource]