2nd DSTU Draft For Comment

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

Extension-maxValue.xml

Raw XML (canonical form)

Must be <= this value

Raw XML

<ExtensionDefinition xmlns="http://hl7.org/fhir">
  <id value="maxValue"/>
  <url value="http://hl7.org/fhir/ExtensionDefinition/maxValue"/>
  <name value="Must be &lt;= this value"/>
  <publisher value="HL7 FHIR project"/>
  <contact>
    <telecom>
      <system value="url"/>
      <value value="http://hl7.org/fhir"/>
    </telecom>
  </contact>
  <description value="The inclusive upper bound on the range of allowed values for the data element."/>
  <status value="draft"/>
  <date value="2014-04-27"/>
  <mapping>
    <identity value="v2"/>
    <uri value="http://hl7.org/v2"/>
    <name value="HL7 v2"/>
  </mapping>
  <mapping>
    <identity value="rim"/>
    <uri value="http://hl7.org/v3"/>
    <name value="RIM"/>
  </mapping>
  <contextType value="resource"/>
  <context value="DataElement"/>
  <context value="Questionnaire.group.question"/>
  <context value="Profile.structure.element.definition"/>
  <element>
    <path value="Extension"/>
    <short value="Must be &lt;= this value"/>
    <definition value="The inclusive upper bound on the range of allowed values for the data element."/>
    <comments value="Data type specified must be the same as the data type for the data element."/>
    <min value="0"/>
    <max value="1"/>
    <type>
      <code value="date"/>
    </type>
    <type>
      <code value="dateTime"/>
    </type>
    <type>
      <code value="time"/>
    </type>
    <type>
      <code value="instant"/>
    </type>
    <type>
      <code value="decimal"/>
    </type>
    <type>
      <code value="integer"/>
    </type>
    <mapping>
      <identity value="v2"/>
      <map value="N/A"/>
    </mapping>
    <mapping>
      <identity value="rim"/>
      <map value="N/A (MIF-level)"/>
    </mapping>
  </element>
</ExtensionDefinition>

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.