PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.au.base@2.2.0-ballot
    http://hl7.org.au/fhir/StructureDefinition/ethnicity
description: This extension applies to the Patient resource and is used to represent ethnic identity. This extension is to support the provision of healthcare services to patients with specific cultural identities. This extension provides further information about a person’s cultural values and practices which can be significant in determining service type, support required and possible needs.
package_name: hl7.fhir.au.base
derivation: constraint
name: Ethnicity
type: Extension
elements:
  url:
    pattern: {type: Uri, value: 'http://hl7.org.au/fhir/StructureDefinition/ethnicity'}
    index: 0
  value:
    choices: []
    index: 2
    slicing:
      rules: open
      discriminator:
      - {path: $this, type: type}
      min: null
      slices:
        valueCodeableConcept:
          match: {}
          schema:
            short: Coded ethnicity
            choices: [valueCodeableConcept]
            _required: true
            index: 4
          min: 1
  valueCodeableConcept:
    type: CodeableConcept
    short: Coded ethnicity
    choiceOf: value
    index: 5
    slicing:
      slices:
        valueCodeableConcept:
          match: {}
          schema: {type: CodeableConcept, short: Coded ethnicity, choiceOf: value, _required: true, index: 5}
          min: 1
package_version: 2.2.0-ballot
class: extension
kind: complex-type
url: http://hl7.org.au/fhir/StructureDefinition/ethnicity
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 2.2.0
required: [valueCodeableConcept]