cds_hooks_guidance_response_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_guidance_response_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CDSHooksGuidanceResponse

type CDSHooksGuidanceResponse 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"`
	// The identifier of the request associated with this response, if any
	RequestIdentifier *datatypes_go_proto.Identifier `protobuf:"bytes,10,opt,name=request_identifier,json=requestIdentifier,proto3" json:"request_identifier,omitempty"`
	// Business identifier
	Identifier *datatypes_go_proto.Identifier       `protobuf:"bytes,11,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Module     *CDSHooksGuidanceResponse_ModuleX    `protobuf:"bytes,12,opt,name=module,proto3" json:"module,omitempty"`
	Status     *CDSHooksGuidanceResponse_StatusCode `protobuf:"bytes,13,opt,name=status,proto3" json:"status,omitempty"`
	// Patient the request was performed for
	Subject *datatypes_go_proto.Reference `protobuf:"bytes,14,opt,name=subject,proto3" json:"subject,omitempty"`
	// Encounter during which the response was returned
	Encounter *datatypes_go_proto.Reference `protobuf:"bytes,15,opt,name=encounter,proto3" json:"encounter,omitempty"`
	// When the guidance response was processed
	OccurrenceDateTime *datatypes_go_proto.DateTime `protobuf:"bytes,16,opt,name=occurrence_date_time,json=occurrenceDateTime,proto3" json:"occurrence_date_time,omitempty"`
	// Device returning the guidance
	Performer *datatypes_go_proto.Reference `protobuf:"bytes,17,opt,name=performer,proto3" json:"performer,omitempty"`
	// Why guidance is needed
	Reason []*datatypes_go_proto.CodeableReference `protobuf:"bytes,18,rep,name=reason,proto3" json:"reason,omitempty"`
	// Additional notes about the response
	Note []*datatypes_go_proto.Annotation `protobuf:"bytes,19,rep,name=note,proto3" json:"note,omitempty"`
	// Messages resulting from the evaluation of the artifact or artifacts
	EvaluationMessage []*datatypes_go_proto.Reference `protobuf:"bytes,20,rep,name=evaluation_message,json=evaluationMessage,proto3" json:"evaluation_message,omitempty"`
	// The output parameters of the evaluation, if any
	OutputParameters *datatypes_go_proto.Reference `protobuf:"bytes,21,opt,name=output_parameters,json=outputParameters,proto3" json:"output_parameters,omitempty"`
	// Proposed actions, if any
	Result *datatypes_go_proto.Reference `protobuf:"bytes,22,opt,name=result,proto3" json:"result,omitempty"`
	// Additional required data
	DataRequirement []*datatypes_go_proto.DataRequirement `protobuf:"bytes,23,rep,name=data_requirement,json=dataRequirement,proto3" json:"data_requirement,omitempty"`
	// Service endpoint
	CdsHooksEndpoint *datatypes_go_proto.Uri `protobuf:"bytes,24,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 GuidanceResponse. The formal response to a guidance request. See http://hl7.org/fhir/StructureDefinition/cdshooksguidanceresponse

func (*CDSHooksGuidanceResponse) Descriptor deprecated

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

Deprecated: Use CDSHooksGuidanceResponse.ProtoReflect.Descriptor instead.

func (*CDSHooksGuidanceResponse) GetCdsHooksEndpoint

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

func (*CDSHooksGuidanceResponse) GetContained

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

func (*CDSHooksGuidanceResponse) GetDataRequirement

func (x *CDSHooksGuidanceResponse) GetDataRequirement() []*datatypes_go_proto.DataRequirement

func (*CDSHooksGuidanceResponse) GetEncounter

func (*CDSHooksGuidanceResponse) GetEvaluationMessage

func (x *CDSHooksGuidanceResponse) GetEvaluationMessage() []*datatypes_go_proto.Reference

func (*CDSHooksGuidanceResponse) GetExtension

func (*CDSHooksGuidanceResponse) GetId

func (*CDSHooksGuidanceResponse) GetIdentifier

func (*CDSHooksGuidanceResponse) GetImplicitRules

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

func (*CDSHooksGuidanceResponse) GetLanguage

func (*CDSHooksGuidanceResponse) GetMeta

func (*CDSHooksGuidanceResponse) GetModifierExtension

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

func (*CDSHooksGuidanceResponse) GetModule

func (*CDSHooksGuidanceResponse) GetNote

func (*CDSHooksGuidanceResponse) GetOccurrenceDateTime

func (x *CDSHooksGuidanceResponse) GetOccurrenceDateTime() *datatypes_go_proto.DateTime

func (*CDSHooksGuidanceResponse) GetOutputParameters

func (x *CDSHooksGuidanceResponse) GetOutputParameters() *datatypes_go_proto.Reference

func (*CDSHooksGuidanceResponse) GetPerformer

func (*CDSHooksGuidanceResponse) GetReason

func (*CDSHooksGuidanceResponse) GetRequestIdentifier

func (x *CDSHooksGuidanceResponse) GetRequestIdentifier() *datatypes_go_proto.Identifier

func (*CDSHooksGuidanceResponse) GetResult

func (*CDSHooksGuidanceResponse) GetStatus

func (*CDSHooksGuidanceResponse) GetSubject

func (*CDSHooksGuidanceResponse) GetText

func (*CDSHooksGuidanceResponse) ProtoMessage

func (*CDSHooksGuidanceResponse) ProtoMessage()

func (*CDSHooksGuidanceResponse) ProtoReflect

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

func (*CDSHooksGuidanceResponse) Reset

func (x *CDSHooksGuidanceResponse) Reset()

func (*CDSHooksGuidanceResponse) String

func (x *CDSHooksGuidanceResponse) String() string

type CDSHooksGuidanceResponse_ModuleX

type CDSHooksGuidanceResponse_ModuleX struct {

	// Types that are assignable to Choice:
	//	*CDSHooksGuidanceResponse_ModuleX_Uri
	Choice isCDSHooksGuidanceResponse_ModuleX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

What guidance was requested

func (*CDSHooksGuidanceResponse_ModuleX) Descriptor deprecated

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

Deprecated: Use CDSHooksGuidanceResponse_ModuleX.ProtoReflect.Descriptor instead.

func (*CDSHooksGuidanceResponse_ModuleX) GetChoice

func (m *CDSHooksGuidanceResponse_ModuleX) GetChoice() isCDSHooksGuidanceResponse_ModuleX_Choice

func (*CDSHooksGuidanceResponse_ModuleX) GetUri

func (*CDSHooksGuidanceResponse_ModuleX) ProtoMessage

func (*CDSHooksGuidanceResponse_ModuleX) ProtoMessage()

func (*CDSHooksGuidanceResponse_ModuleX) ProtoReflect

func (*CDSHooksGuidanceResponse_ModuleX) Reset

func (*CDSHooksGuidanceResponse_ModuleX) String

type CDSHooksGuidanceResponse_ModuleX_Uri

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

type CDSHooksGuidanceResponse_StatusCode

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

success | data-requested | data-required | in-progress | failure | entered-in-error

func (*CDSHooksGuidanceResponse_StatusCode) Descriptor deprecated

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

Deprecated: Use CDSHooksGuidanceResponse_StatusCode.ProtoReflect.Descriptor instead.

func (*CDSHooksGuidanceResponse_StatusCode) GetExtension

func (*CDSHooksGuidanceResponse_StatusCode) GetId

func (*CDSHooksGuidanceResponse_StatusCode) GetValue

func (*CDSHooksGuidanceResponse_StatusCode) ProtoMessage

func (*CDSHooksGuidanceResponse_StatusCode) ProtoMessage()

func (*CDSHooksGuidanceResponse_StatusCode) ProtoReflect

func (*CDSHooksGuidanceResponse_StatusCode) Reset

func (*CDSHooksGuidanceResponse_StatusCode) String

Jump to

Keyboard shortcuts

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