communication_request_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: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_google_fhir_proto_r4_core_resources_communication_request_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CommunicationRequest

type CommunicationRequest 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"`
	// Unique identifier
	Identifier []*datatypes_go_proto.Identifier `protobuf:"bytes,10,rep,name=identifier,proto3" json:"identifier,omitempty"`
	// Fulfills plan or proposal
	BasedOn []*datatypes_go_proto.Reference `protobuf:"bytes,11,rep,name=based_on,json=basedOn,proto3" json:"based_on,omitempty"`
	// Request(s) replaced by this request
	Replaces []*datatypes_go_proto.Reference `protobuf:"bytes,12,rep,name=replaces,proto3" json:"replaces,omitempty"`
	// Composite request this is part of
	GroupIdentifier *datatypes_go_proto.Identifier   `protobuf:"bytes,13,opt,name=group_identifier,json=groupIdentifier,proto3" json:"group_identifier,omitempty"`
	Status          *CommunicationRequest_StatusCode `protobuf:"bytes,14,opt,name=status,proto3" json:"status,omitempty"`
	// Reason for current status
	StatusReason *datatypes_go_proto.CodeableConcept `protobuf:"bytes,15,opt,name=status_reason,json=statusReason,proto3" json:"status_reason,omitempty"`
	// Message category
	Category []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,16,rep,name=category,proto3" json:"category,omitempty"`
	Priority *CommunicationRequest_PriorityCode    `protobuf:"bytes,17,opt,name=priority,proto3" json:"priority,omitempty"`
	// True if request is prohibiting action
	DoNotPerform *datatypes_go_proto.Boolean `protobuf:"bytes,18,opt,name=do_not_perform,json=doNotPerform,proto3" json:"do_not_perform,omitempty"`
	// A channel of communication
	Medium []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,19,rep,name=medium,proto3" json:"medium,omitempty"`
	// Focus of message
	Subject *datatypes_go_proto.Reference `protobuf:"bytes,20,opt,name=subject,proto3" json:"subject,omitempty"`
	// Resources that pertain to this communication request
	About []*datatypes_go_proto.Reference `protobuf:"bytes,21,rep,name=about,proto3" json:"about,omitempty"`
	// Encounter created as part of
	Encounter  *datatypes_go_proto.Reference     `protobuf:"bytes,22,opt,name=encounter,proto3" json:"encounter,omitempty"`
	Payload    []*CommunicationRequest_Payload   `protobuf:"bytes,23,rep,name=payload,proto3" json:"payload,omitempty"`
	Occurrence *CommunicationRequest_OccurrenceX `protobuf:"bytes,24,opt,name=occurrence,proto3" json:"occurrence,omitempty"`
	// When request transitioned to being actionable
	AuthoredOn *datatypes_go_proto.DateTime `protobuf:"bytes,25,opt,name=authored_on,json=authoredOn,proto3" json:"authored_on,omitempty"`
	// Who/what is requesting service
	Requester *datatypes_go_proto.Reference `protobuf:"bytes,26,opt,name=requester,proto3" json:"requester,omitempty"`
	// Message recipient
	Recipient []*datatypes_go_proto.Reference `protobuf:"bytes,27,rep,name=recipient,proto3" json:"recipient,omitempty"`
	// Message sender
	Sender *datatypes_go_proto.Reference `protobuf:"bytes,28,opt,name=sender,proto3" json:"sender,omitempty"`
	// Why is communication needed?
	ReasonCode []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,29,rep,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	// Why is communication needed?
	ReasonReference []*datatypes_go_proto.Reference `protobuf:"bytes,30,rep,name=reason_reference,json=reasonReference,proto3" json:"reason_reference,omitempty"`
	// Comments made about communication request
	Note []*datatypes_go_proto.Annotation `protobuf:"bytes,31,rep,name=note,proto3" json:"note,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for CommunicationRequest, last updated 2019-11-01T09:29:23.356+11:00. A request for information to be sent to a receiver. See http://hl7.org/fhir/StructureDefinition/CommunicationRequest

func (*CommunicationRequest) Descriptor deprecated

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

Deprecated: Use CommunicationRequest.ProtoReflect.Descriptor instead.

func (*CommunicationRequest) GetAbout

func (*CommunicationRequest) GetAuthoredOn

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

func (*CommunicationRequest) GetBasedOn

func (*CommunicationRequest) GetCategory

func (*CommunicationRequest) GetContained

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

func (*CommunicationRequest) GetDoNotPerform

func (x *CommunicationRequest) GetDoNotPerform() *datatypes_go_proto.Boolean

func (*CommunicationRequest) GetEncounter

func (*CommunicationRequest) GetExtension

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

func (*CommunicationRequest) GetGroupIdentifier

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

func (*CommunicationRequest) GetId

func (*CommunicationRequest) GetIdentifier

func (x *CommunicationRequest) GetIdentifier() []*datatypes_go_proto.Identifier

func (*CommunicationRequest) GetImplicitRules

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

func (*CommunicationRequest) GetLanguage

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

func (*CommunicationRequest) GetMedium

func (*CommunicationRequest) GetMeta

func (*CommunicationRequest) GetModifierExtension

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

func (*CommunicationRequest) GetNote

func (*CommunicationRequest) GetOccurrence

func (*CommunicationRequest) GetPayload

func (*CommunicationRequest) GetPriority

func (*CommunicationRequest) GetReasonCode

func (*CommunicationRequest) GetReasonReference

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

func (*CommunicationRequest) GetRecipient

func (x *CommunicationRequest) GetRecipient() []*datatypes_go_proto.Reference

func (*CommunicationRequest) GetReplaces

func (*CommunicationRequest) GetRequester

func (*CommunicationRequest) GetSender

func (*CommunicationRequest) GetStatus

func (*CommunicationRequest) GetStatusReason

func (*CommunicationRequest) GetSubject

func (*CommunicationRequest) GetText

func (*CommunicationRequest) ProtoMessage

func (*CommunicationRequest) ProtoMessage()

func (*CommunicationRequest) ProtoReflect

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

func (*CommunicationRequest) Reset

func (x *CommunicationRequest) Reset()

func (*CommunicationRequest) String

func (x *CommunicationRequest) String() string

type CommunicationRequest_OccurrenceX

type CommunicationRequest_OccurrenceX struct {

	// Types that are assignable to Choice:
	//	*CommunicationRequest_OccurrenceX_DateTime
	//	*CommunicationRequest_OccurrenceX_Period
	Choice isCommunicationRequest_OccurrenceX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

When scheduled

func (*CommunicationRequest_OccurrenceX) Descriptor deprecated

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

Deprecated: Use CommunicationRequest_OccurrenceX.ProtoReflect.Descriptor instead.

func (*CommunicationRequest_OccurrenceX) GetChoice

func (m *CommunicationRequest_OccurrenceX) GetChoice() isCommunicationRequest_OccurrenceX_Choice

func (*CommunicationRequest_OccurrenceX) GetDateTime

func (*CommunicationRequest_OccurrenceX) GetPeriod

func (*CommunicationRequest_OccurrenceX) ProtoMessage

func (*CommunicationRequest_OccurrenceX) ProtoMessage()

func (*CommunicationRequest_OccurrenceX) ProtoReflect

func (*CommunicationRequest_OccurrenceX) Reset

func (*CommunicationRequest_OccurrenceX) String

type CommunicationRequest_OccurrenceX_DateTime

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

type CommunicationRequest_OccurrenceX_Period

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

type CommunicationRequest_Payload

type CommunicationRequest_Payload 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"`
	Content           *CommunicationRequest_Payload_ContentX `protobuf:"bytes,4,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

Message payload

func (*CommunicationRequest_Payload) Descriptor deprecated

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

Deprecated: Use CommunicationRequest_Payload.ProtoReflect.Descriptor instead.

func (*CommunicationRequest_Payload) GetContent

func (*CommunicationRequest_Payload) GetExtension

func (*CommunicationRequest_Payload) GetId

func (*CommunicationRequest_Payload) GetModifierExtension

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

func (*CommunicationRequest_Payload) ProtoMessage

func (*CommunicationRequest_Payload) ProtoMessage()

func (*CommunicationRequest_Payload) ProtoReflect

func (*CommunicationRequest_Payload) Reset

func (x *CommunicationRequest_Payload) Reset()

func (*CommunicationRequest_Payload) String

type CommunicationRequest_Payload_ContentX

type CommunicationRequest_Payload_ContentX struct {

	// Types that are assignable to Choice:
	//	*CommunicationRequest_Payload_ContentX_StringValue
	//	*CommunicationRequest_Payload_ContentX_Attachment
	//	*CommunicationRequest_Payload_ContentX_Reference
	Choice isCommunicationRequest_Payload_ContentX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Message part content

func (*CommunicationRequest_Payload_ContentX) Descriptor deprecated

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

Deprecated: Use CommunicationRequest_Payload_ContentX.ProtoReflect.Descriptor instead.

func (*CommunicationRequest_Payload_ContentX) GetAttachment

func (*CommunicationRequest_Payload_ContentX) GetChoice

func (m *CommunicationRequest_Payload_ContentX) GetChoice() isCommunicationRequest_Payload_ContentX_Choice

func (*CommunicationRequest_Payload_ContentX) GetReference

func (*CommunicationRequest_Payload_ContentX) GetStringValue

func (*CommunicationRequest_Payload_ContentX) ProtoMessage

func (*CommunicationRequest_Payload_ContentX) ProtoMessage()

func (*CommunicationRequest_Payload_ContentX) ProtoReflect

func (*CommunicationRequest_Payload_ContentX) Reset

func (*CommunicationRequest_Payload_ContentX) String

type CommunicationRequest_Payload_ContentX_Attachment

type CommunicationRequest_Payload_ContentX_Attachment struct {
	Attachment *datatypes_go_proto.Attachment `protobuf:"bytes,2,opt,name=attachment,proto3,oneof"`
}

type CommunicationRequest_Payload_ContentX_Reference

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

type CommunicationRequest_Payload_ContentX_StringValue

type CommunicationRequest_Payload_ContentX_StringValue struct {
	StringValue *datatypes_go_proto.String `protobuf:"bytes,1,opt,name=string_value,json=string,proto3,oneof"`
}

type CommunicationRequest_PriorityCode

type CommunicationRequest_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 (*CommunicationRequest_PriorityCode) Descriptor deprecated

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

Deprecated: Use CommunicationRequest_PriorityCode.ProtoReflect.Descriptor instead.

func (*CommunicationRequest_PriorityCode) GetExtension

func (*CommunicationRequest_PriorityCode) GetId

func (*CommunicationRequest_PriorityCode) GetValue

func (*CommunicationRequest_PriorityCode) ProtoMessage

func (*CommunicationRequest_PriorityCode) ProtoMessage()

func (*CommunicationRequest_PriorityCode) ProtoReflect

func (*CommunicationRequest_PriorityCode) Reset

func (*CommunicationRequest_PriorityCode) String

type CommunicationRequest_StatusCode

type CommunicationRequest_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 (*CommunicationRequest_StatusCode) Descriptor deprecated

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

Deprecated: Use CommunicationRequest_StatusCode.ProtoReflect.Descriptor instead.

func (*CommunicationRequest_StatusCode) GetExtension

func (*CommunicationRequest_StatusCode) GetId

func (*CommunicationRequest_StatusCode) GetValue

func (*CommunicationRequest_StatusCode) ProtoMessage

func (*CommunicationRequest_StatusCode) ProtoMessage()

func (*CommunicationRequest_StatusCode) ProtoReflect

func (*CommunicationRequest_StatusCode) Reset

func (*CommunicationRequest_StatusCode) String

Jump to

Keyboard shortcuts

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