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

FHIR IG analytics

Packageio.health-samurai.sdc.r4b
Resource TypeStructureDefinition
IdStructureDefinition-SDCWorkflowVersion.json
FHIR VersionR4B
Sourcehttps://simplifier.net/resolve?scope=io.health-samurai.sdc.r4b@0.2602.2&canonical=http://health-samurai.io/fhir/sdc/StructureDefinition/SDCWorkflowVersion
URLhttp://health-samurai.io/fhir/sdc/StructureDefinition/SDCWorkflowVersion
Version0.2602.2
Statusactive
NameSDCWorkflowVersion
DescriptionSnapshotted workflow template with incremental versioning.
TypeSDCWorkflowVersion
Kindresource

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": "4.3.0",
  "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"
}