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.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2601.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/AidboxJob
URLhttp://health-samurai.io/fhir/core/StructureDefinition/AidboxJob
Version0.2601.0
Statusactive
NameAidboxJob
DescriptionAidbox Job resource for scheduling and executing periodic tasks.
TypeAidboxJob
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": "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"
}