Skip to main content

RequestGroupActionUpdateInput

No description

input RequestGroupActionUpdateInput {
prefix: String
title: String
description: String
textEquivalent: String
priority: String
code: [CodeableConceptUpdateInput!]
documentation: [RelatedArtifactUpdateInput!]
condition: [RequestGroupConditionUpdateInput!]
relatedAction: [RequestGroupRelatedActionUpdateInput!]
timingDateTime: Date
timingAge: AgeUpdateInput
timingPeriod: PeriodUpdateInput
timingDuration: FhirDurationUpdateInput
timingRange: RangeUpdateInput
timingTiming: TimingUpdateInput
participant: [ReferenceUpdateInput!]
type: CodeableConceptUpdateInput
groupingBehavior: String
selectionBehavior: String
requiredBehavior: String
precheckBehavior: String
cardinalityBehavior: String
resource: ReferenceUpdateInput
action: [RequestGroupActionUpdateInput!]
modifierExtension: [FhirExtensionUpdateInput!]
extension: [FhirExtensionUpdateInput!]
id: String
}

Fields

RequestGroupActionUpdateInput.prefix ● String scalar

A user-visible prefix for the action.

RequestGroupActionUpdateInput.title ● String scalar

The title of the action displayed to a user.

RequestGroupActionUpdateInput.description ● String scalar

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

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

RequestGroupActionUpdateInput.priority ● String scalar

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

RequestGroupActionUpdateInput.code ● [CodeableConceptUpdateInput!] list input

A code that provides meaning for the action or action group. For example, a section may have a LOINC code for a section of a documentation template.

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

RequestGroupActionUpdateInput.condition ● [RequestGroupConditionUpdateInput!] list input

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

RequestGroupActionUpdateInput.relatedAction ● [RequestGroupRelatedActionUpdateInput!] list input

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

RequestGroupActionUpdateInput.timingDateTime ● Date scalar

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

RequestGroupActionUpdateInput.timingAge ● AgeUpdateInput input

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

RequestGroupActionUpdateInput.timingPeriod ● PeriodUpdateInput input

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

RequestGroupActionUpdateInput.timingDuration ● FhirDurationUpdateInput input

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

RequestGroupActionUpdateInput.timingRange ● RangeUpdateInput input

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

RequestGroupActionUpdateInput.timingTiming ● TimingUpdateInput input

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

RequestGroupActionUpdateInput.participant ● [ReferenceUpdateInput!] list input

The participant that should perform or be responsible for this action.

RequestGroupActionUpdateInput.type ● CodeableConceptUpdateInput input

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

RequestGroupActionUpdateInput.groupingBehavior ● String scalar

Defines the grouping behavior for the action and its children.

RequestGroupActionUpdateInput.selectionBehavior ● String scalar

Defines the selection behavior for the action and its children.

RequestGroupActionUpdateInput.requiredBehavior ● String scalar

Defines expectations around whether an action is required.

RequestGroupActionUpdateInput.precheckBehavior ● String scalar

Defines whether the action should usually be preselected.

RequestGroupActionUpdateInput.cardinalityBehavior ● String scalar

Defines whether the action can be selected multiple times.

RequestGroupActionUpdateInput.resource ● ReferenceUpdateInput input

The resource that is the target of the action (e.g. CommunicationRequest).

RequestGroupActionUpdateInput.action ● [RequestGroupActionUpdateInput!] list input

Sub actions.

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

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

RequestGroupActionUpdateInput.id ● String scalar

null

Member Of

RequestGroupActionUpdateInput input ● RequestGroupUpdateInput input