Specifies an event that may occur multiple times. Timing schedules are used to record when things are planned, expected or requested to occur. The most common usage is in dosage instructions for medications. They are also used when planning care of various kinds, and may be used for reporting the schedule to which past regular activities were carried out.
= Must Support, = Is Modifier, = QiCore defined extension
Field | Card. | Type | Description |
---|---|---|---|
event | 0..* | DateTime | Identifies specific times when the event occurs. |
repeat | 0..1 | Element | A set of rules that describe when the event is scheduled. |
repeat.id | 0..1 | String | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
repeat.extension | 0..* | Extension | May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
repeat.bounds[x] | 0..1 | Duration | Interval<Quantity> | Interval<DateTime> | Either a duration for the length of the timing schedule, a range of possible length, or outer bounds for start and/or end limits of the timing schedule. |
repeat.count | 0..1 | Integer | A total count of the desired number of repetitions. |
repeat.countMax | 0..1 | Integer | A maximum value for the count of the desired repetitions (e.g. do something 6-8 times). |
repeat.duration | 0..1 | Decimal | How long this thing happens for when it happens. |
repeat.durationMax | 0..1 | Decimal | The upper limit of how long this thing happens for when it happens. |
repeat.durationUnit | 0..1 | String | The units of time for the duration, in UCUM units. |
repeat.frequency | 0..1 | Integer | The number of times to repeat the action within the specified period / period range (i.e. both period and periodMax provided). |
repeat.frequencyMax | 0..1 | Integer | If present, indicates that the frequency is a range - so to repeat between [frequency] and [frequencyMax] times within the period or period range. |
repeat.period | 0..1 | Decimal | Indicates the duration of time over which repetitions are to occur; e.g. to express "3 times per day", 3 would be the frequency and "1 day" would be the period. |
repeat.periodMax | 0..1 | Decimal | If present, indicates that the period is a range from [period] to [periodMax], allowing expressing concepts such as "do this once every 3-5 days. |
repeat.periodUnit | 0..1 | String | The units of time for the period in UCUM units. |
repeat.dayOfWeek | 0..* | String | If one or more days of week is provided, then the action happens only on the specified day(s). |
repeat.timeOfDay | 0..* | Time | Specified time of day for action to take place. |
repeat.when | 0..* | String | Real world events that the occurrence of the event should be tied to. |
repeat.offset | 0..1 | Integer | The number of minutes from the event. If the event code does not indicate whether the minutes is before or after the event, then the offset is assumed to be after the event. |
code | 0..1 | Concept | A code for the timing schedule. Some codes such as BID are ubiquitous, but many institutions define their own additional codes. If a code is provided, the code is understood to be a complete statement of whatever is specified in the structured timing data, and either the code or the data may be used to interpret the Timing, with the exception that .repeat.bounds still applies over the code (and is not contained in the code). |