cds_hooks_service_plan_definition_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_r5_core_profiles_cds_hooks_service_plan_definition_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CDSHooksServicePlanDefinition

type CDSHooksServicePlanDefinition 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"`
	// Extension
	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"`
	// Canonical identifier for this plan definition, represented as a URI
	// (globally unique)
	Url *datatypes_go_proto.Uri `protobuf:"bytes,10,opt,name=url,proto3" json:"url,omitempty"`
	// Additional identifier for the plan definition
	Identifier []*datatypes_go_proto.Identifier `protobuf:"bytes,11,rep,name=identifier,proto3" json:"identifier,omitempty"`
	// Business version of the plan definition
	Version *datatypes_go_proto.String `protobuf:"bytes,12,opt,name=version,proto3" json:"version,omitempty"`
	// Name for this plan definition (computer friendly)
	Name *datatypes_go_proto.String `protobuf:"bytes,13,opt,name=name,proto3" json:"name,omitempty"`
	// Name for this plan definition (human friendly)
	Title *datatypes_go_proto.String `protobuf:"bytes,14,opt,name=title,proto3" json:"title,omitempty"`
	// Subordinate title of the plan definition
	Subtitle *datatypes_go_proto.String `protobuf:"bytes,15,opt,name=subtitle,proto3" json:"subtitle,omitempty"`
	// order-set | clinical-protocol | eca-rule | workflow-definition
	Type   *datatypes_go_proto.CodeableConcept       `protobuf:"bytes,16,opt,name=type,proto3" json:"type,omitempty"`
	Status *CDSHooksServicePlanDefinition_StatusCode `protobuf:"bytes,17,opt,name=status,proto3" json:"status,omitempty"`
	// For testing purposes, not real usage
	Experimental *datatypes_go_proto.Boolean             `protobuf:"bytes,18,opt,name=experimental,proto3" json:"experimental,omitempty"`
	Subject      *CDSHooksServicePlanDefinition_SubjectX `protobuf:"bytes,19,opt,name=subject,proto3" json:"subject,omitempty"`
	// Date last changed
	Date *datatypes_go_proto.DateTime `protobuf:"bytes,20,opt,name=date,proto3" json:"date,omitempty"`
	// Name of the publisher (organization or individual)
	Publisher *datatypes_go_proto.String `protobuf:"bytes,21,opt,name=publisher,proto3" json:"publisher,omitempty"`
	// Contact details for the publisher
	Contact []*datatypes_go_proto.ContactDetail `protobuf:"bytes,22,rep,name=contact,proto3" json:"contact,omitempty"`
	// Natural language description of the plan definition
	Description *datatypes_go_proto.Markdown `protobuf:"bytes,23,opt,name=description,proto3" json:"description,omitempty"`
	// The context that the content is intended to support
	UseContext []*datatypes_go_proto.UsageContext `protobuf:"bytes,24,rep,name=use_context,json=useContext,proto3" json:"use_context,omitempty"`
	// Intended jurisdiction for plan definition (if applicable)
	Jurisdiction []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,25,rep,name=jurisdiction,proto3" json:"jurisdiction,omitempty"`
	// Why this plan definition is defined
	Purpose *datatypes_go_proto.Markdown `protobuf:"bytes,26,opt,name=purpose,proto3" json:"purpose,omitempty"`
	// Describes the clinical usage of the plan
	Usage *datatypes_go_proto.String `protobuf:"bytes,27,opt,name=usage,proto3" json:"usage,omitempty"`
	// Use and/or publishing restrictions
	Copyright *datatypes_go_proto.Markdown `protobuf:"bytes,28,opt,name=copyright,proto3" json:"copyright,omitempty"`
	// When the plan definition was approved by publisher
	ApprovalDate *datatypes_go_proto.Date `protobuf:"bytes,29,opt,name=approval_date,json=approvalDate,proto3" json:"approval_date,omitempty"`
	// When the plan definition was last reviewed
	LastReviewDate *datatypes_go_proto.Date `protobuf:"bytes,30,opt,name=last_review_date,json=lastReviewDate,proto3" json:"last_review_date,omitempty"`
	// When the plan definition is expected to be used
	EffectivePeriod *datatypes_go_proto.Period `protobuf:"bytes,31,opt,name=effective_period,json=effectivePeriod,proto3" json:"effective_period,omitempty"`
	// E.g. Education, Treatment, Assessment
	Topic []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,32,rep,name=topic,proto3" json:"topic,omitempty"`
	// Who authored the content
	Author []*datatypes_go_proto.ContactDetail `protobuf:"bytes,33,rep,name=author,proto3" json:"author,omitempty"`
	// Who edited the content
	Editor []*datatypes_go_proto.ContactDetail `protobuf:"bytes,34,rep,name=editor,proto3" json:"editor,omitempty"`
	// Who reviewed the content
	Reviewer []*datatypes_go_proto.ContactDetail `protobuf:"bytes,35,rep,name=reviewer,proto3" json:"reviewer,omitempty"`
	// Who endorsed the content
	Endorser []*datatypes_go_proto.ContactDetail `protobuf:"bytes,36,rep,name=endorser,proto3" json:"endorser,omitempty"`
	// Additional documentation, citations
	RelatedArtifact []*datatypes_go_proto.RelatedArtifact `protobuf:"bytes,37,rep,name=related_artifact,json=relatedArtifact,proto3" json:"related_artifact,omitempty"`
	// Logic used by the plan definition
	Library []*datatypes_go_proto.Canonical         `protobuf:"bytes,38,rep,name=library,proto3" json:"library,omitempty"`
	Goal    []*CDSHooksServicePlanDefinition_Goal   `protobuf:"bytes,39,rep,name=goal,proto3" json:"goal,omitempty"`
	Action  []*CDSHooksServicePlanDefinition_Action `protobuf:"bytes,40,rep,name=action,proto3" json:"action,omitempty"`
	// Service endpoint
	CdsHooksEndpoint *datatypes_go_proto.Uri `protobuf:"bytes,41,opt,name=cds_hooks_endpoint,json=cdsHooksEndpoint,proto3" json:"cds_hooks_endpoint,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for CDS Hooks Service PlanDefinition. The definition of a plan for a series of actions, independent of any specific patient or context. See http://hl7.org/fhir/StructureDefinition/cdshooksserviceplandefinition

func (*CDSHooksServicePlanDefinition) Descriptor deprecated

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

Deprecated: Use CDSHooksServicePlanDefinition.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition) GetAction

func (*CDSHooksServicePlanDefinition) GetApprovalDate

func (*CDSHooksServicePlanDefinition) GetAuthor

func (*CDSHooksServicePlanDefinition) GetCdsHooksEndpoint

func (x *CDSHooksServicePlanDefinition) GetCdsHooksEndpoint() *datatypes_go_proto.Uri

func (*CDSHooksServicePlanDefinition) GetContact

func (*CDSHooksServicePlanDefinition) GetContained

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

func (*CDSHooksServicePlanDefinition) GetCopyright

func (*CDSHooksServicePlanDefinition) GetDate

func (*CDSHooksServicePlanDefinition) GetDescription

func (*CDSHooksServicePlanDefinition) GetEditor

func (*CDSHooksServicePlanDefinition) GetEffectivePeriod

func (x *CDSHooksServicePlanDefinition) GetEffectivePeriod() *datatypes_go_proto.Period

func (*CDSHooksServicePlanDefinition) GetEndorser

func (*CDSHooksServicePlanDefinition) GetExperimental

func (*CDSHooksServicePlanDefinition) GetExtension

func (*CDSHooksServicePlanDefinition) GetGoal

func (*CDSHooksServicePlanDefinition) GetId

func (*CDSHooksServicePlanDefinition) GetIdentifier

func (*CDSHooksServicePlanDefinition) GetImplicitRules

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

func (*CDSHooksServicePlanDefinition) GetJurisdiction

func (*CDSHooksServicePlanDefinition) GetLanguage

func (*CDSHooksServicePlanDefinition) GetLastReviewDate

func (x *CDSHooksServicePlanDefinition) GetLastReviewDate() *datatypes_go_proto.Date

func (*CDSHooksServicePlanDefinition) GetLibrary

func (*CDSHooksServicePlanDefinition) GetMeta

func (*CDSHooksServicePlanDefinition) GetModifierExtension

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

func (*CDSHooksServicePlanDefinition) GetName

func (*CDSHooksServicePlanDefinition) GetPublisher

func (*CDSHooksServicePlanDefinition) GetPurpose

func (*CDSHooksServicePlanDefinition) GetRelatedArtifact

func (*CDSHooksServicePlanDefinition) GetReviewer

func (*CDSHooksServicePlanDefinition) GetStatus

func (*CDSHooksServicePlanDefinition) GetSubject

func (*CDSHooksServicePlanDefinition) GetSubtitle

func (*CDSHooksServicePlanDefinition) GetText

func (*CDSHooksServicePlanDefinition) GetTitle

func (*CDSHooksServicePlanDefinition) GetTopic

func (*CDSHooksServicePlanDefinition) GetType

func (*CDSHooksServicePlanDefinition) GetUrl

func (*CDSHooksServicePlanDefinition) GetUsage

func (*CDSHooksServicePlanDefinition) GetUseContext

func (*CDSHooksServicePlanDefinition) GetVersion

func (*CDSHooksServicePlanDefinition) ProtoMessage

func (*CDSHooksServicePlanDefinition) ProtoMessage()

func (*CDSHooksServicePlanDefinition) ProtoReflect

func (*CDSHooksServicePlanDefinition) Reset

func (x *CDSHooksServicePlanDefinition) Reset()

func (*CDSHooksServicePlanDefinition) String

type CDSHooksServicePlanDefinition_Action

type CDSHooksServicePlanDefinition_Action struct {

	// Unique id for inter-element referencing
	Id *datatypes_go_proto.Id `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"`
	// Brief 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       *CDSHooksServicePlanDefinition_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"`
	// Why the action should be performed
	Reason []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,10,rep,name=reason,proto3" json:"reason,omitempty"`
	// Supporting documentation for the intended performer of the action
	Documentation []*datatypes_go_proto.RelatedArtifact `protobuf:"bytes,11,rep,name=documentation,proto3" json:"documentation,omitempty"`
	// What goals this action supports
	GoalId  []*datatypes_go_proto.Id                       `protobuf:"bytes,12,rep,name=goal_id,json=goalId,proto3" json:"goal_id,omitempty"`
	Subject *CDSHooksServicePlanDefinition_Action_SubjectX `protobuf:"bytes,13,opt,name=subject,proto3" json:"subject,omitempty"`
	// When the action should be triggered
	Trigger   []*datatypes_go_proto.TriggerDefinition           `protobuf:"bytes,14,rep,name=trigger,proto3" json:"trigger,omitempty"`
	Condition []*CDSHooksServicePlanDefinition_Action_Condition `protobuf:"bytes,15,rep,name=condition,proto3" json:"condition,omitempty"`
	// Input data requirements
	Input []*datatypes_go_proto.DataRequirement `protobuf:"bytes,16,rep,name=input,proto3" json:"input,omitempty"`
	// Output data definition
	Output        []*datatypes_go_proto.DataRequirement                 `protobuf:"bytes,17,rep,name=output,proto3" json:"output,omitempty"`
	RelatedAction []*CDSHooksServicePlanDefinition_Action_RelatedAction `protobuf:"bytes,18,rep,name=related_action,json=relatedAction,proto3" json:"related_action,omitempty"`
	Timing        *CDSHooksServicePlanDefinition_Action_TimingX         `protobuf:"bytes,19,opt,name=timing,proto3" json:"timing,omitempty"`
	Participant   []*CDSHooksServicePlanDefinition_Action_Participant   `protobuf:"bytes,20,rep,name=participant,proto3" json:"participant,omitempty"`
	// create | update | remove | fire-event
	Type                *datatypes_go_proto.CodeableConcept                           `protobuf:"bytes,21,opt,name=type,proto3" json:"type,omitempty"`
	GroupingBehavior    *CDSHooksServicePlanDefinition_Action_GroupingBehaviorCode    `protobuf:"bytes,22,opt,name=grouping_behavior,json=groupingBehavior,proto3" json:"grouping_behavior,omitempty"`
	SelectionBehavior   *CDSHooksServicePlanDefinition_Action_SelectionBehaviorCode   `protobuf:"bytes,23,opt,name=selection_behavior,json=selectionBehavior,proto3" json:"selection_behavior,omitempty"`
	RequiredBehavior    *CDSHooksServicePlanDefinition_Action_RequiredBehaviorCode    `protobuf:"bytes,24,opt,name=required_behavior,json=requiredBehavior,proto3" json:"required_behavior,omitempty"`
	PrecheckBehavior    *CDSHooksServicePlanDefinition_Action_PrecheckBehaviorCode    `protobuf:"bytes,25,opt,name=precheck_behavior,json=precheckBehavior,proto3" json:"precheck_behavior,omitempty"`
	CardinalityBehavior *CDSHooksServicePlanDefinition_Action_CardinalityBehaviorCode `protobuf:"bytes,26,opt,name=cardinality_behavior,json=cardinalityBehavior,proto3" json:"cardinality_behavior,omitempty"`
	Definition          *CDSHooksServicePlanDefinition_Action_DefinitionX             `protobuf:"bytes,27,opt,name=definition,proto3" json:"definition,omitempty"`
	// Transform to apply the template
	Transform    *datatypes_go_proto.Canonical                        `protobuf:"bytes,28,opt,name=transform,proto3" json:"transform,omitempty"`
	DynamicValue []*CDSHooksServicePlanDefinition_Action_DynamicValue `protobuf:"bytes,29,rep,name=dynamic_value,json=dynamicValue,proto3" json:"dynamic_value,omitempty"`
	// A sub-action
	Action []*CDSHooksServicePlanDefinition_Action `protobuf:"bytes,30,rep,name=action,proto3" json:"action,omitempty"`
	// contains filtered or unexported fields
}

Action defined by the plan

func (*CDSHooksServicePlanDefinition_Action) Descriptor deprecated

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

Deprecated: Use CDSHooksServicePlanDefinition_Action.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action) GetAction

func (*CDSHooksServicePlanDefinition_Action) GetCardinalityBehavior

func (*CDSHooksServicePlanDefinition_Action) GetCode

func (*CDSHooksServicePlanDefinition_Action) GetCondition

func (*CDSHooksServicePlanDefinition_Action) GetDefinition

func (*CDSHooksServicePlanDefinition_Action) GetDescription

func (*CDSHooksServicePlanDefinition_Action) GetDocumentation

func (*CDSHooksServicePlanDefinition_Action) GetDynamicValue

func (*CDSHooksServicePlanDefinition_Action) GetExtension

func (*CDSHooksServicePlanDefinition_Action) GetGoalId

func (*CDSHooksServicePlanDefinition_Action) GetGroupingBehavior

func (*CDSHooksServicePlanDefinition_Action) GetId

func (*CDSHooksServicePlanDefinition_Action) GetInput

func (*CDSHooksServicePlanDefinition_Action) GetModifierExtension

func (*CDSHooksServicePlanDefinition_Action) GetOutput

func (*CDSHooksServicePlanDefinition_Action) GetParticipant

func (*CDSHooksServicePlanDefinition_Action) GetPrecheckBehavior

func (*CDSHooksServicePlanDefinition_Action) GetPrefix

func (*CDSHooksServicePlanDefinition_Action) GetPriority

func (*CDSHooksServicePlanDefinition_Action) GetReason

func (*CDSHooksServicePlanDefinition_Action) GetRelatedAction

func (*CDSHooksServicePlanDefinition_Action) GetRequiredBehavior

func (*CDSHooksServicePlanDefinition_Action) GetSelectionBehavior

func (*CDSHooksServicePlanDefinition_Action) GetSubject

func (*CDSHooksServicePlanDefinition_Action) GetTextEquivalent

func (*CDSHooksServicePlanDefinition_Action) GetTiming

func (*CDSHooksServicePlanDefinition_Action) GetTitle

func (*CDSHooksServicePlanDefinition_Action) GetTransform

func (*CDSHooksServicePlanDefinition_Action) GetTrigger

func (*CDSHooksServicePlanDefinition_Action) GetType

func (*CDSHooksServicePlanDefinition_Action) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action) ProtoMessage()

func (*CDSHooksServicePlanDefinition_Action) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action) Reset

func (*CDSHooksServicePlanDefinition_Action) String

type CDSHooksServicePlanDefinition_Action_CardinalityBehaviorCode

type CDSHooksServicePlanDefinition_Action_CardinalityBehaviorCode struct {
	Value     codes_go_proto.ActionCardinalityBehaviorCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r5.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 (*CDSHooksServicePlanDefinition_Action_CardinalityBehaviorCode) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Action_CardinalityBehaviorCode.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action_CardinalityBehaviorCode) GetExtension

func (*CDSHooksServicePlanDefinition_Action_CardinalityBehaviorCode) GetId

func (*CDSHooksServicePlanDefinition_Action_CardinalityBehaviorCode) GetValue

func (*CDSHooksServicePlanDefinition_Action_CardinalityBehaviorCode) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action_CardinalityBehaviorCode) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action_CardinalityBehaviorCode) Reset

func (*CDSHooksServicePlanDefinition_Action_CardinalityBehaviorCode) String

type CDSHooksServicePlanDefinition_Action_Condition

type CDSHooksServicePlanDefinition_Action_Condition struct {

	// Unique id for inter-element referencing
	Id *datatypes_go_proto.Id `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              *CDSHooksServicePlanDefinition_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 (*CDSHooksServicePlanDefinition_Action_Condition) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Action_Condition.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action_Condition) GetExpression

func (*CDSHooksServicePlanDefinition_Action_Condition) GetExtension

func (*CDSHooksServicePlanDefinition_Action_Condition) GetId

func (*CDSHooksServicePlanDefinition_Action_Condition) GetKind

func (*CDSHooksServicePlanDefinition_Action_Condition) GetModifierExtension

func (*CDSHooksServicePlanDefinition_Action_Condition) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action_Condition) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action_Condition) Reset

func (*CDSHooksServicePlanDefinition_Action_Condition) String

type CDSHooksServicePlanDefinition_Action_Condition_KindCode

type CDSHooksServicePlanDefinition_Action_Condition_KindCode struct {
	Value     codes_go_proto.ActionConditionKindCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r5.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 (*CDSHooksServicePlanDefinition_Action_Condition_KindCode) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Action_Condition_KindCode.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action_Condition_KindCode) GetExtension

func (*CDSHooksServicePlanDefinition_Action_Condition_KindCode) GetId

func (*CDSHooksServicePlanDefinition_Action_Condition_KindCode) GetValue

func (*CDSHooksServicePlanDefinition_Action_Condition_KindCode) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action_Condition_KindCode) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action_Condition_KindCode) Reset

func (*CDSHooksServicePlanDefinition_Action_Condition_KindCode) String

type CDSHooksServicePlanDefinition_Action_DefinitionX

type CDSHooksServicePlanDefinition_Action_DefinitionX struct {

	// Types that are assignable to Choice:
	//	*CDSHooksServicePlanDefinition_Action_DefinitionX_Canonical
	//	*CDSHooksServicePlanDefinition_Action_DefinitionX_Uri
	Choice isCDSHooksServicePlanDefinition_Action_DefinitionX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Description of the activity to be performed

func (*CDSHooksServicePlanDefinition_Action_DefinitionX) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Action_DefinitionX.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action_DefinitionX) GetCanonical

func (*CDSHooksServicePlanDefinition_Action_DefinitionX) GetChoice

func (m *CDSHooksServicePlanDefinition_Action_DefinitionX) GetChoice() isCDSHooksServicePlanDefinition_Action_DefinitionX_Choice

func (*CDSHooksServicePlanDefinition_Action_DefinitionX) GetUri

func (*CDSHooksServicePlanDefinition_Action_DefinitionX) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action_DefinitionX) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action_DefinitionX) Reset

func (*CDSHooksServicePlanDefinition_Action_DefinitionX) String

type CDSHooksServicePlanDefinition_Action_DefinitionX_Canonical

type CDSHooksServicePlanDefinition_Action_DefinitionX_Canonical struct {
	Canonical *datatypes_go_proto.Canonical `protobuf:"bytes,1,opt,name=canonical,proto3,oneof"`
}

type CDSHooksServicePlanDefinition_Action_DefinitionX_Uri

type CDSHooksServicePlanDefinition_Action_DefinitionX_Uri struct {
	Uri *datatypes_go_proto.Uri `protobuf:"bytes,2,opt,name=uri,proto3,oneof"`
}

type CDSHooksServicePlanDefinition_Action_DynamicValue

type CDSHooksServicePlanDefinition_Action_DynamicValue struct {

	// Unique id for inter-element referencing
	Id *datatypes_go_proto.Id `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"`
	// The path to the element to be set dynamically
	Path *datatypes_go_proto.String `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	// An expression that provides the dynamic value for the customization
	Expression *datatypes_go_proto.Expression `protobuf:"bytes,5,opt,name=expression,proto3" json:"expression,omitempty"`
	// contains filtered or unexported fields
}

Dynamic aspects of the definition

func (*CDSHooksServicePlanDefinition_Action_DynamicValue) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Action_DynamicValue.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action_DynamicValue) GetExpression

func (*CDSHooksServicePlanDefinition_Action_DynamicValue) GetExtension

func (*CDSHooksServicePlanDefinition_Action_DynamicValue) GetId

func (*CDSHooksServicePlanDefinition_Action_DynamicValue) GetModifierExtension

func (*CDSHooksServicePlanDefinition_Action_DynamicValue) GetPath

func (*CDSHooksServicePlanDefinition_Action_DynamicValue) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action_DynamicValue) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action_DynamicValue) Reset

func (*CDSHooksServicePlanDefinition_Action_DynamicValue) String

type CDSHooksServicePlanDefinition_Action_GroupingBehaviorCode

type CDSHooksServicePlanDefinition_Action_GroupingBehaviorCode struct {
	Value     codes_go_proto.ActionGroupingBehaviorCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r5.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 (*CDSHooksServicePlanDefinition_Action_GroupingBehaviorCode) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Action_GroupingBehaviorCode.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action_GroupingBehaviorCode) GetExtension

func (*CDSHooksServicePlanDefinition_Action_GroupingBehaviorCode) GetId

func (*CDSHooksServicePlanDefinition_Action_GroupingBehaviorCode) GetValue

func (*CDSHooksServicePlanDefinition_Action_GroupingBehaviorCode) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action_GroupingBehaviorCode) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action_GroupingBehaviorCode) Reset

func (*CDSHooksServicePlanDefinition_Action_GroupingBehaviorCode) String

type CDSHooksServicePlanDefinition_Action_Participant

type CDSHooksServicePlanDefinition_Action_Participant struct {

	// Unique id for inter-element referencing
	Id *datatypes_go_proto.Id `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"`
	Type              *CDSHooksServicePlanDefinition_Action_Participant_TypeCode `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	// E.g. Nurse, Surgeon, Parent
	Role *datatypes_go_proto.CodeableConcept `protobuf:"bytes,5,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

Who should participate in the action

func (*CDSHooksServicePlanDefinition_Action_Participant) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Action_Participant.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action_Participant) GetExtension

func (*CDSHooksServicePlanDefinition_Action_Participant) GetId

func (*CDSHooksServicePlanDefinition_Action_Participant) GetModifierExtension

func (*CDSHooksServicePlanDefinition_Action_Participant) GetRole

func (*CDSHooksServicePlanDefinition_Action_Participant) GetType

func (*CDSHooksServicePlanDefinition_Action_Participant) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action_Participant) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action_Participant) Reset

func (*CDSHooksServicePlanDefinition_Action_Participant) String

type CDSHooksServicePlanDefinition_Action_Participant_TypeCode

type CDSHooksServicePlanDefinition_Action_Participant_TypeCode struct {
	Value     codes_go_proto.ActionParticipantTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r5.core.ActionParticipantTypeCode_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
}

patient | practitioner | related-person | device

func (*CDSHooksServicePlanDefinition_Action_Participant_TypeCode) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Action_Participant_TypeCode.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action_Participant_TypeCode) GetExtension

func (*CDSHooksServicePlanDefinition_Action_Participant_TypeCode) GetId

func (*CDSHooksServicePlanDefinition_Action_Participant_TypeCode) GetValue

func (*CDSHooksServicePlanDefinition_Action_Participant_TypeCode) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action_Participant_TypeCode) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action_Participant_TypeCode) Reset

func (*CDSHooksServicePlanDefinition_Action_Participant_TypeCode) String

type CDSHooksServicePlanDefinition_Action_PrecheckBehaviorCode

type CDSHooksServicePlanDefinition_Action_PrecheckBehaviorCode struct {
	Value     codes_go_proto.ActionPrecheckBehaviorCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r5.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 (*CDSHooksServicePlanDefinition_Action_PrecheckBehaviorCode) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Action_PrecheckBehaviorCode.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action_PrecheckBehaviorCode) GetExtension

func (*CDSHooksServicePlanDefinition_Action_PrecheckBehaviorCode) GetId

func (*CDSHooksServicePlanDefinition_Action_PrecheckBehaviorCode) GetValue

func (*CDSHooksServicePlanDefinition_Action_PrecheckBehaviorCode) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action_PrecheckBehaviorCode) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action_PrecheckBehaviorCode) Reset

func (*CDSHooksServicePlanDefinition_Action_PrecheckBehaviorCode) String

type CDSHooksServicePlanDefinition_Action_PriorityCode

type CDSHooksServicePlanDefinition_Action_PriorityCode struct {
	Value     codes_go_proto.RequestPriorityCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r5.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 (*CDSHooksServicePlanDefinition_Action_PriorityCode) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Action_PriorityCode.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action_PriorityCode) GetExtension

func (*CDSHooksServicePlanDefinition_Action_PriorityCode) GetId

func (*CDSHooksServicePlanDefinition_Action_PriorityCode) GetValue

func (*CDSHooksServicePlanDefinition_Action_PriorityCode) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action_PriorityCode) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action_PriorityCode) Reset

func (*CDSHooksServicePlanDefinition_Action_PriorityCode) String

type CDSHooksServicePlanDefinition_Action_RelatedAction

type CDSHooksServicePlanDefinition_Action_RelatedAction struct {

	// Unique id for inter-element referencing
	Id *datatypes_go_proto.Id `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 is this related to
	ActionId     *datatypes_go_proto.Id                                               `protobuf:"bytes,4,opt,name=action_id,json=actionId,proto3" json:"action_id,omitempty"`
	Relationship *CDSHooksServicePlanDefinition_Action_RelatedAction_RelationshipCode `protobuf:"bytes,5,opt,name=relationship,proto3" json:"relationship,omitempty"`
	Offset       *CDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX          `protobuf:"bytes,6,opt,name=offset,proto3" json:"offset,omitempty"`
	// contains filtered or unexported fields
}

Relationship to another action

func (*CDSHooksServicePlanDefinition_Action_RelatedAction) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Action_RelatedAction.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action_RelatedAction) GetActionId

func (*CDSHooksServicePlanDefinition_Action_RelatedAction) GetExtension

func (*CDSHooksServicePlanDefinition_Action_RelatedAction) GetId

func (*CDSHooksServicePlanDefinition_Action_RelatedAction) GetModifierExtension

func (*CDSHooksServicePlanDefinition_Action_RelatedAction) GetOffset

func (*CDSHooksServicePlanDefinition_Action_RelatedAction) GetRelationship

func (*CDSHooksServicePlanDefinition_Action_RelatedAction) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action_RelatedAction) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action_RelatedAction) Reset

func (*CDSHooksServicePlanDefinition_Action_RelatedAction) String

type CDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX

type CDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX struct {

	// Types that are assignable to Choice:
	//	*CDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX_Duration
	//	*CDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX_Range
	Choice isCDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Time offset for the relationship

func (*CDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX) GetChoice

func (m *CDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX) GetChoice() isCDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX_Choice

func (*CDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX) GetDuration

func (*CDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX) GetRange

func (*CDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX) Reset

func (*CDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX) String

type CDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX_Duration

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

type CDSHooksServicePlanDefinition_Action_RelatedAction_OffsetX_Range

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

type CDSHooksServicePlanDefinition_Action_RelatedAction_RelationshipCode

type CDSHooksServicePlanDefinition_Action_RelatedAction_RelationshipCode struct {
	Value     codes_go_proto.ActionRelationshipTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r5.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 (*CDSHooksServicePlanDefinition_Action_RelatedAction_RelationshipCode) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Action_RelatedAction_RelationshipCode.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action_RelatedAction_RelationshipCode) GetExtension

func (*CDSHooksServicePlanDefinition_Action_RelatedAction_RelationshipCode) GetId

func (*CDSHooksServicePlanDefinition_Action_RelatedAction_RelationshipCode) GetValue

func (*CDSHooksServicePlanDefinition_Action_RelatedAction_RelationshipCode) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action_RelatedAction_RelationshipCode) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action_RelatedAction_RelationshipCode) Reset

func (*CDSHooksServicePlanDefinition_Action_RelatedAction_RelationshipCode) String

type CDSHooksServicePlanDefinition_Action_RequiredBehaviorCode

type CDSHooksServicePlanDefinition_Action_RequiredBehaviorCode struct {
	Value     codes_go_proto.ActionRequiredBehaviorCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r5.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 (*CDSHooksServicePlanDefinition_Action_RequiredBehaviorCode) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Action_RequiredBehaviorCode.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action_RequiredBehaviorCode) GetExtension

func (*CDSHooksServicePlanDefinition_Action_RequiredBehaviorCode) GetId

func (*CDSHooksServicePlanDefinition_Action_RequiredBehaviorCode) GetValue

func (*CDSHooksServicePlanDefinition_Action_RequiredBehaviorCode) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action_RequiredBehaviorCode) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action_RequiredBehaviorCode) Reset

func (*CDSHooksServicePlanDefinition_Action_RequiredBehaviorCode) String

type CDSHooksServicePlanDefinition_Action_SelectionBehaviorCode

type CDSHooksServicePlanDefinition_Action_SelectionBehaviorCode struct {
	Value     codes_go_proto.ActionSelectionBehaviorCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r5.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 (*CDSHooksServicePlanDefinition_Action_SelectionBehaviorCode) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Action_SelectionBehaviorCode.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action_SelectionBehaviorCode) GetExtension

func (*CDSHooksServicePlanDefinition_Action_SelectionBehaviorCode) GetId

func (*CDSHooksServicePlanDefinition_Action_SelectionBehaviorCode) GetValue

func (*CDSHooksServicePlanDefinition_Action_SelectionBehaviorCode) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action_SelectionBehaviorCode) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action_SelectionBehaviorCode) Reset

func (*CDSHooksServicePlanDefinition_Action_SelectionBehaviorCode) String

type CDSHooksServicePlanDefinition_Action_SubjectX

type CDSHooksServicePlanDefinition_Action_SubjectX struct {

	// Types that are assignable to Choice:
	//	*CDSHooksServicePlanDefinition_Action_SubjectX_CodeableConcept
	//	*CDSHooksServicePlanDefinition_Action_SubjectX_Reference
	Choice isCDSHooksServicePlanDefinition_Action_SubjectX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Type of individual the action is focused on

func (*CDSHooksServicePlanDefinition_Action_SubjectX) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Action_SubjectX.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action_SubjectX) GetChoice

func (m *CDSHooksServicePlanDefinition_Action_SubjectX) GetChoice() isCDSHooksServicePlanDefinition_Action_SubjectX_Choice

func (*CDSHooksServicePlanDefinition_Action_SubjectX) GetCodeableConcept

func (*CDSHooksServicePlanDefinition_Action_SubjectX) GetReference

func (*CDSHooksServicePlanDefinition_Action_SubjectX) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action_SubjectX) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action_SubjectX) Reset

func (*CDSHooksServicePlanDefinition_Action_SubjectX) String

type CDSHooksServicePlanDefinition_Action_SubjectX_CodeableConcept

type CDSHooksServicePlanDefinition_Action_SubjectX_CodeableConcept struct {
	CodeableConcept *datatypes_go_proto.CodeableConcept `protobuf:"bytes,1,opt,name=codeable_concept,json=codeableConcept,proto3,oneof"`
}

type CDSHooksServicePlanDefinition_Action_SubjectX_Reference

type CDSHooksServicePlanDefinition_Action_SubjectX_Reference struct {
	Reference *datatypes_go_proto.Reference `protobuf:"bytes,2,opt,name=reference,proto3,oneof"`
}

type CDSHooksServicePlanDefinition_Action_TimingX

type CDSHooksServicePlanDefinition_Action_TimingX struct {

	// Types that are assignable to Choice:
	//	*CDSHooksServicePlanDefinition_Action_TimingX_DateTime
	//	*CDSHooksServicePlanDefinition_Action_TimingX_Age
	//	*CDSHooksServicePlanDefinition_Action_TimingX_Period
	//	*CDSHooksServicePlanDefinition_Action_TimingX_Duration
	//	*CDSHooksServicePlanDefinition_Action_TimingX_Range
	//	*CDSHooksServicePlanDefinition_Action_TimingX_Timing
	Choice isCDSHooksServicePlanDefinition_Action_TimingX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

When the action should take place

func (*CDSHooksServicePlanDefinition_Action_TimingX) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Action_TimingX.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Action_TimingX) GetAge

func (*CDSHooksServicePlanDefinition_Action_TimingX) GetChoice

func (m *CDSHooksServicePlanDefinition_Action_TimingX) GetChoice() isCDSHooksServicePlanDefinition_Action_TimingX_Choice

func (*CDSHooksServicePlanDefinition_Action_TimingX) GetDateTime

func (*CDSHooksServicePlanDefinition_Action_TimingX) GetDuration

func (*CDSHooksServicePlanDefinition_Action_TimingX) GetPeriod

func (*CDSHooksServicePlanDefinition_Action_TimingX) GetRange

func (*CDSHooksServicePlanDefinition_Action_TimingX) GetTiming

func (*CDSHooksServicePlanDefinition_Action_TimingX) ProtoMessage

func (*CDSHooksServicePlanDefinition_Action_TimingX) ProtoReflect

func (*CDSHooksServicePlanDefinition_Action_TimingX) Reset

func (*CDSHooksServicePlanDefinition_Action_TimingX) String

type CDSHooksServicePlanDefinition_Action_TimingX_Age

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

type CDSHooksServicePlanDefinition_Action_TimingX_DateTime

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

type CDSHooksServicePlanDefinition_Action_TimingX_Duration

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

type CDSHooksServicePlanDefinition_Action_TimingX_Period

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

type CDSHooksServicePlanDefinition_Action_TimingX_Range

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

type CDSHooksServicePlanDefinition_Action_TimingX_Timing

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

type CDSHooksServicePlanDefinition_Goal

type CDSHooksServicePlanDefinition_Goal struct {

	// Unique id for inter-element referencing
	Id *datatypes_go_proto.Id `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"`
	// E.g. Treatment, dietary, behavioral
	Category *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=category,proto3" json:"category,omitempty"`
	// Code or text describing the goal
	Description *datatypes_go_proto.CodeableConcept `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// high-priority | medium-priority | low-priority
	Priority *datatypes_go_proto.CodeableConcept `protobuf:"bytes,6,opt,name=priority,proto3" json:"priority,omitempty"`
	// When goal pursuit begins
	Start *datatypes_go_proto.CodeableConcept `protobuf:"bytes,7,opt,name=start,proto3" json:"start,omitempty"`
	// What does the goal address
	Addresses []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,8,rep,name=addresses,proto3" json:"addresses,omitempty"`
	// Supporting documentation for the goal
	Documentation []*datatypes_go_proto.RelatedArtifact        `protobuf:"bytes,9,rep,name=documentation,proto3" json:"documentation,omitempty"`
	Target        []*CDSHooksServicePlanDefinition_Goal_Target `protobuf:"bytes,10,rep,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

What the plan is trying to accomplish

func (*CDSHooksServicePlanDefinition_Goal) Descriptor deprecated

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

Deprecated: Use CDSHooksServicePlanDefinition_Goal.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Goal) GetAddresses

func (*CDSHooksServicePlanDefinition_Goal) GetCategory

func (*CDSHooksServicePlanDefinition_Goal) GetDescription

func (*CDSHooksServicePlanDefinition_Goal) GetDocumentation

func (*CDSHooksServicePlanDefinition_Goal) GetExtension

func (*CDSHooksServicePlanDefinition_Goal) GetId

func (*CDSHooksServicePlanDefinition_Goal) GetModifierExtension

func (*CDSHooksServicePlanDefinition_Goal) GetPriority

func (*CDSHooksServicePlanDefinition_Goal) GetStart

func (*CDSHooksServicePlanDefinition_Goal) GetTarget

func (*CDSHooksServicePlanDefinition_Goal) ProtoMessage

func (*CDSHooksServicePlanDefinition_Goal) ProtoMessage()

func (*CDSHooksServicePlanDefinition_Goal) ProtoReflect

func (*CDSHooksServicePlanDefinition_Goal) Reset

func (*CDSHooksServicePlanDefinition_Goal) String

type CDSHooksServicePlanDefinition_Goal_Target

type CDSHooksServicePlanDefinition_Goal_Target struct {

	// Unique id for inter-element referencing
	Id *datatypes_go_proto.Id `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"`
	// The parameter whose value is to be tracked
	Measure *datatypes_go_proto.CodeableConcept                `protobuf:"bytes,4,opt,name=measure,proto3" json:"measure,omitempty"`
	Detail  *CDSHooksServicePlanDefinition_Goal_Target_DetailX `protobuf:"bytes,5,opt,name=detail,proto3" json:"detail,omitempty"`
	// Reach goal within
	Due *datatypes_go_proto.Duration `protobuf:"bytes,6,opt,name=due,proto3" json:"due,omitempty"`
	// contains filtered or unexported fields
}

Target outcome for the goal

func (*CDSHooksServicePlanDefinition_Goal_Target) Descriptor deprecated

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

Deprecated: Use CDSHooksServicePlanDefinition_Goal_Target.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Goal_Target) GetDetail

func (*CDSHooksServicePlanDefinition_Goal_Target) GetDue

func (*CDSHooksServicePlanDefinition_Goal_Target) GetExtension

func (*CDSHooksServicePlanDefinition_Goal_Target) GetId

func (*CDSHooksServicePlanDefinition_Goal_Target) GetMeasure

func (*CDSHooksServicePlanDefinition_Goal_Target) GetModifierExtension

func (*CDSHooksServicePlanDefinition_Goal_Target) ProtoMessage

func (*CDSHooksServicePlanDefinition_Goal_Target) ProtoReflect

func (*CDSHooksServicePlanDefinition_Goal_Target) Reset

func (*CDSHooksServicePlanDefinition_Goal_Target) String

type CDSHooksServicePlanDefinition_Goal_Target_DetailX

type CDSHooksServicePlanDefinition_Goal_Target_DetailX struct {

	// Types that are assignable to Choice:
	//	*CDSHooksServicePlanDefinition_Goal_Target_DetailX_Quantity
	//	*CDSHooksServicePlanDefinition_Goal_Target_DetailX_Range
	//	*CDSHooksServicePlanDefinition_Goal_Target_DetailX_CodeableConcept
	Choice isCDSHooksServicePlanDefinition_Goal_Target_DetailX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

The target value to be achieved

func (*CDSHooksServicePlanDefinition_Goal_Target_DetailX) Descriptor deprecated

Deprecated: Use CDSHooksServicePlanDefinition_Goal_Target_DetailX.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_Goal_Target_DetailX) GetChoice

func (m *CDSHooksServicePlanDefinition_Goal_Target_DetailX) GetChoice() isCDSHooksServicePlanDefinition_Goal_Target_DetailX_Choice

func (*CDSHooksServicePlanDefinition_Goal_Target_DetailX) GetCodeableConcept

func (*CDSHooksServicePlanDefinition_Goal_Target_DetailX) GetQuantity

func (*CDSHooksServicePlanDefinition_Goal_Target_DetailX) GetRange

func (*CDSHooksServicePlanDefinition_Goal_Target_DetailX) ProtoMessage

func (*CDSHooksServicePlanDefinition_Goal_Target_DetailX) ProtoReflect

func (*CDSHooksServicePlanDefinition_Goal_Target_DetailX) Reset

func (*CDSHooksServicePlanDefinition_Goal_Target_DetailX) String

type CDSHooksServicePlanDefinition_Goal_Target_DetailX_CodeableConcept

type CDSHooksServicePlanDefinition_Goal_Target_DetailX_CodeableConcept struct {
	CodeableConcept *datatypes_go_proto.CodeableConcept `protobuf:"bytes,3,opt,name=codeable_concept,json=codeableConcept,proto3,oneof"`
}

type CDSHooksServicePlanDefinition_Goal_Target_DetailX_Quantity

type CDSHooksServicePlanDefinition_Goal_Target_DetailX_Quantity struct {
	Quantity *datatypes_go_proto.Quantity `protobuf:"bytes,1,opt,name=quantity,proto3,oneof"`
}

type CDSHooksServicePlanDefinition_Goal_Target_DetailX_Range

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

type CDSHooksServicePlanDefinition_StatusCode

type CDSHooksServicePlanDefinition_StatusCode struct {
	Value     codes_go_proto.PublicationStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r5.core.PublicationStatusCode_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 | retired | unknown

func (*CDSHooksServicePlanDefinition_StatusCode) Descriptor deprecated

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

Deprecated: Use CDSHooksServicePlanDefinition_StatusCode.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_StatusCode) GetExtension

func (*CDSHooksServicePlanDefinition_StatusCode) GetId

func (*CDSHooksServicePlanDefinition_StatusCode) GetValue

func (*CDSHooksServicePlanDefinition_StatusCode) ProtoMessage

func (*CDSHooksServicePlanDefinition_StatusCode) ProtoReflect

func (*CDSHooksServicePlanDefinition_StatusCode) Reset

func (*CDSHooksServicePlanDefinition_StatusCode) String

type CDSHooksServicePlanDefinition_SubjectX

type CDSHooksServicePlanDefinition_SubjectX struct {

	// Types that are assignable to Choice:
	//	*CDSHooksServicePlanDefinition_SubjectX_CodeableConcept
	//	*CDSHooksServicePlanDefinition_SubjectX_Reference
	Choice isCDSHooksServicePlanDefinition_SubjectX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Type of individual the plan definition is focused on

func (*CDSHooksServicePlanDefinition_SubjectX) Descriptor deprecated

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

Deprecated: Use CDSHooksServicePlanDefinition_SubjectX.ProtoReflect.Descriptor instead.

func (*CDSHooksServicePlanDefinition_SubjectX) GetChoice

func (m *CDSHooksServicePlanDefinition_SubjectX) GetChoice() isCDSHooksServicePlanDefinition_SubjectX_Choice

func (*CDSHooksServicePlanDefinition_SubjectX) GetCodeableConcept

func (*CDSHooksServicePlanDefinition_SubjectX) GetReference

func (*CDSHooksServicePlanDefinition_SubjectX) ProtoMessage

func (*CDSHooksServicePlanDefinition_SubjectX) ProtoReflect

func (*CDSHooksServicePlanDefinition_SubjectX) Reset

func (*CDSHooksServicePlanDefinition_SubjectX) String

type CDSHooksServicePlanDefinition_SubjectX_CodeableConcept

type CDSHooksServicePlanDefinition_SubjectX_CodeableConcept struct {
	CodeableConcept *datatypes_go_proto.CodeableConcept `protobuf:"bytes,1,opt,name=codeable_concept,json=codeableConcept,proto3,oneof"`
}

type CDSHooksServicePlanDefinition_SubjectX_Reference

type CDSHooksServicePlanDefinition_SubjectX_Reference struct {
	Reference *datatypes_go_proto.Reference `protobuf:"bytes,2,opt,name=reference,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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