http://hl7.org/fhir/StructureDefinition/RequestGroup|4.0.1

A group of related requests that can be used to capture intended activities that have inter-dependencies such as \"give this medication after that one\".
description: A group of related requests that can be used to capture intended activities that have inter-dependencies such as \"give this medication after that one\".
derivation: specialization
name: RequestGroup
type: RequestGroup
elements:
  instantiatesCanonical: {short: Instantiates FHIR protocol or definition, array: true, isSummary: true, index: 1}
  instantiatesUri: {short: Instantiates external protocol or definition, array: true, isSummary: true, index: 2}
  encounter: {short: Created as part of, index: 11}
  reasonCode: {short: Why the request group is needed, array: true, index: 14}
  authoredOn: {short: When the request group was authored, index: 12}
  note: {short: Additional notes about the response, array: true, index: 16}
  author: {short: Device or practitioner that authored the request group, index: 13}
  priority:
    short: routine | urgent | asap | stat
    meaningWhenMissing: If missing, this request should be performed with normal priority
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/request-priority|4.0.1'}
    isSummary: true
    index: 8
  status:
    isModifier: true
    short: draft | active | on-hold | revoked | completed | entered-in-error | unknown
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/request-status|4.0.1'}
    isModifierReason: This element is labeled as a modifier because it is a status element that contains status entered-in-error which means that the resource should not be treated as valid
    isSummary: true
    index: 6
  groupIdentifier: {short: Composite request this is part of, isSummary: true, index: 5}
  code: {short: What's being requested/ordered, isSummary: true, index: 9}
  identifier: {short: Business identifier, array: true, isSummary: true, index: 0}
  intent:
    isModifier: true
    short: proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/request-intent|4.0.1'}
    isModifierReason: This element changes the interpretation of all descriptive attributes. For example \"the time the request is recommended to occur\" vs. \"the time the request is authorized to occur\" or \"who is recommended to perform the request\" vs. \"who is authorized to perform the request
    isSummary: true
    index: 7
  action:
    constraint:
      rqg-1: {human: Must have resource or action but not both, severity: error, expression: resource.exists() != action.exists()}
    short: Proposed actions, if any
    array: true
    index: 17
    elements:
      description: {short: Short description of the action, isSummary: true, index: 20}
      textEquivalent: {short: 'Static text equivalent of the action, used if the dynamic aspects cannot be interpreted by the receiving system', isSummary: true, index: 21}
      relatedAction:
        short: Relationship to another action
        array: true
        index: 28
        elements:
          actionId: {short: What action this is related to, index: 29}
          relationship:
            short: before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/action-relationship-type|4.0.1'}
            index: 30
          offset:
            short: Time offset for the relationship
            choices: []
            index: 32
        required: [relationship, actionId]
      type:
        short: create | update | remove | fire-event
        binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/ValueSet/action-type'}
        index: 36
      participant: {short: Who should perform the action, array: true, index: 35}
      title: {short: User-visible title, index: 19}
      documentation: {short: Supporting documentation for the intended performer of the action, array: true, index: 24}
      prefix: {short: User-visible prefix for the action (e.g. 1. or A.), index: 18}
      selectionBehavior:
        short: any | all | all-or-none | exactly-one | at-most-one | one-or-more
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/action-selection-behavior|4.0.1'}
        index: 38
      priority:
        short: routine | urgent | asap | stat
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/request-priority|4.0.1'}
        index: 22
      requiredBehavior:
        short: must | could | must-unless-documented
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/action-required-behavior|4.0.1'}
        index: 39
      condition:
        short: Whether or not the action is applicable
        array: true
        index: 25
        elements:
          kind:
            short: applicability | start | stop
            binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/action-condition-kind|4.0.1'}
            index: 26
          expression: {short: Boolean-valued expression, index: 27}
        required: [kind]
      resource: {short: The target of the action, index: 42}
      timing:
        short: When the action should take place
        choices: []
        index: 34
      groupingBehavior:
        short: visual-group | logical-group | sentence-group
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/action-grouping-behavior|4.0.1'}
        index: 37
      code: {short: Code representing the meaning of the action or sub-actions, array: true, index: 23}
      action:
        elementReference: ['http://hl7.org/fhir/StructureDefinition/RequestGroup', elements, action]
        short: Sub action
        array: true
        index: 43
      precheckBehavior:
        short: yes | no
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/action-precheck-behavior|4.0.1'}
        index: 40
      cardinalityBehavior:
        short: single | multiple
        binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/action-cardinality-behavior|4.0.1'}
        index: 41
  replaces: {short: Request(s) replaced by this request, array: true, index: 4}
  basedOn: {short: 'Fulfills plan, proposal, or order', array: true, index: 3}
  subject: {short: Who the request group is about, index: 10}
  reasonReference: {short: Why the request group is needed, array: true, index: 15}
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/RequestGroup
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: 4.0.1
required: [status, intent]