FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-aidbox-job.json |
| FHIR Version | R4B |
| Source | https://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2601.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/AidboxJob |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/AidboxJob |
| Version | 0.2601.0 |
| Status | active |
| Name | AidboxJob |
| Description | Aidbox Job resource for scheduling and executing periodic tasks. |
| Type | AidboxJob |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"description": "Aidbox Job resource for scheduling and executing periodic tasks.",
"derivation": "specialization",
"fhirVersion": "4.3.0",
"name": "AidboxJob",
"abstract": false,
"type": "AidboxJob",
"resourceType": "StructureDefinition",
"status": "active",
"id": "AidboxJob",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/AidboxJob",
"version": "0.2601.0",
"differential": {
"element": [
{
"id": "AidboxJob",
"path": "AidboxJob",
"min": 0,
"max": "*"
},
{
"id": "AidboxJob._source",
"path": "AidboxJob._source",
"short": "System Property. DO NOT USE IT.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "AidboxJob.every",
"path": "AidboxJob.every",
"short": "Frequency in seconds at which the job should run.",
"min": 0,
"max": "1",
"type": [
{
"code": "integer"
}
]
},
{
"id": "AidboxJob.status",
"path": "AidboxJob.status",
"short": "Current status information for the job.",
"min": 0,
"max": "1",
"extension": [
{
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
}
]
},
{
"id": "AidboxJob.module",
"path": "AidboxJob.module",
"short": "Module that this job belongs to.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "AidboxJob.text",
"path": "AidboxJob.text",
"short": "Human-readable description of the job.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "AidboxJob.action",
"path": "AidboxJob.action",
"short": "Action to be performed when the job runs.",
"min": 0,
"max": "1",
"extension": [
{
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
}
]
},
{
"id": "AidboxJob.type",
"path": "AidboxJob.type",
"short": "Type of job scheduling pattern.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
],
"constraint": [
{
"key": "enum-19",
"severity": "error",
"expression": "%context.subsetOf('periodic' | 'each-day')",
"human": "Job type must be one of: periodic, each-day"
}
]
},
{
"id": "AidboxJob.at",
"path": "AidboxJob.at",
"short": "Time of day when the job should run (for each-day type).",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}