PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r6.core@6.0.0-ballot2
    http://hl7.org/fhir/StructureDefinition/search-set-bundle
description: This profile holds all the requirements and constraints related to a FHIR search bundle.
package_name: hl7.fhir.r6.core
derivation: constraint
name: SearchSetBundle
type: Bundle
elements:
  type:
    pattern: {type: Code, value: searchset}
    index: 0
  entry:
    index: 1
    slicing:
      rules: closed
      ordered: false
      description: Slice defining each method
      discriminator:
      - {path: search.mode, type: value}
      min: null
      slices:
        operationOutcome:
          match:
            search: {mode: outcome}
          schema:
            index: 2
            elements:
              fullUrl: {index: 3}
              resource: {type: OperationOutcome, index: 4}
              search:
                elements:
                  mode:
                    pattern: {type: Code, value: outcome}
                    index: 5
                required: [mode]
              request: {index: 6}
              response: {index: 7}
            required: [resource, fullUrl]
        other:
          match:
            search: {mode: null}
          schema:
            index: 8
            elements:
              fullUrl: {index: 9}
              resource: {index: 10}
              request: {index: 11}
              response: {index: 12}
            required: [resource, fullUrl]
  issues: {index: 13}
package_version: 6.0.0-ballot2
class: profile
kind: resource
url: http://hl7.org/fhir/StructureDefinition/search-set-bundle
base: http://hl7.org/fhir/StructureDefinition/Bundle
version: 6.0.0-ballot2