IGUHealth
    Preparing search index...
    interface TimingRepeat {
        _count?: Element;
        _countMax?: Element;
        _dayOfWeek?: Element[];
        _duration?: Element;
        _durationMax?: Element;
        _durationUnit?: Element;
        _frequency?: Element;
        _frequencyMax?: Element;
        _offset?: Element;
        _period?: Element;
        _periodMax?: Element;
        _periodUnit?: Element;
        _timeOfDay?: Element[];
        _when?: Element[];
        boundsDuration?: Duration;
        boundsPeriod?: Period;
        boundsRange?: Range;
        count?: undefined;
        countMax?: undefined;
        dayOfWeek?: code[];
        duration?: decimal;
        durationMax?: decimal;
        durationUnit?: code;
        extension?: Extension[];
        frequency?: undefined;
        frequencyMax?: undefined;
        id?: id;
        offset?: undefined;
        period?: decimal;
        periodMax?: decimal;
        periodUnit?: code;
        timeOfDay?: time[];
        when?: code[];
    }
    Index

    Properties

    _count?: Element

    Number of times to repeat

    _countMax?: Element

    Maximum number of times to repeat

    _dayOfWeek?: Element[]

    mon | tue | wed | thu | fri | sat | sun

    _duration?: Element

    How long when it happens

    _durationMax?: Element

    How long when it happens (Max)

    _durationUnit?: Element

    s | min | h | d | wk | mo | a - unit of time (UCUM)

    _frequency?: Element

    Event occurs frequency times per period

    _frequencyMax?: Element

    Event occurs up to frequencyMax times per period

    _offset?: Element

    Minutes from event (before or after)

    _period?: Element

    Event occurs frequency times per period

    _periodMax?: Element

    Upper limit of period (3-4 hours)

    _periodUnit?: Element

    s | min | h | d | wk | mo | a - unit of time (UCUM)

    _timeOfDay?: Element[]

    Time of day for action

    _when?: Element[]

    Code for time period of occurrence

    boundsDuration?: Duration

    Length/Range of lengths, or (Start and/or end) limits

    boundsPeriod?: Period

    Length/Range of lengths, or (Start and/or end) limits

    boundsRange?: Range

    Length/Range of lengths, or (Start and/or end) limits

    count?: undefined

    Number of times to repeat

    countMax?: undefined

    Maximum number of times to repeat

    dayOfWeek?: code[]

    mon | tue | wed | thu | fri | sat | sun

    duration?: decimal

    How long when it happens

    durationMax?: decimal

    How long when it happens (Max)

    durationUnit?: code

    s | min | h | d | wk | mo | a - unit of time (UCUM)

    extension?: Extension[]

    Additional content defined by implementations

    frequency?: undefined

    Event occurs frequency times per period

    frequencyMax?: undefined

    Event occurs up to frequencyMax times per period

    id?: id

    Unique id for inter-element referencing

    offset?: undefined

    Minutes from event (before or after)

    period?: decimal

    Event occurs frequency times per period

    periodMax?: decimal

    Upper limit of period (3-4 hours)

    periodUnit?: code

    s | min | h | d | wk | mo | a - unit of time (UCUM)

    timeOfDay?: time[]

    Time of day for action

    when?: code[]

    Code for time period of occurrence