PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r4@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/SchedulerRuleStatus
{
  "description": null,
  "_filename": "StructureDefinition-SchedulerRuleStatus.json",
  "package_name": "io.health-samurai.core.r4",
  "date": null,
  "derivation": "specialization",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "SchedulerRuleStatus",
  "abstract": false,
  "type": "SchedulerRuleStatus",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.2601.0",
  "status": "active",
  "id": "71a7e375-9353-4cbd-85ee-f46ba58f9905",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/SchedulerRuleStatus",
  "version": "0.2601.0",
  "differential": {
    "element": [ {
      "id": "SchedulerRuleStatus",
      "max": "*",
      "min": 0,
      "path": "SchedulerRuleStatus"
    }, {
      "id": "SchedulerRuleStatus.definition",
      "max": "1",
      "min": 1,
      "path": "SchedulerRuleStatus.definition",
      "type": [ {
        "code": "string"
      } ],
      "short": "Identifier for the scheduler rule definition."
    }, {
      "id": "SchedulerRuleStatus.params",
      "min": 1,
      "path": "SchedulerRuleStatus.params",
      "short": "Parameters required for rule execution.",
      "extension": [ {
        "url": "http://health-samurai.io/fhir/core/StructureDefinition/custom-type",
        "valueCode": "any"
      } ]
    }, {
      "id": "SchedulerRuleStatus.concurrencyLimit",
      "max": "1",
      "min": 0,
      "path": "SchedulerRuleStatus.concurrencyLimit",
      "type": [ {
        "code": "decimal"
      } ],
      "short": "Maximum number of concurrent executions allowed for this rule."
    }, {
      "id": "SchedulerRuleStatus.executeAt",
      "max": "1",
      "min": 0,
      "path": "SchedulerRuleStatus.executeAt",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "Next scheduled execution time for this rule."
    }, {
      "id": "SchedulerRuleStatus.label",
      "max": "1",
      "min": 0,
      "path": "SchedulerRuleStatus.label",
      "type": [ {
        "code": "string"
      } ],
      "short": "Human-readable label for the scheduler rule."
    }, {
      "id": "SchedulerRuleStatus.lastScheduleReference",
      "max": "1",
      "min": 0,
      "path": "SchedulerRuleStatus.lastScheduleReference",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Reference to the last scheduled task for this rule."
    }, {
      "id": "SchedulerRuleStatus.lastScheduleReference.id",
      "max": "1",
      "min": 0,
      "path": "SchedulerRuleStatus.lastScheduleReference.id",
      "type": [ {
        "code": "string"
      } ],
      "short": "Identifier of the last scheduled task."
    }, {
      "id": "SchedulerRuleStatus.lastScheduleReference.resourceType",
      "max": "1",
      "min": 0,
      "path": "SchedulerRuleStatus.lastScheduleReference.resourceType",
      "type": [ {
        "code": "string"
      } ],
      "short": "Type of resource that was last scheduled."
    }, {
      "id": "SchedulerRuleStatus.lastScheduleReference.display",
      "max": "1",
      "min": 0,
      "path": "SchedulerRuleStatus.lastScheduleReference.display",
      "type": [ {
        "code": "string"
      } ],
      "short": "Human-readable display name of the last scheduled task."
    }, {
      "id": "SchedulerRuleStatus.lastScheduleStatus",
      "max": "1",
      "min": 0,
      "path": "SchedulerRuleStatus.lastScheduleStatus",
      "type": [ {
        "code": "string"
      } ],
      "short": "Status of the last schedule attempt.",
      "constraint": [ {
        "key": "enum-7",
        "human": "Status must be one of: started, skipped",
        "severity": "error",
        "expression": "%context.subsetOf('started' | 'skipped')"
      } ]
    }, {
      "id": "SchedulerRuleStatus.retryDelay",
      "max": "1",
      "min": 0,
      "path": "SchedulerRuleStatus.retryDelay",
      "type": [ {
        "code": "decimal"
      } ],
      "short": "Delay in seconds before retrying a failed rule execution."
    }, {
      "id": "SchedulerRuleStatus.allowedRetryCount",
      "max": "1",
      "min": 0,
      "path": "SchedulerRuleStatus.allowedRetryCount",
      "type": [ {
        "code": "integer"
      } ],
      "short": "Maximum number of retries allowed for this rule."
    }, {
      "id": "SchedulerRuleStatus.inProgressTimeout",
      "max": "1",
      "min": 0,
      "path": "SchedulerRuleStatus.inProgressTimeout",
      "type": [ {
        "code": "decimal"
      } ],
      "short": "Maximum duration in seconds that a task can remain in in-progress status before timing out."
    }, {
      "id": "SchedulerRuleStatus.concurrencyPath",
      "max": "*",
      "min": 0,
      "path": "SchedulerRuleStatus.concurrencyPath",
      "type": [ {
        "code": "string"
      } ],
      "short": "Path to the field used for concurrency control."
    }, {
      "id": "SchedulerRuleStatus.lastSchedule",
      "max": "1",
      "min": 0,
      "path": "SchedulerRuleStatus.lastSchedule",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "Timestamp of the last schedule attempt."
    }, {
      "id": "SchedulerRuleStatus.requestedToStartTimeout",
      "max": "1",
      "min": 0,
      "path": "SchedulerRuleStatus.requestedToStartTimeout",
      "type": [ {
        "code": "decimal"
      } ],
      "short": "Maximum duration in seconds that a task can remain in requested status before timing out."
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}