PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.insurance-card.r4@1.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-card.r4
derivation: constraint
name: PlanBeneficiaries
type: Extension
elements:
  extension:
    array: true
    min: 2
    index: 0
    slicing:
      slices:
        memberId:
          match: {}
          schema:
            short: Member Id as string
            mustSupport: true
            _required: true
            index: 1
            extensions: {}
            elements:
              extension: {index: 2}
              url:
                pattern: {type: Uri, value: memberId}
                index: 3
              value:
                choices: [valueId, valueString]
                index: 5
              valueId: {type: id, choiceOf: value, index: 6}
              valueString: {type: string, choiceOf: value, index: 7}
            required: [valueString, value, valueId]
        name:
          match: {}
          schema:
            short: Member Name
            mustSupport: true
            _required: true
            index: 8
            extensions: {}
            elements:
              extension: {index: 9}
              url:
                pattern: {type: Uri, value: name}
                index: 10
              value:
                choices: [valueHumanName]
                index: 12
              valueHumanName: {type: HumanName, choiceOf: value, index: 13}
              value[x]:
                elements:
                  family: {mustSupport: true, index: 14}
                  given: {mustSupport: true, index: 15}
                required: [family]
            required: [valueHumanName, value]
        personReference:
          match: {}
          schema:
            short: Reference to the Person resource
            index: 16
            extensions: {}
            elements:
              extension: {index: 17}
              url:
                pattern: {type: Uri, value: personReference}
                index: 18
              value:
                choices: [valueReference]
                index: 20
              valueReference:
                type: Reference
                choiceOf: value
                refers: ['http://hl7.org/fhir/StructureDefinition/Person']
                index: 21
            required: [valueReference, value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/us/insurance-card/StructureDefinition/C4DIC-PlanBeneficiaries-extension'}
    index: 22
  value:
    choices: []
    index: 24
package_version: 1.1.0
extensions:
  memberId:
    url: null
    short: Member Id as string
    mustSupport: true
    _required: true
    index: 1
    extensions: {}
    elements:
      extension: {index: 2}
      url:
        pattern: {type: Uri, value: memberId}
        index: 3
      value:
        choices: [valueId, valueString]
        index: 5
      valueId: {type: id, choiceOf: value, index: 6}
      valueString: {type: string, choiceOf: value, index: 7}
    required: [valueString, value, valueId]
  name:
    url: null
    short: Member Name
    mustSupport: true
    _required: true
    index: 8
    extensions: {}
    elements:
      extension: {index: 9}
      url:
        pattern: {type: Uri, value: name}
        index: 10
      value:
        choices: [valueHumanName]
        index: 12
      valueHumanName: {type: HumanName, choiceOf: value, index: 13}
      value[x]:
        elements:
          family: {mustSupport: true, index: 14}
          given: {mustSupport: true, index: 15}
        required: [family]
    required: [valueHumanName, value]
  personReference:
    url: null
    short: Reference to the Person resource
    index: 16
    extensions: {}
    elements:
      extension: {index: 17}
      url:
        pattern: {type: Uri, value: personReference}
        index: 18
      value:
        choices: [valueReference]
        index: 20
      valueReference:
        type: Reference
        choiceOf: value
        refers: ['http://hl7.org/fhir/StructureDefinition/Person']
        index: 21
    required: [valueReference, 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: 1.1.0