PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-pdex@2.2.0
    http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/provider-parameters-multi-member-match-bundle-out
description: A Parameters profile defining the result of a $bulk-member-match operation performed by a payer system in response to a provider request. The response indicates which members were successfully matched and authorized for provider access, which were not found, and which have opted out of Provider Access API data sharing.
package_name: hl7.fhir.us.davinci-pdex
derivation: constraint
name: ProviderMultiMemberMatchResponseParameters
type: Parameters
elements:
  parameter:
    short: Provider member match response groups
    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:
                short: Successfully matched and authorized members
                pattern: {type: String, value: MatchedMembers}
                index: 2
              value:
                choices: []
                index: 4
              resource: {type: Group, short: Group of matched members, index: 5}
            required: [resource]
        NonMatchedMembers:
          match: {name: NonMatchedMembers}
          schema:
            index: 6
            elements:
              name:
                short: Members not found
                pattern: {type: String, value: NonMatchedMembers}
                index: 7
              value:
                choices: []
                index: 9
              resource: {type: Group, short: Group of non-matched members, index: 10}
        ConsentConstrainedMembers:
          match: {name: ConsentConstrainedMembers}
          schema:
            index: 11
            elements:
              name:
                short: Members who opted out of Provider Access
                pattern: {type: String, value: ConsentConstrainedMembers}
                index: 12
              value:
                choices: []
                index: 14
              resource: {type: Group, short: Group of members who opted out, index: 15}
package_version: 2.2.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/provider-parameters-multi-member-match-bundle-out
base: http://hl7.org/fhir/StructureDefinition/Parameters
version: 2.2.0
required: [parameter]