description: 'The Parameters profile for Da Vinci Find Member using Patient and Coverage Resources Request. The resource must contain: \n * MemberPatient - HRex Patient containing member demographics \n * CoverageToMatch - details of prior health plan coverage provided by the member, typically from their health plan coverage card \n * CoverageToLink - details of new or prospective health plan coverage, provided by the health plan based upon the member''s enrollment' package_name: hl7.fhir.us.davinci derivation: constraint name: HRexMemberMatchRequestParameters type: Parameters elements: parameter: mustSupport: true array: true min: 2 max: 4 index: 0 slicing: rules: closed discriminator: - {path: name, type: value} min: 2 max: 4 slices: memberPatient: match: {name: MemberPatient} schema: mustSupport: true _required: true index: 1 elements: name: pattern: {type: String, value: MemberPatient} mustSupport: true index: 2 resource: {type: Patient, mustSupport: true, index: 3} required: [resource] CoverageToMatch: match: {name: CoverageToMatch} schema: mustSupport: true _required: true index: 4 elements: name: pattern: {type: String, value: CoverageToMatch} mustSupport: true index: 5 resource: {type: Coverage, mustSupport: true, index: 6} required: [resource] CoverageToLink: match: {name: CoverageToLink} schema: mustSupport: true index: 7 elements: name: pattern: {type: String, value: CoverageToLink} mustSupport: true index: 8 resource: {type: Coverage, mustSupport: true, index: 9} required: [resource] Consent: match: {name: Consent} schema: index: 10 elements: name: pattern: {type: String, value: Consent} mustSupport: true index: 11 resource: {type: Consent, mustSupport: true, index: 12} required: [resource] package_version: hrex-1.1.0-ballot class: profile kind: resource url: http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-parameters-member-match-in base: http://hl7.org/fhir/StructureDefinition/Parameters version: 1.1.0-ballot