description: 'The Parameters profile for Da Vinci Find Member using Patient and Coverage Resources Request. The resource must contain: \n * MemberPatient - US Core Patient containing member demographics \n * OldCoverage - details of prior health plan coverage provided by the member, typically from their health plan coverage card \n * NewCoverage - details of new or prospective health plan coverage, provided by the health plan based upon the member''s enrolment' package_name: hl7.fhir.us.davinci-hrex derivation: constraint name: HRexMemberMatchRequestParameters type: Parameters elements: parameter: mustSupport: true array: true min: 3 max: 3 index: 0 slicing: rules: closed discriminator: - {path: name, type: value} min: 3 max: 3 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: Resource, mustSupport: true, index: 3} required: [resource] oldCoverage: match: {name: OldCoverage} schema: mustSupport: true _required: true index: 4 elements: name: pattern: {type: String, value: OldCoverage} mustSupport: true index: 5 resource: {type: Resource, mustSupport: true, index: 6} required: [resource] newCoverage: match: {name: NewCoverage} schema: mustSupport: true _required: true index: 7 elements: name: pattern: {type: String, value: NewCoverage} mustSupport: true index: 8 resource: {type: Resource, mustSupport: true, index: 9} required: [resource] package_version: 0.2.0 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: 0.2.0