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: contained: {index: 0} type: short: Type of group (submitted members) mustSupport: true pattern: {type: Code, value: person} index: 1 actual: short: Actual group (not definitional) mustSupport: true pattern: {type: Boolean, value: true} index: 2 code: binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/davinci-pdex/ValueSet/PDexMultiMemberMatchResultVS'} mustSupport: true index: 3 managingEntity: type: Reference short: Payer managing this group refers: ['http://hl7.org/fhir/StructureDefinition/Organization'] index: 4 member: elements: entity: index: 5 extensions: nonMatchedMember: {url: 'http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-parameters', min: 1, max: 1, type: Extension, mustSupport: true, index: 7} nonMatchedCoverage: {url: 'http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-coverage', min: 0, max: 1, type: Extension, mustSupport: true, index: 8} elements: extension: index: 6 slicing: slices: nonMatchedMember: match: {} schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-parameters', index: 7} min: 1 max: 1 nonMatchedCoverage: match: {} schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/davinci-pdex/StructureDefinition/base-ext-match-coverage', index: 8} min: 0 max: 1 required: [extension] package_version: 2.2.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.2.0 required: [code]