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/maxValue
Status: draft
The inclusive upper 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/maxValue Must be <= this value: The inclusive upper 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/maxValue" > <!-- from Element: extension --> <value[x]> <!-- org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@755d44f6 | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@3e5aaeac | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@3381be2f | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@aed1a14 | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@544b1ca6 | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@f460186 --!> /<value[x]> </extension>
JSON Template
// extension added to existing object "http://hl7.org/fhir/ExtensionDefinition/maxValue" : { // 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/maxValue Must be <= this value: The inclusive upper 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/maxValue" > <!-- from Element: extension --> <value[x]> <!-- org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@755d44f6 | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@3e5aaeac | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@3381be2f | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@aed1a14 | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@544b1ca6 | org.hl7.fhir.instance.model.ElementDefinition$TypeRefComponent@f460186 --!> /<value[x]> </extension>