CarePlanActivity

open class CarePlanActivity: BackboneElement

Action to occur as part of plan.

Identifies a planned action to occur as part of the plan. For example, a medication to be used, lab tests to perform, self-monitoring, education, etc.

  • Action to occur as part of plan.

    Identifies a planned action to occur as part of the plan. For example, a medication to be used, lab tests to perform, self-monitoring, education, etc.

    Declaration

    Swift

    override open class var resourceType: String
  • In-line definition of activity.

    Declaration

    Swift

    public var detail: CarePlanActivityDetail?
  • Results of the activity.

    Declaration

    Swift

    public var outcomeCodeableConcept: [CodeableConcept]?
  • Appointment, Encounter, Procedure, etc..

    Declaration

    Swift

    public var outcomeReference: [Reference]?
  • Comments about the activity status/progress.

    Declaration

    Swift

    public var progress: [Annotation]?
  • Activity details defined in specific resource.

    Declaration

    Swift

    public var reference: Reference?
  • Activity details defined in specific resource.

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