Timing

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

FieldCard.TypeDescription
event0..*DateTimeIdentifies specific times when the event occurs.
repeat0..1ElementA set of rules that describe when the event is scheduled.
repeat.id0..1Stringunique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.
repeat.extension0..*ExtensionMay 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..1Duration | 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.count0..1IntegerA total count of the desired number of repetitions.
repeat.countMax0..1IntegerA maximum value for the count of the desired repetitions (e.g. do something 6-8 times).
repeat.duration0..1DecimalHow long this thing happens for when it happens.
repeat.durationMax0..1DecimalThe upper limit of how long this thing happens for when it happens.
repeat.durationUnit0..1StringThe units of time for the duration, in UCUM units.
repeat.frequency0..1IntegerThe number of times to repeat the action within the specified period / period range (i.e. both period and periodMax provided).
repeat.frequencyMax0..1IntegerIf present, indicates that the frequency is a range - so to repeat between [frequency] and [frequencyMax] times within the period or period range.
repeat.period0..1DecimalIndicates 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.periodMax0..1DecimalIf 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.periodUnit0..1StringThe units of time for the period in UCUM units.
repeat.dayOfWeek0..*StringIf one or more days of week is provided, then the action happens only on the specified day(s).
repeat.timeOfDay0..*TimeSpecified time of day for action to take place.
repeat.when0..*StringReal world events that the occurrence of the event should be tied to.
repeat.offset0..1IntegerThe 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.
code0..1ConceptA 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).