PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.core@2.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: - Hispanic or Latino - 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
    mustSupport: true
    index: 0
    slicing:
      slices:
        ombCategory:
          match: {}
          schema:
            isModifier: false
            short: Hispanic or Latino|Not Hispanic or Latino
            type: Extension
            mustSupport: true
            index: 0
            elements:
              url:
                type: uri
                pattern: {type: Uri, value: ombCategory}
                index: 1
              valueCoding: {type: Coding, index: 2}
            required: [valueCoding, url]
        detailed:
          match: {}
          schema:
            isModifier: false
            short: Extended ethnicity codes
            type: Extension
            array: true
            index: 3
            elements:
              url:
                type: uri
                pattern: {type: Uri, value: detailed}
                index: 4
              valueCoding: {type: Coding, index: 5}
            required: [valueCoding, url]
        text:
          match: {}
          schema:
            isModifier: false
            short: ethnicity Text
            type: Extension
            mustSupport: true
            _required: true
            index: 6
            elements:
              url:
                type: uri
                pattern: {type: Uri, value: text}
                index: 7
              valueString: {type: string, index: 8}
            required: [url, valueString]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity'}
    index: 9
package_version: 2.0.0
extensions:
  ombCategory:
    url: null
    isModifier: false
    short: Hispanic or Latino|Not Hispanic or Latino
    type: Extension
    mustSupport: true
    index: 0
    elements:
      url:
        type: uri
        pattern: {type: Uri, value: ombCategory}
        index: 1
      valueCoding: {type: Coding, index: 2}
    required: [valueCoding, url]
  detailed:
    url: null
    isModifier: false
    short: Extended ethnicity codes
    type: Extension
    array: true
    index: 3
    elements:
      url:
        type: uri
        pattern: {type: Uri, value: detailed}
        index: 4
      valueCoding: {type: Coding, index: 5}
    required: [valueCoding, url]
  text:
    isModifier: false
    short: ethnicity Text
    index: 6
    type: Extension
    mustSupport: true
    elements:
      url:
        type: uri
        pattern: {type: Uri, value: text}
        index: 7
      valueString: {type: string, index: 8}
    _required: true
    url: null
    required: [url, valueString]
class: extension
kind: complex-type
url: http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 2.0.0
required: [url]