PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.extensions.r3@5.2.0
    http://hl7.org/fhir/StructureDefinition/individual-pronouns
description: The pronouns to use when referring to an individual in verbal or written communication.
package_name: hl7.fhir.uv.extensions.r3
derivation: constraint
name: Pronouns
type: Extension
elements:
  extension:
    type: Extension
    short: The individual's pronouns
    index: 0
    slicing:
      slices:
        value:
          match: {}
          schema:
            type: Extension
            short: The individual's pronouns
            _required: true
            index: 0
            extensions: {}
            elements:
              extension: {index: 1}
              url:
                type: uri
                pattern: {type: Uri, value: value}
                index: 2
              value:
                choices: [valueCodeableConcept]
                index: 4
              valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 5}
            required: [value, valueCodeableConcept]
        period:
          match: {}
          schema:
            type: Extension
            short: When the pronouns apply to the individual
            index: 6
            extensions: {}
            elements:
              extension: {index: 7}
              url:
                type: uri
                pattern: {type: Uri, value: period}
                index: 8
              value:
                choices: [valuePeriod]
                index: 10
              valuePeriod: {type: Period, choiceOf: value, index: 11}
            required: [valuePeriod, value]
        comment:
          match: {}
          schema:
            type: Extension
            short: Explaination about the use of the pronouns
            index: 12
            extensions: {}
            elements:
              extension: {index: 13}
              url:
                type: uri
                pattern: {type: Uri, value: comment}
                index: 14
              value:
                choices: [valueString]
                index: 16
              valueString: {type: string, choiceOf: value, index: 17}
            required: [valueString, value]
  url:
    pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/individual-pronouns'}
    index: 18
  value:
    choices: []
    index: 20
package_version: 5.2.0
extensions:
  value:
    url: null
    type: Extension
    short: The individual's pronouns
    _required: true
    index: 0
    extensions: {}
    elements:
      extension: {index: 1}
      url:
        type: uri
        pattern: {type: Uri, value: value}
        index: 2
      value:
        choices: [valueCodeableConcept]
        index: 4
      valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 5}
    required: [value, valueCodeableConcept]
  period:
    url: null
    type: Extension
    short: When the pronouns apply to the individual
    index: 6
    extensions: {}
    elements:
      extension: {index: 7}
      url:
        type: uri
        pattern: {type: Uri, value: period}
        index: 8
      value:
        choices: [valuePeriod]
        index: 10
      valuePeriod: {type: Period, choiceOf: value, index: 11}
    required: [valuePeriod, value]
  comment:
    url: null
    type: Extension
    short: Explaination about the use of the pronouns
    index: 12
    extensions: {}
    elements:
      extension: {index: 13}
      url:
        type: uri
        pattern: {type: Uri, value: comment}
        index: 14
      value:
        choices: [valueString]
        index: 16
      valueString: {type: string, choiceOf: value, index: 17}
    required: [valueString, value]
class: extension
kind: complex-type
url: http://hl7.org/fhir/StructureDefinition/individual-pronouns
base: http://hl7.org/fhir/StructureDefinition/Extension
version: 5.2.0
required: [extension]