interface SampledData {
    _data?: Element;
    _dimensions?: Element;
    _factor?: Element;
    _lowerLimit?: Element;
    _period?: Element;
    _upperLimit?: Element;
    data?: string;
    dimensions: positiveInt;
    extension?: Extension[];
    factor?: decimal;
    id?: id;
    lowerLimit?: decimal;
    origin: Quantity;
    period: decimal;
    upperLimit?: decimal;
}

Properties

_data?: Element

Decimal values with spaces, or "E" | "U" | "L"

_dimensions?: Element

Number of sample points at each time point

_factor?: Element

Multiply data by this before adding to origin

_lowerLimit?: Element

Lower limit of detection

_period?: Element

Number of milliseconds between samples

_upperLimit?: Element

Upper limit of detection

data?: string

Decimal values with spaces, or "E" | "U" | "L"

dimensions: positiveInt

Number of sample points at each time point

extension?: Extension[]

Additional content defined by implementations

factor?: decimal

Multiply data by this before adding to origin

id?: id

Unique id for inter-element referencing

lowerLimit?: decimal

Lower limit of detection

origin: Quantity

Zero value and units

period: decimal

Number of milliseconds between samples

upperLimit?: decimal

Upper limit of detection