description: The inclusive upper bound on the range of allowed values for the data element. package_name: hl7.fhir.uv.extensions derivation: constraint name: MaxValue type: Extension elements: valueTime: {type: time, choiceOf: value, index: 6} valueDecimal: {type: decimal, choiceOf: value, index: 7} valueQuantity: {type: Quantity, choiceOf: value, index: 9} value: choices: [valueDate, valueDateTime, valueTime, valueDecimal, valueInteger, valueQuantity] index: 3 valueDateTime: {type: dateTime, choiceOf: value, index: 5} valueDate: {type: date, choiceOf: value, index: 4} extension: {index: 0} url: pattern: {type: Uri, value: 'http://hl7.org/fhir/StructureDefinition/maxValue'} index: 1 valueInteger: {type: integer, choiceOf: value, index: 8} package_version: 5.1.0-snapshot1 extensions: {} class: extension kind: complex-type url: http://hl7.org/fhir/StructureDefinition/maxValue base: http://hl7.org/fhir/StructureDefinition/Extension version: 5.1.0-snapshot1 required: [valueDecimal, valueDateTime, value, valueDate, valueTime, valueQuantity, valueInteger]