Skip to main content

core.formatrange

Home > @medplum/core > formatRange

formatRange() function

Returns a human-readable string for a FHIR Range datatype, taking into account one-sided ranges

Signature:

export declare function formatRange(range: Range | undefined, precision?: number, exclusive?: boolean): string;

Parameters

Parameter

Type

Description

range

Range | undefined

A FHIR Range element

precision

number

(Optional) Number of decimal places to display in the rendered quantity values

exclusive

boolean

(Optional) If true, one-sided ranges will be rendered with the > or < bounds rather than >= or <=

Returns:

string

A human-readable string representation of the Range