FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageio.health-samurai.core.r3
Resource TypeStructureDefinition
IdStructureDefinition-aidbox-job-status.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "description": "Status tracking for Aidbox job executions.",
  "derivation": "specialization",
  "fhirVersion": "3.0.2",
  "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.2602.2",
  "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"
}