supply_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_r5_core_resources_supply_request_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type SupplyRequest

type SupplyRequest 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 for SupplyRequest
	Identifier []*datatypes_go_proto.Identifier `protobuf:"bytes,10,rep,name=identifier,proto3" json:"identifier,omitempty"`
	Status     *SupplyRequest_StatusCode        `protobuf:"bytes,11,opt,name=status,proto3" json:"status,omitempty"`
	// The kind of supply (central, non-stock, etc.)
	Category *datatypes_go_proto.CodeableConcept `protobuf:"bytes,12,opt,name=category,proto3" json:"category,omitempty"`
	Priority *SupplyRequest_PriorityCode         `protobuf:"bytes,13,opt,name=priority,proto3" json:"priority,omitempty"`
	Item     *SupplyRequest_ItemX                `protobuf:"bytes,14,opt,name=item,proto3" json:"item,omitempty"`
	// The requested amount of the item indicated
	Quantity   *datatypes_go_proto.Quantity `protobuf:"bytes,15,opt,name=quantity,proto3" json:"quantity,omitempty"`
	Parameter  []*SupplyRequest_Parameter   `protobuf:"bytes,16,rep,name=parameter,proto3" json:"parameter,omitempty"`
	Occurrence *SupplyRequest_OccurrenceX   `protobuf:"bytes,17,opt,name=occurrence,proto3" json:"occurrence,omitempty"`
	// When the request was made
	AuthoredOn *datatypes_go_proto.DateTime `protobuf:"bytes,18,opt,name=authored_on,json=authoredOn,proto3" json:"authored_on,omitempty"`
	// Individual making the request
	Requester *datatypes_go_proto.Reference `protobuf:"bytes,19,opt,name=requester,proto3" json:"requester,omitempty"`
	// Who is intended to fulfill the request
	Supplier []*datatypes_go_proto.Reference `protobuf:"bytes,20,rep,name=supplier,proto3" json:"supplier,omitempty"`
	// The reason why the supply item was requested
	Reason []*datatypes_go_proto.CodeableReference `protobuf:"bytes,21,rep,name=reason,proto3" json:"reason,omitempty"`
	// The origin of the supply
	DeliverFrom *datatypes_go_proto.Reference `protobuf:"bytes,22,opt,name=deliver_from,json=deliverFrom,proto3" json:"deliver_from,omitempty"`
	// The destination of the supply
	DeliverTo *datatypes_go_proto.Reference `protobuf:"bytes,23,opt,name=deliver_to,json=deliverTo,proto3" json:"deliver_to,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for SupplyRequest, last updated 2019-12-31T21:03:40.621+11:00. Request for a medication, substance or device. See http://hl7.org/fhir/StructureDefinition/SupplyRequest

func (*SupplyRequest) Descriptor deprecated

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

Deprecated: Use SupplyRequest.ProtoReflect.Descriptor instead.

func (*SupplyRequest) GetAuthoredOn

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

func (*SupplyRequest) GetCategory

func (*SupplyRequest) GetContained

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

func (*SupplyRequest) GetDeliverFrom

func (x *SupplyRequest) GetDeliverFrom() *datatypes_go_proto.Reference

func (*SupplyRequest) GetDeliverTo

func (x *SupplyRequest) GetDeliverTo() *datatypes_go_proto.Reference

func (*SupplyRequest) GetExtension

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

func (*SupplyRequest) GetId

func (x *SupplyRequest) GetId() *datatypes_go_proto.Id

func (*SupplyRequest) GetIdentifier

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

func (*SupplyRequest) GetImplicitRules

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

func (*SupplyRequest) GetItem

func (x *SupplyRequest) GetItem() *SupplyRequest_ItemX

func (*SupplyRequest) GetLanguage

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

func (*SupplyRequest) GetMeta

func (x *SupplyRequest) GetMeta() *datatypes_go_proto.Meta

func (*SupplyRequest) GetModifierExtension

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

func (*SupplyRequest) GetOccurrence

func (x *SupplyRequest) GetOccurrence() *SupplyRequest_OccurrenceX

func (*SupplyRequest) GetParameter

func (x *SupplyRequest) GetParameter() []*SupplyRequest_Parameter

func (*SupplyRequest) GetPriority

func (x *SupplyRequest) GetPriority() *SupplyRequest_PriorityCode

func (*SupplyRequest) GetQuantity

func (x *SupplyRequest) GetQuantity() *datatypes_go_proto.Quantity

func (*SupplyRequest) GetReason

func (*SupplyRequest) GetRequester

func (x *SupplyRequest) GetRequester() *datatypes_go_proto.Reference

func (*SupplyRequest) GetStatus

func (x *SupplyRequest) GetStatus() *SupplyRequest_StatusCode

func (*SupplyRequest) GetSupplier

func (x *SupplyRequest) GetSupplier() []*datatypes_go_proto.Reference

func (*SupplyRequest) GetText

func (*SupplyRequest) ProtoMessage

func (*SupplyRequest) ProtoMessage()

func (*SupplyRequest) ProtoReflect

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

func (*SupplyRequest) Reset

func (x *SupplyRequest) Reset()

func (*SupplyRequest) String

func (x *SupplyRequest) String() string

type SupplyRequest_ItemX

type SupplyRequest_ItemX struct {

	// Types that are assignable to Choice:
	//	*SupplyRequest_ItemX_CodeableConcept
	//	*SupplyRequest_ItemX_Reference
	Choice isSupplyRequest_ItemX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Medication, Substance, or Device requested to be supplied

func (*SupplyRequest_ItemX) Descriptor deprecated

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

Deprecated: Use SupplyRequest_ItemX.ProtoReflect.Descriptor instead.

func (*SupplyRequest_ItemX) GetChoice

func (m *SupplyRequest_ItemX) GetChoice() isSupplyRequest_ItemX_Choice

func (*SupplyRequest_ItemX) GetCodeableConcept

func (x *SupplyRequest_ItemX) GetCodeableConcept() *datatypes_go_proto.CodeableConcept

func (*SupplyRequest_ItemX) GetReference

func (*SupplyRequest_ItemX) ProtoMessage

func (*SupplyRequest_ItemX) ProtoMessage()

func (*SupplyRequest_ItemX) ProtoReflect

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

func (*SupplyRequest_ItemX) Reset

func (x *SupplyRequest_ItemX) Reset()

func (*SupplyRequest_ItemX) String

func (x *SupplyRequest_ItemX) String() string

type SupplyRequest_ItemX_CodeableConcept

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

type SupplyRequest_ItemX_Reference

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

type SupplyRequest_OccurrenceX

type SupplyRequest_OccurrenceX struct {

	// Types that are assignable to Choice:
	//	*SupplyRequest_OccurrenceX_DateTime
	//	*SupplyRequest_OccurrenceX_Period
	//	*SupplyRequest_OccurrenceX_Timing
	Choice isSupplyRequest_OccurrenceX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

When the request should be fulfilled

func (*SupplyRequest_OccurrenceX) Descriptor deprecated

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

Deprecated: Use SupplyRequest_OccurrenceX.ProtoReflect.Descriptor instead.

func (*SupplyRequest_OccurrenceX) GetChoice

func (m *SupplyRequest_OccurrenceX) GetChoice() isSupplyRequest_OccurrenceX_Choice

func (*SupplyRequest_OccurrenceX) GetDateTime

func (*SupplyRequest_OccurrenceX) GetPeriod

func (*SupplyRequest_OccurrenceX) GetTiming

func (*SupplyRequest_OccurrenceX) ProtoMessage

func (*SupplyRequest_OccurrenceX) ProtoMessage()

func (*SupplyRequest_OccurrenceX) ProtoReflect

func (*SupplyRequest_OccurrenceX) Reset

func (x *SupplyRequest_OccurrenceX) Reset()

func (*SupplyRequest_OccurrenceX) String

func (x *SupplyRequest_OccurrenceX) String() string

type SupplyRequest_OccurrenceX_DateTime

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

type SupplyRequest_OccurrenceX_Period

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

type SupplyRequest_OccurrenceX_Timing

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

type SupplyRequest_Parameter

type SupplyRequest_Parameter 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"`
	// Item detail
	Code  *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
	Value *SupplyRequest_Parameter_ValueX     `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Ordered item details

func (*SupplyRequest_Parameter) Descriptor deprecated

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

Deprecated: Use SupplyRequest_Parameter.ProtoReflect.Descriptor instead.

func (*SupplyRequest_Parameter) GetCode

func (*SupplyRequest_Parameter) GetExtension

func (*SupplyRequest_Parameter) GetId

func (*SupplyRequest_Parameter) GetModifierExtension

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

func (*SupplyRequest_Parameter) GetValue

func (*SupplyRequest_Parameter) ProtoMessage

func (*SupplyRequest_Parameter) ProtoMessage()

func (*SupplyRequest_Parameter) ProtoReflect

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

func (*SupplyRequest_Parameter) Reset

func (x *SupplyRequest_Parameter) Reset()

func (*SupplyRequest_Parameter) String

func (x *SupplyRequest_Parameter) String() string

type SupplyRequest_Parameter_ValueX

type SupplyRequest_Parameter_ValueX struct {

	// Types that are assignable to Choice:
	//	*SupplyRequest_Parameter_ValueX_CodeableConcept
	//	*SupplyRequest_Parameter_ValueX_Quantity
	//	*SupplyRequest_Parameter_ValueX_Range
	//	*SupplyRequest_Parameter_ValueX_Boolean
	Choice isSupplyRequest_Parameter_ValueX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Value of detail

func (*SupplyRequest_Parameter_ValueX) Descriptor deprecated

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

Deprecated: Use SupplyRequest_Parameter_ValueX.ProtoReflect.Descriptor instead.

func (*SupplyRequest_Parameter_ValueX) GetBoolean

func (*SupplyRequest_Parameter_ValueX) GetChoice

func (m *SupplyRequest_Parameter_ValueX) GetChoice() isSupplyRequest_Parameter_ValueX_Choice

func (*SupplyRequest_Parameter_ValueX) GetCodeableConcept

func (*SupplyRequest_Parameter_ValueX) GetQuantity

func (*SupplyRequest_Parameter_ValueX) GetRange

func (*SupplyRequest_Parameter_ValueX) ProtoMessage

func (*SupplyRequest_Parameter_ValueX) ProtoMessage()

func (*SupplyRequest_Parameter_ValueX) ProtoReflect

func (*SupplyRequest_Parameter_ValueX) Reset

func (x *SupplyRequest_Parameter_ValueX) Reset()

func (*SupplyRequest_Parameter_ValueX) String

type SupplyRequest_Parameter_ValueX_Boolean

type SupplyRequest_Parameter_ValueX_Boolean struct {
	Boolean *datatypes_go_proto.Boolean `protobuf:"bytes,4,opt,name=boolean,proto3,oneof"`
}

type SupplyRequest_Parameter_ValueX_CodeableConcept

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

type SupplyRequest_Parameter_ValueX_Quantity

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

type SupplyRequest_Parameter_ValueX_Range

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

type SupplyRequest_PriorityCode

type SupplyRequest_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 (*SupplyRequest_PriorityCode) Descriptor deprecated

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

Deprecated: Use SupplyRequest_PriorityCode.ProtoReflect.Descriptor instead.

func (*SupplyRequest_PriorityCode) GetExtension

func (*SupplyRequest_PriorityCode) GetId

func (*SupplyRequest_PriorityCode) GetValue

func (*SupplyRequest_PriorityCode) ProtoMessage

func (*SupplyRequest_PriorityCode) ProtoMessage()

func (*SupplyRequest_PriorityCode) ProtoReflect

func (*SupplyRequest_PriorityCode) Reset

func (x *SupplyRequest_PriorityCode) Reset()

func (*SupplyRequest_PriorityCode) String

func (x *SupplyRequest_PriorityCode) String() string

type SupplyRequest_StatusCode

type SupplyRequest_StatusCode struct {
	Value     codes_go_proto.SupplyRequestStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r5.core.SupplyRequestStatusCode_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 | suspended +

func (*SupplyRequest_StatusCode) Descriptor deprecated

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

Deprecated: Use SupplyRequest_StatusCode.ProtoReflect.Descriptor instead.

func (*SupplyRequest_StatusCode) GetExtension

func (*SupplyRequest_StatusCode) GetId

func (*SupplyRequest_StatusCode) GetValue

func (*SupplyRequest_StatusCode) ProtoMessage

func (*SupplyRequest_StatusCode) ProtoMessage()

func (*SupplyRequest_StatusCode) ProtoReflect

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

func (*SupplyRequest_StatusCode) Reset

func (x *SupplyRequest_StatusCode) Reset()

func (*SupplyRequest_StatusCode) String

func (x *SupplyRequest_StatusCode) String() string

Jump to

Keyboard shortcuts

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