CarePlan

Represents a care plan resource.

CarePlan = object

Represents a care plan resource.

Properties

resourceType

resourceType: string | null

A set of rules under which this content was created


id

id: string

Logical id of this artifact


identifier

identifier: (Identifier | null)[] | null

Identifiers for this care plan


meta

meta: Meta | null

Metadata about the resource


text

text: Narrative | null

Text summary of the resource, for human interpretation


description

description: string | null

Human-readable description of the care plan


title

title: string | null

Human-friendly name for the care plan.


category

category: (CodeableConcept | null)[] | null

Identifies what "kind" of plan this is to support differentiation between multiple co-existing plans; e.g. "Home health", "psychiatric", "asthma", "disease management", "wellness plan", etc.


period

period: Period | null

Indicates when the plan did (or is intended to) come into effect and end.


created

created: string | null

Represents when this particular CarePlan record was created in the system, which is often a system-generated date.


note

note: (Annotation | null)[] | null

General notes about the care plan not covered elsewhere.


status

status: string | null

Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.


intent

intent: string | null

Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain.


activity

activity: (CarePlanActivity | null)[] | null

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.


addresses

addresses: (Reference<Condition> | null)[] | null

Identifies the conditions/problems/concerns/diagnoses/etc. whose management and/or mitigation are handled by this plan.


subject

subject: Reference | null

Identifies the patient or group whose intended care is described by the plan.