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

Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality. The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html#3) which includes over 900 concepts for representing race and ethnicity of which 921 reference race. The race concepts are grouped by and pre-mapped to the 5 OMB race categories:\n\n - American Indian or Alaska Native\n - Asian\n - Black or African American\n - Native Hawaiian or Other Pacific Islander\n - White.
description: Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.  The race codes used to represent these concepts are based upon the [CDC Race and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html#3) which includes over 900 concepts for representing race and ethnicity of which 921 reference race.  The race concepts are grouped by and pre-mapped to the 5 OMB race categories:\n\n - American Indian or Alaska Native\n - Asian\n - Black or African American\n - Native Hawaiian or Other Pacific Islander\n - White.
derivation: constraint
name: USCoreRaceExtension
type: Extension
elements:
  extension:
    index: 0
    slicing:
      rules: open
      discriminator:
      - {path: url, type: value}
      min: 1
      slices:
        ombCategory:
          match: {url: ombCategory}
          schema:
            short: American Indian or Alaska Native|Asian|Black or African American|Native Hawaiian or Other Pacific Islander|White
            mustSupport: true
            array: true
            max: 6
            index: 1
            elements:
              url:
                pattern: {type: Uri, value: ombCategory}
                index: 2
              value:
                choices: []
                index: 4
            required: [url, value]
        detailed:
          match: {url: detailed}
          schema:
            short: Extended race codes
            array: true
            index: 5
            elements:
              url:
                pattern: {type: Uri, value: detailed}
                index: 6
              value:
                choices: []
                index: 8
            required: [url, value]
        text:
          match: {url: text}
          schema:
            short: Race Text
            mustSupport: true
            _required: true
            index: 9
            elements:
              url:
                pattern: {type: Uri, value: text}
                index: 10
              value:
                choices: []
                index: 12
            required: [url, value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-race'}
    index: 13
  value:
    choices: []
    index: 15
extensions:
  ombCategory:
    url: ombCategory
    short: American Indian or Alaska Native|Asian|Black or African American|Native Hawaiian or Other Pacific Islander|White
    mustSupport: true
    array: true
    max: 6
    index: 1
    elements:
      url:
        pattern: {type: Uri, value: ombCategory}
        index: 2
      value:
        choices: []
        index: 4
    required: [url, value]
  detailed:
    url: detailed
    short: Extended race codes
    array: true
    index: 5
    elements:
      url:
        pattern: {type: Uri, value: detailed}
        index: 6
      value:
        choices: []
        index: 8
    required: [url, value]
  text:
    url: text
    short: Race Text
    mustSupport: true
    _required: true
    index: 9
    elements:
      url:
        pattern: {type: Uri, value: text}
        index: 10
      value:
        choices: []
        index: 12
    required: [url, value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-race
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 8.0.0-ballot
required: [url, extension]