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

FHIR IG analytics

Packageio.health-samurai.core.r4b
Resource TypeStructureDefinition
IdStructureDefinition-AidboxTaskLog.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.core.r4b@0.2601.0&canonical=http://health-samurai.io/fhir/core/StructureDefinition/AidboxTaskLog
URLhttp://health-samurai.io/fhir/core/StructureDefinition/AidboxTaskLog
Version0.2601.0
Statusactive
NameAidboxTaskLog
TypeAidboxTaskLog
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

{
  "derivation": "specialization",
  "fhirVersion": "4.3.0",
  "name": "AidboxTaskLog",
  "abstract": false,
  "type": "AidboxTaskLog",
  "resourceType": "StructureDefinition",
  "status": "active",
  "id": "AidboxTaskLog",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/core/StructureDefinition/AidboxTaskLog",
  "version": "0.2601.0",
  "differential": {
    "element": [
      {
        "id": "AidboxTaskLog",
        "path": "AidboxTaskLog",
        "min": 0,
        "max": "*"
      },
      {
        "id": "AidboxTaskLog.status-before",
        "path": "AidboxTaskLog.status-before",
        "short": "Task status before the action was performed.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.status-after",
        "path": "AidboxTaskLog.status-after",
        "short": "Task status after the action was performed.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.action-params",
        "path": "AidboxTaskLog.action-params",
        "short": "Parameters provided with the action.",
        "min": 0,
        "max": "1",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
            "valueCode": "any"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.scheduled",
        "path": "AidboxTaskLog.scheduled",
        "short": "Definition of a scheduled action.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "constraint": [
          {
            "key": "union-91",
            "severity": "error",
            "human": "Either at or delay must be present",
            "expression": "%context.at.exists() or %context.delay.exists()"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.scheduled.action",
        "path": "AidboxTaskLog.scheduled.action",
        "short": "Name of the scheduled action.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.scheduled.id",
        "path": "AidboxTaskLog.scheduled.id",
        "short": "Unique identifier for the scheduled action.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.scheduled.delay",
        "path": "AidboxTaskLog.scheduled.delay",
        "short": "Delay in seconds before executing the action.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.scheduled.at",
        "path": "AidboxTaskLog.scheduled.at",
        "short": "Specific time when the action should be executed.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.scheduled.action-params",
        "path": "AidboxTaskLog.scheduled.action-params",
        "short": "Parameters for the scheduled action.",
        "min": 0,
        "max": "1",
        "extension": [
          {
            "url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
            "valueCode": "any"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.action",
        "path": "AidboxTaskLog.action",
        "short": "Name of the performed action.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.subject",
        "path": "AidboxTaskLog.subject",
        "short": "Resource that is the subject of the action.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.subject.id",
        "path": "AidboxTaskLog.subject.id",
        "short": "Identifier of the subject.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.subject.resourceType",
        "path": "AidboxTaskLog.subject.resourceType",
        "short": "Type of resource that is the subject.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.subject.display",
        "path": "AidboxTaskLog.subject.display",
        "short": "Human-readable display name of the subject.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.re-scheduled",
        "path": "AidboxTaskLog.re-scheduled",
        "short": "Definition of a rescheduled action.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "BackboneElement"
          }
        ],
        "constraint": [
          {
            "key": "union-92",
            "severity": "error",
            "human": "Either at or delay must be present",
            "expression": "%context.at.exists() or %context.delay.exists()"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.re-scheduled.action",
        "path": "AidboxTaskLog.re-scheduled.action",
        "short": "Name of the rescheduled action.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.re-scheduled.id",
        "path": "AidboxTaskLog.re-scheduled.id",
        "short": "Unique identifier for the rescheduled action.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.re-scheduled.delay",
        "path": "AidboxTaskLog.re-scheduled.delay",
        "short": "New delay in seconds before executing the action.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.re-scheduled.at",
        "path": "AidboxTaskLog.re-scheduled.at",
        "short": "New specific time when the action should be executed.",
        "min": 0,
        "max": "1",
        "type": [
          {
            "code": "dateTime"
          }
        ]
      },
      {
        "id": "AidboxTaskLog.re-scheduled.action-params",
        "path": "AidboxTaskLog.re-scheduled.action-params",
        "short": "Parameters for the rescheduled action.",
        "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"
}