<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="ExampleScenario" />
  <meta>
    <lastUpdated value="2021-01-05T10:01:24.148+11:00" />
  </meta>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-category">
    <valueString value="Foundation.Conformance" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="0" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-security-category">
    <valueCode value="anonymous" />
  </extension>
  <extension url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="fhir" />
  </extension>
  <extension url="http://hl7.org/fhir/build/StructureDefinition/entered-in-error-status">
    <valueCode value=".status = retired" />
  </extension>
  <extension url="http://hl7.org/fhir/build/StructureDefinition/template">
    <valueString value="CanonicalResource" />
  </extension>
  <url value="http://hl7.org/fhir/StructureDefinition/ExampleScenario" />
  <version value="4.6.0" />
  <name value="ExampleScenario" />
  <status value="draft" />
  <date value="2021-01-05T10:01:24+11:00" />
  <publisher value="Health Level Seven International (FHIR Infrastructure)" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://hl7.org/fhir" />
    </telecom>
  </contact>
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://www.hl7.org/Special/committees/fiwg/index.cfm" />
    </telecom>
  </contact>
  <description value="Example of workflow instance." />
  <fhirVersion value="4.6.0" />
  <mapping>
    <identity value="w5" />
    <uri value="http://hl7.org/fhir/fivews" />
    <name value="FiveWs Pattern Mapping" />
  </mapping>
  <mapping>
    <identity value="workflow" />
    <uri value="http://hl7.org/fhir/workflow" />
    <name value="Workflow Pattern" />
  </mapping>
  <mapping>
    <identity value="objimpl" />
    <uri value="http://hl7.org/fhir/object-implementation" />
    <name value="Object Implementation Information" />
  </mapping>
  <mapping>
    <identity value="rim" />
    <uri value="http://hl7.org/v3" />
    <name value="RIM Mapping" />
  </mapping>
  <kind value="resource" />
  <abstract value="false" />
  <type value="ExampleScenario" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/CanonicalResource" />
  <derivation value="specialization" />
  <differential>
    <element id="ExampleScenario">
      <path value="ExampleScenario" />
      <short value="Example of workflow instance" />
      <definition value="Example of workflow instance." />
      <min value="0" />
      <max value="*" />
      <constraint>
        <key value="cnl-0" />
        <severity value="warning" />
        <human value="Name should be usable as an identifier for the module by machine processing applications such as code generation" />
        <expression value="name.matches('[A-Z]([A-Za-z0-9_]){0,254}')" />
        <xpath value="not(exists(f:name/@value)) or matches(f:name/@value, '[A-Z]([A-Za-z0-9_]){0,254}')" />
        <source value="http://hl7.org/fhir/StructureDefinition/ExampleScenario" />
      </constraint>
      <mapping>
        <identity value="w5" />
        <map value="infrastructure.information" />
      </mapping>
    </element>
    <element id="ExampleScenario.url">
      <path value="ExampleScenario.url" />
      <short value="Canonical identifier for this example scenario, represented as a URI (globally unique)" />
      <definition value="An absolute URI that is used to identify this example scenario when it is referenced in a specification, model, design or an instance; also called its canonical identifier. This SHOULD be globally unique and SHOULD be a literal address at which at which an authoritative instance of this example scenario is (or will be) published. This URL can be the target of a canonical reference. It SHALL remain the same when the example scenario is stored on different servers." />
      <comment value="Can be a urn:uuid: or a urn:oid: but real http: addresses are preferred.  Multiple instances may share the same URL if they have a distinct version.&#xA;&#xA;The determination of when to create a new version of a resource (same url, new version) vs. defining a new artifact is up to the author.  Considerations for making this decision are found in [Technical and Business Versions](resource.html#versions). &#xA;&#xA;In some cases, the resource can no longer be found at the stated url, but the url itself cannot change. Implementations can use the [meta.source](resource.html#meta) element to indicate where the current master source of the resource can be found." />
      <requirements value="Allows the example scenario to be referenced by a single globally unique identifier." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="uri" />
      </type>
      <isSummary value="true" />
      <mapping>
        <identity value="workflow" />
        <map value="Definition.url" />
      </mapping>
      <mapping>
        <identity value="w5" />
        <map value="FiveWs.identifier" />
      </mapping>
    </element>
    <element id="ExampleScenario.identifier">
      <path value="ExampleScenario.identifier" />
      <short value="Additional identifier for the example scenario" />
      <definition value="A formal identifier that is used to identify this example scenario when it is represented in other formats, or referenced in a specification, model, design or an instance." />
      <comment value="Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, and can then identify this example scenario outside of FHIR, where it is not possible to use the logical URI." />
      <requirements value="Allows externally provided and/or usable business identifiers to be easily associated with the module." />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="Identifier" />
      </type>
      <isSummary value="true" />
      <mapping>
        <identity value="workflow" />
        <map value="Definition.identifier" />
      </mapping>
      <mapping>
        <identity value="w5" />
        <map value="FiveWs.identifier" />
      </mapping>
      <mapping>
        <identity value="objimpl" />
        <map value="no-gen-base" />
      </mapping>
    </element>
    <element id="ExampleScenario.version">
      <path value="ExampleScenario.version" />
      <short value="Business version of the example scenario" />
      <definition value="The identifier that is used to identify this version of the example scenario when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the example scenario author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence." />
      <comment value="There may be different example scenario instances that have the same identifier but different versions.  The version can be appended to the url in a reference to allow a reference to a particular business version of the example scenario with the format [url]|[version]." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <isSummary value="true" />
      <mapping>
        <identity value="workflow" />
        <map value="Definition.version" />
      </mapping>
      <mapping>
        <identity value="w5" />
        <map value="FiveWs.version" />
      </mapping>
    </element>
    <element id="ExampleScenario.name">
      <extension url="http://hl7.org/fhir/build/StructureDefinition/todo">
        <valueString value="&amp; A name should be provided unless the value set is a contained resource (e.g. an anonymous value set in a profile). Most registries will require a name." />
      </extension>
      <path value="ExampleScenario.name" />
      <short value="Name for this example scenario (computer friendly)" />
      <definition value="A natural language name identifying the example scenario. This name should be usable as an identifier for the module by machine processing applications such as code generation." />
      <comment value="The name is not expected to be globally unique. The name should be a simple alphanumeric type name to ensure that it is machine-processing friendly." />
      <requirements value="Support human navigation and code generation." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <condition value="cnl-0" />
      <isSummary value="true" />
    </element>
    <element id="ExampleScenario.status">
      <path value="ExampleScenario.status" />
      <short value="draft | active | retired | unknown" />
      <definition value="The status of this example scenario. Enables tracking the life-cycle of the content." />
      <comment value="Allows filtering of example scenarios that are appropriate for use versus not." />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="code" />
      </type>
      <isModifier value="true" />
      <isModifierReason value="This is labeled as &quot;Is Modifier&quot; because applications should not use a retired {{title}} without due consideration" />
      <isSummary value="true" />
      <binding>
        <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
          <valueString value="PublicationStatus" />
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding">
          <valueBoolean value="true" />
        </extension>
        <strength value="required" />
        <description value="The lifecycle status of an artifact." />
        <valueSet value="http://hl7.org/fhir/ValueSet/publication-status" />
      </binding>
      <mapping>
        <identity value="workflow" />
        <map value="Definition.status" />
      </mapping>
      <mapping>
        <identity value="w5" />
        <map value="FiveWs.status" />
      </mapping>
    </element>
    <element id="ExampleScenario.experimental">
      <path value="ExampleScenario.experimental" />
      <short value="For testing purposes, not real usage" />
      <definition value="A Boolean value to indicate that this example scenario is authored for testing purposes (or education/evaluation/marketing) and is not intended to be used for genuine usage." />
      <comment value="Allows filtering of example scenarios that are appropriate for use versus not." />
      <requirements value="Enables experimental content to be developed following the same lifecycle that would be used for a production-level example scenario." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="boolean" />
      </type>
      <isSummary value="true" />
      <mapping>
        <identity value="workflow" />
        <map value="Definition.experimental" />
      </mapping>
      <mapping>
        <identity value="w5" />
        <map value="FiveWs.class" />
      </mapping>
    </element>
    <element id="ExampleScenario.date">
      <path value="ExampleScenario.date" />
      <short value="Date last changed" />
      <definition value="The date  (and optionally time) when the example scenario was published. The date must change when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the example scenario changes. (e.g. the 'content logical definition')." />
      <comment value="Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the example scenario. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource." />
      <alias value="Revision Date" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="dateTime" />
      </type>
      <isSummary value="true" />
      <mapping>
        <identity value="workflow" />
        <map value="Definition.date" />
      </mapping>
      <mapping>
        <identity value="w5" />
        <map value="FiveWs.recorded" />
      </mapping>
    </element>
    <element id="ExampleScenario.publisher">
      <path value="ExampleScenario.publisher" />
      <short value="Name of the publisher (organization or individual)" />
      <definition value="The name of the organization or individual that published the example scenario." />
      <comment value="Usually an organization but may be an individual. The publisher (or steward) of the example scenario is the organization or individual primarily responsible for the maintenance and upkeep of the example scenario. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the example scenario. This item SHOULD be populated unless the information is available from context." />
      <requirements value="Helps establish the &quot;authority/credibility&quot; of the example scenario.  May also allow for contact." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <isSummary value="true" />
      <mapping>
        <identity value="workflow" />
        <map value="Definition.publisher" />
      </mapping>
      <mapping>
        <identity value="w5" />
        <map value="FiveWs.witness" />
      </mapping>
    </element>
    <element id="ExampleScenario.contact">
      <path value="ExampleScenario.contact" />
      <short value="Contact details for the publisher" />
      <definition value="Contact details to assist a user in finding and communicating with the publisher." />
      <comment value="May be a web site, an email address, a telephone number, etc." />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="ContactDetail" />
      </type>
      <isSummary value="true" />
      <mapping>
        <identity value="workflow" />
        <map value="Definition.contact" />
      </mapping>
    </element>
    <element id="ExampleScenario.useContext">
      <path value="ExampleScenario.useContext" />
      <short value="The context that the content is intended to support" />
      <definition value="The content was developed with a focus and intent of supporting the contexts that are listed. These contexts may be general categories (gender, age, ...) or may be references to specific programs (insurance plans, studies, ...) and may be used to assist with indexing and searching for appropriate example scenario instances." />
      <comment value="When multiple useContexts are specified, there is no expectation that all or any of the contexts apply." />
      <requirements value="Assist in searching for appropriate content." />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="UsageContext" />
      </type>
      <isSummary value="true" />
      <mapping>
        <identity value="workflow" />
        <map value="Definition.useContext" />
      </mapping>
    </element>
    <element id="ExampleScenario.jurisdiction">
      <path value="ExampleScenario.jurisdiction" />
      <short value="Intended jurisdiction for example scenario (if applicable)" />
      <definition value="A legal or geographic region in which the example scenario is intended to be used." />
      <comment value="It may be possible for the example scenario to be used in jurisdictions other than those for which it was originally designed or intended." />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="CodeableConcept" />
      </type>
      <isSummary value="true" />
      <binding>
        <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
          <valueString value="Jurisdiction" />
        </extension>
        <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding">
          <valueBoolean value="true" />
        </extension>
        <strength value="extensible" />
        <description value="Countries and regions within which this artifact is targeted for use." />
        <valueSet value="http://hl7.org/fhir/ValueSet/jurisdiction" />
      </binding>
      <mapping>
        <identity value="workflow" />
        <map value="Definition.jurisdiction" />
      </mapping>
    </element>
    <element id="ExampleScenario.purpose">
      <path value="ExampleScenario.purpose" />
      <short value="The purpose of the example, e.g. to illustrate a scenario" />
      <definition value="What the example scenario resource is created for. This should not be used to show the business purpose of the scenario itself, but the purpose of documenting a scenario." />
      <comment value="This element does not describe the usage of the example scenario. Instead, it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is.  This may be used to point to source materials or specifications that drove the structure of this example scenario." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="markdown" />
      </type>
      <mapping>
        <identity value="workflow" />
        <map value="Definition.purpose" />
      </mapping>
      <mapping>
        <identity value="w5" />
        <map value="FiveWs.why[x]" />
      </mapping>
      <mapping>
        <identity value="objimpl" />
        <map value="no-gen-base" />
      </mapping>
    </element>
    <element id="ExampleScenario.copyright">
      <path value="ExampleScenario.copyright" />
      <short value="Use and/or publishing restrictions" />
      <definition value="A copyright statement relating to the example scenario and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the example scenario." />
      <comment value="nullFrequently, the copyright differs between the value set and the codes that are included. The copyright statement should clearly differentiate between these when required." />
      <requirements value="Consumers must be able to determine any legal restrictions on the use of the example scenario and/or its content." />
      <alias value="License" />
      <alias value="Restrictions" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="markdown" />
      </type>
      <mapping>
        <identity value="workflow" />
        <map value="Definition.copyright" />
      </mapping>
      <mapping>
        <identity value="objimpl" />
        <map value="no-gen-base" />
      </mapping>
    </element>
    <element id="ExampleScenario.actor">
      <path value="ExampleScenario.actor" />
      <short value="Actor participating in the resource" />
      <definition value="Actor participating in the resource." />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="ExampleScenario.actor.actorId">
      <path value="ExampleScenario.actor.actorId" />
      <short value="ID or acronym of the actor" />
      <definition value="ID or acronym of actor." />
      <comment value="should this be called ID or acronym?" />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="ExampleScenario.actor.type">
      <path value="ExampleScenario.actor.type" />
      <short value="person | entity" />
      <definition value="The type of actor - person or system." />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="code" />
      </type>
      <binding>
        <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
          <valueString value="ExampleScenarioActorType" />
        </extension>
        <strength value="required" />
        <description value="The type of actor - system or human." />
        <valueSet value="http://hl7.org/fhir/ValueSet/examplescenario-actor-type" />
      </binding>
    </element>
    <element id="ExampleScenario.actor.name">
      <path value="ExampleScenario.actor.name" />
      <short value="The name of the actor as shown in the page" />
      <definition value="The name of the actor as shown in the page." />
      <comment value="Cardinality: is name and description 1..1?" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="ExampleScenario.actor.description">
      <path value="ExampleScenario.actor.description" />
      <short value="The description of the actor" />
      <definition value="The description of the actor." />
      <comment value="Cardinality: is name and description 1..1?" />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="markdown" />
      </type>
    </element>
    <element id="ExampleScenario.instance">
      <path value="ExampleScenario.instance" />
      <short value="Each resource and each version that is present in the workflow" />
      <definition value="Each resource and each version that is present in the workflow." />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="ExampleScenario.instance.resourceId">
      <path value="ExampleScenario.instance.resourceId" />
      <short value="The id of the resource for referencing" />
      <definition value="The id of the resource for referencing." />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="ExampleScenario.instance.resourceType">
      <path value="ExampleScenario.instance.resourceType" />
      <short value="The type of the resource" />
      <definition value="The type of the resource." />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="code" />
      </type>
      <binding>
        <extension url="http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName">
          <valueString value="FHIRResourceType" />
        </extension>
        <strength value="required" />
        <description value="The type of resource." />
        <valueSet value="http://hl7.org/fhir/ValueSet/resource-types" />
      </binding>
    </element>
    <element id="ExampleScenario.instance.name">
      <extension url="http://hl7.org/fhir/build/StructureDefinition/todo">
        <valueString value="Should name and description be 1..1?" />
      </extension>
      <path value="ExampleScenario.instance.name" />
      <short value="A short name for the resource instance" />
      <definition value="A short name for the resource instance." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="ExampleScenario.instance.description">
      <extension url="http://hl7.org/fhir/build/StructureDefinition/todo">
        <valueString value="Should name and description be 1..1?" />
      </extension>
      <path value="ExampleScenario.instance.description" />
      <short value="Human-friendly description of the resource instance" />
      <definition value="Human-friendly description of the resource instance." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="markdown" />
      </type>
    </element>
    <element id="ExampleScenario.instance.version">
      <path value="ExampleScenario.instance.version" />
      <short value="A specific version of the resource" />
      <definition value="A specific version of the resource." />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="ExampleScenario.instance.version.versionId">
      <path value="ExampleScenario.instance.version.versionId" />
      <short value="The identifier of a specific version of a resource" />
      <definition value="The identifier of a specific version of a resource." />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="ExampleScenario.instance.version.description">
      <path value="ExampleScenario.instance.version.description" />
      <short value="The description of the resource version" />
      <definition value="The description of the resource version." />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="markdown" />
      </type>
    </element>
    <element id="ExampleScenario.instance.containedInstance">
      <path value="ExampleScenario.instance.containedInstance" />
      <short value="Resources contained in the instance" />
      <definition value="Resources contained in the instance (e.g. the observations contained in a bundle)." />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="ExampleScenario.instance.containedInstance.resourceId">
      <path value="ExampleScenario.instance.containedInstance.resourceId" />
      <short value="Each resource contained in the instance" />
      <definition value="Each resource contained in the instance." />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="ExampleScenario.instance.containedInstance.versionId">
      <path value="ExampleScenario.instance.containedInstance.versionId" />
      <short value="A specific version of a resource contained in the instance" />
      <definition value="A specific version of a resource contained in the instance." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="ExampleScenario.process">
      <path value="ExampleScenario.process" />
      <short value="Each major process - a group of operations" />
      <definition value="Each major process - a group of operations." />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="ExampleScenario.process.title">
      <path value="ExampleScenario.process.title" />
      <short value="The diagram title of the group of operations" />
      <definition value="The diagram title of the group of operations." />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
      <isSummary value="true" />
    </element>
    <element id="ExampleScenario.process.description">
      <path value="ExampleScenario.process.description" />
      <short value="A longer description of the group of operations" />
      <definition value="A longer description of the group of operations." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="markdown" />
      </type>
    </element>
    <element id="ExampleScenario.process.preConditions">
      <path value="ExampleScenario.process.preConditions" />
      <short value="Description of initial status before the process starts" />
      <definition value="Description of initial status before the process starts." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="markdown" />
      </type>
    </element>
    <element id="ExampleScenario.process.postConditions">
      <path value="ExampleScenario.process.postConditions" />
      <short value="Description of final status after the process ends" />
      <definition value="Description of final status after the process ends." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="markdown" />
      </type>
    </element>
    <element id="ExampleScenario.process.step">
      <path value="ExampleScenario.process.step" />
      <short value="Each step of the process" />
      <definition value="Each step of the process." />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="ExampleScenario.process.step.process">
      <path value="ExampleScenario.process.step.process" />
      <short value="Nested process" />
      <definition value="Nested process." />
      <min value="0" />
      <max value="*" />
      <contentReference value="#ExampleScenario.process" />
    </element>
    <element id="ExampleScenario.process.step.pause">
      <path value="ExampleScenario.process.step.pause" />
      <short value="If there is a pause in the flow" />
      <definition value="If there is a pause in the flow." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="boolean" />
      </type>
    </element>
    <element id="ExampleScenario.process.step.operation">
      <path value="ExampleScenario.process.step.operation" />
      <short value="Each interaction or action" />
      <definition value="Each interaction or action." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="ExampleScenario.process.step.operation.number">
      <path value="ExampleScenario.process.step.operation.number" />
      <short value="The sequential number of the interaction" />
      <definition value="The sequential number of the interaction, e.g. 1.2.5." />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="ExampleScenario.process.step.operation.type">
      <path value="ExampleScenario.process.step.operation.type" />
      <short value="The type of operation - CRUD" />
      <definition value="The type of operation - CRUD." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="ExampleScenario.process.step.operation.name">
      <path value="ExampleScenario.process.step.operation.name" />
      <short value="The human-friendly name of the interaction" />
      <definition value="The human-friendly name of the interaction." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="ExampleScenario.process.step.operation.initiator">
      <path value="ExampleScenario.process.step.operation.initiator" />
      <short value="Who starts the transaction" />
      <definition value="Who starts the transaction." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="ExampleScenario.process.step.operation.receiver">
      <path value="ExampleScenario.process.step.operation.receiver" />
      <short value="Who receives the transaction" />
      <definition value="Who receives the transaction." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="ExampleScenario.process.step.operation.description">
      <path value="ExampleScenario.process.step.operation.description" />
      <short value="A comment to be inserted in the diagram" />
      <definition value="A comment to be inserted in the diagram." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="markdown" />
      </type>
    </element>
    <element id="ExampleScenario.process.step.operation.initiatorActive">
      <path value="ExampleScenario.process.step.operation.initiatorActive" />
      <short value="Whether the initiator is deactivated right after the transaction" />
      <definition value="Whether the initiator is deactivated right after the transaction." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="boolean" />
      </type>
    </element>
    <element id="ExampleScenario.process.step.operation.receiverActive">
      <path value="ExampleScenario.process.step.operation.receiverActive" />
      <short value="Whether the receiver is deactivated right after the transaction" />
      <definition value="Whether the receiver is deactivated right after the transaction." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="boolean" />
      </type>
    </element>
    <element id="ExampleScenario.process.step.operation.request">
      <path value="ExampleScenario.process.step.operation.request" />
      <short value="Each resource instance used by the initiator" />
      <definition value="Each resource instance used by the initiator." />
      <min value="0" />
      <max value="1" />
      <contentReference value="#ExampleScenario.instance.containedInstance" />
    </element>
    <element id="ExampleScenario.process.step.operation.response">
      <path value="ExampleScenario.process.step.operation.response" />
      <short value="Each resource instance used by the responder" />
      <definition value="Each resource instance used by the responder." />
      <min value="0" />
      <max value="1" />
      <contentReference value="#ExampleScenario.instance.containedInstance" />
    </element>
    <element id="ExampleScenario.process.step.alternative">
      <path value="ExampleScenario.process.step.alternative" />
      <short value="Alternate non-typical step action" />
      <definition value="Indicates an alternative step that can be taken instead of the operations on the base step in exceptional/atypical circumstances." />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="BackboneElement" />
      </type>
    </element>
    <element id="ExampleScenario.process.step.alternative.title">
      <path value="ExampleScenario.process.step.alternative.title" />
      <short value="Label for alternative" />
      <definition value="The label to display for the alternative that gives a sense of the circumstance in which the alternative should be invoked." />
      <min value="1" />
      <max value="1" />
      <type>
        <code value="string" />
      </type>
    </element>
    <element id="ExampleScenario.process.step.alternative.description">
      <path value="ExampleScenario.process.step.alternative.description" />
      <short value="A human-readable description of each option" />
      <definition value="A human-readable description of the alternative explaining when the alternative should occur rather than the base step." />
      <min value="0" />
      <max value="1" />
      <type>
        <code value="markdown" />
      </type>
    </element>
    <element id="ExampleScenario.process.step.alternative.step">
      <path value="ExampleScenario.process.step.alternative.step" />
      <short value="What happens in each alternative option" />
      <definition value="What happens in each alternative option." />
      <min value="0" />
      <max value="*" />
      <contentReference value="#ExampleScenario.process.step" />
    </element>
    <element id="ExampleScenario.workflow">
      <path value="ExampleScenario.workflow" />
      <short value="Another nested workflow" />
      <definition value="Another nested workflow." />
      <min value="0" />
      <max value="*" />
      <type>
        <code value="canonical" />
        <targetProfile value="http://hl7.org/fhir/StructureDefinition/ExampleScenario" />
      </type>
    </element>
  </differential>
</StructureDefinition>