description: 'RatioRange Type: A range of ratios expressed as a low and high numerator and a denominator.' package_name: hl7.fhir.r5.examples derivation: specialization name: RatioRange type: RatioRange elements: lowNumerator: {short: Low Numerator limit, type: Quantity, isSummary: true, index: 0} highNumerator: {short: High Numerator limit, type: Quantity, isSummary: true, index: 1} denominator: {short: Denominator value, type: Quantity, isSummary: true, index: 2} package_version: 5.0.0-draft-final class: complex-type kind: complex-type url: http://hl7.org/fhir/StructureDefinition/RatioRange base: http://hl7.org/fhir/StructureDefinition/DataType version: 5.0.0-draft-final