PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.sdc.r3@0.2601.0
    http://health-samurai.io/fhir/sdc/StructureDefinition/SDCWorkflowVersion
{
  "description": "Snapshotted workflow template with incremental versioning.",
  "_filename": "StructureDefinition-SDCWorkflowVersion.json",
  "package_name": "io.health-samurai.sdc.r3",
  "date": null,
  "derivation": "specialization",
  "publisher": null,
  "fhirVersion": "3.0.2",
  "name": "SDCWorkflowVersion",
  "abstract": false,
  "type": "SDCWorkflowVersion",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "0.2601.0",
  "status": "active",
  "id": "db93546f-57e6-45c0-9313-1d5ae52dbea2",
  "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"
}