PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@6.0.0-ballot
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation
description: This Extension profile represents a tribe or band with which a person associates and, optionally, whether they are enrolled.
package_name: hl7.fhir.us.core
derivation: constraint
name: USCoreTribalAffiliationExtension
type: Extension
elements:
  extension:
    short: Affiliated tribe or band name
    type: Extension
    mustSupport: true
    index: 0
    slicing:
      slices:
        tribalAffiliation:
          match: {}
          schema:
            short: Affiliated tribe or band name
            type: Extension
            mustSupport: true
            _required: true
            index: 0
            elements:
              url:
                type: uri
                pattern: {type: Uri, value: tribalAffiliation}
                index: 1
              value:
                short: Tribal Entity US
                choices: [valueCodeableConcept]
                index: 3
              valueCodeableConcept: {type: CodeableConcept, short: Tribal Entity US, choiceOf: value, index: 4}
            required: [url, value, valueCodeableConcept]
        isEnrolled:
          match: {}
          schema:
            type: Extension
            short: Enrolled tribe member
            index: 5
            elements:
              url:
                type: uri
                pattern: {type: Uri, value: isEnrolled}
                index: 6
              value:
                choices: [valueBoolean]
                index: 8
              valueBoolean: {type: boolean, choiceOf: value, index: 9}
            required: [url, value, valueBoolean]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation'}
    index: 10
  value:
    choices: []
    index: 12
package_version: 6.0.0-ballot
extensions:
  tribalAffiliation:
    url: null
    short: Affiliated tribe or band name
    type: Extension
    mustSupport: true
    _required: true
    index: 0
    elements:
      url:
        type: uri
        pattern: {type: Uri, value: tribalAffiliation}
        index: 1
      value:
        short: Tribal Entity US
        choices: [valueCodeableConcept]
        index: 3
      valueCodeableConcept: {type: CodeableConcept, short: Tribal Entity US, choiceOf: value, index: 4}
    required: [url, value, valueCodeableConcept]
  isEnrolled:
    url: null
    type: Extension
    short: Enrolled tribe member
    index: 5
    elements:
      url:
        type: uri
        pattern: {type: Uri, value: isEnrolled}
        index: 6
      value:
        choices: [valueBoolean]
        index: 8
      valueBoolean: {type: boolean, choiceOf: value, index: 9}
    required: [url, value, valueBoolean]
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: 6.0.0-ballot
required: [url, extension]