linkage_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_linkage_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Linkage

type Linkage 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"`
	// Whether this linkage assertion is active or not
	Active *datatypes_go_proto.Boolean `protobuf:"bytes,10,opt,name=active,proto3" json:"active,omitempty"`
	// Who is responsible for linkages
	Author *datatypes_go_proto.Reference `protobuf:"bytes,11,opt,name=author,proto3" json:"author,omitempty"`
	Item   []*Linkage_Item               `protobuf:"bytes,12,rep,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for Linkage, last updated 2019-12-31T21:03:40.621+11:00. Links records for 'same' item. See http://hl7.org/fhir/StructureDefinition/Linkage

func (*Linkage) Descriptor deprecated

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

Deprecated: Use Linkage.ProtoReflect.Descriptor instead.

func (*Linkage) GetActive

func (x *Linkage) GetActive() *datatypes_go_proto.Boolean

func (*Linkage) GetAuthor

func (x *Linkage) GetAuthor() *datatypes_go_proto.Reference

func (*Linkage) GetContained

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

func (*Linkage) GetExtension

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

func (*Linkage) GetId

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

func (*Linkage) GetImplicitRules

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

func (*Linkage) GetItem

func (x *Linkage) GetItem() []*Linkage_Item

func (*Linkage) GetLanguage

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

func (*Linkage) GetMeta

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

func (*Linkage) GetModifierExtension

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

func (*Linkage) GetText

func (x *Linkage) GetText() *datatypes_go_proto.Narrative

func (*Linkage) ProtoMessage

func (*Linkage) ProtoMessage()

func (*Linkage) ProtoReflect

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

func (*Linkage) Reset

func (x *Linkage) Reset()

func (*Linkage) String

func (x *Linkage) String() string

type Linkage_Item

type Linkage_Item 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              *Linkage_Item_TypeCode          `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	// Resource being linked
	Resource *datatypes_go_proto.Reference `protobuf:"bytes,5,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

Item to be linked

func (*Linkage_Item) Descriptor deprecated

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

Deprecated: Use Linkage_Item.ProtoReflect.Descriptor instead.

func (*Linkage_Item) GetExtension

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

func (*Linkage_Item) GetId

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

func (*Linkage_Item) GetModifierExtension

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

func (*Linkage_Item) GetResource

func (x *Linkage_Item) GetResource() *datatypes_go_proto.Reference

func (*Linkage_Item) GetType

func (x *Linkage_Item) GetType() *Linkage_Item_TypeCode

func (*Linkage_Item) ProtoMessage

func (*Linkage_Item) ProtoMessage()

func (*Linkage_Item) ProtoReflect

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

func (*Linkage_Item) Reset

func (x *Linkage_Item) Reset()

func (*Linkage_Item) String

func (x *Linkage_Item) String() string

type Linkage_Item_TypeCode

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

source | alternate | historical

func (*Linkage_Item_TypeCode) Descriptor deprecated

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

Deprecated: Use Linkage_Item_TypeCode.ProtoReflect.Descriptor instead.

func (*Linkage_Item_TypeCode) GetExtension

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

func (*Linkage_Item_TypeCode) GetId

func (*Linkage_Item_TypeCode) GetValue

func (*Linkage_Item_TypeCode) ProtoMessage

func (*Linkage_Item_TypeCode) ProtoMessage()

func (*Linkage_Item_TypeCode) ProtoReflect

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

func (*Linkage_Item_TypeCode) Reset

func (x *Linkage_Item_TypeCode) Reset()

func (*Linkage_Item_TypeCode) String

func (x *Linkage_Item_TypeCode) String() string

Jump to

Keyboard shortcuts

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