canonical_resource_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_r5_core_resources_canonical_resource_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CanonicalResource

type CanonicalResource 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"`
	// Canonical identifier for this {{title}}, represented as a URI (globally
	// unique)
	Url *datatypes_go_proto.Uri `protobuf:"bytes,10,opt,name=url,proto3" json:"url,omitempty"`
	// Additional identifier for the {{title}}
	Identifier []*datatypes_go_proto.Identifier `protobuf:"bytes,11,rep,name=identifier,proto3" json:"identifier,omitempty"`
	// Business version of the {{title}}
	Version *datatypes_go_proto.String `protobuf:"bytes,12,opt,name=version,proto3" json:"version,omitempty"`
	// Name for this {{title}} (computer friendly)
	Name *datatypes_go_proto.String `protobuf:"bytes,13,opt,name=name,proto3" json:"name,omitempty"`
	// Name for this {{title}} (human friendly)
	Title  *datatypes_go_proto.String    `protobuf:"bytes,14,opt,name=title,proto3" json:"title,omitempty"`
	Status *CanonicalResource_StatusCode `protobuf:"bytes,15,opt,name=status,proto3" json:"status,omitempty"`
	// For testing purposes, not real usage
	Experimental *datatypes_go_proto.Boolean `protobuf:"bytes,16,opt,name=experimental,proto3" json:"experimental,omitempty"`
	// Date last changed
	Date *datatypes_go_proto.DateTime `protobuf:"bytes,17,opt,name=date,proto3" json:"date,omitempty"`
	// Name of the publisher (organization or individual)
	Publisher *datatypes_go_proto.String `protobuf:"bytes,18,opt,name=publisher,proto3" json:"publisher,omitempty"`
	// Contact details for the publisher
	Contact []*datatypes_go_proto.ContactDetail `protobuf:"bytes,19,rep,name=contact,proto3" json:"contact,omitempty"`
	// Natural language description of the {{title}}
	Description *datatypes_go_proto.Markdown `protobuf:"bytes,20,opt,name=description,proto3" json:"description,omitempty"`
	// The context that the content is intended to support
	UseContext []*datatypes_go_proto.UsageContext `protobuf:"bytes,21,rep,name=use_context,json=useContext,proto3" json:"use_context,omitempty"`
	// Intended jurisdiction for {{title}} (if applicable)
	Jurisdiction []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,22,rep,name=jurisdiction,proto3" json:"jurisdiction,omitempty"`
	// Why this {{title}} is defined
	Purpose *datatypes_go_proto.Markdown `protobuf:"bytes,23,opt,name=purpose,proto3" json:"purpose,omitempty"`
	// Use and/or publishing restrictions
	Copyright *datatypes_go_proto.Markdown `protobuf:"bytes,24,opt,name=copyright,proto3" json:"copyright,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for CanonicalResource, last updated 2019-12-31T21:03:40.621+11:00. Common Ancestor declaration for definitional resources. See http://hl7.org/fhir/StructureDefinition/CanonicalResource

func (*CanonicalResource) Descriptor deprecated

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

Deprecated: Use CanonicalResource.ProtoReflect.Descriptor instead.

func (*CanonicalResource) GetContact

func (*CanonicalResource) GetContained

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

func (*CanonicalResource) GetCopyright

func (x *CanonicalResource) GetCopyright() *datatypes_go_proto.Markdown

func (*CanonicalResource) GetDate

func (*CanonicalResource) GetDescription

func (x *CanonicalResource) GetDescription() *datatypes_go_proto.Markdown

func (*CanonicalResource) GetExperimental

func (x *CanonicalResource) GetExperimental() *datatypes_go_proto.Boolean

func (*CanonicalResource) GetExtension

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

func (*CanonicalResource) GetId

func (*CanonicalResource) GetIdentifier

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

func (*CanonicalResource) GetImplicitRules

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

func (*CanonicalResource) GetJurisdiction

func (x *CanonicalResource) GetJurisdiction() []*datatypes_go_proto.CodeableConcept

func (*CanonicalResource) GetLanguage

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

func (*CanonicalResource) GetMeta

func (*CanonicalResource) GetModifierExtension

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

func (*CanonicalResource) GetName

func (*CanonicalResource) GetPublisher

func (x *CanonicalResource) GetPublisher() *datatypes_go_proto.String

func (*CanonicalResource) GetPurpose

func (*CanonicalResource) GetStatus

func (*CanonicalResource) GetText

func (*CanonicalResource) GetTitle

func (*CanonicalResource) GetUrl

func (*CanonicalResource) GetUseContext

func (x *CanonicalResource) GetUseContext() []*datatypes_go_proto.UsageContext

func (*CanonicalResource) GetVersion

func (x *CanonicalResource) GetVersion() *datatypes_go_proto.String

func (*CanonicalResource) ProtoMessage

func (*CanonicalResource) ProtoMessage()

func (*CanonicalResource) ProtoReflect

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

func (*CanonicalResource) Reset

func (x *CanonicalResource) Reset()

func (*CanonicalResource) String

func (x *CanonicalResource) String() string

type CanonicalResource_StatusCode

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

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

Deprecated: Use CanonicalResource_StatusCode.ProtoReflect.Descriptor instead.

func (*CanonicalResource_StatusCode) GetExtension

func (*CanonicalResource_StatusCode) GetId

func (*CanonicalResource_StatusCode) GetValue

func (*CanonicalResource_StatusCode) ProtoMessage

func (*CanonicalResource_StatusCode) ProtoMessage()

func (*CanonicalResource_StatusCode) ProtoReflect

func (*CanonicalResource_StatusCode) Reset

func (x *CanonicalResource_StatusCode) Reset()

func (*CanonicalResource_StatusCode) String

Jump to

Keyboard shortcuts

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