<StructureDefinition xmlns="http://hl7.org/fhir">
  <id value="shr-core-Range-extension" />
  <text>
    <status value="generated" />
    <div xmlns="http://www.w3.org/1999/xhtml">
      <p>
        <b>SHR Range Extension</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>
    </div>
  </text>
  <url value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Range-extension" />
  <identifier>
    <system value="http://standardhealthrecord.org" />
    <value value="shr.core.Range" />
  </identifier>
  <version value="0.0.1" />
  <name value="SHR Range Extension" />
  <title value="SHR Range Extension" />
  <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." />
  <fhirVersion value="3.0.1" />
  <kind value="complex-type" />
  <abstract value="false" />
  <contextType value="resource" />
  <context value="*" />
  <type value="Extension" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" />
  <derivation value="constraint" />
  <differential>
    <element id="Extension:range">
      <path value="Extension" />
      <short value="SHR Range Extension" />
      <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." />
      <min value="0" />
      <max value="*" />
    </element>
    <element id="Extension:range.extension:extension">
      <path value="Extension.extension" />
      <sliceName value="extension" />
      <max value="0" />
    </element>
    <element id="Extension:range.url">
      <path value="Extension.url" />
      <type>
        <code value="uri" />
      </type>
      <fixedUri value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Range-extension" />
    </element>
    <element id="Extension:range.valueRange">
      <path value="Extension.valueRange" />
      <min value="1" />
      <type>
        <code value="Range" />
        <profile value="http://standardhealthrecord.org/fhir/StructureDefinition/shr-core-Range" />
      </type>
    </element>
  </differential>
</StructureDefinition>