{
"description": "Snapshotted workflow template with incremental versioning.",
"_filename": "StructureDefinition-SDCWorkflowVersion.json",
"package_name": "io.health-samurai.sdc.r4",
"date": null,
"derivation": "specialization",
"publisher": null,
"fhirVersion": "4.0.1",
"name": "SDCWorkflowVersion",
"abstract": false,
"type": "SDCWorkflowVersion",
"experimental": null,
"resourceType": "StructureDefinition",
"title": null,
"package_version": "0.2601.0",
"status": "active",
"id": "108c7146-5b6b-4e19-86de-f80d275a9cc7",
"kind": "resource",
"url": "http://health-samurai.io/fhir/sdc/StructureDefinition/SDCWorkflowVersion",
"version": "0.2601.0",
"differential": {
"element": [ {
"id": "SDCWorkflowVersion",
"max": "*",
"min": 0,
"path": "SDCWorkflowVersion"
}, {
"id": "SDCWorkflowVersion.workflow",
"max": "1",
"min": 1,
"path": "SDCWorkflowVersion.workflow",
"type": [ {
"code": "string"
} ],
"short": "Workflow identifier."
}, {
"id": "SDCWorkflowVersion.version",
"max": "1",
"min": 1,
"path": "SDCWorkflowVersion.version",
"type": [ {
"code": "decimal"
} ],
"short": "Incremental number of workflow version."
}, {
"id": "SDCWorkflowVersion.hash",
"max": "1",
"min": 1,
"path": "SDCWorkflowVersion.hash",
"type": [ {
"code": "decimal"
} ],
"short": "Hash of snapshot with injected document/layout/rules"
}, {
"id": "SDCWorkflowVersion.snapshot",
"max": "1",
"min": 1,
"path": "SDCWorkflowVersion.snapshot",
"type": [ {
"code": "string"
} ],
"short": "Serialized workflow snapshot."
} ]
},
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}