This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R4B R4 R3 R2
URL for this extension:
http://hl7.org/fhir/ExtensionDefinition/minValue
Status: draft
The inclusive lower bound on the range of allowed values for the data element.
HL7 FHIR projectusage info: todo
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | Extension | URL = http://hl7.org/fhir/ExtensionDefinition/minValue Must be >= this value: The inclusive lower bound on the range of allowed values for the data element. Use on element: DataElement, Questionnaire.group.question, Profile.structure.element.definition | ||
value[x] | 0..1 | date, dateTime, time, instant, decimal, integer | Must be >= this value Use on element: DataElement, Questionnaire.group.question, Profile.structure.element.definition |
XML Template
<!-- Must be >= this value --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/ExtensionDefinition/minValue" > <!-- from Element: extension --> <value[x]> <!-- org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@614be84f | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@3e80cc70 | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@79eded1e | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@736a8b1b | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@57d2d4cf | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@52918f14 --!> /<value[x]> </extension>
JSON Template
// extension added to existing object "http://hl7.org/fhir/ExtensionDefinition/minValue" : { // Must be >= this value // value[x]: Must be >= this value. One of these 6: "valueDate" : ["<date>"] //Must be >= this value "valueDateTime" : ["<dateTime>"] //Must be >= this value "valueTime" : ["<time>"] //Must be >= this value "valueInstant" : ["<instant>"] //Must be >= this value "valueDecimal" : [<decimal>] //Must be >= this value "valueInteger" : [<integer>] //Must be >= this value }
Structure
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
extension | Extension | URL = http://hl7.org/fhir/ExtensionDefinition/minValue Must be >= this value: The inclusive lower bound on the range of allowed values for the data element. Use on element: DataElement, Questionnaire.group.question, Profile.structure.element.definition | ||
value[x] | 0..1 | date, dateTime, time, instant, decimal, integer | Must be >= this value Use on element: DataElement, Questionnaire.group.question, Profile.structure.element.definition |
XML Template
<!-- Must be >= this value --> <extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/ExtensionDefinition/minValue" > <!-- from Element: extension --> <value[x]> <!-- org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@614be84f | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@3e80cc70 | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@79eded1e | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@736a8b1b | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@57d2d4cf | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@52918f14 --!> /<value[x]> </extension>