<ValueSet xmlns="http://hl7.org/fhir">
  <id value="shr-core-LowerBoundTypeVS" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>SHR LowerBoundTypeVS ValueSet</b>
      </p>
      <p>Indicates the actual value is gt (&gt;) or gte (&gt;=) the given value.</p>
    </div>
  </text>
  <url value="http://standardhealthrecord.org/shr/core/vs/LowerBoundTypeVS" />
  <identifier>
    <system value="http://standardhealthrecord.org" />
    <value value="shr.core.LowerBoundTypeVS" />
  </identifier>
  <version value="0.0.1" />
  <name value="SHR LowerBoundTypeVS ValueSet" />
  <title value="SHR LowerBoundTypeVS 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 gt (&gt;) or gte (&gt;=) the given value." />
  <compose>
    <include>
      <system value="http://hl7.org/fhir/quantity-comparator" />
      <concept>
        <code value="&gt;" />
        <display value="The actual value is greater than the given value." />
      </concept>
      <concept>
        <code value="&gt;=" />
        <display value="The actual value is greater than or equal to the given value." />
      </concept>
    </include>
  </compose>
</ValueSet>