A simple summary of a planned activity suitable for a general care plan system (e.g. form driven) that doesn't know about specific resources such as procedure etc.
= Must Support, = Is Modifier, = QiCore defined extension
Field | Card. | Type | Description |
---|---|---|---|
kind | 0..1 | String | 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. Binding: Resource types defined as part of FHIR that can be represented as in-line definitions of a care plan activity. (required) |
instantiatesCanonical | 0..* | List<canonical> | 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. |
instantiatesUri | 0..* | List<String> | 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. |
code | 0..1 | Concept | Detailed description of the type of planned activity; e.g. what lab test, what procedure, what kind of encounter. Binding: Detailed description of the type of activity; e.g. What lab test, what procedure, what kind of encounter. (example) |
reasonCode | 0..* | List<Concept> | Provides the rationale that drove the inclusion of this particular activity as part of the plan or the reason why the activity was prohibited. Binding: Identifies why a care plan activity is needed. Can include any health condition codes as well as such concepts as "general wellness", prophylaxis, surgical preparation, etc. (example) |
reasonReference | 0..* | List<QICoreCondition | QICoreObservation | QICoreDiagnosticReportLab | DocumentReference> | 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. |
goal | 0..* | List<QICoreGoal> | Internal reference that identifies the goals that this activity is intended to contribute towards meeting. |
status | 1..1 | String | Identifies what progress is being made for the specific activity. Binding: Codes that reflect the current state of a care plan activity within its overall life cycle. (required) |
statusReason | 0..1 | Concept | Provides reason why the activity isn't yet started, is on hold, was cancelled, etc. |
doNotPerform | 0..1 | Boolean | 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. |
scheduled[x] | 0..1 | Timing | Interval<DateTime> | String | The period, timing or frequency upon which the described activity is to occur. |
location | 0..1 | QICoreLocation | Identifies the facility where the activity will occur; e.g. home, hospital, specific clinic, etc. |
performer | 0..* | List<QICorePractitioner | QICorePractitionerRole | QICoreOrganization | QICoreRelatedPerson | QICorePatient | QICoreCareTeam | HealthcareService | QICoreDevice> | Identifies who's expected to be involved in the activity. |
product[x] | 0..1 | Concept | QICoreMedication | QICoreSubstance | Identifies the food, drug or other product to be consumed or supplied in the activity. Binding: A product supplied or administered as part of a care plan activity. (example) |
dailyAmount | 0..1 | Quantity | Identifies the quantity expected to be consumed in a given day. |
quantity | 0..1 | Quantity | Identifies the quantity expected to be supplied, administered or consumed by the subject. |
description | 0..1 | String | 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. |