catalog_entry_go_proto

package
v0.0.0-...-e8e4b7d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 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_r4_core_resources_catalog_entry_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CatalogEntry

type CatalogEntry 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 of the catalog item
	Identifier []*datatypes_go_proto.Identifier `protobuf:"bytes,10,rep,name=identifier,proto3" json:"identifier,omitempty"`
	// The type of item - medication, device, service, protocol or other
	Type *datatypes_go_proto.CodeableConcept `protobuf:"bytes,11,opt,name=type,proto3" json:"type,omitempty"`
	// Whether the entry represents an orderable item
	Orderable *datatypes_go_proto.Boolean `protobuf:"bytes,12,opt,name=orderable,proto3" json:"orderable,omitempty"`
	// The item that is being defined
	ReferencedItem *datatypes_go_proto.Reference `protobuf:"bytes,13,opt,name=referenced_item,json=referencedItem,proto3" json:"referenced_item,omitempty"`
	// Any additional identifier(s) for the catalog item, in the same granularity
	// or concept
	AdditionalIdentifier []*datatypes_go_proto.Identifier `protobuf:"bytes,14,rep,name=additional_identifier,json=additionalIdentifier,proto3" json:"additional_identifier,omitempty"`
	// Classification (category or class) of the item entry
	Classification []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,15,rep,name=classification,proto3" json:"classification,omitempty"`
	Status         *CatalogEntry_StatusCode              `protobuf:"bytes,16,opt,name=status,proto3" json:"status,omitempty"`
	// The time period in which this catalog entry is expected to be active
	ValidityPeriod *datatypes_go_proto.Period `protobuf:"bytes,17,opt,name=validity_period,json=validityPeriod,proto3" json:"validity_period,omitempty"`
	// The date until which this catalog entry is expected to be active
	ValidTo *datatypes_go_proto.DateTime `protobuf:"bytes,18,opt,name=valid_to,json=validTo,proto3" json:"valid_to,omitempty"`
	// When was this catalog last updated
	LastUpdated *datatypes_go_proto.DateTime `protobuf:"bytes,19,opt,name=last_updated,json=lastUpdated,proto3" json:"last_updated,omitempty"`
	// Additional characteristics of the catalog entry
	AdditionalCharacteristic []*datatypes_go_proto.CodeableConcept `` /* 134-byte string literal not displayed */
	// Additional classification of the catalog entry
	AdditionalClassification []*datatypes_go_proto.CodeableConcept `` /* 134-byte string literal not displayed */
	RelatedEntry             []*CatalogEntry_RelatedEntry          `protobuf:"bytes,22,rep,name=related_entry,json=relatedEntry,proto3" json:"related_entry,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for CatalogEntry, last updated 2019-11-01T09:29:23.356+11:00. An entry in a catalog. See http://hl7.org/fhir/StructureDefinition/CatalogEntry

func (*CatalogEntry) Descriptor deprecated

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

Deprecated: Use CatalogEntry.ProtoReflect.Descriptor instead.

func (*CatalogEntry) GetAdditionalCharacteristic

func (x *CatalogEntry) GetAdditionalCharacteristic() []*datatypes_go_proto.CodeableConcept

func (*CatalogEntry) GetAdditionalClassification

func (x *CatalogEntry) GetAdditionalClassification() []*datatypes_go_proto.CodeableConcept

func (*CatalogEntry) GetAdditionalIdentifier

func (x *CatalogEntry) GetAdditionalIdentifier() []*datatypes_go_proto.Identifier

func (*CatalogEntry) GetClassification

func (x *CatalogEntry) GetClassification() []*datatypes_go_proto.CodeableConcept

func (*CatalogEntry) GetContained

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

func (*CatalogEntry) GetExtension

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

func (*CatalogEntry) GetId

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

func (*CatalogEntry) GetIdentifier

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

func (*CatalogEntry) GetImplicitRules

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

func (*CatalogEntry) GetLanguage

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

func (*CatalogEntry) GetLastUpdated

func (x *CatalogEntry) GetLastUpdated() *datatypes_go_proto.DateTime

func (*CatalogEntry) GetMeta

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

func (*CatalogEntry) GetModifierExtension

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

func (*CatalogEntry) GetOrderable

func (x *CatalogEntry) GetOrderable() *datatypes_go_proto.Boolean

func (*CatalogEntry) GetReferencedItem

func (x *CatalogEntry) GetReferencedItem() *datatypes_go_proto.Reference

func (*CatalogEntry) GetRelatedEntry

func (x *CatalogEntry) GetRelatedEntry() []*CatalogEntry_RelatedEntry

func (*CatalogEntry) GetStatus

func (x *CatalogEntry) GetStatus() *CatalogEntry_StatusCode

func (*CatalogEntry) GetText

func (*CatalogEntry) GetType

func (*CatalogEntry) GetValidTo

func (x *CatalogEntry) GetValidTo() *datatypes_go_proto.DateTime

func (*CatalogEntry) GetValidityPeriod

func (x *CatalogEntry) GetValidityPeriod() *datatypes_go_proto.Period

func (*CatalogEntry) ProtoMessage

func (*CatalogEntry) ProtoMessage()

func (*CatalogEntry) ProtoReflect

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

func (*CatalogEntry) Reset

func (x *CatalogEntry) Reset()

func (*CatalogEntry) String

func (x *CatalogEntry) String() string

type CatalogEntry_RelatedEntry

type CatalogEntry_RelatedEntry 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"`
	Relationtype      *CatalogEntry_RelatedEntry_RelationtypeCode `protobuf:"bytes,4,opt,name=relationtype,proto3" json:"relationtype,omitempty"`
	// The reference to the related item
	Item *datatypes_go_proto.Reference `protobuf:"bytes,5,opt,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

An item that this catalog entry is related to

func (*CatalogEntry_RelatedEntry) Descriptor deprecated

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

Deprecated: Use CatalogEntry_RelatedEntry.ProtoReflect.Descriptor instead.

func (*CatalogEntry_RelatedEntry) GetExtension

func (*CatalogEntry_RelatedEntry) GetId

func (*CatalogEntry_RelatedEntry) GetItem

func (*CatalogEntry_RelatedEntry) GetModifierExtension

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

func (*CatalogEntry_RelatedEntry) GetRelationtype

func (*CatalogEntry_RelatedEntry) ProtoMessage

func (*CatalogEntry_RelatedEntry) ProtoMessage()

func (*CatalogEntry_RelatedEntry) ProtoReflect

func (*CatalogEntry_RelatedEntry) Reset

func (x *CatalogEntry_RelatedEntry) Reset()

func (*CatalogEntry_RelatedEntry) String

func (x *CatalogEntry_RelatedEntry) String() string

type CatalogEntry_RelatedEntry_RelationtypeCode

type CatalogEntry_RelatedEntry_RelationtypeCode struct {
	Value     codes_go_proto.CatalogEntryRelationTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.CatalogEntryRelationTypeCode_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
}

triggers | is-replaced-by

func (*CatalogEntry_RelatedEntry_RelationtypeCode) Descriptor deprecated

Deprecated: Use CatalogEntry_RelatedEntry_RelationtypeCode.ProtoReflect.Descriptor instead.

func (*CatalogEntry_RelatedEntry_RelationtypeCode) GetExtension

func (*CatalogEntry_RelatedEntry_RelationtypeCode) GetId

func (*CatalogEntry_RelatedEntry_RelationtypeCode) GetValue

func (*CatalogEntry_RelatedEntry_RelationtypeCode) ProtoMessage

func (*CatalogEntry_RelatedEntry_RelationtypeCode) ProtoReflect

func (*CatalogEntry_RelatedEntry_RelationtypeCode) Reset

func (*CatalogEntry_RelatedEntry_RelationtypeCode) String

type CatalogEntry_StatusCode

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

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

Deprecated: Use CatalogEntry_StatusCode.ProtoReflect.Descriptor instead.

func (*CatalogEntry_StatusCode) GetExtension

func (*CatalogEntry_StatusCode) GetId

func (*CatalogEntry_StatusCode) GetValue

func (*CatalogEntry_StatusCode) ProtoMessage

func (*CatalogEntry_StatusCode) ProtoMessage()

func (*CatalogEntry_StatusCode) ProtoReflect

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

func (*CatalogEntry_StatusCode) Reset

func (x *CatalogEntry_StatusCode) Reset()

func (*CatalogEntry_StatusCode) String

func (x *CatalogEntry_StatusCode) String() string

Jump to

Keyboard shortcuts

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