TimingRepeat

open class TimingRepeat: Element

When the event is to occur.

A set of rules that describe when the event is scheduled.

  • When the event is to occur.

    A set of rules that describe when the event is scheduled.

    Declaration

    Swift

    override open class var resourceType: String
  • Length/Range of lengths, or (Start and/or end) limits.

    Declaration

    Swift

    public var boundsDuration: Duration?
  • Length/Range of lengths, or (Start and/or end) limits.

    Declaration

    Swift

    public var boundsPeriod: Period?
  • Length/Range of lengths, or (Start and/or end) limits.

    Declaration

    Swift

    public var boundsRange: Range?
  • Number of times to repeat.

    Declaration

    Swift

    public var count: FHIRInteger?
  • Maximum number of times to repeat.

    Declaration

    Swift

    public var countMax: FHIRInteger?
  • If one or more days of week is provided, then the action happens only on the specified day(s).

    Declaration

    Swift

    public var dayOfWeek: [DaysOfWeek]?
  • How long when it happens.

    Declaration

    Swift

    public var duration: FHIRDecimal?
  • How long when it happens (Max).

    Declaration

    Swift

    public var durationMax: FHIRDecimal?
  • s | min | h | d | wk | mo | a - unit of time (UCUM).

    Declaration

    Swift

    public var durationUnit: FHIRString?
  • Event occurs frequency times per period.

    Declaration

    Swift

    public var frequency: FHIRInteger?
  • Event occurs up to frequencyMax times per period.

    Declaration

    Swift

    public var frequencyMax: FHIRInteger?
  • Minutes from event (before or after).

    Declaration

    Swift

    public var offset: FHIRInteger?
  • Event occurs frequency times per period.

    Declaration

    Swift

    public var period: FHIRDecimal?
  • Upper limit of period (3-4 hours).

    Declaration

    Swift

    public var periodMax: FHIRDecimal?
  • s | min | h | d | wk | mo | a - unit of time (UCUM).

    Declaration

    Swift

    public var periodUnit: FHIRString?
  • Time of day for action.

    Declaration

    Swift

    public var timeOfDay: [FHIRTime]?
  • Regular life events the event is tied to.

    Declaration

    Swift

    public var when: [FHIRString]?
  • Regular life events the event is tied to.

    Declaration

    Swift

    override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)

    Parameters

    json

    The JSON element to use to populate the receiver

    context

    The instantiation context to use

  • Undocumented

    Declaration

    Swift

    open class TimingRepeat: Element