PlanDefinitionApply
Applies a PlanDefinition to a subject and creates a CarePlan /// The input can either be a canonical URL or a PlanDefinition resource. If a canonical URL is provided, the PlanDefinition will be retrieved from the server and applied to the subject. If a PlanDefinition resource is provided, it will be applied directly. /// The CarePlan that is returned contains a contained RequestGroup with the actions that are proposed in the PlanDefinition. The CarePlan is returned in a Bundle. /// This implementation is subjective to Fire Arrow and ignores a potential implementation on the FHIR backend. The intention is to provide consistent behavior that is independent of the FHIR backend.
PlanDefinitionApply(
input: PlanDefinitionApplyInput!
): CarePlan
Arguments
PlanDefinitionApply.input ● PlanDefinitionApplyInput! non-null input
Type
CarePlan object
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. If the element is present, it must have either a @value, an @id, or extensions