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