Skip to main content

CarePlanDetailCreateInput

No description

input CarePlanDetailCreateInput {
kind: String
instantiatesCanonical: [Uri!]
instantiatesUri: [Uri!]
code: CodeableConceptCreateInput
reasonCode: [CodeableConceptCreateInput!]
reasonReference: [ReferenceCreateInput!]
goal: [ReferenceCreateInput!]
status: String!
statusReason: CodeableConceptCreateInput
doNotPerform: Boolean
scheduledTiming: TimingCreateInput
scheduledPeriod: PeriodCreateInput
scheduledString: String
location: ReferenceCreateInput
performer: [ReferenceCreateInput!]
productCodeableConcept: CodeableConceptCreateInput
productReference: ReferenceCreateInput
dailyAmount: QuantityCreateInput
quantity: QuantityCreateInput
description: String
modifierExtension: [FhirExtensionCreateInput!]
extension: [FhirExtensionCreateInput!]
id: String
}

Fields

CarePlanDetailCreateInput.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.

CarePlanDetailCreateInput.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.

CarePlanDetailCreateInput.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.

CarePlanDetailCreateInput.code ● CodeableConceptCreateInput input

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

CarePlanDetailCreateInput.reasonCode ● [CodeableConceptCreateInput!] list input

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

CarePlanDetailCreateInput.reasonReference ● [ReferenceCreateInput!] list input

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.

CarePlanDetailCreateInput.goal ● [ReferenceCreateInput!] list input

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

CarePlanDetailCreateInput.status ● String! non-null scalar

Identifies what progress is being made for the specific activity.

CarePlanDetailCreateInput.statusReason ● CodeableConceptCreateInput input

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

CarePlanDetailCreateInput.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.

CarePlanDetailCreateInput.scheduledTiming ● TimingCreateInput input

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

CarePlanDetailCreateInput.scheduledPeriod ● PeriodCreateInput input

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

CarePlanDetailCreateInput.scheduledString ● String scalar

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

CarePlanDetailCreateInput.location ● ReferenceCreateInput input

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

CarePlanDetailCreateInput.performer ● [ReferenceCreateInput!] list input

Identifies who s expected to be involved in the activity.

CarePlanDetailCreateInput.productCodeableConcept ● CodeableConceptCreateInput input

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

CarePlanDetailCreateInput.productReference ● ReferenceCreateInput input

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

CarePlanDetailCreateInput.dailyAmount ● QuantityCreateInput input

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

CarePlanDetailCreateInput.quantity ● QuantityCreateInput input

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

CarePlanDetailCreateInput.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.

CarePlanDetailCreateInput.modifierExtension ● [FhirExtensionCreateInput!] list input

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).

CarePlanDetailCreateInput.extension ● [FhirExtensionCreateInput!] list input

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.

CarePlanDetailCreateInput.id ● String scalar

null

Member Of

CarePlanActivityCreateInput input