{
  "resourceType": "StructureDefinition",
  "id": "selectall",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">to do</div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 2
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    }
  ],
  "url": "http://hl7.org/fhir/StructureDefinition/selectall",
  "version": "4.0.0",
  "name": "Workflow Patterns for PlanDefinitions Actions - Select All",
  "status": "draft",
  "experimental": false,
  "date": "2019-02-20T21:45:25+00:00",
  "publisher": "VHA",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "VHA"
        }
      ]
    }
  ],
  "description": "Workflow Patterns for PlanDefinitions Actions - Select All",
  "fhirVersion": "4.0.0",
  "mapping": [
    {
      "identity": "workflow",
      "uri": "http://hl7.org/fhir/workflow",
      "name": "Workflow Pattern"
    },
    {
      "identity": "w5",
      "uri": "http://hl7.org/fhir/fivews",
      "name": "FiveWs Pattern Mapping"
    },
    {
      "identity": "objimpl",
      "uri": "http://hl7.org/fhir/object-implementation",
      "name": "Object Implementation Information"
    },
    {
      "identity": "rim",
      "uri": "http://hl7.org/v3",
      "name": "RIM Mapping"
    }
  ],
  "kind": "resource",
  "abstract": false,
  "type": "PlanDefinition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/PlanDefinition",
  "derivation": "constraint",
  "snapshot": {},
  "differential": {
    "element": [
      {
        "id": "PlanDefinition",
        "path": "PlanDefinition",
        "definition": "The divergence of a branch into two or more parallel branches, each of which exeuctures concurrently.",
        "min": 1,
        "max": "1"
      },
      {
        "id": "PlanDefinition.action",
        "path": "PlanDefinition.action",
        "short": "andsplit",
        "definition": "The divergence of a branch into two or more parallel branches, each of which exeuctures concurrently.",
        "alias": [
          "andsplit"
        ],
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "PlanDefinition.action.id",
        "path": "PlanDefinition.action.id",
        "comment": "Missing in Plan Definiiton ?",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "PlanDefinition.action.selectionBehavior",
        "path": "PlanDefinition.action.selectionBehavior",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedCode": "all",
        "mustSupport": true
      },
      {
        "id": "PlanDefinition.action.action",
        "path": "PlanDefinition.action.action",
        "short": "andsplitbranch",
        "definition": "Definition of parallel branch.",
        "alias": [
          "andsplitbranch"
        ],
        "min": 1,
        "max": "*",
        "mustSupport": true
      },
      {
        "id": "PlanDefinition.action.action.id",
        "path": "PlanDefinition.action.action.id",
        "comment": "Missing in Plan Definiiton ?",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "PlanDefinition.action.action.trigger",
        "path": "PlanDefinition.action.action.trigger",
        "min": 0,
        "max": "0",
        "mustSupport": true
      },
      {
        "id": "PlanDefinition.action.action.condition",
        "path": "PlanDefinition.action.action.condition",
        "min": 0,
        "max": "0",
        "mustSupport": true
      },
      {
        "id": "PlanDefinition.action.action.relatedAction",
        "path": "PlanDefinition.action.action.relatedAction",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "PlanDefinition.action.action.relatedAction.actionId",
        "path": "PlanDefinition.action.action.relatedAction.actionId",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "PlanDefinition.action.action.relatedAction.relationship",
        "path": "PlanDefinition.action.action.relatedAction.relationship",
        "definition": "Execute after primary action is complete.",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedCode": "after-end",
        "mustSupport": true
      },
      {
        "id": "PlanDefinition.action.action.requiredBehavior",
        "path": "PlanDefinition.action.action.requiredBehavior",
        "min": 1,
        "max": "1",
        "type": [
          {
            "code": "code"
          }
        ],
        "fixedCode": "must",
        "mustSupport": true
      }
    ]
  }
}