Timing
open class Timing: Element
A timing schedule that specifies an event that may occur multiple times.
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.
-
A timing schedule that specifies an event that may occur multiple times.
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.
Declaration
Swift
override open class var resourceType: String
-
BID | TID | QID | AM | PM | QD | QOD | Q4H | Q6H +.
Declaration
Swift
public var code: CodeableConcept?
-
When the event occurs.
Declaration
Swift
public var event: [DateTime]?
-
When the event is to occur.
Declaration
Swift
public var repeat_fhir: TimingRepeat?
-
When the event is to occur.
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 Timing: Element