PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-pdex@2.1.0
    http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-parameters-multi-member-match-bundle-out
description: A Parameters profile defining the result of a $bulk-member-match operation performed by a payer system
package_name: hl7.fhir.us.davinci-pdex
derivation: constraint
name: PDexMultiMemberMatchResponseParameters
type: Parameters
elements:
  parameter:
    array: true
    min: 1
    max: 3
    index: 0
    slicing:
      rules: closed
      discriminator:
      - {path: name, type: value}
      min: 1
      max: 3
      slices:
        MatchedMembers:
          match: {name: MatchedMembers}
          schema:
            _required: true
            index: 1
            elements:
              name:
                pattern: {type: string, value: MatchedMembers}
                type: string
                index: 2
              value:
                choices: []
                index: 4
              resource: {type: Group, index: 5}
        NonMatchedMembers:
          match: {name: NonMatchedMembers}
          schema:
            index: 6
            elements:
              name:
                pattern: {type: string, value: NonMatchedMembers}
                type: string
                index: 7
              value:
                choices: []
                index: 9
              resource: {type: Group, index: 10}
        ConsentConstrainedMembers:
          match: {name: ConsentConstrainedMembers}
          schema:
            index: 11
            elements:
              name:
                pattern: {type: string, value: ConsentConstrainedMembers}
                type: string
                index: 12
              value:
                choices: []
                index: 14
              resource: {type: Group, index: 15}
package_version: 2.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-parameters-multi-member-match-bundle-out
base: http://hl7.org/fhir/StructureDefinition/Parameters
version: 2.1.0
required: [parameter]