PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.xver-r4b.r4@0.1.0
    http://hl7.org/fhir/4.3/StructureDefinition/extension-Evidence.certainty
description: 'R4B: `Evidence.certainty` (new:BackboneElement)'
package_name: hl7.fhir.uv.xver-r4b.r4
derivation: constraint
name: ExtensionEvidence_Certainty
type: Extension
elements:
  extension:
    base: {max: '*', min: 0, path: Extension.extension}
    array: true
    index: 0
    slicing:
      rules: open
      ordered: false
      discriminator:
      - {path: url, type: value}
      min: 0
      slices:
        description:
          match: {url: description}
          schema:
            short: 'R4B: Textual description of certainty (new)'
            base: {max: '*', min: 0, path: Extension.extension}
            index: 1
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: description}
                index: 2
              value:
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                short: Textual description of certainty
                choices: [valueString]
                index: 4
              valueString:
                short: Textual description of certainty
                type: string
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 5
            required: [url]
        note:
          match: {url: note}
          schema:
            short: 'R4B: Footnotes and/or explanatory notes (new)'
            array: true
            base: {max: '*', min: 0, path: Extension.extension}
            index: 6
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: note}
                index: 7
              value:
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                short: Footnotes and/or explanatory notes
                choices: [valueAnnotation]
                index: 9
              valueAnnotation:
                short: Footnotes and/or explanatory notes
                type: Annotation
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 10
            required: [url]
        type:
          match: {url: type}
          schema:
            short: 'R4B: Aspect of certainty being rated (new)'
            base: {max: '*', min: 0, path: Extension.extension}
            index: 11
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: type}
                index: 12
              value:
                short: Aspect of certainty being rated
                choices: [valueCodeableConcept]
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                index: 14
              valueCodeableConcept:
                short: Aspect of certainty being rated
                type: CodeableConcept
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 15
            required: [url]
        rating:
          match: {url: rating}
          schema:
            short: 'R4B: Assessment or judgement of the aspect (new)'
            base: {max: '*', min: 0, path: Extension.extension}
            index: 16
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: rating}
                index: 17
              value:
                short: Assessment or judgement of the aspect
                choices: [valueCodeableConcept]
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                index: 19
              valueCodeableConcept:
                short: Assessment or judgement of the aspect
                type: CodeableConcept
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 20
            required: [url]
        rater:
          match: {url: rater}
          schema:
            short: 'R4B: Individual or group who did the rating (new)'
            base: {max: '*', min: 0, path: Extension.extension}
            index: 21
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: rater}
                index: 22
              value:
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                short: Individual or group who did the rating
                choices: [valueString]
                index: 24
              valueString:
                short: Individual or group who did the rating
                type: string
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choiceOf: value
                index: 25
            required: [url]
        subcomponent:
          match: {url: 'http://hl7.org/fhir/4.3/StructureDefinition/extension-Evidence.certainty'}
          schema:
            short: 'R4B: A domain or subdomain of certainty (new)'
            array: true
            base: {max: '*', min: 0, path: Extension.extension}
            index: 26
            elements:
              url:
                base: {max: '1', min: 1, path: Extension.url}
                pattern: {type: Uri, value: 'http://hl7.org/fhir/4.3/StructureDefinition/extension-Evidence.certainty'}
                index: 27
              value:
                base: {max: '1', min: 0, path: 'Extension.value[x]'}
                choices: []
                index: 29
            required: [url]
  url:
    base: {max: '1', min: 1, path: Extension.url}
    pattern: {type: Uri, value: 'http://hl7.org/fhir/4.3/StructureDefinition/extension-Evidence.certainty'}
    index: 30
  value:
    base: {max: '1', min: 0, path: 'Extension.value[x]'}
    choices: []
    index: 32
package_version: 0.1.0
extensions:
  description:
    url: description
    short: 'R4B: Textual description of certainty (new)'
    base: {max: '*', min: 0, path: Extension.extension}
    index: 1
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: description}
        index: 2
      value:
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        short: Textual description of certainty
        choices: [valueString]
        index: 4
      valueString:
        short: Textual description of certainty
        type: string
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 5
    required: [url]
  note:
    url: note
    short: 'R4B: Footnotes and/or explanatory notes (new)'
    array: true
    base: {max: '*', min: 0, path: Extension.extension}
    index: 6
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: note}
        index: 7
      value:
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        short: Footnotes and/or explanatory notes
        choices: [valueAnnotation]
        index: 9
      valueAnnotation:
        short: Footnotes and/or explanatory notes
        type: Annotation
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 10
    required: [url]
  type:
    url: type
    short: 'R4B: Aspect of certainty being rated (new)'
    base: {max: '*', min: 0, path: Extension.extension}
    index: 11
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: type}
        index: 12
      value:
        short: Aspect of certainty being rated
        choices: [valueCodeableConcept]
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        index: 14
      valueCodeableConcept:
        short: Aspect of certainty being rated
        type: CodeableConcept
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 15
    required: [url]
  rating:
    url: rating
    short: 'R4B: Assessment or judgement of the aspect (new)'
    base: {max: '*', min: 0, path: Extension.extension}
    index: 16
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: rating}
        index: 17
      value:
        short: Assessment or judgement of the aspect
        choices: [valueCodeableConcept]
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        index: 19
      valueCodeableConcept:
        short: Assessment or judgement of the aspect
        type: CodeableConcept
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 20
    required: [url]
  rater:
    url: rater
    short: 'R4B: Individual or group who did the rating (new)'
    base: {max: '*', min: 0, path: Extension.extension}
    index: 21
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: rater}
        index: 22
      value:
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        short: Individual or group who did the rating
        choices: [valueString]
        index: 24
      valueString:
        short: Individual or group who did the rating
        type: string
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choiceOf: value
        index: 25
    required: [url]
  subcomponent:
    url: http://hl7.org/fhir/4.3/StructureDefinition/extension-Evidence.certainty
    short: 'R4B: A domain or subdomain of certainty (new)'
    array: true
    base: {max: '*', min: 0, path: Extension.extension}
    index: 26
    elements:
      url:
        base: {max: '1', min: 1, path: Extension.url}
        pattern: {type: Uri, value: 'http://hl7.org/fhir/4.3/StructureDefinition/extension-Evidence.certainty'}
        index: 27
      value:
        base: {max: '1', min: 0, path: 'Extension.value[x]'}
        choices: []
        index: 29
    required: [url]
class: extension
kind: complex-type
url: http://hl7.org/fhir/4.3/StructureDefinition/extension-Evidence.certainty
base: http://hl7.org/fhir/StructureDefinition/Extension|4.0.1
version: 0.1.0
required: [url]