PackagesCanonicalsLogsProblems
    Packages
    io.health-samurai.sdc.r4@0.2605.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.r4",
  "date": null,
  "derivation": "specialization",
  "publisher": "Health Samurai",
  "fhirVersion": "4.0.1",
  "name": "SDCWorkflowVersion",
  "abstract": false,
  "type": "SDCWorkflowVersion",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": "SDC Workflow Version",
  "package_version": "0.2605.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-category",
    "valueString": "Forms.Workflows"
  } ],
  "status": "active",
  "id": "332ff512-949f-4c38-a48b-cfcd0826341e",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/sdc/StructureDefinition/SDCWorkflowVersion",
  "version": "0.2605.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"
}