performedActivity property

List<CodeableReference>? performedActivity
inherited

performedActivity Identifies the activity that was performed. For example, an activity could be patient education, exercise, or a medication administration. The reference to an "event" resource, such as Procedure or Encounter or Observation, represents the activity that was performed. The requested activity can be conveyed using the CarePlan.activity.plannedActivityReference (a reference to a “request” resource).

Implementation

List<CodeableReference>? get performedActivity =>
    throw _privateConstructorUsedError;