{
"description": null,
"_filename": "StructureDefinition-AidboxTaskLog.json",
"package_name": "io.health-samurai.core.r4",
"date": null,
"derivation": "specialization",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "AidboxTaskLog",
"abstract": false,
"type": "AidboxTaskLog",
"experimental": null,
"resourceType": "StructureDefinition",
"title": null,
"package_version": "0.2601.0",
"status": "active",
"id": "36635230-4a74-4ca4-bab7-c95dfc9baa49",
"kind": "resource",
"url": "http://health-samurai.io/fhir/core/StructureDefinition/AidboxTaskLog",
"version": "0.2601.0",
"differential": {
"element": [ {
"id": "AidboxTaskLog",
"max": "*",
"min": 0,
"path": "AidboxTaskLog"
}, {
"id": "AidboxTaskLog.status-before",
"max": "1",
"min": 0,
"path": "AidboxTaskLog.status-before",
"type": [ {
"code": "string"
} ],
"short": "Task status before the action was performed."
}, {
"id": "AidboxTaskLog.status-after",
"max": "1",
"min": 0,
"path": "AidboxTaskLog.status-after",
"type": [ {
"code": "string"
} ],
"short": "Task status after the action was performed."
}, {
"id": "AidboxTaskLog.action-params",
"max": "1",
"min": 0,
"path": "AidboxTaskLog.action-params",
"short": "Parameters provided with the action.",
"extension": [ {
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
} ]
}, {
"id": "AidboxTaskLog.scheduled",
"max": "1",
"min": 0,
"path": "AidboxTaskLog.scheduled",
"type": [ {
"code": "BackboneElement"
} ],
"short": "Definition of a scheduled action.",
"constraint": [ {
"key": "union-91",
"human": "Either at or delay must be present",
"severity": "error",
"expression": "%context.at.exists() or %context.delay.exists()"
} ]
}, {
"id": "AidboxTaskLog.scheduled.action",
"max": "1",
"min": 1,
"path": "AidboxTaskLog.scheduled.action",
"type": [ {
"code": "string"
} ],
"short": "Name of the scheduled action."
}, {
"id": "AidboxTaskLog.scheduled.id",
"max": "1",
"min": 1,
"path": "AidboxTaskLog.scheduled.id",
"type": [ {
"code": "string"
} ],
"short": "Unique identifier for the scheduled action."
}, {
"id": "AidboxTaskLog.scheduled.delay",
"max": "1",
"min": 0,
"path": "AidboxTaskLog.scheduled.delay",
"type": [ {
"code": "decimal"
} ],
"short": "Delay in seconds before executing the action."
}, {
"id": "AidboxTaskLog.scheduled.at",
"max": "1",
"min": 0,
"path": "AidboxTaskLog.scheduled.at",
"type": [ {
"code": "dateTime"
} ],
"short": "Specific time when the action should be executed."
}, {
"id": "AidboxTaskLog.scheduled.action-params",
"max": "1",
"min": 0,
"path": "AidboxTaskLog.scheduled.action-params",
"short": "Parameters for the scheduled action.",
"extension": [ {
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
} ]
}, {
"id": "AidboxTaskLog.action",
"max": "1",
"min": 0,
"path": "AidboxTaskLog.action",
"type": [ {
"code": "string"
} ],
"short": "Name of the performed action."
}, {
"id": "AidboxTaskLog.subject",
"max": "1",
"min": 0,
"path": "AidboxTaskLog.subject",
"type": [ {
"code": "BackboneElement"
} ],
"short": "Resource that is the subject of the action."
}, {
"id": "AidboxTaskLog.subject.id",
"max": "1",
"min": 0,
"path": "AidboxTaskLog.subject.id",
"type": [ {
"code": "string"
} ],
"short": "Identifier of the subject."
}, {
"id": "AidboxTaskLog.subject.resourceType",
"max": "1",
"min": 0,
"path": "AidboxTaskLog.subject.resourceType",
"type": [ {
"code": "string"
} ],
"short": "Type of resource that is the subject."
}, {
"id": "AidboxTaskLog.subject.display",
"max": "1",
"min": 0,
"path": "AidboxTaskLog.subject.display",
"type": [ {
"code": "string"
} ],
"short": "Human-readable display name of the subject."
}, {
"id": "AidboxTaskLog.re-scheduled",
"max": "1",
"min": 0,
"path": "AidboxTaskLog.re-scheduled",
"type": [ {
"code": "BackboneElement"
} ],
"short": "Definition of a rescheduled action.",
"constraint": [ {
"key": "union-92",
"human": "Either at or delay must be present",
"severity": "error",
"expression": "%context.at.exists() or %context.delay.exists()"
} ]
}, {
"id": "AidboxTaskLog.re-scheduled.action",
"max": "1",
"min": 1,
"path": "AidboxTaskLog.re-scheduled.action",
"type": [ {
"code": "string"
} ],
"short": "Name of the rescheduled action."
}, {
"id": "AidboxTaskLog.re-scheduled.id",
"max": "1",
"min": 1,
"path": "AidboxTaskLog.re-scheduled.id",
"type": [ {
"code": "string"
} ],
"short": "Unique identifier for the rescheduled action."
}, {
"id": "AidboxTaskLog.re-scheduled.delay",
"max": "1",
"min": 0,
"path": "AidboxTaskLog.re-scheduled.delay",
"type": [ {
"code": "decimal"
} ],
"short": "New delay in seconds before executing the action."
}, {
"id": "AidboxTaskLog.re-scheduled.at",
"max": "1",
"min": 0,
"path": "AidboxTaskLog.re-scheduled.at",
"type": [ {
"code": "dateTime"
} ],
"short": "New specific time when the action should be executed."
}, {
"id": "AidboxTaskLog.re-scheduled.action-params",
"max": "1",
"min": 0,
"path": "AidboxTaskLog.re-scheduled.action-params",
"short": "Parameters for the rescheduled action.",
"extension": [ {
"url": "http://health-samurai.io/fhir/core/StructureDefinition/additional-properties-custom-type",
"valueCode": "any"
} ]
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}