PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.insurance@card-0.1.0
    http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-PlanBeneficiaries-extension
description: This extension allows for the representation of all of the members on the plan with corresponding Names and MemberIDs. This enables health plans to pass this information along with the Coverage resources to align with how this content is printed on physical insurance cards.
package_name: hl7.fhir.us.insurance
derivation: constraint
name: PlanBeneficiaries
type: Extension
elements:
  extension:
    array: true
    min: 2
    index: 0
    slicing:
      slices:
        memberId:
          match: {}
          schema:
            short: Member Id
            mustSupport: true
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: Uri, value: memberId}
                index: 3
              value:
                choices: [valueString]
                index: 5
              valueString: {type: string, choiceOf: value, index: 6}
            required: [valueString, value]
        name:
          match: {}
          schema:
            short: Member Name
            mustSupport: true
            _required: true
            index: 7
            extensions: {}
            elements:
              extension: {index: 8}
              url:
                pattern: {type: Uri, value: name}
                index: 9
              value:
                choices: [valueHumanName]
                index: 11
              valueHumanName:
                type: HumanName
                choiceOf: value
                index: 12
                elements:
                  family: {mustSupport: true, index: 14}
                  given: {mustSupport: true, index: 15}
                required: [family]
            required: [valueHumanName, value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-PlanBeneficiaries-extension'}
    index: 16
  value:
    choices: []
    index: 18
package_version: card-0.1.0
extensions:
  memberId:
    url: null
    short: Member Id
    mustSupport: true
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: Uri, value: memberId}
        index: 3
      value:
        choices: [valueString]
        index: 5
      valueString: {type: string, choiceOf: value, index: 6}
    required: [valueString, value]
  name:
    url: null
    short: Member Name
    mustSupport: true
    _required: true
    index: 7
    extensions: {}
    elements:
      extension: {index: 8}
      url:
        pattern: {type: Uri, value: name}
        index: 9
      value:
        choices: [valueHumanName]
        index: 11
      valueHumanName:
        type: HumanName
        choiceOf: value
        index: 12
        elements:
          family: {mustSupport: true, index: 14}
          given: {mustSupport: true, index: 15}
        required: [family]
    required: [valueHumanName, value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-PlanBeneficiaries-extension
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 0.1.0