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

FHIR IG analytics

Packageio.health-samurai.sdc.r3
Resource TypeStructureDefinition
IdStructureDefinition-SDCWorkflowVersion.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "description": "Snapshotted workflow template with incremental versioning.",
  "derivation": "specialization",
  "fhirVersion": "3.0.2",
  "name": "SDCWorkflowVersion",
  "abstract": false,
  "type": "SDCWorkflowVersion",
  "resourceType": "StructureDefinition",
  "status": "active",
  "id": "SDCWorkflowVersion",
  "kind": "resource",
  "url": "http://health-samurai.io/fhir/sdc/StructureDefinition/SDCWorkflowVersion",
  "version": "0.2602.2",
  "differential": {
    "element": [
      {
        "id": "SDCWorkflowVersion",
        "path": "SDCWorkflowVersion",
        "min": 0,
        "max": "*"
      },
      {
        "id": "SDCWorkflowVersion.workflow",
        "path": "SDCWorkflowVersion.workflow",
        "short": "Workflow identifier.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      },
      {
        "id": "SDCWorkflowVersion.version",
        "path": "SDCWorkflowVersion.version",
        "short": "Incremental number of workflow version.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "id": "SDCWorkflowVersion.hash",
        "path": "SDCWorkflowVersion.hash",
        "short": "Hash of snapshot with injected document/layout/rules",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "decimal"
          }
        ]
      },
      {
        "id": "SDCWorkflowVersion.snapshot",
        "path": "SDCWorkflowVersion.snapshot",
        "short": "Serialized workflow snapshot.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "string"
          }
        ]
      }
    ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}