http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation|8.0.0-ballot

This Extension profile represents a tribe or band with which a person associates and, optionally, whether they are enrolled.
description: This Extension profile represents a tribe or band with which a person associates and, optionally, whether they are enrolled.
derivation: constraint
name: USCoreTribalAffiliationExtension
type: Extension
elements:
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: 1
      slices:
        tribalAffiliation:
          match: {url: tribalAffiliation}
          schema:
            short: Affiliated tribe or band name
            mustSupport: true
            _required: true
            index: 1
            elements:
              url:
                pattern: {type: Uri, value: tribalAffiliation}
                index: 2
              value:
                short: Tribal Entity US
                choices: []
                index: 4
            required: [url, value]
        isEnrolled:
          match: {url: isEnrolled}
          schema:
            short: Enrolled tribe member
            index: 5
            elements:
              url:
                pattern: {type: Uri, value: isEnrolled}
                index: 6
              value:
                choices: []
                index: 8
            required: [url, value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation'}
    index: 9
  value:
    choices: []
    index: 11
extensions:
  tribalAffiliation:
    url: tribalAffiliation
    short: Affiliated tribe or band name
    mustSupport: true
    _required: true
    index: 1
    elements:
      url:
        pattern: {type: Uri, value: tribalAffiliation}
        index: 2
      value:
        short: Tribal Entity US
        choices: []
        index: 4
    required: [url, value]
  isEnrolled:
    url: isEnrolled
    short: Enrolled tribe member
    index: 5
    elements:
      url:
        pattern: {type: Uri, value: isEnrolled}
        index: 6
      value:
        choices: []
        index: 8
    required: [url, value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 8.0.0-ballot
required: [url, extension]