title: PersonIdentificationSchemeName1Choice
description: |
  Sets of elements to identify a name of the identification scheme.
type: object
additionalProperties: false
anyOf:
  - properties:
      Cd:
        allOf:
          - $ref: ./ExternalPersonIdentification1Code.yaml
          - description: >
              Code

              Name of the identification scheme, in a coded form as published in an external list.
    required:
      - Cd
  - properties:
      Prtry:
        allOf:
          - $ref: ./Max35Text.yaml
          - description: >
              Proprietary

              Name of the identification scheme, in a free text form.
    required:
      - Prtry
example:
  Cd: CCPT
