profile_for_catalog_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: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_google_fhir_proto_r4_core_profiles_profile_for_catalog_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ProfileForCatalog

type ProfileForCatalog 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"`
	// Extension
	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"`
	// Version-independent identifier for the Composition
	Identifier *datatypes_go_proto.Identifier `protobuf:"bytes,10,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Status     *ProfileForCatalog_StatusCode  `protobuf:"bytes,11,opt,name=status,proto3" json:"status,omitempty"`
	// The type of document - a Catalog
	Type *datatypes_go_proto.CodeableConcept `protobuf:"bytes,12,opt,name=type,proto3" json:"type,omitempty"`
	// The Content of the section
	Category *datatypes_go_proto.CodeableConcept `protobuf:"bytes,13,opt,name=category,proto3" json:"category,omitempty"`
	// Context of the Composition
	Encounter *datatypes_go_proto.Reference `protobuf:"bytes,15,opt,name=encounter,proto3" json:"encounter,omitempty"`
	// Who and/or what authored the composition
	Author []*datatypes_go_proto.Reference `protobuf:"bytes,16,rep,name=author,proto3" json:"author,omitempty"`
	// Human Readable name/title
	Title           *datatypes_go_proto.String             `protobuf:"bytes,17,opt,name=title,proto3" json:"title,omitempty"`
	Confidentiality *ProfileForCatalog_ConfidentialityCode `protobuf:"bytes,18,opt,name=confidentiality,proto3" json:"confidentiality,omitempty"`
	Attester        []*ProfileForCatalog_Attester          `protobuf:"bytes,19,rep,name=attester,proto3" json:"attester,omitempty"`
	// Organization which maintains the composition
	Custodian *datatypes_go_proto.Reference  `protobuf:"bytes,20,opt,name=custodian,proto3" json:"custodian,omitempty"`
	RelatesTo []*ProfileForCatalog_RelatesTo `protobuf:"bytes,21,rep,name=relates_to,json=relatesTo,proto3" json:"relates_to,omitempty"`
	Event     []*ProfileForCatalog_Event     `protobuf:"bytes,22,rep,name=event,proto3" json:"event,omitempty"`
	Section   []*ProfileForCatalog_Section   `protobuf:"bytes,23,rep,name=section,proto3" json:"section,omitempty"`
	// The validity of the catalog
	ValidityPeriod *datatypes_go_proto.DateTime `protobuf:"bytes,24,opt,name=validity_period,json=ValidityPeriod,proto3" json:"validity_period,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for Profile for Catalog. A set of resources composed into a single coherent clinical statement with clinical attestation. See http://hl7.org/fhir/StructureDefinition/catalog

func (*ProfileForCatalog) Descriptor deprecated

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

Deprecated: Use ProfileForCatalog.ProtoReflect.Descriptor instead.

func (*ProfileForCatalog) GetAttester

func (x *ProfileForCatalog) GetAttester() []*ProfileForCatalog_Attester

func (*ProfileForCatalog) GetAuthor

func (*ProfileForCatalog) GetCategory

func (*ProfileForCatalog) GetConfidentiality

func (*ProfileForCatalog) GetContained

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

func (*ProfileForCatalog) GetCustodian

func (x *ProfileForCatalog) GetCustodian() *datatypes_go_proto.Reference

func (*ProfileForCatalog) GetEncounter

func (x *ProfileForCatalog) GetEncounter() *datatypes_go_proto.Reference

func (*ProfileForCatalog) GetEvent

func (x *ProfileForCatalog) GetEvent() []*ProfileForCatalog_Event

func (*ProfileForCatalog) GetExtension

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

func (*ProfileForCatalog) GetId

func (*ProfileForCatalog) GetIdentifier

func (x *ProfileForCatalog) GetIdentifier() *datatypes_go_proto.Identifier

func (*ProfileForCatalog) GetImplicitRules

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

func (*ProfileForCatalog) GetLanguage

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

func (*ProfileForCatalog) GetMeta

func (*ProfileForCatalog) GetModifierExtension

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

func (*ProfileForCatalog) GetRelatesTo

func (x *ProfileForCatalog) GetRelatesTo() []*ProfileForCatalog_RelatesTo

func (*ProfileForCatalog) GetSection

func (x *ProfileForCatalog) GetSection() []*ProfileForCatalog_Section

func (*ProfileForCatalog) GetStatus

func (*ProfileForCatalog) GetText

func (*ProfileForCatalog) GetTitle

func (*ProfileForCatalog) GetType

func (*ProfileForCatalog) GetValidityPeriod

func (x *ProfileForCatalog) GetValidityPeriod() *datatypes_go_proto.DateTime

func (*ProfileForCatalog) ProtoMessage

func (*ProfileForCatalog) ProtoMessage()

func (*ProfileForCatalog) ProtoReflect

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

func (*ProfileForCatalog) Reset

func (x *ProfileForCatalog) Reset()

func (*ProfileForCatalog) String

func (x *ProfileForCatalog) String() string

type ProfileForCatalog_Attester

type ProfileForCatalog_Attester 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"`
	Mode              *ProfileForCatalog_Attester_ModeCode `protobuf:"bytes,4,opt,name=mode,proto3" json:"mode,omitempty"`
	// When the composition was attested
	Time *datatypes_go_proto.DateTime `protobuf:"bytes,5,opt,name=time,proto3" json:"time,omitempty"`
	// Who attested the composition
	Party *datatypes_go_proto.Reference `protobuf:"bytes,6,opt,name=party,proto3" json:"party,omitempty"`
	// contains filtered or unexported fields
}

Attests to accuracy of composition

func (*ProfileForCatalog_Attester) Descriptor deprecated

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

Deprecated: Use ProfileForCatalog_Attester.ProtoReflect.Descriptor instead.

func (*ProfileForCatalog_Attester) GetExtension

func (*ProfileForCatalog_Attester) GetId

func (*ProfileForCatalog_Attester) GetMode

func (*ProfileForCatalog_Attester) GetModifierExtension

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

func (*ProfileForCatalog_Attester) GetParty

func (*ProfileForCatalog_Attester) GetTime

func (*ProfileForCatalog_Attester) ProtoMessage

func (*ProfileForCatalog_Attester) ProtoMessage()

func (*ProfileForCatalog_Attester) ProtoReflect

func (*ProfileForCatalog_Attester) Reset

func (x *ProfileForCatalog_Attester) Reset()

func (*ProfileForCatalog_Attester) String

func (x *ProfileForCatalog_Attester) String() string

type ProfileForCatalog_Attester_ModeCode

type ProfileForCatalog_Attester_ModeCode struct {
	Value     codes_go_proto.CompositionAttestationModeCode_Value `` /* 126-byte string literal not displayed */
	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
}

personal | professional | legal | official

func (*ProfileForCatalog_Attester_ModeCode) Descriptor deprecated

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

Deprecated: Use ProfileForCatalog_Attester_ModeCode.ProtoReflect.Descriptor instead.

func (*ProfileForCatalog_Attester_ModeCode) GetExtension

func (*ProfileForCatalog_Attester_ModeCode) GetId

func (*ProfileForCatalog_Attester_ModeCode) GetValue

func (*ProfileForCatalog_Attester_ModeCode) ProtoMessage

func (*ProfileForCatalog_Attester_ModeCode) ProtoMessage()

func (*ProfileForCatalog_Attester_ModeCode) ProtoReflect

func (*ProfileForCatalog_Attester_ModeCode) Reset

func (*ProfileForCatalog_Attester_ModeCode) String

type ProfileForCatalog_ConfidentialityCode

type ProfileForCatalog_ConfidentialityCode struct {
	Value     valuesets_go_proto.V3ConfidentialityClassificationValueSet_Value `` /* 135-byte string literal not displayed */
	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
}

As defined by affinity domain

func (*ProfileForCatalog_ConfidentialityCode) Descriptor deprecated

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

Deprecated: Use ProfileForCatalog_ConfidentialityCode.ProtoReflect.Descriptor instead.

func (*ProfileForCatalog_ConfidentialityCode) GetExtension

func (*ProfileForCatalog_ConfidentialityCode) GetId

func (*ProfileForCatalog_ConfidentialityCode) ProtoMessage

func (*ProfileForCatalog_ConfidentialityCode) ProtoMessage()

func (*ProfileForCatalog_ConfidentialityCode) ProtoReflect

func (*ProfileForCatalog_ConfidentialityCode) Reset

func (*ProfileForCatalog_ConfidentialityCode) String

type ProfileForCatalog_Event

type ProfileForCatalog_Event 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"`
	// Code(s) that apply to the event being documented
	Code []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,rep,name=code,proto3" json:"code,omitempty"`
	// The period covered by the documentation
	Period *datatypes_go_proto.Period `protobuf:"bytes,5,opt,name=period,proto3" json:"period,omitempty"`
	// The event(s) being documented
	Detail []*datatypes_go_proto.Reference `protobuf:"bytes,6,rep,name=detail,proto3" json:"detail,omitempty"`
	// contains filtered or unexported fields
}

The clinical service(s) being documented

func (*ProfileForCatalog_Event) Descriptor deprecated

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

Deprecated: Use ProfileForCatalog_Event.ProtoReflect.Descriptor instead.

func (*ProfileForCatalog_Event) GetCode

func (*ProfileForCatalog_Event) GetDetail

func (*ProfileForCatalog_Event) GetExtension

func (*ProfileForCatalog_Event) GetId

func (*ProfileForCatalog_Event) GetModifierExtension

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

func (*ProfileForCatalog_Event) GetPeriod

func (*ProfileForCatalog_Event) ProtoMessage

func (*ProfileForCatalog_Event) ProtoMessage()

func (*ProfileForCatalog_Event) ProtoReflect

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

func (*ProfileForCatalog_Event) Reset

func (x *ProfileForCatalog_Event) Reset()

func (*ProfileForCatalog_Event) String

func (x *ProfileForCatalog_Event) String() string

type ProfileForCatalog_RelatesTo

type ProfileForCatalog_RelatesTo 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"`
	Code              *ProfileForCatalog_RelatesTo_CodeType `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
	Target            *ProfileForCatalog_RelatesTo_TargetX  `protobuf:"bytes,5,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

Relationships to other compositions/documents

func (*ProfileForCatalog_RelatesTo) Descriptor deprecated

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

Deprecated: Use ProfileForCatalog_RelatesTo.ProtoReflect.Descriptor instead.

func (*ProfileForCatalog_RelatesTo) GetCode

func (*ProfileForCatalog_RelatesTo) GetExtension

func (*ProfileForCatalog_RelatesTo) GetId

func (*ProfileForCatalog_RelatesTo) GetModifierExtension

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

func (*ProfileForCatalog_RelatesTo) GetTarget

func (*ProfileForCatalog_RelatesTo) ProtoMessage

func (*ProfileForCatalog_RelatesTo) ProtoMessage()

func (*ProfileForCatalog_RelatesTo) ProtoReflect

func (*ProfileForCatalog_RelatesTo) Reset

func (x *ProfileForCatalog_RelatesTo) Reset()

func (*ProfileForCatalog_RelatesTo) String

func (x *ProfileForCatalog_RelatesTo) String() string

type ProfileForCatalog_RelatesTo_CodeType

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

replaces | transforms | signs | appends

func (*ProfileForCatalog_RelatesTo_CodeType) Descriptor deprecated

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

Deprecated: Use ProfileForCatalog_RelatesTo_CodeType.ProtoReflect.Descriptor instead.

func (*ProfileForCatalog_RelatesTo_CodeType) GetExtension

func (*ProfileForCatalog_RelatesTo_CodeType) GetId

func (*ProfileForCatalog_RelatesTo_CodeType) GetValue

func (*ProfileForCatalog_RelatesTo_CodeType) ProtoMessage

func (*ProfileForCatalog_RelatesTo_CodeType) ProtoMessage()

func (*ProfileForCatalog_RelatesTo_CodeType) ProtoReflect

func (*ProfileForCatalog_RelatesTo_CodeType) Reset

func (*ProfileForCatalog_RelatesTo_CodeType) String

type ProfileForCatalog_RelatesTo_TargetX

type ProfileForCatalog_RelatesTo_TargetX struct {

	// Types that are assignable to Choice:
	//	*ProfileForCatalog_RelatesTo_TargetX_Identifier
	//	*ProfileForCatalog_RelatesTo_TargetX_Reference
	Choice isProfileForCatalog_RelatesTo_TargetX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Target of the relationship

func (*ProfileForCatalog_RelatesTo_TargetX) Descriptor deprecated

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

Deprecated: Use ProfileForCatalog_RelatesTo_TargetX.ProtoReflect.Descriptor instead.

func (*ProfileForCatalog_RelatesTo_TargetX) GetChoice

func (m *ProfileForCatalog_RelatesTo_TargetX) GetChoice() isProfileForCatalog_RelatesTo_TargetX_Choice

func (*ProfileForCatalog_RelatesTo_TargetX) GetIdentifier

func (*ProfileForCatalog_RelatesTo_TargetX) GetReference

func (*ProfileForCatalog_RelatesTo_TargetX) ProtoMessage

func (*ProfileForCatalog_RelatesTo_TargetX) ProtoMessage()

func (*ProfileForCatalog_RelatesTo_TargetX) ProtoReflect

func (*ProfileForCatalog_RelatesTo_TargetX) Reset

func (*ProfileForCatalog_RelatesTo_TargetX) String

type ProfileForCatalog_RelatesTo_TargetX_Identifier

type ProfileForCatalog_RelatesTo_TargetX_Identifier struct {
	Identifier *datatypes_go_proto.Identifier `protobuf:"bytes,1,opt,name=identifier,proto3,oneof"`
}

type ProfileForCatalog_RelatesTo_TargetX_Reference

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

type ProfileForCatalog_Section

type ProfileForCatalog_Section 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"`
	// Label for section (e.g. for ToC)
	Title *datatypes_go_proto.String `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	// Classification of section (recommended)
	Code *datatypes_go_proto.CodeableConcept `protobuf:"bytes,5,opt,name=code,proto3" json:"code,omitempty"`
	// Who and/or what authored the section
	Author []*datatypes_go_proto.Reference `protobuf:"bytes,6,rep,name=author,proto3" json:"author,omitempty"`
	// Who/what the section is about, when it is not about the subject of
	// composition
	Focus *datatypes_go_proto.Reference `protobuf:"bytes,7,opt,name=focus,proto3" json:"focus,omitempty"`
	// Text summary of the section, for human interpretation
	Text *datatypes_go_proto.Narrative       `protobuf:"bytes,8,opt,name=text,proto3" json:"text,omitempty"`
	Mode *ProfileForCatalog_Section_ModeCode `protobuf:"bytes,9,opt,name=mode,proto3" json:"mode,omitempty"`
	// Order of section entries
	OrderedBy *datatypes_go_proto.CodeableConcept `protobuf:"bytes,10,opt,name=ordered_by,json=orderedBy,proto3" json:"ordered_by,omitempty"`
	// The Content of the section
	Entry []*datatypes_go_proto.Reference `protobuf:"bytes,11,rep,name=entry,proto3" json:"entry,omitempty"`
	// Why the section is empty
	EmptyReason *datatypes_go_proto.CodeableConcept `protobuf:"bytes,12,opt,name=empty_reason,json=emptyReason,proto3" json:"empty_reason,omitempty"`
	// Nested Section
	Section []*ProfileForCatalog_Section `protobuf:"bytes,13,rep,name=section,proto3" json:"section,omitempty"`
	// contains filtered or unexported fields
}

Composition is broken into sections

func (*ProfileForCatalog_Section) Descriptor deprecated

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

Deprecated: Use ProfileForCatalog_Section.ProtoReflect.Descriptor instead.

func (*ProfileForCatalog_Section) GetAuthor

func (*ProfileForCatalog_Section) GetCode

func (*ProfileForCatalog_Section) GetEmptyReason

func (*ProfileForCatalog_Section) GetEntry

func (*ProfileForCatalog_Section) GetExtension

func (*ProfileForCatalog_Section) GetFocus

func (*ProfileForCatalog_Section) GetId

func (*ProfileForCatalog_Section) GetMode

func (*ProfileForCatalog_Section) GetModifierExtension

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

func (*ProfileForCatalog_Section) GetOrderedBy

func (*ProfileForCatalog_Section) GetSection

func (*ProfileForCatalog_Section) GetText

func (*ProfileForCatalog_Section) GetTitle

func (*ProfileForCatalog_Section) ProtoMessage

func (*ProfileForCatalog_Section) ProtoMessage()

func (*ProfileForCatalog_Section) ProtoReflect

func (*ProfileForCatalog_Section) Reset

func (x *ProfileForCatalog_Section) Reset()

func (*ProfileForCatalog_Section) String

func (x *ProfileForCatalog_Section) String() string

type ProfileForCatalog_Section_ModeCode

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

working | snapshot | changes

func (*ProfileForCatalog_Section_ModeCode) Descriptor deprecated

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

Deprecated: Use ProfileForCatalog_Section_ModeCode.ProtoReflect.Descriptor instead.

func (*ProfileForCatalog_Section_ModeCode) GetExtension

func (*ProfileForCatalog_Section_ModeCode) GetId

func (*ProfileForCatalog_Section_ModeCode) GetValue

func (*ProfileForCatalog_Section_ModeCode) ProtoMessage

func (*ProfileForCatalog_Section_ModeCode) ProtoMessage()

func (*ProfileForCatalog_Section_ModeCode) ProtoReflect

func (*ProfileForCatalog_Section_ModeCode) Reset

func (*ProfileForCatalog_Section_ModeCode) String

type ProfileForCatalog_StatusCode

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

preliminary | final | amended | entered-in-error

func (*ProfileForCatalog_StatusCode) Descriptor deprecated

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

Deprecated: Use ProfileForCatalog_StatusCode.ProtoReflect.Descriptor instead.

func (*ProfileForCatalog_StatusCode) GetExtension

func (*ProfileForCatalog_StatusCode) GetId

func (*ProfileForCatalog_StatusCode) GetValue

func (*ProfileForCatalog_StatusCode) ProtoMessage

func (*ProfileForCatalog_StatusCode) ProtoMessage()

func (*ProfileForCatalog_StatusCode) ProtoReflect

func (*ProfileForCatalog_StatusCode) Reset

func (x *ProfileForCatalog_StatusCode) Reset()

func (*ProfileForCatalog_StatusCode) String

Jump to

Keyboard shortcuts

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