description: Possible value types for the measureScore elements *in addition to* the standard [Quantity](http://hl7.org/fhir/R4/datatypes.html#Quantity) type. The alternate type is determined by the Quality Measure [Aggregate Method](http://hl7.org/fhir/us/cqfmeasures/StructureDefinition/cqfm-aggregateMethod) extension used on the Measure. The reported type of the measureScore for continuous variable measures is determined by the result type of the aggregate method operation. This extension corresponds to the measureScore types in the FHIR R5 version of MeasureReport. package_name: hl7.fhir.us.davinci-deqm derivation: constraint name: DEQMAlternateScoreTypeExtension type: Extension elements: url: type: uri pattern: {type: Uri, value: 'http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-alternateScoreType'} index: 0 value: choices: [valueDateTime, valueCodeableConcept, valuePeriod, valueRange, valueDuration, valueBoolean] index: 2 valueDateTime: {type: dateTime, choiceOf: value, index: 3} valueCodeableConcept: {type: CodeableConcept, choiceOf: value, index: 4} valuePeriod: {type: Period, choiceOf: value, index: 5} valueRange: {type: Range, choiceOf: value, index: 6} valueDuration: {type: Duration, choiceOf: value, index: 7} valueBoolean: {type: boolean, choiceOf: value, index: 8} package_version: 5.0.0-ballot class: extension kind: complex-type url: http://hl7.org/fhir/us/davinci-deqm/StructureDefinition/extension-alternateScoreType base: http://hl7.org/fhir/StructureDefinition/Extension version: 5.0.0-ballot