PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-pdex@2.1.0
    http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-member-no-match-group
description: A Group List created by the Payer to provide information back to a requesting payer about failed matches. Based on the Group resource. An Extension is added to capture the submitted patient demographics for the access request. The match may have failed for one of two reasons. a) No match on member. b) Matched but unable to comply with consent request.
package_name: hl7.fhir.us.davinci-pdex
derivation: constraint
name: PDexMemberNoMatchGroup
type: Group
elements:
  code:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/davinci-pdex/ValueSet/PDexMultiMemberMatchResultVS'}
    mustSupport: true
    index: 0
  member:
    elements:
      entity:
        index: 1
        extensions:
          nonMatchedMember: {url: 'http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-parameters', min: 0, max: 1, type: Extension, mustSupport: true, index: 2}
        elements:
          extension:
            type: Extension
            mustSupport: true
            url: http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-parameters
            index: 2
            slicing:
              slices:
                nonMatchedMember:
                  match: {}
                  schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-parameters', index: 2}
                  min: 0
                  max: 1
package_version: 2.1.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/pdex-member-no-match-group
base: http://hl7.org/fhir/StructureDefinition/Group
version: 2.1.0
required: [code]