PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci@hrex-1.0.0
    http://hl7.org/fhir/us/davinci-hrex/StructureDefinition/hrex-parameters-member-match-out
description: 'The Parameters profile for Da Vinci Find Member using Identifier datatype Response.  The old health plan **SHALL** return the following data if records for member are found: \n * The unique member identifier (denoted through identifier parameter) submitted by the new health plan.'
package_name: hl7.fhir.us.davinci
derivation: constraint
name: HRexMemberMatchResponseParameters
type: Parameters
elements:
  parameter:
    mustSupport: true
    index: 0
    slicing:
      rules: closed
      discriminator:
      - {path: name, type: value}
      min: 1
      max: 1
      slices:
        MemberIdentifier:
          match: {name: MemberIdentifier}
          schema:
            mustSupport: true
            _required: true
            index: 1
            elements:
              name:
                pattern: {type: String, value: MemberIdentifier}
                mustSupport: true
                index: 2
              value:
                mustSupport: true
                choices: [valueIdentifier]
                index: 4
              valueIdentifier: {type: Identifier, mustSupport: true, choiceOf: value, index: 5}
              value[x]:
                elements:
                  type:
                    mustSupport: true
                    pattern:
                      type: CodeableConcept
                      value:
                        coding:
                        - {code: MB, system: 'http://terminology.hl7.org/CodeSystem/v2-0203'}
                    index: 6
                  value: {mustSupport: true, index: 7}
                required: [value, type]
            required: [valueIdentifier, value]
package_version: hrex-1.0.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: 1.0.0
required: [parameter]