<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="shr-core-Range" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>SHR Range Profile</b>
      </p>
      <p>An interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same.</p>
      <p>
        <b>SHR Mapping Summary</b>
      </p>
      <p>
        <pre>shr.core.Range maps to Range:
  LowerBound maps to low
  UpperBound maps to high
</pre>
      </p>
    </div>
  </text>
  <url value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Range" />
  <identifier>
    <system value="http://standardhealthrecord.org" />
    <value value="shr.core.Range" />
  </identifier>
  <version value="0.0.1" />
  <name value="SHR Range Profile" />
  <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="An interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same." />
  <purpose value="Need to be able to specify ranges of values." />
  <fhirVersion value="3.0.1" />
  <mapping>
    <identity value="v2" />
    <uri value="http://hl7.org/v2" />
    <name value="HL7 v2 Mapping" />
  </mapping>
  <mapping>
    <identity value="rim" />
    <uri value="http://hl7.org/v3" />
    <name value="RIM Mapping" />
  </mapping>
  <kind value="complex-type" />
  <abstract value="false" />
  <type value="Range" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Range" />
  <derivation value="constraint" />
  <differential>
    <element id="Range:shr-core-Range">
      <path value="Range" />
      <short value="SHR Range Profile" />
      <definition value="An interval defined by a quantitative upper and/or lower bound. One of the two bounds must be specified, and the lower bound must be less than the upper bound. When Quantities are specified, the units of measure must be the same." />
    </element>
    <element id="Range:shr-core-Range.low">
      <path value="Range.low" />
      <type>
        <code value="Quantity" />
        <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-SimpleQuantity" />
      </type>
    </element>
    <element id="Range:shr-core-Range.high">
      <path value="Range.high" />
      <type>
        <code value="Quantity" />
        <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-SimpleQuantity" />
      </type>
    </element>
  </differential>
</StructureDefinition>