Skip to main content

PlanDefinitionActionUpdateInput

No description

input PlanDefinitionActionUpdateInput {
prefix: String
title: String
description: String
textEquivalent: String
priority: String
code: [CodeableConceptUpdateInput!]
reason: [CodeableConceptUpdateInput!]
documentation: [RelatedArtifactUpdateInput!]
goalId: [String!]
subjectCodeableConcept: CodeableConceptUpdateInput
subjectReference: ReferenceUpdateInput
subjectCanonical: Uri
trigger: [TriggerDefinitionUpdateInput!]
condition: [PlanDefinitionConditionUpdateInput!]
input: [DataRequirementUpdateInput!]
output: [DataRequirementUpdateInput!]
relatedAction: [PlanDefinitionRelatedActionUpdateInput!]
timingDateTime: Date
timingAge: AgeUpdateInput
timingPeriod: PeriodUpdateInput
timingDuration: FhirDurationUpdateInput
timingRange: RangeUpdateInput
timingTiming: TimingUpdateInput
participant: [PlanDefinitionParticipantUpdateInput!]
type: CodeableConceptUpdateInput
groupingBehavior: String
selectionBehavior: String
requiredBehavior: String
precheckBehavior: String
cardinalityBehavior: String
definitionCanonical: Uri
definitionUri: Uri
transform: Uri
dynamicValue: [PlanDefinitionDynamicValueUpdateInput!]
action: [PlanDefinitionActionUpdateInput!]
modifierExtension: [FhirExtensionUpdateInput!]
extension: [FhirExtensionUpdateInput!]
id: String
}

Fields

PlanDefinitionActionUpdateInput.prefix ● String scalar

A user-visible prefix for the action.

PlanDefinitionActionUpdateInput.title ● String scalar

The textual description of the action displayed to a user. For example, when the action is a test to be performed, the title would be the title of the test such as Assay by HPLC.

PlanDefinitionActionUpdateInput.description ● String scalar

A brief description of the action used to provide a summary to display to the user.

PlanDefinitionActionUpdateInput.textEquivalent ● String scalar

A text equivalent of the action to be performed. This provides a human-interpretable description of the action when the definition is consumed by a system that might not be capable of interpreting it dynamically.

PlanDefinitionActionUpdateInput.priority ● String scalar

Indicates how quickly the action should be addressed with respect to other actions.

PlanDefinitionActionUpdateInput.code ● [CodeableConceptUpdateInput!] list input

A code that provides a meaning, grouping, or classification for the action or action group. For example, a section may have a LOINC code for the section of a documentation template. In pharmaceutical quality, an action (Test) such as pH could be classified as a physical property.

PlanDefinitionActionUpdateInput.reason ● [CodeableConceptUpdateInput!] list input

A description of why this action is necessary or appropriate.

PlanDefinitionActionUpdateInput.documentation ● [RelatedArtifactUpdateInput!] list input

Didactic or other informational resources associated with the action that can be provided to the CDS recipient. Information resources can include inline text commentary and links to web resources.

PlanDefinitionActionUpdateInput.goalId ● [String!] list scalar

Identifies goals that this action supports. The reference must be to a goal element defined within this plan definition. In pharmaceutical quality, a goal represents acceptance criteria (Goal) for a given action (Test), so the goalId would be the unique id of a defined goal element establishing the acceptance criteria for the action.

PlanDefinitionActionUpdateInput.subjectCodeableConcept ● CodeableConceptUpdateInput input

A code, group definition, or canonical reference that describes the intended subject of the action and its children, if any. Canonical references are allowed to support the definition of protocols for drug and substance quality specifications, and is allowed to reference a MedicinalProductDefinition, SubstanceDefinition, AdministrableProductDefinition, ManufacturedItemDefinition, or PackagedProductDefinition resource. (choose any one of subject*, but only one)

PlanDefinitionActionUpdateInput.subjectReference ● ReferenceUpdateInput input

A code, group definition, or canonical reference that describes the intended subject of the action and its children, if any. Canonical references are allowed to support the definition of protocols for drug and substance quality specifications, and is allowed to reference a MedicinalProductDefinition, SubstanceDefinition, AdministrableProductDefinition, ManufacturedItemDefinition, or PackagedProductDefinition resource. (choose any one of subject*, but only one)

PlanDefinitionActionUpdateInput.subjectCanonical ● Uri scalar

A code, group definition, or canonical reference that describes the intended subject of the action and its children, if any. Canonical references are allowed to support the definition of protocols for drug and substance quality specifications, and is allowed to reference a MedicinalProductDefinition, SubstanceDefinition, AdministrableProductDefinition, ManufacturedItemDefinition, or PackagedProductDefinition resource. (choose any one of subject*, but only one)

PlanDefinitionActionUpdateInput.trigger ● [TriggerDefinitionUpdateInput!] list input

A description of when the action should be triggered.

PlanDefinitionActionUpdateInput.condition ● [PlanDefinitionConditionUpdateInput!] list input

An expression that describes applicability criteria or start/stop conditions for the action.

PlanDefinitionActionUpdateInput.input ● [DataRequirementUpdateInput!] list input

Defines input data requirements for the action.

PlanDefinitionActionUpdateInput.output ● [DataRequirementUpdateInput!] list input

Defines the outputs of the action, if any.

PlanDefinitionActionUpdateInput.relatedAction ● [PlanDefinitionRelatedActionUpdateInput!] list input

A relationship to another action such as before or 30-60 minutes after start of .

PlanDefinitionActionUpdateInput.timingDateTime ● Date scalar

An optional value describing when the action should be performed. (choose any one of timing*, but only one)

PlanDefinitionActionUpdateInput.timingAge ● AgeUpdateInput input

An optional value describing when the action should be performed. (choose any one of timing*, but only one)

PlanDefinitionActionUpdateInput.timingPeriod ● PeriodUpdateInput input

An optional value describing when the action should be performed. (choose any one of timing*, but only one)

PlanDefinitionActionUpdateInput.timingDuration ● FhirDurationUpdateInput input

An optional value describing when the action should be performed. (choose any one of timing*, but only one)

PlanDefinitionActionUpdateInput.timingRange ● RangeUpdateInput input

An optional value describing when the action should be performed. (choose any one of timing*, but only one)

PlanDefinitionActionUpdateInput.timingTiming ● TimingUpdateInput input

An optional value describing when the action should be performed. (choose any one of timing*, but only one)

PlanDefinitionActionUpdateInput.participant ● [PlanDefinitionParticipantUpdateInput!] list input

Indicates who should participate in performing the action described.

PlanDefinitionActionUpdateInput.type ● CodeableConceptUpdateInput input

The type of action to perform (create, update, remove).

PlanDefinitionActionUpdateInput.groupingBehavior ● String scalar

Defines the grouping behavior for the action and its children.

PlanDefinitionActionUpdateInput.selectionBehavior ● String scalar

Defines the selection behavior for the action and its children.

PlanDefinitionActionUpdateInput.requiredBehavior ● String scalar

Defines the required behavior for the action.

PlanDefinitionActionUpdateInput.precheckBehavior ● String scalar

Defines whether the action should usually be preselected.

PlanDefinitionActionUpdateInput.cardinalityBehavior ● String scalar

Defines whether the action can be selected multiple times.

PlanDefinitionActionUpdateInput.definitionCanonical ● Uri scalar

A reference to an ActivityDefinition that describes the action to be taken in detail, or a PlanDefinition that describes a series of actions to be taken. (choose any one of definition*, but only one)

PlanDefinitionActionUpdateInput.definitionUri ● Uri scalar

A reference to an ActivityDefinition that describes the action to be taken in detail, or a PlanDefinition that describes a series of actions to be taken. (choose any one of definition*, but only one)

PlanDefinitionActionUpdateInput.transform ● Uri scalar

A reference to a StructureMap resource that defines a transform that can be executed to produce the intent resource using the ActivityDefinition instance as the input.

PlanDefinitionActionUpdateInput.dynamicValue ● [PlanDefinitionDynamicValueUpdateInput!] list input

Customizations that should be applied to the statically defined resource. For example, if the dosage of a medication must be computed based on the patient s weight, a customization would be used to specify an expression that calculated the weight, and the path on the resource that would contain the result.

PlanDefinitionActionUpdateInput.action ● [PlanDefinitionActionUpdateInput!] list input

Sub actions that are contained within the action. The behavior of this action determines the functionality of the sub-actions. For example, a selection behavior of at-most-one indicates that of the sub-actions, at most one may be chosen as part of realizing the action definition.

PlanDefinitionActionUpdateInput.modifierExtension ● [FhirExtensionUpdateInput!] 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).

PlanDefinitionActionUpdateInput.extension ● [FhirExtensionUpdateInput!] 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.

PlanDefinitionActionUpdateInput.id ● String scalar

null

Member Of

PlanDefinitionActionUpdateInput input ● PlanDefinitionUpdateInput input