cds_hooks_request_group_go_proto

package
v0.7.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_google_fhir_proto_r4_core_profiles_cds_hooks_request_group_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CDSHooksRequestGroup

type CDSHooksRequestGroup struct {

	// Logical id of this artifact
	Id *datatypes_go_proto.Id `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Metadata about the resource
	Meta *datatypes_go_proto.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
	// A set of rules under which this content was created
	ImplicitRules *datatypes_go_proto.Uri `protobuf:"bytes,3,opt,name=implicit_rules,json=implicitRules,proto3" json:"implicit_rules,omitempty"`
	// Language of the resource content
	Language *datatypes_go_proto.Code `protobuf:"bytes,4,opt,name=language,proto3" json:"language,omitempty"`
	// Text summary of the resource, for human interpretation
	Text *datatypes_go_proto.Narrative `protobuf:"bytes,5,opt,name=text,proto3" json:"text,omitempty"`
	// Contained, inline Resources
	Contained []*any.Any `protobuf:"bytes,6,rep,name=contained,proto3" json:"contained,omitempty"`
	// Additional content defined by implementations
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,8,rep,name=extension,proto3" json:"extension,omitempty"`
	// Extensions that cannot be ignored
	ModifierExtension []*datatypes_go_proto.Extension `protobuf:"bytes,9,rep,name=modifier_extension,json=modifierExtension,proto3" json:"modifier_extension,omitempty"`
	// Business identifier
	Identifier *datatypes_go_proto.Identifier `protobuf:"bytes,10,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// Instantiates FHIR protocol or definition
	InstantiatesCanonical []*datatypes_go_proto.Canonical `protobuf:"bytes,11,rep,name=instantiates_canonical,json=instantiatesCanonical,proto3" json:"instantiates_canonical,omitempty"`
	// Instantiates external protocol or definition
	InstantiatesUri *datatypes_go_proto.Uri `protobuf:"bytes,12,opt,name=instantiates_uri,json=instantiatesUri,proto3" json:"instantiates_uri,omitempty"`
	// Fulfills plan, proposal, or order
	BasedOn []*datatypes_go_proto.Reference `protobuf:"bytes,13,rep,name=based_on,json=basedOn,proto3" json:"based_on,omitempty"`
	// Request(s) replaced by this request
	Replaces []*datatypes_go_proto.Reference `protobuf:"bytes,14,rep,name=replaces,proto3" json:"replaces,omitempty"`
	// Composite request this is part of
	GroupIdentifier *datatypes_go_proto.Identifier     `protobuf:"bytes,15,opt,name=group_identifier,json=groupIdentifier,proto3" json:"group_identifier,omitempty"`
	Status          *CDSHooksRequestGroup_StatusCode   `protobuf:"bytes,16,opt,name=status,proto3" json:"status,omitempty"`
	Intent          *CDSHooksRequestGroup_IntentCode   `protobuf:"bytes,17,opt,name=intent,proto3" json:"intent,omitempty"`
	Priority        *CDSHooksRequestGroup_PriorityCode `protobuf:"bytes,18,opt,name=priority,proto3" json:"priority,omitempty"`
	// What's being requested/ordered
	Code *datatypes_go_proto.CodeableConcept `protobuf:"bytes,19,opt,name=code,proto3" json:"code,omitempty"`
	// Who the request group is about
	Subject *datatypes_go_proto.Reference `protobuf:"bytes,20,opt,name=subject,proto3" json:"subject,omitempty"`
	// Created as part of
	Encounter *datatypes_go_proto.Reference `protobuf:"bytes,21,opt,name=encounter,proto3" json:"encounter,omitempty"`
	// When the request group was authored
	AuthoredOn *datatypes_go_proto.DateTime `protobuf:"bytes,22,opt,name=authored_on,json=authoredOn,proto3" json:"authored_on,omitempty"`
	// Device or practitioner that authored the request group
	Author *datatypes_go_proto.Reference `protobuf:"bytes,23,opt,name=author,proto3" json:"author,omitempty"`
	// Why the request group is needed
	ReasonCode []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,24,rep,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	// Why the request group is needed
	ReasonReference []*datatypes_go_proto.Reference `protobuf:"bytes,25,rep,name=reason_reference,json=reasonReference,proto3" json:"reason_reference,omitempty"`
	// Additional notes about the response
	Note   []*datatypes_go_proto.Annotation `protobuf:"bytes,26,rep,name=note,proto3" json:"note,omitempty"`
	Action []*CDSHooksRequestGroup_Action   `protobuf:"bytes,27,rep,name=action,proto3" json:"action,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for CDS Hooks RequestGroup. A group of related requests. See http://hl7.org/fhir/StructureDefinition/cdshooksrequestgroup

func (*CDSHooksRequestGroup) Descriptor deprecated

func (*CDSHooksRequestGroup) Descriptor() ([]byte, []int)

Deprecated: Use CDSHooksRequestGroup.ProtoReflect.Descriptor instead.

func (*CDSHooksRequestGroup) GetAction

func (*CDSHooksRequestGroup) GetAuthor

func (*CDSHooksRequestGroup) GetAuthoredOn

func (x *CDSHooksRequestGroup) GetAuthoredOn() *datatypes_go_proto.DateTime

func (*CDSHooksRequestGroup) GetBasedOn

func (*CDSHooksRequestGroup) GetCode

func (*CDSHooksRequestGroup) GetContained

func (x *CDSHooksRequestGroup) GetContained() []*any.Any

func (*CDSHooksRequestGroup) GetEncounter

func (*CDSHooksRequestGroup) GetExtension

func (x *CDSHooksRequestGroup) GetExtension() []*datatypes_go_proto.Extension

func (*CDSHooksRequestGroup) GetGroupIdentifier

func (x *CDSHooksRequestGroup) GetGroupIdentifier() *datatypes_go_proto.Identifier

func (*CDSHooksRequestGroup) GetId

func (*CDSHooksRequestGroup) GetIdentifier

func (*CDSHooksRequestGroup) GetImplicitRules

func (x *CDSHooksRequestGroup) GetImplicitRules() *datatypes_go_proto.Uri

func (*CDSHooksRequestGroup) GetInstantiatesCanonical

func (x *CDSHooksRequestGroup) GetInstantiatesCanonical() []*datatypes_go_proto.Canonical

func (*CDSHooksRequestGroup) GetInstantiatesUri

func (x *CDSHooksRequestGroup) GetInstantiatesUri() *datatypes_go_proto.Uri

func (*CDSHooksRequestGroup) GetIntent

func (*CDSHooksRequestGroup) GetLanguage

func (x *CDSHooksRequestGroup) GetLanguage() *datatypes_go_proto.Code

func (*CDSHooksRequestGroup) GetMeta

func (*CDSHooksRequestGroup) GetModifierExtension

func (x *CDSHooksRequestGroup) GetModifierExtension() []*datatypes_go_proto.Extension

func (*CDSHooksRequestGroup) GetNote

func (*CDSHooksRequestGroup) GetPriority

func (*CDSHooksRequestGroup) GetReasonCode

func (*CDSHooksRequestGroup) GetReasonReference

func (x *CDSHooksRequestGroup) GetReasonReference() []*datatypes_go_proto.Reference

func (*CDSHooksRequestGroup) GetReplaces

func (*CDSHooksRequestGroup) GetStatus

func (*CDSHooksRequestGroup) GetSubject

func (*CDSHooksRequestGroup) GetText

func (*CDSHooksRequestGroup) ProtoMessage

func (*CDSHooksRequestGroup) ProtoMessage()

func (*CDSHooksRequestGroup) ProtoReflect

func (x *CDSHooksRequestGroup) ProtoReflect() protoreflect.Message

func (*CDSHooksRequestGroup) Reset

func (x *CDSHooksRequestGroup) Reset()

func (*CDSHooksRequestGroup) String

func (x *CDSHooksRequestGroup) String() string

type CDSHooksRequestGroup_Action

type CDSHooksRequestGroup_Action struct {

	// Unique id for inter-element referencing
	Id *datatypes_go_proto.String `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Additional content defined by implementations
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,2,rep,name=extension,proto3" json:"extension,omitempty"`
	// Extensions that cannot be ignored even if unrecognized
	ModifierExtension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=modifier_extension,json=modifierExtension,proto3" json:"modifier_extension,omitempty"`
	// User-visible prefix for the action (e.g. 1. or A.)
	Prefix *datatypes_go_proto.String `protobuf:"bytes,4,opt,name=prefix,proto3" json:"prefix,omitempty"`
	// User-visible title
	Title *datatypes_go_proto.String `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	// Short description of the action
	Description *datatypes_go_proto.String `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	// Static text equivalent of the action, used if the dynamic aspects cannot
	// be interpreted by the receiving system
	TextEquivalent *datatypes_go_proto.String                `protobuf:"bytes,7,opt,name=text_equivalent,json=textEquivalent,proto3" json:"text_equivalent,omitempty"`
	Priority       *CDSHooksRequestGroup_Action_PriorityCode `protobuf:"bytes,8,opt,name=priority,proto3" json:"priority,omitempty"`
	// Code representing the meaning of the action or sub-actions
	Code []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,9,rep,name=code,proto3" json:"code,omitempty"`
	// Supporting documentation for the intended performer of the action
	Documentation []*datatypes_go_proto.RelatedArtifact        `protobuf:"bytes,10,rep,name=documentation,proto3" json:"documentation,omitempty"`
	Condition     []*CDSHooksRequestGroup_Action_Condition     `protobuf:"bytes,11,rep,name=condition,proto3" json:"condition,omitempty"`
	RelatedAction []*CDSHooksRequestGroup_Action_RelatedAction `protobuf:"bytes,12,rep,name=related_action,json=relatedAction,proto3" json:"related_action,omitempty"`
	Timing        *CDSHooksRequestGroup_Action_TimingX         `protobuf:"bytes,13,opt,name=timing,proto3" json:"timing,omitempty"`
	// Who should perform the action
	Participant []*datatypes_go_proto.Reference `protobuf:"bytes,14,rep,name=participant,proto3" json:"participant,omitempty"`
	// create | update | remove | fire-event
	Type                *datatypes_go_proto.CodeableConcept                  `protobuf:"bytes,15,opt,name=type,proto3" json:"type,omitempty"`
	GroupingBehavior    *CDSHooksRequestGroup_Action_GroupingBehaviorCode    `protobuf:"bytes,16,opt,name=grouping_behavior,json=groupingBehavior,proto3" json:"grouping_behavior,omitempty"`
	SelectionBehavior   *CDSHooksRequestGroup_Action_SelectionBehaviorCode   `protobuf:"bytes,17,opt,name=selection_behavior,json=selectionBehavior,proto3" json:"selection_behavior,omitempty"`
	RequiredBehavior    *CDSHooksRequestGroup_Action_RequiredBehaviorCode    `protobuf:"bytes,18,opt,name=required_behavior,json=requiredBehavior,proto3" json:"required_behavior,omitempty"`
	PrecheckBehavior    *CDSHooksRequestGroup_Action_PrecheckBehaviorCode    `protobuf:"bytes,19,opt,name=precheck_behavior,json=precheckBehavior,proto3" json:"precheck_behavior,omitempty"`
	CardinalityBehavior *CDSHooksRequestGroup_Action_CardinalityBehaviorCode `protobuf:"bytes,20,opt,name=cardinality_behavior,json=cardinalityBehavior,proto3" json:"cardinality_behavior,omitempty"`
	// The target of the action
	Resource *datatypes_go_proto.Reference `protobuf:"bytes,21,opt,name=resource,proto3" json:"resource,omitempty"`
	// Sub action
	Action []*CDSHooksRequestGroup_Action `protobuf:"bytes,22,rep,name=action,proto3" json:"action,omitempty"`
	// contains filtered or unexported fields
}

Proposed actions, if any

func (*CDSHooksRequestGroup_Action) Descriptor deprecated

func (*CDSHooksRequestGroup_Action) Descriptor() ([]byte, []int)

Deprecated: Use CDSHooksRequestGroup_Action.ProtoReflect.Descriptor instead.

func (*CDSHooksRequestGroup_Action) GetAction

func (*CDSHooksRequestGroup_Action) GetCardinalityBehavior

func (*CDSHooksRequestGroup_Action) GetCode

func (*CDSHooksRequestGroup_Action) GetCondition

func (*CDSHooksRequestGroup_Action) GetDescription

func (*CDSHooksRequestGroup_Action) GetDocumentation

func (*CDSHooksRequestGroup_Action) GetExtension

func (*CDSHooksRequestGroup_Action) GetGroupingBehavior

func (*CDSHooksRequestGroup_Action) GetId

func (*CDSHooksRequestGroup_Action) GetModifierExtension

func (x *CDSHooksRequestGroup_Action) GetModifierExtension() []*datatypes_go_proto.Extension

func (*CDSHooksRequestGroup_Action) GetParticipant

func (*CDSHooksRequestGroup_Action) GetPrecheckBehavior

func (*CDSHooksRequestGroup_Action) GetPrefix

func (*CDSHooksRequestGroup_Action) GetPriority

func (*CDSHooksRequestGroup_Action) GetRelatedAction

func (*CDSHooksRequestGroup_Action) GetRequiredBehavior

func (*CDSHooksRequestGroup_Action) GetResource

func (*CDSHooksRequestGroup_Action) GetSelectionBehavior

func (*CDSHooksRequestGroup_Action) GetTextEquivalent

func (x *CDSHooksRequestGroup_Action) GetTextEquivalent() *datatypes_go_proto.String

func (*CDSHooksRequestGroup_Action) GetTiming

func (*CDSHooksRequestGroup_Action) GetTitle

func (*CDSHooksRequestGroup_Action) GetType

func (*CDSHooksRequestGroup_Action) ProtoMessage

func (*CDSHooksRequestGroup_Action) ProtoMessage()

func (*CDSHooksRequestGroup_Action) ProtoReflect

func (*CDSHooksRequestGroup_Action) Reset

func (x *CDSHooksRequestGroup_Action) Reset()

func (*CDSHooksRequestGroup_Action) String

func (x *CDSHooksRequestGroup_Action) String() string

type CDSHooksRequestGroup_Action_CardinalityBehaviorCode

type CDSHooksRequestGroup_Action_CardinalityBehaviorCode struct {
	Value     codes_go_proto.ActionCardinalityBehaviorCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.ActionCardinalityBehaviorCode_Value" json:"value,omitempty"`
	Id        *datatypes_go_proto.String                         `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Extension []*datatypes_go_proto.Extension                    `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

single | multiple

func (*CDSHooksRequestGroup_Action_CardinalityBehaviorCode) Descriptor deprecated

Deprecated: Use CDSHooksRequestGroup_Action_CardinalityBehaviorCode.ProtoReflect.Descriptor instead.

func (*CDSHooksRequestGroup_Action_CardinalityBehaviorCode) GetExtension

func (*CDSHooksRequestGroup_Action_CardinalityBehaviorCode) GetId

func (*CDSHooksRequestGroup_Action_CardinalityBehaviorCode) GetValue

func (*CDSHooksRequestGroup_Action_CardinalityBehaviorCode) ProtoMessage

func (*CDSHooksRequestGroup_Action_CardinalityBehaviorCode) ProtoReflect

func (*CDSHooksRequestGroup_Action_CardinalityBehaviorCode) Reset

func (*CDSHooksRequestGroup_Action_CardinalityBehaviorCode) String

type CDSHooksRequestGroup_Action_Condition

type CDSHooksRequestGroup_Action_Condition struct {

	// Unique id for inter-element referencing
	Id *datatypes_go_proto.String `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Additional content defined by implementations
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,2,rep,name=extension,proto3" json:"extension,omitempty"`
	// Extensions that cannot be ignored even if unrecognized
	ModifierExtension []*datatypes_go_proto.Extension                 `protobuf:"bytes,3,rep,name=modifier_extension,json=modifierExtension,proto3" json:"modifier_extension,omitempty"`
	Kind              *CDSHooksRequestGroup_Action_Condition_KindCode `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"`
	// Boolean-valued expression
	Expression *datatypes_go_proto.Expression `protobuf:"bytes,5,opt,name=expression,proto3" json:"expression,omitempty"`
	// contains filtered or unexported fields
}

Whether or not the action is applicable

func (*CDSHooksRequestGroup_Action_Condition) Descriptor deprecated

func (*CDSHooksRequestGroup_Action_Condition) Descriptor() ([]byte, []int)

Deprecated: Use CDSHooksRequestGroup_Action_Condition.ProtoReflect.Descriptor instead.

func (*CDSHooksRequestGroup_Action_Condition) GetExpression

func (*CDSHooksRequestGroup_Action_Condition) GetExtension

func (*CDSHooksRequestGroup_Action_Condition) GetId

func (*CDSHooksRequestGroup_Action_Condition) GetKind

func (*CDSHooksRequestGroup_Action_Condition) GetModifierExtension

func (*CDSHooksRequestGroup_Action_Condition) ProtoMessage

func (*CDSHooksRequestGroup_Action_Condition) ProtoMessage()

func (*CDSHooksRequestGroup_Action_Condition) ProtoReflect

func (*CDSHooksRequestGroup_Action_Condition) Reset

func (*CDSHooksRequestGroup_Action_Condition) String

type CDSHooksRequestGroup_Action_Condition_KindCode

type CDSHooksRequestGroup_Action_Condition_KindCode struct {
	Value     codes_go_proto.ActionConditionKindCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.ActionConditionKindCode_Value" json:"value,omitempty"`
	Id        *datatypes_go_proto.String                   `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Extension []*datatypes_go_proto.Extension              `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

applicability | start | stop

func (*CDSHooksRequestGroup_Action_Condition_KindCode) Descriptor deprecated

Deprecated: Use CDSHooksRequestGroup_Action_Condition_KindCode.ProtoReflect.Descriptor instead.

func (*CDSHooksRequestGroup_Action_Condition_KindCode) GetExtension

func (*CDSHooksRequestGroup_Action_Condition_KindCode) GetId

func (*CDSHooksRequestGroup_Action_Condition_KindCode) GetValue

func (*CDSHooksRequestGroup_Action_Condition_KindCode) ProtoMessage

func (*CDSHooksRequestGroup_Action_Condition_KindCode) ProtoReflect

func (*CDSHooksRequestGroup_Action_Condition_KindCode) Reset

func (*CDSHooksRequestGroup_Action_Condition_KindCode) String

type CDSHooksRequestGroup_Action_GroupingBehaviorCode

type CDSHooksRequestGroup_Action_GroupingBehaviorCode struct {
	Value     codes_go_proto.ActionGroupingBehaviorCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.ActionGroupingBehaviorCode_Value" json:"value,omitempty"`
	Id        *datatypes_go_proto.String                      `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Extension []*datatypes_go_proto.Extension                 `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

visual-group | logical-group | sentence-group

func (*CDSHooksRequestGroup_Action_GroupingBehaviorCode) Descriptor deprecated

Deprecated: Use CDSHooksRequestGroup_Action_GroupingBehaviorCode.ProtoReflect.Descriptor instead.

func (*CDSHooksRequestGroup_Action_GroupingBehaviorCode) GetExtension

func (*CDSHooksRequestGroup_Action_GroupingBehaviorCode) GetId

func (*CDSHooksRequestGroup_Action_GroupingBehaviorCode) GetValue

func (*CDSHooksRequestGroup_Action_GroupingBehaviorCode) ProtoMessage

func (*CDSHooksRequestGroup_Action_GroupingBehaviorCode) ProtoReflect

func (*CDSHooksRequestGroup_Action_GroupingBehaviorCode) Reset

func (*CDSHooksRequestGroup_Action_GroupingBehaviorCode) String

type CDSHooksRequestGroup_Action_PrecheckBehaviorCode

type CDSHooksRequestGroup_Action_PrecheckBehaviorCode struct {
	Value     codes_go_proto.ActionPrecheckBehaviorCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.ActionPrecheckBehaviorCode_Value" json:"value,omitempty"`
	Id        *datatypes_go_proto.String                      `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Extension []*datatypes_go_proto.Extension                 `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

yes | no

func (*CDSHooksRequestGroup_Action_PrecheckBehaviorCode) Descriptor deprecated

Deprecated: Use CDSHooksRequestGroup_Action_PrecheckBehaviorCode.ProtoReflect.Descriptor instead.

func (*CDSHooksRequestGroup_Action_PrecheckBehaviorCode) GetExtension

func (*CDSHooksRequestGroup_Action_PrecheckBehaviorCode) GetId

func (*CDSHooksRequestGroup_Action_PrecheckBehaviorCode) GetValue

func (*CDSHooksRequestGroup_Action_PrecheckBehaviorCode) ProtoMessage

func (*CDSHooksRequestGroup_Action_PrecheckBehaviorCode) ProtoReflect

func (*CDSHooksRequestGroup_Action_PrecheckBehaviorCode) Reset

func (*CDSHooksRequestGroup_Action_PrecheckBehaviorCode) String

type CDSHooksRequestGroup_Action_PriorityCode

type CDSHooksRequestGroup_Action_PriorityCode struct {
	Value     codes_go_proto.RequestPriorityCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.RequestPriorityCode_Value" json:"value,omitempty"`
	Id        *datatypes_go_proto.String               `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Extension []*datatypes_go_proto.Extension          `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

routine | urgent | asap | stat

func (*CDSHooksRequestGroup_Action_PriorityCode) Descriptor deprecated

func (*CDSHooksRequestGroup_Action_PriorityCode) Descriptor() ([]byte, []int)

Deprecated: Use CDSHooksRequestGroup_Action_PriorityCode.ProtoReflect.Descriptor instead.

func (*CDSHooksRequestGroup_Action_PriorityCode) GetExtension

func (*CDSHooksRequestGroup_Action_PriorityCode) GetId

func (*CDSHooksRequestGroup_Action_PriorityCode) GetValue

func (*CDSHooksRequestGroup_Action_PriorityCode) ProtoMessage

func (*CDSHooksRequestGroup_Action_PriorityCode) ProtoReflect

func (*CDSHooksRequestGroup_Action_PriorityCode) Reset

func (*CDSHooksRequestGroup_Action_PriorityCode) String

type CDSHooksRequestGroup_Action_RelatedAction

type CDSHooksRequestGroup_Action_RelatedAction struct {

	// Unique id for inter-element referencing
	Id *datatypes_go_proto.String `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Additional content defined by implementations
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,2,rep,name=extension,proto3" json:"extension,omitempty"`
	// Extensions that cannot be ignored even if unrecognized
	ModifierExtension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=modifier_extension,json=modifierExtension,proto3" json:"modifier_extension,omitempty"`
	// What action this is related to
	ActionId     *datatypes_go_proto.Id                                      `protobuf:"bytes,4,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	Relationship *CDSHooksRequestGroup_Action_RelatedAction_RelationshipCode `protobuf:"bytes,5,opt,name=relationship,proto3" json:"relationship,omitempty"`
	Offset       *CDSHooksRequestGroup_Action_RelatedAction_OffsetX          `protobuf:"bytes,6,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

Relationship to another action

func (*CDSHooksRequestGroup_Action_RelatedAction) Descriptor deprecated

func (*CDSHooksRequestGroup_Action_RelatedAction) Descriptor() ([]byte, []int)

Deprecated: Use CDSHooksRequestGroup_Action_RelatedAction.ProtoReflect.Descriptor instead.

func (*CDSHooksRequestGroup_Action_RelatedAction) GetActionId

func (*CDSHooksRequestGroup_Action_RelatedAction) GetExtension

func (*CDSHooksRequestGroup_Action_RelatedAction) GetId

func (*CDSHooksRequestGroup_Action_RelatedAction) GetModifierExtension

func (*CDSHooksRequestGroup_Action_RelatedAction) GetOffset

func (*CDSHooksRequestGroup_Action_RelatedAction) GetRelationship

func (*CDSHooksRequestGroup_Action_RelatedAction) ProtoMessage

func (*CDSHooksRequestGroup_Action_RelatedAction) ProtoReflect

func (*CDSHooksRequestGroup_Action_RelatedAction) Reset

func (*CDSHooksRequestGroup_Action_RelatedAction) String

type CDSHooksRequestGroup_Action_RelatedAction_OffsetX

type CDSHooksRequestGroup_Action_RelatedAction_OffsetX struct {

	// Types that are assignable to Choice:
	//	*CDSHooksRequestGroup_Action_RelatedAction_OffsetX_Duration
	//	*CDSHooksRequestGroup_Action_RelatedAction_OffsetX_Range
	Choice isCDSHooksRequestGroup_Action_RelatedAction_OffsetX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Time offset for the relationship

func (*CDSHooksRequestGroup_Action_RelatedAction_OffsetX) Descriptor deprecated

Deprecated: Use CDSHooksRequestGroup_Action_RelatedAction_OffsetX.ProtoReflect.Descriptor instead.

func (*CDSHooksRequestGroup_Action_RelatedAction_OffsetX) GetChoice

func (m *CDSHooksRequestGroup_Action_RelatedAction_OffsetX) GetChoice() isCDSHooksRequestGroup_Action_RelatedAction_OffsetX_Choice

func (*CDSHooksRequestGroup_Action_RelatedAction_OffsetX) GetDuration

func (*CDSHooksRequestGroup_Action_RelatedAction_OffsetX) GetRange

func (*CDSHooksRequestGroup_Action_RelatedAction_OffsetX) ProtoMessage

func (*CDSHooksRequestGroup_Action_RelatedAction_OffsetX) ProtoReflect

func (*CDSHooksRequestGroup_Action_RelatedAction_OffsetX) Reset

func (*CDSHooksRequestGroup_Action_RelatedAction_OffsetX) String

type CDSHooksRequestGroup_Action_RelatedAction_OffsetX_Duration

type CDSHooksRequestGroup_Action_RelatedAction_OffsetX_Duration struct {
	Duration *datatypes_go_proto.Duration `protobuf:"bytes,1,opt,name=duration,proto3,oneof"`
}

type CDSHooksRequestGroup_Action_RelatedAction_OffsetX_Range

type CDSHooksRequestGroup_Action_RelatedAction_OffsetX_Range struct {
	Range *datatypes_go_proto.Range `protobuf:"bytes,2,opt,name=range,proto3,oneof"`
}

type CDSHooksRequestGroup_Action_RelatedAction_RelationshipCode

type CDSHooksRequestGroup_Action_RelatedAction_RelationshipCode struct {
	Value     codes_go_proto.ActionRelationshipTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.ActionRelationshipTypeCode_Value" json:"value,omitempty"`
	Id        *datatypes_go_proto.String                      `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Extension []*datatypes_go_proto.Extension                 `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end

func (*CDSHooksRequestGroup_Action_RelatedAction_RelationshipCode) Descriptor deprecated

Deprecated: Use CDSHooksRequestGroup_Action_RelatedAction_RelationshipCode.ProtoReflect.Descriptor instead.

func (*CDSHooksRequestGroup_Action_RelatedAction_RelationshipCode) GetExtension

func (*CDSHooksRequestGroup_Action_RelatedAction_RelationshipCode) GetId

func (*CDSHooksRequestGroup_Action_RelatedAction_RelationshipCode) GetValue

func (*CDSHooksRequestGroup_Action_RelatedAction_RelationshipCode) ProtoMessage

func (*CDSHooksRequestGroup_Action_RelatedAction_RelationshipCode) ProtoReflect

func (*CDSHooksRequestGroup_Action_RelatedAction_RelationshipCode) Reset

func (*CDSHooksRequestGroup_Action_RelatedAction_RelationshipCode) String

type CDSHooksRequestGroup_Action_RequiredBehaviorCode

type CDSHooksRequestGroup_Action_RequiredBehaviorCode struct {
	Value     codes_go_proto.ActionRequiredBehaviorCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.ActionRequiredBehaviorCode_Value" json:"value,omitempty"`
	Id        *datatypes_go_proto.String                      `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Extension []*datatypes_go_proto.Extension                 `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

must | could | must-unless-documented

func (*CDSHooksRequestGroup_Action_RequiredBehaviorCode) Descriptor deprecated

Deprecated: Use CDSHooksRequestGroup_Action_RequiredBehaviorCode.ProtoReflect.Descriptor instead.

func (*CDSHooksRequestGroup_Action_RequiredBehaviorCode) GetExtension

func (*CDSHooksRequestGroup_Action_RequiredBehaviorCode) GetId

func (*CDSHooksRequestGroup_Action_RequiredBehaviorCode) GetValue

func (*CDSHooksRequestGroup_Action_RequiredBehaviorCode) ProtoMessage

func (*CDSHooksRequestGroup_Action_RequiredBehaviorCode) ProtoReflect

func (*CDSHooksRequestGroup_Action_RequiredBehaviorCode) Reset

func (*CDSHooksRequestGroup_Action_RequiredBehaviorCode) String

type CDSHooksRequestGroup_Action_SelectionBehaviorCode

type CDSHooksRequestGroup_Action_SelectionBehaviorCode struct {
	Value     codes_go_proto.ActionSelectionBehaviorCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.ActionSelectionBehaviorCode_Value" json:"value,omitempty"`
	Id        *datatypes_go_proto.String                       `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Extension []*datatypes_go_proto.Extension                  `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

any | all | all-or-none | exactly-one | at-most-one | one-or-more

func (*CDSHooksRequestGroup_Action_SelectionBehaviorCode) Descriptor deprecated

Deprecated: Use CDSHooksRequestGroup_Action_SelectionBehaviorCode.ProtoReflect.Descriptor instead.

func (*CDSHooksRequestGroup_Action_SelectionBehaviorCode) GetExtension

func (*CDSHooksRequestGroup_Action_SelectionBehaviorCode) GetId

func (*CDSHooksRequestGroup_Action_SelectionBehaviorCode) GetValue

func (*CDSHooksRequestGroup_Action_SelectionBehaviorCode) ProtoMessage

func (*CDSHooksRequestGroup_Action_SelectionBehaviorCode) ProtoReflect

func (*CDSHooksRequestGroup_Action_SelectionBehaviorCode) Reset

func (*CDSHooksRequestGroup_Action_SelectionBehaviorCode) String

type CDSHooksRequestGroup_Action_TimingX

type CDSHooksRequestGroup_Action_TimingX struct {

	// Types that are assignable to Choice:
	//	*CDSHooksRequestGroup_Action_TimingX_DateTime
	//	*CDSHooksRequestGroup_Action_TimingX_Age
	//	*CDSHooksRequestGroup_Action_TimingX_Period
	//	*CDSHooksRequestGroup_Action_TimingX_Duration
	//	*CDSHooksRequestGroup_Action_TimingX_Range
	//	*CDSHooksRequestGroup_Action_TimingX_Timing
	Choice isCDSHooksRequestGroup_Action_TimingX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

When the action should take place

func (*CDSHooksRequestGroup_Action_TimingX) Descriptor deprecated

func (*CDSHooksRequestGroup_Action_TimingX) Descriptor() ([]byte, []int)

Deprecated: Use CDSHooksRequestGroup_Action_TimingX.ProtoReflect.Descriptor instead.

func (*CDSHooksRequestGroup_Action_TimingX) GetAge

func (*CDSHooksRequestGroup_Action_TimingX) GetChoice

func (m *CDSHooksRequestGroup_Action_TimingX) GetChoice() isCDSHooksRequestGroup_Action_TimingX_Choice

func (*CDSHooksRequestGroup_Action_TimingX) GetDateTime

func (*CDSHooksRequestGroup_Action_TimingX) GetDuration

func (*CDSHooksRequestGroup_Action_TimingX) GetPeriod

func (*CDSHooksRequestGroup_Action_TimingX) GetRange

func (*CDSHooksRequestGroup_Action_TimingX) GetTiming

func (*CDSHooksRequestGroup_Action_TimingX) ProtoMessage

func (*CDSHooksRequestGroup_Action_TimingX) ProtoMessage()

func (*CDSHooksRequestGroup_Action_TimingX) ProtoReflect

func (*CDSHooksRequestGroup_Action_TimingX) Reset

func (*CDSHooksRequestGroup_Action_TimingX) String

type CDSHooksRequestGroup_Action_TimingX_Age

type CDSHooksRequestGroup_Action_TimingX_Age struct {
	Age *datatypes_go_proto.Age `protobuf:"bytes,2,opt,name=age,proto3,oneof"`
}

type CDSHooksRequestGroup_Action_TimingX_DateTime

type CDSHooksRequestGroup_Action_TimingX_DateTime struct {
	DateTime *datatypes_go_proto.DateTime `protobuf:"bytes,1,opt,name=date_time,json=dateTime,proto3,oneof"`
}

type CDSHooksRequestGroup_Action_TimingX_Duration

type CDSHooksRequestGroup_Action_TimingX_Duration struct {
	Duration *datatypes_go_proto.Duration `protobuf:"bytes,4,opt,name=duration,proto3,oneof"`
}

type CDSHooksRequestGroup_Action_TimingX_Period

type CDSHooksRequestGroup_Action_TimingX_Period struct {
	Period *datatypes_go_proto.Period `protobuf:"bytes,3,opt,name=period,proto3,oneof"`
}

type CDSHooksRequestGroup_Action_TimingX_Range

type CDSHooksRequestGroup_Action_TimingX_Range struct {
	Range *datatypes_go_proto.Range `protobuf:"bytes,5,opt,name=range,proto3,oneof"`
}

type CDSHooksRequestGroup_Action_TimingX_Timing

type CDSHooksRequestGroup_Action_TimingX_Timing struct {
	Timing *datatypes_go_proto.Timing `protobuf:"bytes,6,opt,name=timing,proto3,oneof"`
}

type CDSHooksRequestGroup_IntentCode

type CDSHooksRequestGroup_IntentCode struct {
	Value     codes_go_proto.RequestIntentCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.RequestIntentCode_Value" json:"value,omitempty"`
	Id        *datatypes_go_proto.String             `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Extension []*datatypes_go_proto.Extension        `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

proposal | plan | directive | order | original-order | reflex-order | filler-order | instance-order | option

func (*CDSHooksRequestGroup_IntentCode) Descriptor deprecated

func (*CDSHooksRequestGroup_IntentCode) Descriptor() ([]byte, []int)

Deprecated: Use CDSHooksRequestGroup_IntentCode.ProtoReflect.Descriptor instead.

func (*CDSHooksRequestGroup_IntentCode) GetExtension

func (*CDSHooksRequestGroup_IntentCode) GetId

func (*CDSHooksRequestGroup_IntentCode) GetValue

func (*CDSHooksRequestGroup_IntentCode) ProtoMessage

func (*CDSHooksRequestGroup_IntentCode) ProtoMessage()

func (*CDSHooksRequestGroup_IntentCode) ProtoReflect

func (*CDSHooksRequestGroup_IntentCode) Reset

func (*CDSHooksRequestGroup_IntentCode) String

type CDSHooksRequestGroup_PriorityCode

type CDSHooksRequestGroup_PriorityCode struct {
	Value     codes_go_proto.RequestPriorityCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.RequestPriorityCode_Value" json:"value,omitempty"`
	Id        *datatypes_go_proto.String               `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Extension []*datatypes_go_proto.Extension          `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

routine | urgent | asap | stat

func (*CDSHooksRequestGroup_PriorityCode) Descriptor deprecated

func (*CDSHooksRequestGroup_PriorityCode) Descriptor() ([]byte, []int)

Deprecated: Use CDSHooksRequestGroup_PriorityCode.ProtoReflect.Descriptor instead.

func (*CDSHooksRequestGroup_PriorityCode) GetExtension

func (*CDSHooksRequestGroup_PriorityCode) GetId

func (*CDSHooksRequestGroup_PriorityCode) GetValue

func (*CDSHooksRequestGroup_PriorityCode) ProtoMessage

func (*CDSHooksRequestGroup_PriorityCode) ProtoMessage()

func (*CDSHooksRequestGroup_PriorityCode) ProtoReflect

func (*CDSHooksRequestGroup_PriorityCode) Reset

func (*CDSHooksRequestGroup_PriorityCode) String

type CDSHooksRequestGroup_StatusCode

type CDSHooksRequestGroup_StatusCode struct {
	Value     codes_go_proto.RequestStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.RequestStatusCode_Value" json:"value,omitempty"`
	Id        *datatypes_go_proto.String             `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Extension []*datatypes_go_proto.Extension        `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

draft | active | on-hold | revoked | completed | entered-in-error | unknown

func (*CDSHooksRequestGroup_StatusCode) Descriptor deprecated

func (*CDSHooksRequestGroup_StatusCode) Descriptor() ([]byte, []int)

Deprecated: Use CDSHooksRequestGroup_StatusCode.ProtoReflect.Descriptor instead.

func (*CDSHooksRequestGroup_StatusCode) GetExtension

func (*CDSHooksRequestGroup_StatusCode) GetId

func (*CDSHooksRequestGroup_StatusCode) GetValue

func (*CDSHooksRequestGroup_StatusCode) ProtoMessage

func (*CDSHooksRequestGroup_StatusCode) ProtoMessage()

func (*CDSHooksRequestGroup_StatusCode) ProtoReflect

func (*CDSHooksRequestGroup_StatusCode) Reset

func (*CDSHooksRequestGroup_StatusCode) String

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL