PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@3.2.0
    http://hl7.org/fhir/StructureDefinition/ExampleScenario
{
  "description": "Example of workflow instance.",
  "_filename": "StructureDefinition-ExampleScenario.json",
  "package_name": "hl7.fhir.core",
  "date": "2017-12-20T15:52:34+11:00",
  "derivation": "specialization",
  "meta": {
    "lastUpdated": "2017-12-20T15:52:34.818+11:00"
  },
  "publisher": "Health Level Seven International (FHIR Infrastructure)",
  "fhirVersion": "3.2.0",
  "name": "ExampleScenario",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/w5",
    "name": "W5 Mapping",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/fhir/object-implementation",
    "name": "Object Implementation Information",
    "identity": "objimpl"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  } ],
  "abstract": false,
  "type": "ExampleScenario",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "3.2.0",
  "extension": [ {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger": 0
  }, {
    "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
    "valueCode": "fhir"
  } ],
  "snapshot": {
    "element": [ {
      "id": "ExampleScenario",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario",
      "short": "Example of workflow instance",
      "mapping": [ {
        "map": "Entity. Role, or Act",
        "identity": "rim"
      }, {
        "map": "infrastructure.information",
        "identity": "w5"
      } ],
      "constraint": [ {
        "key": "dom-2",
        "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
        "xpath": "not(parent::f:contained and f:contained)",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.contained.empty()"
      }, {
        "key": "dom-1",
        "human": "If the resource is contained in another resource, it SHALL NOT contain any narrative",
        "xpath": "not(parent::f:contained and f:text)",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.text.empty()"
      }, {
        "key": "dom-4",
        "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
        "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()"
      }, {
        "key": "dom-3",
        "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource",
        "xpath": "not(exists(for $contained in f:contained return $contained[not(parent::*/descendant::f:reference/@value=concat('#', $contained/*/id/@value) or descendant::reference[@value='#'])]))",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.all(('#'+id in %resource.descendants().reference) or descendants().where(reference = '#').exists())"
      } ],
      "definition": "Example of workflow instance."
    }, {
      "path": "ExampleScenario.id",
      "min": 0,
      "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
      "short": "Logical id of this artifact",
      "type": [ {
        "code": "id"
      } ],
      "max": "1",
      "id": "ExampleScenario.id",
      "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.id"
      },
      "isSummary": true
    }, {
      "path": "ExampleScenario.meta",
      "min": 0,
      "definition": "The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.",
      "short": "Metadata about the resource",
      "type": [ {
        "code": "Meta"
      } ],
      "max": "1",
      "id": "ExampleScenario.meta",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.meta"
      },
      "isSummary": true
    }, {
      "path": "ExampleScenario.implicitRules",
      "min": 0,
      "definition": "A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content.",
      "isModifier": true,
      "short": "A set of rules under which this content was created",
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "ExampleScenario.implicitRules",
      "comment": "Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.implicitRules"
      },
      "isSummary": true
    }, {
      "path": "ExampleScenario.language",
      "min": 0,
      "definition": "The base language in which the resource is written.",
      "short": "Language of the resource content",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "extensible",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
          "valueReference": {
            "reference": "http://hl7.org/fhir/ValueSet/all-languages"
          }
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Language"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "A human language.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "max": "1",
      "id": "ExampleScenario.language",
      "comment": "Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies  to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource. Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute).",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.language"
      }
    }, {
      "path": "ExampleScenario.text",
      "min": 0,
      "definition": "A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it \"clinically safe\" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety.",
      "short": "Text summary of the resource, for human interpretation",
      "mapping": [ {
        "map": "Act.text?",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Narrative"
      } ],
      "alias": [ "narrative", "html", "xhtml", "display" ],
      "max": "1",
      "id": "ExampleScenario.text",
      "condition": [ "dom-1" ],
      "comment": "Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied).  This may be necessary for data from legacy systems where information is captured as a \"text blob\" or where text is additionally entered raw or narrated and encoded in formation is added later.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "DomainResource.text"
      }
    }, {
      "path": "ExampleScenario.contained",
      "min": 0,
      "definition": "These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope.",
      "short": "Contained, inline Resources",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Resource"
      } ],
      "alias": [ "inline resources", "anonymous resources", "contained resources" ],
      "max": "*",
      "id": "ExampleScenario.contained",
      "comment": "This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.contained"
      }
    }, {
      "path": "ExampleScenario.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the resource. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ExampleScenario.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "path": "ExampleScenario.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ExampleScenario.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.modifierExtension"
      }
    }, {
      "path": "ExampleScenario.url",
      "requirements": "Allows the example scenario to be referenced by a single globally unique identifier.",
      "min": 0,
      "definition": "An absolute URI that is used to identify this example scenario when it is referenced in a specification, model, design or an instance. This SHOULD be globally unique, and SHOULD be a literal address at which this example scenario is (or will be) published.",
      "short": "Logical URI to reference this example scenario (globally unique)",
      "mapping": [ {
        "map": "FiveWs.identifier",
        "identity": "w5"
      }, {
        "map": "id",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "ExampleScenario.url",
      "comment": "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.\n\nThe URL SHOULD include the major version of the example scenario. For more information see [Technical and Business Versions](resource.html#versions).",
      "isSummary": true
    }, {
      "path": "ExampleScenario.identifier",
      "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.",
      "min": 0,
      "definition": "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.",
      "short": "Additional identifier for the example scenario",
      "mapping": [ {
        "map": "FiveWs.identifier",
        "identity": "w5"
      }, {
        "map": "no-gen-base",
        "identity": "objimpl"
      }, {
        "map": "id",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "max": "*",
      "id": "ExampleScenario.identifier",
      "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, e.g., to identify this example scenario outside of FHIR, where it is not possible to use the logical URI.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.version",
      "min": 0,
      "definition": "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.",
      "short": "Business version of the example scenario",
      "mapping": [ {
        "map": "FiveWs.version",
        "identity": "w5"
      }, {
        "map": "id.version",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "ExampleScenario.version",
      "comment": "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].",
      "isSummary": true
    }, {
      "path": "ExampleScenario.name",
      "requirements": "Support human navigation and code generation.",
      "min": 0,
      "definition": "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.",
      "short": "Name for this example scenario (computer friendly)",
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "ExampleScenario.name",
      "comment": "The name is not expected to be globally unique. The name should be a simple alpha-numeric type name to ensure that it is computable friendly.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.title",
      "min": 0,
      "definition": "The name of the example as showin in the title page.",
      "short": "Name of example",
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "ExampleScenario.title",
      "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.status",
      "min": 1,
      "definition": "The status of this example scenario. Enables tracking the life-cycle of the content.",
      "isModifier": true,
      "short": "draft | active | retired | unknown",
      "mapping": [ {
        "map": "FiveWs.status",
        "identity": "w5"
      }, {
        "map": "status",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "PublicationStatus"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "The lifecycle status of a Value Set or Concept Map.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "max": "1",
      "id": "ExampleScenario.status",
      "comment": "Allows filtering of example scenarios that are appropriate for use vs. not.  \nThis is labeled as \"Is Modifier\" because applications should not use a retired example scenario without due consideration.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.experimental",
      "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level example scenario.",
      "min": 0,
      "definition": "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.",
      "isModifier": true,
      "short": "For testing purposes, not real usage",
      "mapping": [ {
        "map": "FiveWs.class",
        "identity": "w5"
      }, {
        "map": "class",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "boolean"
      } ],
      "max": "1",
      "id": "ExampleScenario.experimental",
      "comment": "Allows filtering of example scenario that are appropriate for use vs. not. This is labeled as \"Is Modifier\" because applications should not use an experimental example scenario in production.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.date",
      "min": 0,
      "definition": "The date  (and optionally time) when the example scenario was published. The date must change if and 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').",
      "short": "Date this was last changed",
      "mapping": [ {
        "map": "FiveWs.recorded",
        "identity": "w5"
      }, {
        "map": "when.recorded",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "dateTime"
      } ],
      "alias": [ "Revision Date" ],
      "max": "1",
      "id": "ExampleScenario.date",
      "comment": "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.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.publisher",
      "requirements": "Helps establish the \"authority/credibility\" of the example scenario.  May also allow for contact.",
      "min": 0,
      "definition": "The name of the individual or organization that published the example scenario.",
      "short": "Name of the publisher (organization or individual)",
      "mapping": [ {
        "map": "FiveWs.witness",
        "identity": "w5"
      }, {
        "map": "who.witness",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "ExampleScenario.publisher",
      "comment": "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.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.contact",
      "min": 0,
      "definition": "Contact details to assist a user in finding and communicating with the publisher.",
      "short": "Contact details for the publisher",
      "type": [ {
        "code": "ContactDetail"
      } ],
      "max": "*",
      "id": "ExampleScenario.contact",
      "comment": "May be a web site, an email address, a telephone number, etc.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.useContext",
      "requirements": "Assist in searching for appropriate content.",
      "min": 0,
      "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate example scenario instances.",
      "short": "Context the content is intended to support",
      "type": [ {
        "code": "UsageContext"
      } ],
      "max": "*",
      "id": "ExampleScenario.useContext",
      "comment": "When multiple useContexts are specified, there is no expectation whether all or any of the contexts apply.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.jurisdiction",
      "min": 0,
      "definition": "A legal or geographic region in which the example scenario is intended to be used.",
      "short": "Intended jurisdiction for example scenario (if applicable)",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "extensible",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Jurisdiction"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "Countries and regions within which this artifact is targeted for use",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "max": "*",
      "id": "ExampleScenario.jurisdiction",
      "comment": "It may be possible for the example scenario to be used in jurisdictions other than those for which it was originally designed or intended.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.copyright",
      "requirements": "Consumers must be able to determine any legal restrictions on the use of the example scenario and/or its content.",
      "min": 0,
      "definition": "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.",
      "short": "Use and/or publishing restrictions",
      "mapping": [ {
        "map": "no-gen-base",
        "identity": "objimpl"
      } ],
      "type": [ {
        "code": "markdown"
      } ],
      "alias": [ "License", "Restrictions" ],
      "max": "1",
      "id": "ExampleScenario.copyright",
      "comment": "null Frequently, the copyright differs between the value set and the codes that are included. The copyright statement should clearly differentiate between these when required."
    }, {
      "id": "ExampleScenario.description",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.description",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "Description of behaviour of the workflow example",
      "comment": "This description can be used to capture details such as why the example scenario was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the example scenario as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the profile is presumed to be the predominant language in the place the profile was created).",
      "definition": "Description of behaviour of the workflow example."
    }, {
      "path": "ExampleScenario.purpose",
      "min": 0,
      "definition": "What is the example scenario resource created for. This should not be used to show the business purpose of the scenario itself, but the purpose of documenting a scenario.",
      "short": "The purpose of the example, e.g. to illustrate a scenario",
      "mapping": [ {
        "map": "FiveWs.why[x]",
        "identity": "w5"
      }, {
        "map": "no-gen-base",
        "identity": "objimpl"
      }, {
        "map": "why",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "markdown"
      } ],
      "max": "1",
      "id": "ExampleScenario.purpose",
      "comment": "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."
    }, {
      "id": "ExampleScenario.actor",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.actor",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Actor participating in the resource",
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      } ],
      "definition": "Actor participating in the resource."
    }, {
      "path": "ExampleScenario.actor.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ExampleScenario.actor.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "ExampleScenario.actor.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ExampleScenario.actor.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "ExampleScenario.actor.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ExampleScenario.actor.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "id": "ExampleScenario.actor.actorId",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.actor.actorId",
      "type": [ {
        "code": "string"
      } ],
      "short": "ID or acronym of the actor",
      "comment": "should this be called ID or acronym?",
      "definition": "ID or acronym of actor."
    }, {
      "id": "ExampleScenario.actor.type",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.actor.type",
      "type": [ {
        "code": "code"
      } ],
      "short": "person | entity",
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ExampleScenarioActorType"
        } ],
        "description": "The type of actor - system or human",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/examplescenario-actor-type"
        }
      },
      "definition": "The type of actor - person or system."
    }, {
      "id": "ExampleScenario.actor.name",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.actor.name",
      "type": [ {
        "code": "string"
      } ],
      "short": "The name of the actor as shown in the page",
      "comment": "Cardinality: is name and description 1..1?",
      "definition": "The name of the actor as shown in the page."
    }, {
      "id": "ExampleScenario.actor.description",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.actor.description",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "The description of the actor",
      "comment": "Cardinality: is name and description 1..1?",
      "definition": "The description of the actor."
    }, {
      "id": "ExampleScenario.instance",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.instance",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Each resource and each version that is present in the workflow",
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      } ],
      "definition": "Each resource and each version that is present in the workflow."
    }, {
      "path": "ExampleScenario.instance.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ExampleScenario.instance.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "ExampleScenario.instance.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ExampleScenario.instance.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "ExampleScenario.instance.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ExampleScenario.instance.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "id": "ExampleScenario.instance.resourceId",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.instance.resourceId",
      "type": [ {
        "code": "string"
      } ],
      "short": "The id of the resource for referencing",
      "definition": "The id of the resource for referencing."
    }, {
      "id": "ExampleScenario.instance.resourceType",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.instance.resourceType",
      "type": [ {
        "code": "code"
      } ],
      "short": "The type of the resource",
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "FHIRResourceType"
        } ],
        "description": "The type of resource",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/resource-types"
        }
      },
      "definition": "The type of the resource."
    }, {
      "id": "ExampleScenario.instance.name",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.instance.name",
      "type": [ {
        "code": "string"
      } ],
      "short": "A short name for the resource instance",
      "definition": "A short name for the resource instance."
    }, {
      "id": "ExampleScenario.instance.description",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.instance.description",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "Human-friendly description of the resource instance",
      "definition": "Human-friendly description of the resource instance."
    }, {
      "id": "ExampleScenario.instance.version",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.instance.version",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "A specific version of the resource",
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      } ],
      "definition": "A specific version of the resource."
    }, {
      "path": "ExampleScenario.instance.version.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ExampleScenario.instance.version.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "ExampleScenario.instance.version.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ExampleScenario.instance.version.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "ExampleScenario.instance.version.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ExampleScenario.instance.version.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "id": "ExampleScenario.instance.version.versionId",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.instance.version.versionId",
      "type": [ {
        "code": "string"
      } ],
      "short": "The identifier of a specific version of a resource",
      "definition": "The identifier of a specific version of a resource."
    }, {
      "id": "ExampleScenario.instance.version.description",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.instance.version.description",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "The description of the resource version",
      "definition": "The description of the resource version."
    }, {
      "id": "ExampleScenario.instance.containedInstance",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.instance.containedInstance",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Resources contained in the instance",
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      } ],
      "definition": "Resources contained in the instance (e.g. the observations contained in a bundle)."
    }, {
      "path": "ExampleScenario.instance.containedInstance.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ExampleScenario.instance.containedInstance.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "ExampleScenario.instance.containedInstance.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ExampleScenario.instance.containedInstance.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "ExampleScenario.instance.containedInstance.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ExampleScenario.instance.containedInstance.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "id": "ExampleScenario.instance.containedInstance.resourceId",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.instance.containedInstance.resourceId",
      "type": [ {
        "code": "string"
      } ],
      "short": "Each resource contained in the instance",
      "definition": "Each resource contained in the instance."
    }, {
      "id": "ExampleScenario.instance.containedInstance.versionId",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.instance.containedInstance.versionId",
      "type": [ {
        "code": "string"
      } ],
      "short": "A specific version of a resource contained in the instance",
      "definition": "A specific version of a resource contained in the instance."
    }, {
      "id": "ExampleScenario.process",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.process",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Each major process - a group of operations",
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      } ],
      "definition": "Each major process - a group of operations."
    }, {
      "path": "ExampleScenario.process.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ExampleScenario.process.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "ExampleScenario.process.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ExampleScenario.process.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "ExampleScenario.process.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ExampleScenario.process.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "id": "ExampleScenario.process.title",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.process.title",
      "type": [ {
        "code": "string"
      } ],
      "short": "The diagram title of the group of operations",
      "isSummary": true,
      "definition": "The diagram title of the group of operations."
    }, {
      "id": "ExampleScenario.process.description",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.description",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "A longer description of the group of operations",
      "definition": "A longer description of the group of operations."
    }, {
      "id": "ExampleScenario.process.preConditions",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.preConditions",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "Description of initial status before the process starts",
      "definition": "Description of initial status before the process starts."
    }, {
      "id": "ExampleScenario.process.postConditions",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.postConditions",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "Description of final status after the process ends",
      "definition": "Description of final status after the process ends."
    }, {
      "id": "ExampleScenario.process.step",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.process.step",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Each step of the process",
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      } ],
      "definition": "Each step of the process."
    }, {
      "path": "ExampleScenario.process.step.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ExampleScenario.process.step.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "ExampleScenario.process.step.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ExampleScenario.process.step.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "ExampleScenario.process.step.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ExampleScenario.process.step.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "id": "ExampleScenario.process.step.process",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.process.step.process",
      "short": "Nested process",
      "definition": "Nested process.",
      "contentReference": "#ExampleScenario.process"
    }, {
      "id": "ExampleScenario.process.step.pause",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.pause",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "If there is a pause in the flow",
      "definition": "If there is a pause in the flow."
    }, {
      "id": "ExampleScenario.process.step.operation",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Each interaction or action",
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      } ],
      "definition": "Each interaction or action."
    }, {
      "path": "ExampleScenario.process.step.operation.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ExampleScenario.process.step.operation.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "ExampleScenario.process.step.operation.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ExampleScenario.process.step.operation.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "ExampleScenario.process.step.operation.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ExampleScenario.process.step.operation.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "id": "ExampleScenario.process.step.operation.number",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.process.step.operation.number",
      "type": [ {
        "code": "string"
      } ],
      "short": "The sequential number of the interaction",
      "definition": "The sequential number of the interaction."
    }, {
      "id": "ExampleScenario.process.step.operation.type",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.type",
      "type": [ {
        "code": "string"
      } ],
      "short": "The type of operation - CRUD",
      "definition": "The type of operation - CRUD."
    }, {
      "id": "ExampleScenario.process.step.operation.name",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.name",
      "type": [ {
        "code": "string"
      } ],
      "short": "The human-friendly name of the interaction",
      "definition": "The human-friendly name of the interaction."
    }, {
      "id": "ExampleScenario.process.step.operation.initiator",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.initiator",
      "type": [ {
        "code": "string"
      } ],
      "short": "Who starts the transaction",
      "definition": "Who starts the transaction."
    }, {
      "id": "ExampleScenario.process.step.operation.receiver",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.receiver",
      "type": [ {
        "code": "string"
      } ],
      "short": "Who receives the transaction",
      "definition": "Who receives the transaction."
    }, {
      "id": "ExampleScenario.process.step.operation.description",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.description",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "A comment to be inserted in the diagram",
      "definition": "A comment to be inserted in the diagram."
    }, {
      "id": "ExampleScenario.process.step.operation.initiatorActive",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.initiatorActive",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Whether the initiator is deactivated right after the transaction",
      "definition": "Whether the initiator is deactivated right after the transaction."
    }, {
      "id": "ExampleScenario.process.step.operation.receiverActive",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.receiverActive",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Whether the receiver is deactivated right after the transaction",
      "definition": "Whether the receiver is deactivated right after the transaction."
    }, {
      "id": "ExampleScenario.process.step.operation.request",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.request",
      "short": "Each resource instance used by the initiator",
      "definition": "Each resource instance used by the initiator.",
      "contentReference": "#ExampleScenario.instance.containedInstance"
    }, {
      "id": "ExampleScenario.process.step.operation.response",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.response",
      "short": "Each resource instance used by the responder",
      "definition": "Each resource instance used by the responder.",
      "contentReference": "#ExampleScenario.instance.containedInstance"
    }, {
      "id": "ExampleScenario.process.step.alternative",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.alternative",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Each interaction in the process",
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      } ],
      "definition": "Each interaction in the workflow."
    }, {
      "path": "ExampleScenario.process.step.alternative.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ExampleScenario.process.step.alternative.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "ExampleScenario.process.step.alternative.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ExampleScenario.process.step.alternative.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "ExampleScenario.process.step.alternative.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ExampleScenario.process.step.alternative.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "id": "ExampleScenario.process.step.alternative.name",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.alternative.name",
      "type": [ {
        "code": "string"
      } ],
      "short": "The name of each alternative",
      "definition": "The name of each alternative."
    }, {
      "id": "ExampleScenario.process.step.alternative.option",
      "max": "*",
      "min": 1,
      "path": "ExampleScenario.process.step.alternative.option",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Each of the possible options in an alternative",
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      } ],
      "definition": "Each of the possible options in an alternative."
    }, {
      "path": "ExampleScenario.process.step.alternative.option.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "ExampleScenario.process.step.alternative.option.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "ExampleScenario.process.step.alternative.option.extension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance  applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "ExampleScenario.process.step.alternative.option.extension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "ExampleScenario.process.step.alternative.option.modifierExtension",
      "min": 0,
      "definition": "May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "ExampleScenario.process.step.alternative.option.modifierExtension",
      "comment": "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions.  The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "id": "ExampleScenario.process.step.alternative.option.description",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.process.step.alternative.option.description",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "A human-readable description of each option",
      "definition": "A human-readable description of each option."
    }, {
      "id": "ExampleScenario.process.step.alternative.option.step",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.process.step.alternative.option.step",
      "short": "What happens in each alternative option",
      "definition": "What happens in each alternative option.",
      "contentReference": "#ExampleScenario.process.step"
    }, {
      "id": "ExampleScenario.process.step.alternative.option.pause",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.process.step.alternative.option.pause",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "If there is a pause in the flow",
      "definition": "If there is a pause in the flow."
    }, {
      "id": "ExampleScenario.workflow",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.workflow",
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/StructureDefinition/ExampleScenario"
      } ],
      "short": "Another nested workflow",
      "definition": "Another nested workflow."
    } ]
  },
  "status": "draft",
  "id": "08dd63cc-a142-40c8-a749-858ac9a88b08",
  "kind": "resource",
  "url": "http://hl7.org/fhir/StructureDefinition/ExampleScenario",
  "_baseDefinition": {
    "extension": [ {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-codegen-super",
      "valueString": "MetadataResource"
    } ]
  },
  "version": null,
  "differential": {
    "element": [ {
      "id": "ExampleScenario",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario",
      "short": "Example of workflow instance",
      "mapping": [ {
        "map": "infrastructure.information",
        "identity": "w5"
      } ],
      "definition": "Example of workflow instance."
    }, {
      "path": "ExampleScenario.url",
      "requirements": "Allows the example scenario to be referenced by a single globally unique identifier.",
      "min": 0,
      "definition": "An absolute URI that is used to identify this example scenario when it is referenced in a specification, model, design or an instance. This SHOULD be globally unique, and SHOULD be a literal address at which this example scenario is (or will be) published.",
      "short": "Logical URI to reference this example scenario (globally unique)",
      "mapping": [ {
        "map": "FiveWs.identifier",
        "identity": "w5"
      }, {
        "map": "id",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "ExampleScenario.url",
      "comment": "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.\n\nThe URL SHOULD include the major version of the example scenario. For more information see [Technical and Business Versions](resource.html#versions).",
      "isSummary": true
    }, {
      "path": "ExampleScenario.identifier",
      "requirements": "Allows externally provided and/or usable business identifiers to be easily associated with the module.",
      "min": 0,
      "definition": "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.",
      "short": "Additional identifier for the example scenario",
      "mapping": [ {
        "map": "FiveWs.identifier",
        "identity": "w5"
      }, {
        "map": "no-gen-base",
        "identity": "objimpl"
      }, {
        "map": "id",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "Identifier"
      } ],
      "max": "*",
      "id": "ExampleScenario.identifier",
      "comment": "Typically, this is used for identifiers that can go in an HL7 V3 II (instance identifier) data type, e.g., to identify this example scenario outside of FHIR, where it is not possible to use the logical URI.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.version",
      "min": 0,
      "definition": "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.",
      "short": "Business version of the example scenario",
      "mapping": [ {
        "map": "FiveWs.version",
        "identity": "w5"
      }, {
        "map": "id.version",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "ExampleScenario.version",
      "comment": "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].",
      "isSummary": true
    }, {
      "path": "ExampleScenario.name",
      "requirements": "Support human navigation and code generation.",
      "min": 0,
      "definition": "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.",
      "short": "Name for this example scenario (computer friendly)",
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "ExampleScenario.name",
      "comment": "The name is not expected to be globally unique. The name should be a simple alpha-numeric type name to ensure that it is computable friendly.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.title",
      "min": 0,
      "definition": "The name of the example as showin in the title page.",
      "short": "Name of example",
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "ExampleScenario.title",
      "comment": "This name does not need to be machine-processing friendly and may contain punctuation, white-space, etc.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.status",
      "min": 1,
      "definition": "The status of this example scenario. Enables tracking the life-cycle of the content.",
      "isModifier": true,
      "short": "draft | active | retired | unknown",
      "mapping": [ {
        "map": "FiveWs.status",
        "identity": "w5"
      }, {
        "map": "status",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "PublicationStatus"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "The lifecycle status of a Value Set or Concept Map.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "max": "1",
      "id": "ExampleScenario.status",
      "comment": "Allows filtering of example scenarios that are appropriate for use vs. not.  \nThis is labeled as \"Is Modifier\" because applications should not use a retired example scenario without due consideration.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.experimental",
      "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level example scenario.",
      "min": 0,
      "definition": "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.",
      "isModifier": true,
      "short": "For testing purposes, not real usage",
      "mapping": [ {
        "map": "FiveWs.class",
        "identity": "w5"
      }, {
        "map": "class",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "boolean"
      } ],
      "max": "1",
      "id": "ExampleScenario.experimental",
      "comment": "Allows filtering of example scenario that are appropriate for use vs. not. This is labeled as \"Is Modifier\" because applications should not use an experimental example scenario in production.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.date",
      "min": 0,
      "definition": "The date  (and optionally time) when the example scenario was published. The date must change if and 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').",
      "short": "Date this was last changed",
      "mapping": [ {
        "map": "FiveWs.recorded",
        "identity": "w5"
      }, {
        "map": "when.recorded",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "dateTime"
      } ],
      "alias": [ "Revision Date" ],
      "max": "1",
      "id": "ExampleScenario.date",
      "comment": "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.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.publisher",
      "requirements": "Helps establish the \"authority/credibility\" of the example scenario.  May also allow for contact.",
      "min": 0,
      "definition": "The name of the individual or organization that published the example scenario.",
      "short": "Name of the publisher (organization or individual)",
      "mapping": [ {
        "map": "FiveWs.witness",
        "identity": "w5"
      }, {
        "map": "who.witness",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "ExampleScenario.publisher",
      "comment": "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.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.contact",
      "min": 0,
      "definition": "Contact details to assist a user in finding and communicating with the publisher.",
      "short": "Contact details for the publisher",
      "type": [ {
        "code": "ContactDetail"
      } ],
      "max": "*",
      "id": "ExampleScenario.contact",
      "comment": "May be a web site, an email address, a telephone number, etc.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.useContext",
      "requirements": "Assist in searching for appropriate content.",
      "min": 0,
      "definition": "The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate example scenario instances.",
      "short": "Context the content is intended to support",
      "type": [ {
        "code": "UsageContext"
      } ],
      "max": "*",
      "id": "ExampleScenario.useContext",
      "comment": "When multiple useContexts are specified, there is no expectation whether all or any of the contexts apply.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.jurisdiction",
      "min": 0,
      "definition": "A legal or geographic region in which the example scenario is intended to be used.",
      "short": "Intended jurisdiction for example scenario (if applicable)",
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "extensible",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Jurisdiction"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "Countries and regions within which this artifact is targeted for use",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "max": "*",
      "id": "ExampleScenario.jurisdiction",
      "comment": "It may be possible for the example scenario to be used in jurisdictions other than those for which it was originally designed or intended.",
      "isSummary": true
    }, {
      "path": "ExampleScenario.copyright",
      "requirements": "Consumers must be able to determine any legal restrictions on the use of the example scenario and/or its content.",
      "min": 0,
      "definition": "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.",
      "short": "Use and/or publishing restrictions",
      "mapping": [ {
        "map": "no-gen-base",
        "identity": "objimpl"
      } ],
      "type": [ {
        "code": "markdown"
      } ],
      "alias": [ "License", "Restrictions" ],
      "max": "1",
      "id": "ExampleScenario.copyright",
      "comment": "null Frequently, the copyright differs between the value set and the codes that are included. The copyright statement should clearly differentiate between these when required."
    }, {
      "id": "ExampleScenario.description",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.description",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "Description of behaviour of the workflow example",
      "comment": "This description can be used to capture details such as why the example scenario was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the example scenario as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the profile is presumed to be the predominant language in the place the profile was created).",
      "definition": "Description of behaviour of the workflow example."
    }, {
      "path": "ExampleScenario.purpose",
      "min": 0,
      "definition": "What is the example scenario resource created for. This should not be used to show the business purpose of the scenario itself, but the purpose of documenting a scenario.",
      "short": "The purpose of the example, e.g. to illustrate a scenario",
      "mapping": [ {
        "map": "FiveWs.why[x]",
        "identity": "w5"
      }, {
        "map": "no-gen-base",
        "identity": "objimpl"
      }, {
        "map": "why",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "markdown"
      } ],
      "max": "1",
      "id": "ExampleScenario.purpose",
      "comment": "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."
    }, {
      "id": "ExampleScenario.actor",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.actor",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Actor participating in the resource",
      "definition": "Actor participating in the resource."
    }, {
      "id": "ExampleScenario.actor.actorId",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.actor.actorId",
      "type": [ {
        "code": "string"
      } ],
      "short": "ID or acronym of the actor",
      "comment": "should this be called ID or acronym?",
      "definition": "ID or acronym of actor."
    }, {
      "id": "ExampleScenario.actor.type",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.actor.type",
      "type": [ {
        "code": "code"
      } ],
      "short": "person | entity",
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ExampleScenarioActorType"
        } ],
        "description": "The type of actor - system or human",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/examplescenario-actor-type"
        }
      },
      "definition": "The type of actor - person or system."
    }, {
      "id": "ExampleScenario.actor.name",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.actor.name",
      "type": [ {
        "code": "string"
      } ],
      "short": "The name of the actor as shown in the page",
      "comment": "Cardinality: is name and description 1..1?",
      "definition": "The name of the actor as shown in the page."
    }, {
      "id": "ExampleScenario.actor.description",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.actor.description",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "The description of the actor",
      "comment": "Cardinality: is name and description 1..1?",
      "definition": "The description of the actor."
    }, {
      "id": "ExampleScenario.instance",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.instance",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Each resource and each version that is present in the workflow",
      "definition": "Each resource and each version that is present in the workflow."
    }, {
      "id": "ExampleScenario.instance.resourceId",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.instance.resourceId",
      "type": [ {
        "code": "string"
      } ],
      "short": "The id of the resource for referencing",
      "definition": "The id of the resource for referencing."
    }, {
      "id": "ExampleScenario.instance.resourceType",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.instance.resourceType",
      "type": [ {
        "code": "code"
      } ],
      "short": "The type of the resource",
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "FHIRResourceType"
        } ],
        "description": "The type of resource",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/resource-types"
        }
      },
      "definition": "The type of the resource."
    }, {
      "id": "ExampleScenario.instance.name",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.instance.name",
      "type": [ {
        "code": "string"
      } ],
      "short": "A short name for the resource instance",
      "definition": "A short name for the resource instance."
    }, {
      "id": "ExampleScenario.instance.description",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.instance.description",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "Human-friendly description of the resource instance",
      "definition": "Human-friendly description of the resource instance."
    }, {
      "id": "ExampleScenario.instance.version",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.instance.version",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "A specific version of the resource",
      "definition": "A specific version of the resource."
    }, {
      "id": "ExampleScenario.instance.version.versionId",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.instance.version.versionId",
      "type": [ {
        "code": "string"
      } ],
      "short": "The identifier of a specific version of a resource",
      "definition": "The identifier of a specific version of a resource."
    }, {
      "id": "ExampleScenario.instance.version.description",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.instance.version.description",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "The description of the resource version",
      "definition": "The description of the resource version."
    }, {
      "id": "ExampleScenario.instance.containedInstance",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.instance.containedInstance",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Resources contained in the instance",
      "definition": "Resources contained in the instance (e.g. the observations contained in a bundle)."
    }, {
      "id": "ExampleScenario.instance.containedInstance.resourceId",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.instance.containedInstance.resourceId",
      "type": [ {
        "code": "string"
      } ],
      "short": "Each resource contained in the instance",
      "definition": "Each resource contained in the instance."
    }, {
      "id": "ExampleScenario.instance.containedInstance.versionId",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.instance.containedInstance.versionId",
      "type": [ {
        "code": "string"
      } ],
      "short": "A specific version of a resource contained in the instance",
      "definition": "A specific version of a resource contained in the instance."
    }, {
      "id": "ExampleScenario.process",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.process",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Each major process - a group of operations",
      "definition": "Each major process - a group of operations."
    }, {
      "id": "ExampleScenario.process.title",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.process.title",
      "type": [ {
        "code": "string"
      } ],
      "short": "The diagram title of the group of operations",
      "isSummary": true,
      "definition": "The diagram title of the group of operations."
    }, {
      "id": "ExampleScenario.process.description",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.description",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "A longer description of the group of operations",
      "definition": "A longer description of the group of operations."
    }, {
      "id": "ExampleScenario.process.preConditions",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.preConditions",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "Description of initial status before the process starts",
      "definition": "Description of initial status before the process starts."
    }, {
      "id": "ExampleScenario.process.postConditions",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.postConditions",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "Description of final status after the process ends",
      "definition": "Description of final status after the process ends."
    }, {
      "id": "ExampleScenario.process.step",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.process.step",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Each step of the process",
      "definition": "Each step of the process."
    }, {
      "id": "ExampleScenario.process.step.process",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.process.step.process",
      "short": "Nested process",
      "definition": "Nested process.",
      "contentReference": "#ExampleScenario.process"
    }, {
      "id": "ExampleScenario.process.step.pause",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.pause",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "If there is a pause in the flow",
      "definition": "If there is a pause in the flow."
    }, {
      "id": "ExampleScenario.process.step.operation",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Each interaction or action",
      "definition": "Each interaction or action."
    }, {
      "id": "ExampleScenario.process.step.operation.number",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.process.step.operation.number",
      "type": [ {
        "code": "string"
      } ],
      "short": "The sequential number of the interaction",
      "definition": "The sequential number of the interaction."
    }, {
      "id": "ExampleScenario.process.step.operation.type",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.type",
      "type": [ {
        "code": "string"
      } ],
      "short": "The type of operation - CRUD",
      "definition": "The type of operation - CRUD."
    }, {
      "id": "ExampleScenario.process.step.operation.name",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.name",
      "type": [ {
        "code": "string"
      } ],
      "short": "The human-friendly name of the interaction",
      "definition": "The human-friendly name of the interaction."
    }, {
      "id": "ExampleScenario.process.step.operation.initiator",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.initiator",
      "type": [ {
        "code": "string"
      } ],
      "short": "Who starts the transaction",
      "definition": "Who starts the transaction."
    }, {
      "id": "ExampleScenario.process.step.operation.receiver",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.receiver",
      "type": [ {
        "code": "string"
      } ],
      "short": "Who receives the transaction",
      "definition": "Who receives the transaction."
    }, {
      "id": "ExampleScenario.process.step.operation.description",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.description",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "A comment to be inserted in the diagram",
      "definition": "A comment to be inserted in the diagram."
    }, {
      "id": "ExampleScenario.process.step.operation.initiatorActive",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.initiatorActive",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Whether the initiator is deactivated right after the transaction",
      "definition": "Whether the initiator is deactivated right after the transaction."
    }, {
      "id": "ExampleScenario.process.step.operation.receiverActive",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.receiverActive",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "Whether the receiver is deactivated right after the transaction",
      "definition": "Whether the receiver is deactivated right after the transaction."
    }, {
      "id": "ExampleScenario.process.step.operation.request",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.request",
      "short": "Each resource instance used by the initiator",
      "definition": "Each resource instance used by the initiator.",
      "contentReference": "#ExampleScenario.instance.containedInstance"
    }, {
      "id": "ExampleScenario.process.step.operation.response",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.operation.response",
      "short": "Each resource instance used by the responder",
      "definition": "Each resource instance used by the responder.",
      "contentReference": "#ExampleScenario.instance.containedInstance"
    }, {
      "id": "ExampleScenario.process.step.alternative",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.alternative",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Each interaction in the process",
      "definition": "Each interaction in the workflow."
    }, {
      "id": "ExampleScenario.process.step.alternative.name",
      "max": "1",
      "min": 0,
      "path": "ExampleScenario.process.step.alternative.name",
      "type": [ {
        "code": "string"
      } ],
      "short": "The name of each alternative",
      "definition": "The name of each alternative."
    }, {
      "id": "ExampleScenario.process.step.alternative.option",
      "max": "*",
      "min": 1,
      "path": "ExampleScenario.process.step.alternative.option",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "short": "Each of the possible options in an alternative",
      "definition": "Each of the possible options in an alternative."
    }, {
      "id": "ExampleScenario.process.step.alternative.option.description",
      "max": "1",
      "min": 1,
      "path": "ExampleScenario.process.step.alternative.option.description",
      "type": [ {
        "code": "markdown"
      } ],
      "short": "A human-readable description of each option",
      "definition": "A human-readable description of each option."
    }, {
      "id": "ExampleScenario.process.step.alternative.option.step",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.process.step.alternative.option.step",
      "short": "What happens in each alternative option",
      "definition": "What happens in each alternative option.",
      "contentReference": "#ExampleScenario.process.step"
    }, {
      "id": "ExampleScenario.process.step.alternative.option.pause",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.process.step.alternative.option.pause",
      "type": [ {
        "code": "boolean"
      } ],
      "short": "If there is a pause in the flow",
      "definition": "If there is a pause in the flow."
    }, {
      "id": "ExampleScenario.workflow",
      "max": "*",
      "min": 0,
      "path": "ExampleScenario.workflow",
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/StructureDefinition/ExampleScenario"
      } ],
      "short": "Another nested workflow",
      "definition": "Another nested workflow."
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    } ]
  }, {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/fiwg/index.cfm",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DomainResource"
}