description: The Payment Stream Extension is a complex extension that defines the type of payment stream. A value-based contract may contain different types of payment streams, such as quality incentive payment and care coordination fee. package_name: hl7.fhir.us.davinci-vbpr.r4b derivation: constraint name: PaymentStream type: Extension elements: extension: index: 0 slicing: slices: type: match: {} schema: short: The type of payment stream mustSupport: true _required: true index: 1 extensions: {} elements: extension: {index: 2} url: pattern: {type: Uri, value: type} index: 3 value: choices: [valueCodeableConcept] index: 5 valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 6} required: [value, valueCodeableConcept] incentive: match: {} schema: short: For quality incentive payment, what type of incentive mustSupport: true index: 7 extensions: {} elements: extension: {index: 8} url: pattern: {type: Uri, value: incentive} index: 9 value: choices: [valueCodeableConcept] index: 11 valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 12} url: pattern: {type: Uri, value: 'http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/payment-stream'} index: 13 value: choices: [] index: 15 package_version: 1.1.0 extensions: type: url: null short: The type of payment stream mustSupport: true _required: true index: 1 extensions: {} elements: extension: {index: 2} url: pattern: {type: Uri, value: type} index: 3 value: choices: [valueCodeableConcept] index: 5 valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 6} required: [value, valueCodeableConcept] incentive: url: null short: For quality incentive payment, what type of incentive mustSupport: true index: 7 extensions: {} elements: extension: {index: 8} url: pattern: {type: Uri, value: incentive} index: 9 value: choices: [valueCodeableConcept] index: 11 valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 12} class: extension kind: complex-type url: http://hl7.org/fhir/us/davinci-vbpr/StructureDefinition/payment-stream base: http://hl7.org/fhir/StructureDefinition/Extension version: 1.1.0 required: [extension]