FHIR IG analytics| Package | io.health-samurai.core.r4b |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-aidbox-job-status.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/AidboxJobStatus |
| URL | http://health-samurai.io/fhir/core/StructureDefinition/AidboxJobStatus |
| Version | 0.2601.0 |
| Status | active |
| Name | AidboxJobStatus |
| Description | Status tracking for Aidbox job executions. |
| Type | AidboxJobStatus |
| Kind | resource |
No resources found
No resources found
No narrative content found in resource
{
"description": "Status tracking for Aidbox job executions.",
"derivation": "specialization",
"fhirVersion": "4.3.0",
"name": "AidboxJobStatus",
"abstract": false,
"type": "AidboxJobStatus",
"resourceType": "StructureDefinition",
"status": "active",
"id": "AidboxJobStatus",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/AidboxJobStatus",
"version": "0.2601.0",
"differential": {
"element": [
{
"id": "AidboxJobStatus",
"path": "AidboxJobStatus",
"min": 0,
"max": "*"
},
{
"id": "AidboxJobStatus._source",
"path": "AidboxJobStatus._source",
"short": "System Property. DO NOT USE IT.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "AidboxJobStatus.stop",
"path": "AidboxJobStatus.stop",
"short": "Time when the job execution stopped.",
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "AidboxJobStatus.job",
"path": "AidboxJobStatus.job",
"short": "Reference to the job definition.",
"min": 0,
"max": "1",
"type": [
{
"code": "Reference"
}
]
},
{
"id": "AidboxJobStatus.error",
"path": "AidboxJobStatus.error",
"short": "Error information if the job failed.",
"min": 0,
"max": "1",
"extension": [
{
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
}
]
},
{
"id": "AidboxJobStatus.status",
"path": "AidboxJobStatus.status",
"short": "Current status of the job execution.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "AidboxJobStatus.module",
"path": "AidboxJobStatus.module",
"short": "Module that this job status belongs to.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "AidboxJobStatus.start",
"path": "AidboxJobStatus.start",
"short": "Time when the job execution started.",
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "AidboxJobStatus.text",
"path": "AidboxJobStatus.text",
"short": "Human-readable status information.",
"min": 0,
"max": "1",
"type": [
{
"code": "string"
}
]
},
{
"id": "AidboxJobStatus.nextStart",
"path": "AidboxJobStatus.nextStart",
"short": "Scheduled time for the next execution of the job.",
"min": 0,
"max": "1",
"type": [
{
"code": "dateTime"
}
]
},
{
"id": "AidboxJobStatus.locked",
"path": "AidboxJobStatus.locked",
"short": "Indicates whether the job is currently locked to prevent concurrent execution.",
"min": 0,
"max": "1",
"type": [
{
"code": "boolean"
}
]
},
{
"id": "AidboxJobStatus.result",
"path": "AidboxJobStatus.result",
"short": "Result data from the job execution.",
"min": 0,
"max": "1",
"extension": [
{
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
}
]
}
]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}