Skip to main content

Interface: CarePlanActivity

core/types.CarePlanActivity

Hierarchy

Properties

completed_at

completed_at: null | string

Only set when status = completed


contained

Optional contained: Resource[]

Inherited from

BaseResource.contained


created_at

created_at: string


doc

doc: ActivityDoc


end_at

end_at: null | string

Last occurrence of the activity


expired_at

expired_at: null | string

When is this activity immutable (not completable)


hidden

Optional hidden: boolean


id

id: string

Overrides

BaseResource.id


kind

kind: "Appointment" | "Article" | "Questionnaire" | "Task" | "Message"


parent_id

parent_id: null | string


planned_at

planned_at: string

First occurrence of the activity


questionnaire

Optional questionnaire: Questionnaire


questionnaire_response

Optional questionnaire_response: QuestionnaireResponse


reminder_at

reminder_at: null | string

Next reminder will be sent at, null means disabled


resourceType

resourceType: "CarePlan.Activity"

Overrides

BaseResource.resourceType


started_at

started_at: null | string

When did status changed to in progress


status

status: "scheduled" | "in-progress" | "completed" | "stopped" | "not-started"


text

Optional text: string

Inherited from

BaseResource.text


uid

uid: string