<ValueSet xmlns="http://hl7.org/fhir">
  <id value="shr-core-UpperBoundTypeVS" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>SHR UpperBoundTypeVS ValueSet</b>
      </p>
      <p>Indicates the actual value is lt (&lt;) or lte (&lt;=) the given value.</p>
    </div>
  </text>
  <url value="http://standardhealthrecord.org/shr/core/vs/UpperBoundTypeVS" />
  <identifier>
    <system value="http://standardhealthrecord.org" />
    <value value="shr.core.UpperBoundTypeVS" />
  </identifier>
  <version value="0.0.1" />
  <name value="SHR UpperBoundTypeVS ValueSet" />
  <title value="SHR UpperBoundTypeVS ValueSet" />
  <status value="draft" />
  <date value="2017-12-20" />
  <publisher value="The MITRE Corporation: Standard Health Record Collaborative" />
  <contact>
    <telecom>
      <system value="url" />
      <value value="http://standardhealthrecord.org" />
    </telecom>
  </contact>
  <description value="Indicates the actual value is lt (&lt;) or lte (&lt;=) the given value." />
  <compose>
    <include>
      <system value="http://hl7.org/fhir/quantity-comparator" />
      <concept>
        <code value="&lt;" />
        <display value="The actual value is less than the given value." />
      </concept>
      <concept>
        <code value="&lt;=" />
        <display value="The actual value is less than or equal to the given value." />
      </concept>
    </include>
  </compose>
</ValueSet>