description: The Threshold Extension is a complex extension that defines a threshold needed to be met when measuring performance. package_name: hl7.fhir.us.davinci-vbpr derivation: constraint name: Threshold type: Extension elements: extension: array: true min: 2 index: 0 slicing: slices: threshold: match: {} schema: short: The threshold percentile mustSupport: true _required: true index: 1 extensions: {} elements: extension: {index: 2} url: pattern: {type: Uri, value: threshold} index: 3 value: choices: [valueDecimal, valueQuantity] index: 5 valueDecimal: {type: decimal, choiceOf: value, index: 6} valueQuantity: {type: Quantity, choiceOf: value, index: 7} required: [valueDecimal, value, valueQuantity] type: match: {} schema: short: The type or the name of the threshold mustSupport: true _required: true index: 8 extensions: {} elements: extension: {index: 9} url: pattern: {type: Uri, value: type} index: 10 value: choices: [valueCodeableConcept] index: 12 valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 13} required: [value, valueCodeableConcept] gapToThreshold: match: {} schema: short: Gap to achieve the threshold mustSupport: true index: 14 extensions: {} elements: extension: {index: 15} url: pattern: {type: Uri, value: gapToThreshold} index: 16 value: choices: [valueDecimal, valueQuantity] index: 18 valueDecimal: {type: decimal, choiceOf: value, index: 19} valueQuantity: {type: Quantity, choiceOf: value, index: 20} required: [valueDecimal, value, valueQuantity] url: pattern: {type: Uri, value: 'http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/threshold'} index: 21 value: choices: [] index: 23 package_version: 1.0.0-ballot extensions: threshold: url: null short: The threshold percentile mustSupport: true _required: true index: 1 extensions: {} elements: extension: {index: 2} url: pattern: {type: Uri, value: threshold} index: 3 value: choices: [valueDecimal, valueQuantity] index: 5 valueDecimal: {type: decimal, choiceOf: value, index: 6} valueQuantity: {type: Quantity, choiceOf: value, index: 7} required: [valueDecimal, value, valueQuantity] type: url: null short: The type or the name of the threshold mustSupport: true _required: true index: 8 extensions: {} elements: extension: {index: 9} url: pattern: {type: Uri, value: type} index: 10 value: choices: [valueCodeableConcept] index: 12 valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 13} required: [value, valueCodeableConcept] gapToThreshold: url: null short: Gap to achieve the threshold mustSupport: true index: 14 extensions: {} elements: extension: {index: 15} url: pattern: {type: Uri, value: gapToThreshold} index: 16 value: choices: [valueDecimal, valueQuantity] index: 18 valueDecimal: {type: decimal, choiceOf: value, index: 19} valueQuantity: {type: Quantity, choiceOf: value, index: 20} required: [valueDecimal, value, valueQuantity] class: extension kind: complex-type url: http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/threshold base: http://hl7.org/fhir/StructureDefinition/Extension version: 1.0.0-ballot