PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.core.r4@0.2601.0
    http://health-samurai.io/fhir/core/StructureDefinition/AidboxJobStatus
{
  "description": "Status tracking for Aidbox job executions.",
  "_filename": "StructureDefinition-aidbox-job-status.json",
  "package_name": "io.health-samurai.core.r4",
  "date": null,
  "derivation": "specialization",
  "publisher": null,
  "fhirVersion": "4.0.1",
  "name": "AidboxJobStatus",
  "abstract": false,
  "type": "AidboxJobStatus",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.2601.0",
  "status": "active",
  "id": "5d96b1e5-218a-43cb-a808-525677cd930b",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/AidboxJobStatus",
  "version": "0.2601.0",
  "differential": {
    "element": [ {
      "id": "AidboxJobStatus",
      "max": "*",
      "min": 0,
      "path": "AidboxJobStatus"
    }, {
      "id": "AidboxJobStatus._source",
      "max": "1",
      "min": 0,
      "path": "AidboxJobStatus._source",
      "type": [ {
        "code": "string"
      } ],
      "short": "System Property. DO NOT USE IT."
    }, {
      "id": "AidboxJobStatus.stop",
      "max": "1",
      "min": 0,
      "path": "AidboxJobStatus.stop",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "Time when the job execution stopped."
    }, {
      "id": "AidboxJobStatus.job",
      "max": "1",
      "min": 0,
      "path": "AidboxJobStatus.job",
      "type": [ {
        "code": "Reference"
      } ],
      "short": "Reference to the job definition."
    }, {
      "id": "AidboxJobStatus.error",
      "max": "1",
      "min": 0,
      "path": "AidboxJobStatus.error",
      "short": "Error information if the job failed.",
      "extension": [ {
        "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
        "valueCode": "any"
      } ]
    }, {
      "id": "AidboxJobStatus.status",
      "max": "1",
      "min": 0,
      "path": "AidboxJobStatus.status",
      "type": [ {
        "code": "string"
      } ],
      "short": "Current status of the job execution."
    }, {
      "id": "AidboxJobStatus.module",
      "max": "1",
      "min": 0,
      "path": "AidboxJobStatus.module",
      "type": [ {
        "code": "string"
      } ],
      "short": "Module that this job status belongs to."
    }, {
      "id": "AidboxJobStatus.start",
      "max": "1",
      "min": 0,
      "path": "AidboxJobStatus.start",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "Time when the job execution started."
    }, {
      "id": "AidboxJobStatus.text",
      "max": "1",
      "min": 0,
      "path": "AidboxJobStatus.text",
      "type": [ {
        "code": "string"
      } ],
      "short": "Human-readable status information."
    }, {
      "id": "AidboxJobStatus.nextStart",
      "max": "1",
      "min": 0,
      "path": "AidboxJobStatus.nextStart",
      "type": [ {
        "code": "dateTime"
      } ],
      "short": "Scheduled time for the next execution of the job."
    }, {
      "id": "AidboxJobStatus.locked",
      "max": "1",
      "min": 0,
      "path": "AidboxJobStatus.locked",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Indicates whether the job is currently locked to prevent concurrent execution."
    }, {
      "id": "AidboxJobStatus.result",
      "max": "1",
      "min": 0,
      "path": "AidboxJobStatus.result",
      "short": "Result data from the job execution.",
      "extension": [ {
        "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
        "valueCode": "any"
      } ]
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}