TaskRestriction

open class TaskRestriction: BackboneElement

Constraints on fulfillment tasks.

If the Task.focus is a request resource and the task is seeking fulfillment (i.e is asking for the request to be actioned), this element identifies any limitations on what parts of the referenced request should be actioned.

  • Constraints on fulfillment tasks.

    If the Task.focus is a request resource and the task is seeking fulfillment (i.e is asking for the request to be actioned), this element identifies any limitations on what parts of the referenced request should be actioned.

    Declaration

    Swift

    override open class var resourceType: String
  • When fulfillment sought.

    Declaration

    Swift

    public var period: Period?
  • For whom is fulfillment sought?.

    Declaration

    Swift

    public var recipient: [Reference]?
  • How many times to repeat.

    Declaration

    Swift

    public var repetitions: FHIRInteger?
  • How many times to repeat.

    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 TaskRestriction: BackboneElement