CarePlan
open class CarePlan: DomainResource
Healthcare plan for patient or group.
Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.
-
Healthcare plan for patient or group.
Describes the intention of how one or more practitioners intend to deliver care for a particular patient, group or community for a period of time, possibly limited to care for a specific condition or set of conditions.
Declaration
Swift
override open class var resourceType: String
-
Action to occur as part of plan.
Declaration
Swift
public var activity: [CarePlanActivity]?
-
Health issues this plan addresses.
Declaration
Swift
public var addresses: [Reference]?
-
Who is responsible for contents of the plan.
Declaration
Swift
public var author: [Reference]?
-
Fulfills care plan.
Declaration
Swift
public var basedOn: [Reference]?
-
Who’s involved in plan?.
Declaration
Swift
public var careTeam: [Reference]?
-
Type of plan.
Declaration
Swift
public var category: [CodeableConcept]?
-
Created in context of.
Declaration
Swift
public var context: Reference?
-
Protocol or definition.
Declaration
Swift
public var definition: [Reference]?
-
Summary of nature of plan.
Declaration
Swift
public var description_fhir: FHIRString?
-
Desired outcome of plan.
Declaration
Swift
public var goal: [Reference]?
-
External Ids for this plan.
Declaration
Swift
public var identifier: [Identifier]?
-
Indicates the level of authority/intentionality associated with the care plan and where the care plan fits into the workflow chain.
Declaration
Swift
public var intent: CarePlanIntent?
-
Comments about the plan.
Declaration
Swift
public var note: [Annotation]?
-
Part of referenced CarePlan.
Declaration
Swift
public var partOf: [Reference]?
-
Time period plan covers.
Declaration
Swift
public var period: Period?
-
CarePlan replaced by this CarePlan.
Declaration
Swift
public var replaces: [Reference]?
-
Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record.
Declaration
Swift
public var status: CarePlanStatus?
-
Who care plan is for.
Declaration
Swift
public var subject: Reference?
-
Information considered as part of plan.
Declaration
Swift
public var supportingInfo: [Reference]?
-
Human-friendly name for the CarePlan.
Declaration
Swift
public var title: FHIRString?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(intent: CarePlanIntent, status: CarePlanStatus, subject: Reference)
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class CarePlan: DomainResource