PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@0.0.0
    http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity
description: Concepts classifying the person into a named category of humans sharing common history, traits, geographical origin or nationality.  The ethnicity codes used to represent these concepts are based upon the [CDC ethnicity and Ethnicity Code Set Version 1.0](http://www.cdc.gov/phin/resources/vocabulary/index.html) which includes over 900 concepts for representing race and ethnicity of which 43 reference ethnicity.  The ethnicity concepts are grouped by and pre-mapped to the 2 OMB ethnicity categories:\r- Hispanic or Latino\r- Not Hispanic or Latino.
package_name: hl7.fhir.us.core
derivation: constraint
name: US Core ethnicity Extension
type: Extension
elements:
  extension:
    isModifier: false
    short: Hispanic or Latino|Not Hispanic or Latino
    type: Extension
    index: 0
    slicing:
      slices:
        ombCategory:
          match: {}
          schema:
            isModifier: false
            short: Hispanic or Latino|Not Hispanic or Latino
            type: Extension
            _required: true
            index: 0
            elements:
              value:
                choices: [valueCoding]
                index: 2
              valueCoding: {type: Coding, choiceOf: value, index: 3}
        detailed:
          match: {}
          schema:
            isModifier: false
            short: Extended ethnicity codes
            type: Extension
            array: true
            index: 4
            elements:
              value:
                choices: [valueCoding]
                index: 6
              valueCoding: {type: Coding, choiceOf: value, index: 7}
        text:
          match: {}
          schema:
            isModifier: false
            short: ethnicity Text
            type: Extension
            index: 8
            elements:
              value:
                choices: [valueString]
                index: 10
              valueString: {type: string, choiceOf: value, index: 11}
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity'}
    index: 12
  value:
    choices: []
    index: 14
package_version: 0.0.0
extensions:
  ombCategory:
    url: null
    isModifier: false
    short: Hispanic or Latino|Not Hispanic or Latino
    type: Extension
    _required: true
    index: 0
    elements:
      value:
        choices: [valueCoding]
        index: 2
      valueCoding: {type: Coding, choiceOf: value, index: 3}
  detailed:
    url: null
    isModifier: false
    short: Extended ethnicity codes
    type: Extension
    array: true
    index: 4
    elements:
      value:
        choices: [valueCoding]
        index: 6
      valueCoding: {type: Coding, choiceOf: value, index: 7}
  text:
    url: null
    isModifier: false
    short: ethnicity Text
    type: Extension
    index: 8
    elements:
      value:
        choices: [valueString]
        index: 10
      valueString: {type: string, choiceOf: value, index: 11}
class: extension
kind: complex-type
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity
base: http://hl7.org/fhir/StructureDefinition/Extension
version: null
required: [extension]