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

FHIR IG analytics

Packageio.health-samurai.core.r4b
Resource TypeStructureDefinition
IdStructureDefinition-aidbox-job-status.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2601.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/AidboxJobStatus
URLhttp://health-samurai.io/fhir/core/StructureDefinition/AidboxJobStatus
Version0.2601.0
Statusactive
NameAidboxJobStatus
DescriptionStatus tracking for Aidbox job executions.
TypeAidboxJobStatus
Kindresource

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": "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"
}