PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci@hrex-0.2.0
    http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-parameters-member-match-out
description: 'The Parameters profile for Da Vinci Find Member using Patient and Coverage Resources Response.  The old health plan **SHALL** return the following data if records for member are found: \n * The unique member identifier added to the Patient.identifier in the Patient resource submitted by the new health plan. \n  * The new health plan coverage resource. \n \n (Only one Patient and one Coverage record are to be returned.)'
package_name: hl7.fhir.us.davinci
derivation: constraint
name: HRexMemberMatchResponseParameters
type: Parameters
elements:
  parameter:
    mustSupport: true
    array: true
    min: 2
    max: 2
    index: 0
    slicing:
      rules: closed
      discriminator:
      - {path: name, type: value}
      min: 2
      max: 2
      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]
        newCoverage:
          match: {name: NewCoverage}
          schema:
            mustSupport: true
            _required: true
            index: 4
            elements:
              name:
                pattern: {type: String, value: NewCoverage}
                mustSupport: true
                index: 5
              resource: {type: Resource, mustSupport: true, index: 6}
            required: [resource]
package_version: hrex-0.2.0
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-parameters-member-match-out
base: http://hl7.org/fhir/StructureDefinition/Parameters
version: 0.2.0