PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r3@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/SchedulerRuleStatus
description: null
package_name: io.health-samurai.core.r3
derivation: specialization
name: SchedulerRuleStatus
type: SchedulerRuleStatus
elements:
  inProgressTimeout: {type: decimal, short: Maximum duration in seconds that a task can remain in in-progress status before timing out., index: 12}
  concurrencyPath: {type: string, short: Path to the field used for concurrency control., array: true, index: 13}
  definition: {type: string, short: Identifier for the scheduler rule definition., index: 0}
  lastSchedule: {type: dateTime, short: Timestamp of the last schedule attempt., index: 14}
  executeAt: {type: dateTime, short: Next scheduled execution time for this rule., index: 3}
  params: {short: Parameters required for rule execution., index: 1}
  requestedToStartTimeout: {type: decimal, short: Maximum duration in seconds that a task can remain in requested status before timing out., index: 15}
  concurrencyLimit: {type: decimal, short: Maximum number of concurrent executions allowed for this rule., index: 2}
  retryDelay: {type: decimal, short: Delay in seconds before retrying a failed rule execution., index: 10}
  lastScheduleReference:
    type: BackboneElement
    short: Reference to the last scheduled task for this rule.
    index: 5
    elements:
      id: {type: string, short: Identifier of the last scheduled task., index: 6}
      resourceType: {type: string, short: Type of resource that was last scheduled., index: 7}
      display: {type: string, short: Human-readable display name of the last scheduled task., index: 8}
  label: {type: string, short: Human-readable label for the scheduler rule., index: 4}
  lastScheduleStatus:
    type: string
    short: Status of the last schedule attempt.
    constraint:
      enum-7: {human: 'Status must be one of: started, skipped', severity: error, expression: '%context.subsetOf(''started'' | ''skipped'')'}
    index: 9
  allowedRetryCount: {type: integer, short: Maximum number of retries allowed for this rule., index: 11}
package_version: 0.2601.0
class: resource
kind: resource
url: http://health-samurai.io/fhir/core/StructureDefinition/SchedulerRuleStatus
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 0.2601.0
required: [params, definition]