Skip to main content

CarePlanDetail

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.

type CarePlanDetail implements Element {
kind: String
instantiatesCanonical: [Uri]
instantiatesUri: [Uri]
code: CodeableConcept
reasonCode: [CodeableConcept]
reasonReference: [Reference]
goal: [Reference]
status: String
statusReason: CodeableConcept
doNotPerform: Boolean
scheduledTiming: Timing
scheduledPeriod: Period
scheduledString: String
location: Reference
performer: [Reference]
productCodeableConcept: CodeableConcept
productReference: Reference
dailyAmount: Quantity
quantity: Quantity
description: String
modifierExtension: [Extension]
extension: [Extension]
id: String
}

Fields

CarePlanDetail.kind ● String scalar

A description of the kind of resource the in-line definition of a care plan activity is representing. The CarePlan.activity.detail is an in-line definition when a resource is not referenced using CarePlan.activity.reference. For example, a MedicationRequest, a ServiceRequest, or a CommunicationRequest.

CarePlanDetail.instantiatesCanonical ● [Uri] list scalar

The URL pointing to a FHIR-defined protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.

CarePlanDetail.instantiatesUri ● [Uri] list scalar

The URL pointing to an externally maintained protocol, guideline, questionnaire or other definition that is adhered to in whole or in part by this CarePlan activity.

CarePlanDetail.code ● CodeableConcept object

Detailed description of the type of planned activity; e.g. what lab test, what procedure, what kind of encounter.

CarePlanDetail.reasonCode ● [CodeableConcept] list object

Provides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited.

CarePlanDetail.reasonReference ● [Reference] list object

Indicates another resource, such as the health condition(s), whose existence justifies this request and drove the inclusion of this particular activity as part of the plan.

CarePlanDetail.goal ● [Reference] list object

Internal reference that identifies the goals that this activity is intended to contribute towards meeting.

CarePlanDetail.status ● String scalar

Identifies what progress is being made for the specific activity.

CarePlanDetail.statusReason ● CodeableConcept object

Provides reason why the activity isn t yet started, is on hold, was cancelled, etc.

CarePlanDetail.doNotPerform ● Boolean scalar

If true, indicates that the described activity is one that must NOT be engaged in when following the plan. If false, or missing, indicates that the described activity is one that should be engaged in when following the plan.

CarePlanDetail.scheduledTiming ● Timing object

The period, timing or frequency upon which the described activity is to occur. (choose any one of scheduled*, but only one)

CarePlanDetail.scheduledPeriod ● Period object

The period, timing or frequency upon which the described activity is to occur. (choose any one of scheduled*, but only one)

CarePlanDetail.scheduledString ● String scalar

The period, timing or frequency upon which the described activity is to occur. (choose any one of scheduled*, but only one)

CarePlanDetail.location ● Reference object

Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc.

CarePlanDetail.performer ● [Reference] list object

Identifies who s expected to be involved in the activity.

CarePlanDetail.productCodeableConcept ● CodeableConcept object

Identifies the food, drug or other product to be consumed or supplied in the activity. (choose any one of product*, but only one)

CarePlanDetail.productReference ● Reference object

Identifies the food, drug or other product to be consumed or supplied in the activity. (choose any one of product*, but only one)

CarePlanDetail.dailyAmount ● Quantity object

Identifies the quantity expected to be consumed in a given day.

CarePlanDetail.quantity ● Quantity object

Identifies the quantity expected to be supplied, administered or consumed by the subject.

CarePlanDetail.description ● String scalar

This provides a textual description of constraints on the intended activity occurrence, including relation to other activities. It may also include objectives, pre-conditions and end-conditions. Finally, it may convey specifics about the activity such as body site, method, route, etc.

CarePlanDetail.modifierExtension ● [Extension] list object

May be used to represent additional information that is not part of the basic definition of the element and that modifies the understanding of the element in which it is contained and/or the understanding of the containing element s descendants. Usually modifier elements provide negation or qualification. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. Modifier extensions SHALL NOT change the meaning of any elements on Resource or DomainResource (including cannot change the meaning of modifierExtension itself).

CarePlanDetail.extension ● [Extension] list object

May be used to represent additional information that is not part of the basic definition of the element. To make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer can define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.

CarePlanDetail.id ● String scalar

Interfaces

Element interface

Base definition for all elements in a resource. If the element is present, it must have a value for at least one of the defined elements, an @id referenced from the Narrative, or extensions

Member Of

CarePlanActivity object