FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-SchedulerRuleStatus.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2602.2&canonical=http://health-samurai.io/fhir/core/StructureDefinition/SchedulerRuleStatus |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/SchedulerRuleStatus |
| Version | 0.2602.2 |
| Status | active |
| Name | SchedulerRuleStatus |
| Type | SchedulerRuleStatus |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"derivation": "specialization",
"fhirVersion": "4.3.0",
"name": "SchedulerRuleStatus",
"abstract": false,
"type": "SchedulerRuleStatus",
"resourceType": "StructureDefinition",
"status": "active",
"id": "SchedulerRuleStatus",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/SchedulerRuleStatus",
"version": "0.2602.2",
"differential": {
"element": [
{
"id": "SchedulerRuleStatus",
"path": "SchedulerRuleStatus",
"min": 0,
"max": "*"
},
{
"id": "SchedulerRuleStatus.definition",
"path": "SchedulerRuleStatus.definition",
"short": "Identifier for the scheduler rule definition.",
"min": 1,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "SchedulerRuleStatus.params",
"path": "SchedulerRuleStatus.params",
"short": "Parameters required for rule execution.",
"min": 1,
"extension": [
{
"url": "http://health-samurai.io/fhir/core/StructureDefinition/custom-type",
"valueCode": "any"
}
]
},
{
"id": "SchedulerRuleStatus.concurrencyLimit",
"path": "SchedulerRuleStatus.concurrencyLimit",
"short": "Maximum number of concurrent executions allowed for this rule.",
"min": 0,
"max": "1",
"type": [
{
"code": "decimal"
}
]
},
{
"id": "SchedulerRuleStatus.executeAt",
"path": "SchedulerRuleStatus.executeAt",
"short": "Next scheduled execution time for this rule.",
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "SchedulerRuleStatus.label",
"path": "SchedulerRuleStatus.label",
"short": "Human-readable label for the scheduler rule.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "SchedulerRuleStatus.lastScheduleReference",
"path": "SchedulerRuleStatus.lastScheduleReference",
"short": "Reference to the last scheduled task for this rule.",
"min": 0,
"max": "1",
"type": [
{
"code": "BackboneElement"
}
]
},
{
"id": "SchedulerRuleStatus.lastScheduleReference.id",
"path": "SchedulerRuleStatus.lastScheduleReference.id",
"short": "Identifier of the last scheduled task.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "SchedulerRuleStatus.lastScheduleReference.resourceType",
"path": "SchedulerRuleStatus.lastScheduleReference.resourceType",
"short": "Type of resource that was last scheduled.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "SchedulerRuleStatus.lastScheduleReference.display",
"path": "SchedulerRuleStatus.lastScheduleReference.display",
"short": "Human-readable display name of the last scheduled task.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "SchedulerRuleStatus.lastScheduleStatus",
"path": "SchedulerRuleStatus.lastScheduleStatus",
"short": "Status of the last schedule attempt.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"constraint": [
{
"key": "enum-7",
"severity": "error",
"human": "Status must be one of: started, skipped",
"expression": "%context.subsetOf('started' | 'skipped')"
}
]
},
{
"id": "SchedulerRuleStatus.retryDelay",
"path": "SchedulerRuleStatus.retryDelay",
"short": "Delay in seconds before retrying a failed rule execution.",
"min": 0,
"max": "1",
"type": [
{
"code": "decimal"
}
]
},
{
"id": "SchedulerRuleStatus.allowedRetryCount",
"path": "SchedulerRuleStatus.allowedRetryCount",
"short": "Maximum number of retries allowed for this rule.",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
]
},
{
"id": "SchedulerRuleStatus.inProgressTimeout",
"path": "SchedulerRuleStatus.inProgressTimeout",
"short": "Maximum duration in seconds that a task can remain in in-progress status before timing out.",
"min": 0,
"max": "1",
"type": [
{
"code": "decimal"
}
]
},
{
"id": "SchedulerRuleStatus.concurrencyPath",
"path": "SchedulerRuleStatus.concurrencyPath",
"short": "Path to the field used for concurrency control.",
"min": 0,
"max": "*",
"type": [
{
"code": "string"
}
]
},
{
"id": "SchedulerRuleStatus.lastSchedule",
"path": "SchedulerRuleStatus.lastSchedule",
"short": "Timestamp of the last schedule attempt.",
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "SchedulerRuleStatus.requestedToStartTimeout",
"path": "SchedulerRuleStatus.requestedToStartTimeout",
"short": "Maximum duration in seconds that a task can remain in requested status before timing out.",
"min": 0,
"max": "1",
"type": [
{
"code": "decimal"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}