code_system_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_r4_core_resources_code_system_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CodeSystem

type CodeSystem 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 code system, represented as a URI (globally
	// unique) (Coding.system)
	Url *datatypes_go_proto.Uri `protobuf:"bytes,10,opt,name=url,proto3" json:"url,omitempty"`
	// Additional identifier for the code system (business identifier)
	Identifier []*datatypes_go_proto.Identifier `protobuf:"bytes,11,rep,name=identifier,proto3" json:"identifier,omitempty"`
	// Business version of the code system (Coding.version)
	Version *datatypes_go_proto.String `protobuf:"bytes,12,opt,name=version,proto3" json:"version,omitempty"`
	// Name for this code system (computer friendly)
	Name *datatypes_go_proto.String `protobuf:"bytes,13,opt,name=name,proto3" json:"name,omitempty"`
	// Name for this code system (human friendly)
	Title  *datatypes_go_proto.String `protobuf:"bytes,14,opt,name=title,proto3" json:"title,omitempty"`
	Status *CodeSystem_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 code system
	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 code system (if applicable)
	Jurisdiction []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,22,rep,name=jurisdiction,proto3" json:"jurisdiction,omitempty"`
	// Why this code system 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"`
	// If code comparison is case sensitive
	CaseSensitive *datatypes_go_proto.Boolean `protobuf:"bytes,25,opt,name=case_sensitive,json=caseSensitive,proto3" json:"case_sensitive,omitempty"`
	// Canonical reference to the value set with entire code system
	ValueSet         *datatypes_go_proto.Canonical    `protobuf:"bytes,26,opt,name=value_set,json=valueSet,proto3" json:"value_set,omitempty"`
	HierarchyMeaning *CodeSystem_HierarchyMeaningCode `protobuf:"bytes,27,opt,name=hierarchy_meaning,json=hierarchyMeaning,proto3" json:"hierarchy_meaning,omitempty"`
	// If code system defines a compositional grammar
	Compositional *datatypes_go_proto.Boolean `protobuf:"bytes,28,opt,name=compositional,proto3" json:"compositional,omitempty"`
	// If definitions are not stable
	VersionNeeded *datatypes_go_proto.Boolean `protobuf:"bytes,29,opt,name=version_needed,json=versionNeeded,proto3" json:"version_needed,omitempty"`
	Content       *CodeSystem_ContentCode     `protobuf:"bytes,30,opt,name=content,proto3" json:"content,omitempty"`
	// Canonical URL of Code System this adds designations and properties to
	Supplements *datatypes_go_proto.Canonical `protobuf:"bytes,31,opt,name=supplements,proto3" json:"supplements,omitempty"`
	// Total concepts in the code system
	Count    *datatypes_go_proto.UnsignedInt `protobuf:"bytes,32,opt,name=count,proto3" json:"count,omitempty"`
	Filter   []*CodeSystem_Filter            `protobuf:"bytes,33,rep,name=filter,proto3" json:"filter,omitempty"`
	Property []*CodeSystem_Property          `protobuf:"bytes,34,rep,name=property,proto3" json:"property,omitempty"`
	Concept  []*CodeSystem_ConceptDefinition `protobuf:"bytes,35,rep,name=concept,proto3" json:"concept,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for CodeSystem, last updated 2019-11-01T09:29:23.356+11:00. Declares the existence of and describes a code system or code system supplement. See http://hl7.org/fhir/StructureDefinition/CodeSystem

func (*CodeSystem) Descriptor deprecated

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

Deprecated: Use CodeSystem.ProtoReflect.Descriptor instead.

func (*CodeSystem) GetCaseSensitive

func (x *CodeSystem) GetCaseSensitive() *datatypes_go_proto.Boolean

func (*CodeSystem) GetCompositional

func (x *CodeSystem) GetCompositional() *datatypes_go_proto.Boolean

func (*CodeSystem) GetConcept

func (x *CodeSystem) GetConcept() []*CodeSystem_ConceptDefinition

func (*CodeSystem) GetContact

func (x *CodeSystem) GetContact() []*datatypes_go_proto.ContactDetail

func (*CodeSystem) GetContained

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

func (*CodeSystem) GetContent

func (x *CodeSystem) GetContent() *CodeSystem_ContentCode

func (*CodeSystem) GetCopyright

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

func (*CodeSystem) GetCount

func (x *CodeSystem) GetCount() *datatypes_go_proto.UnsignedInt

func (*CodeSystem) GetDate

func (x *CodeSystem) GetDate() *datatypes_go_proto.DateTime

func (*CodeSystem) GetDescription

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

func (*CodeSystem) GetExperimental

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

func (*CodeSystem) GetExtension

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

func (*CodeSystem) GetFilter

func (x *CodeSystem) GetFilter() []*CodeSystem_Filter

func (*CodeSystem) GetHierarchyMeaning

func (x *CodeSystem) GetHierarchyMeaning() *CodeSystem_HierarchyMeaningCode

func (*CodeSystem) GetId

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

func (*CodeSystem) GetIdentifier

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

func (*CodeSystem) GetImplicitRules

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

func (*CodeSystem) GetJurisdiction

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

func (*CodeSystem) GetLanguage

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

func (*CodeSystem) GetMeta

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

func (*CodeSystem) GetModifierExtension

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

func (*CodeSystem) GetName

func (x *CodeSystem) GetName() *datatypes_go_proto.String

func (*CodeSystem) GetProperty

func (x *CodeSystem) GetProperty() []*CodeSystem_Property

func (*CodeSystem) GetPublisher

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

func (*CodeSystem) GetPurpose

func (x *CodeSystem) GetPurpose() *datatypes_go_proto.Markdown

func (*CodeSystem) GetStatus

func (x *CodeSystem) GetStatus() *CodeSystem_StatusCode

func (*CodeSystem) GetSupplements

func (x *CodeSystem) GetSupplements() *datatypes_go_proto.Canonical

func (*CodeSystem) GetText

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

func (*CodeSystem) GetTitle

func (x *CodeSystem) GetTitle() *datatypes_go_proto.String

func (*CodeSystem) GetUrl

func (x *CodeSystem) GetUrl() *datatypes_go_proto.Uri

func (*CodeSystem) GetUseContext

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

func (*CodeSystem) GetValueSet

func (x *CodeSystem) GetValueSet() *datatypes_go_proto.Canonical

func (*CodeSystem) GetVersion

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

func (*CodeSystem) GetVersionNeeded

func (x *CodeSystem) GetVersionNeeded() *datatypes_go_proto.Boolean

func (*CodeSystem) ProtoMessage

func (*CodeSystem) ProtoMessage()

func (*CodeSystem) ProtoReflect

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

func (*CodeSystem) Reset

func (x *CodeSystem) Reset()

func (*CodeSystem) String

func (x *CodeSystem) String() string

type CodeSystem_ConceptDefinition

type CodeSystem_ConceptDefinition 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 that identifies concept
	Code *datatypes_go_proto.Code `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
	// Text to display to the user
	Display *datatypes_go_proto.String `protobuf:"bytes,5,opt,name=display,proto3" json:"display,omitempty"`
	// Formal definition
	Definition  *datatypes_go_proto.String                      `protobuf:"bytes,6,opt,name=definition,proto3" json:"definition,omitempty"`
	Designation []*CodeSystem_ConceptDefinition_Designation     `protobuf:"bytes,7,rep,name=designation,proto3" json:"designation,omitempty"`
	Property    []*CodeSystem_ConceptDefinition_ConceptProperty `protobuf:"bytes,8,rep,name=property,proto3" json:"property,omitempty"`
	// Child Concepts (is-a/contains/categorizes)
	Concept []*CodeSystem_ConceptDefinition `protobuf:"bytes,9,rep,name=concept,proto3" json:"concept,omitempty"`
	// contains filtered or unexported fields
}

Concepts in the code system

func (*CodeSystem_ConceptDefinition) Descriptor deprecated

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

Deprecated: Use CodeSystem_ConceptDefinition.ProtoReflect.Descriptor instead.

func (*CodeSystem_ConceptDefinition) GetCode

func (*CodeSystem_ConceptDefinition) GetConcept

func (*CodeSystem_ConceptDefinition) GetDefinition

func (*CodeSystem_ConceptDefinition) GetDesignation

func (*CodeSystem_ConceptDefinition) GetDisplay

func (*CodeSystem_ConceptDefinition) GetExtension

func (*CodeSystem_ConceptDefinition) GetId

func (*CodeSystem_ConceptDefinition) GetModifierExtension

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

func (*CodeSystem_ConceptDefinition) GetProperty

func (*CodeSystem_ConceptDefinition) ProtoMessage

func (*CodeSystem_ConceptDefinition) ProtoMessage()

func (*CodeSystem_ConceptDefinition) ProtoReflect

func (*CodeSystem_ConceptDefinition) Reset

func (x *CodeSystem_ConceptDefinition) Reset()

func (*CodeSystem_ConceptDefinition) String

type CodeSystem_ConceptDefinition_ConceptProperty

type CodeSystem_ConceptDefinition_ConceptProperty 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"`
	// Reference to CodeSystem.property.code
	Code  *datatypes_go_proto.Code                             `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
	Value *CodeSystem_ConceptDefinition_ConceptProperty_ValueX `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Property value for the concept

func (*CodeSystem_ConceptDefinition_ConceptProperty) Descriptor deprecated

Deprecated: Use CodeSystem_ConceptDefinition_ConceptProperty.ProtoReflect.Descriptor instead.

func (*CodeSystem_ConceptDefinition_ConceptProperty) GetCode

func (*CodeSystem_ConceptDefinition_ConceptProperty) GetExtension

func (*CodeSystem_ConceptDefinition_ConceptProperty) GetId

func (*CodeSystem_ConceptDefinition_ConceptProperty) GetModifierExtension

func (*CodeSystem_ConceptDefinition_ConceptProperty) GetValue

func (*CodeSystem_ConceptDefinition_ConceptProperty) ProtoMessage

func (*CodeSystem_ConceptDefinition_ConceptProperty) ProtoReflect

func (*CodeSystem_ConceptDefinition_ConceptProperty) Reset

func (*CodeSystem_ConceptDefinition_ConceptProperty) String

type CodeSystem_ConceptDefinition_ConceptProperty_ValueX

type CodeSystem_ConceptDefinition_ConceptProperty_ValueX struct {

	// Types that are assignable to Choice:
	//	*CodeSystem_ConceptDefinition_ConceptProperty_ValueX_Code
	//	*CodeSystem_ConceptDefinition_ConceptProperty_ValueX_Coding
	//	*CodeSystem_ConceptDefinition_ConceptProperty_ValueX_StringValue
	//	*CodeSystem_ConceptDefinition_ConceptProperty_ValueX_Integer
	//	*CodeSystem_ConceptDefinition_ConceptProperty_ValueX_Boolean
	//	*CodeSystem_ConceptDefinition_ConceptProperty_ValueX_DateTime
	//	*CodeSystem_ConceptDefinition_ConceptProperty_ValueX_Decimal
	Choice isCodeSystem_ConceptDefinition_ConceptProperty_ValueX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Value of the property for this concept

func (*CodeSystem_ConceptDefinition_ConceptProperty_ValueX) Descriptor deprecated

Deprecated: Use CodeSystem_ConceptDefinition_ConceptProperty_ValueX.ProtoReflect.Descriptor instead.

func (*CodeSystem_ConceptDefinition_ConceptProperty_ValueX) GetBoolean

func (*CodeSystem_ConceptDefinition_ConceptProperty_ValueX) GetChoice

func (m *CodeSystem_ConceptDefinition_ConceptProperty_ValueX) GetChoice() isCodeSystem_ConceptDefinition_ConceptProperty_ValueX_Choice

func (*CodeSystem_ConceptDefinition_ConceptProperty_ValueX) GetCode

func (*CodeSystem_ConceptDefinition_ConceptProperty_ValueX) GetCoding

func (*CodeSystem_ConceptDefinition_ConceptProperty_ValueX) GetDateTime

func (*CodeSystem_ConceptDefinition_ConceptProperty_ValueX) GetDecimal

func (*CodeSystem_ConceptDefinition_ConceptProperty_ValueX) GetInteger

func (*CodeSystem_ConceptDefinition_ConceptProperty_ValueX) GetStringValue

func (*CodeSystem_ConceptDefinition_ConceptProperty_ValueX) ProtoMessage

func (*CodeSystem_ConceptDefinition_ConceptProperty_ValueX) ProtoReflect

func (*CodeSystem_ConceptDefinition_ConceptProperty_ValueX) Reset

func (*CodeSystem_ConceptDefinition_ConceptProperty_ValueX) String

type CodeSystem_ConceptDefinition_ConceptProperty_ValueX_Boolean

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

type CodeSystem_ConceptDefinition_ConceptProperty_ValueX_Code

type CodeSystem_ConceptDefinition_ConceptProperty_ValueX_Code struct {
	Code *datatypes_go_proto.Code `protobuf:"bytes,1,opt,name=code,proto3,oneof"`
}

type CodeSystem_ConceptDefinition_ConceptProperty_ValueX_Coding

type CodeSystem_ConceptDefinition_ConceptProperty_ValueX_Coding struct {
	Coding *datatypes_go_proto.Coding `protobuf:"bytes,2,opt,name=coding,proto3,oneof"`
}

type CodeSystem_ConceptDefinition_ConceptProperty_ValueX_DateTime

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

type CodeSystem_ConceptDefinition_ConceptProperty_ValueX_Decimal

type CodeSystem_ConceptDefinition_ConceptProperty_ValueX_Decimal struct {
	Decimal *datatypes_go_proto.Decimal `protobuf:"bytes,7,opt,name=decimal,proto3,oneof"`
}

type CodeSystem_ConceptDefinition_ConceptProperty_ValueX_Integer

type CodeSystem_ConceptDefinition_ConceptProperty_ValueX_Integer struct {
	Integer *datatypes_go_proto.Integer `protobuf:"bytes,4,opt,name=integer,proto3,oneof"`
}

type CodeSystem_ConceptDefinition_ConceptProperty_ValueX_StringValue

type CodeSystem_ConceptDefinition_ConceptProperty_ValueX_StringValue struct {
	StringValue *datatypes_go_proto.String `protobuf:"bytes,3,opt,name=string_value,json=string,proto3,oneof"`
}

type CodeSystem_ConceptDefinition_Designation

type CodeSystem_ConceptDefinition_Designation 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"`
	// Human language of the designation
	Language *datatypes_go_proto.Code `protobuf:"bytes,4,opt,name=language,proto3" json:"language,omitempty"`
	// Details how this designation would be used
	Use *datatypes_go_proto.Coding `protobuf:"bytes,5,opt,name=use,proto3" json:"use,omitempty"`
	// The text value for this designation
	Value *datatypes_go_proto.String `protobuf:"bytes,6,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Additional representations for the concept

func (*CodeSystem_ConceptDefinition_Designation) Descriptor deprecated

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

Deprecated: Use CodeSystem_ConceptDefinition_Designation.ProtoReflect.Descriptor instead.

func (*CodeSystem_ConceptDefinition_Designation) GetExtension

func (*CodeSystem_ConceptDefinition_Designation) GetId

func (*CodeSystem_ConceptDefinition_Designation) GetLanguage

func (*CodeSystem_ConceptDefinition_Designation) GetModifierExtension

func (*CodeSystem_ConceptDefinition_Designation) GetUse

func (*CodeSystem_ConceptDefinition_Designation) GetValue

func (*CodeSystem_ConceptDefinition_Designation) ProtoMessage

func (*CodeSystem_ConceptDefinition_Designation) ProtoReflect

func (*CodeSystem_ConceptDefinition_Designation) Reset

func (*CodeSystem_ConceptDefinition_Designation) String

type CodeSystem_ContentCode

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

not-present | example | fragment | complete | supplement

func (*CodeSystem_ContentCode) Descriptor deprecated

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

Deprecated: Use CodeSystem_ContentCode.ProtoReflect.Descriptor instead.

func (*CodeSystem_ContentCode) GetExtension

func (*CodeSystem_ContentCode) GetId

func (*CodeSystem_ContentCode) GetValue

func (*CodeSystem_ContentCode) ProtoMessage

func (*CodeSystem_ContentCode) ProtoMessage()

func (*CodeSystem_ContentCode) ProtoReflect

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

func (*CodeSystem_ContentCode) Reset

func (x *CodeSystem_ContentCode) Reset()

func (*CodeSystem_ContentCode) String

func (x *CodeSystem_ContentCode) String() string

type CodeSystem_Filter

type CodeSystem_Filter 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 that identifies the filter
	Code *datatypes_go_proto.Code `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
	// How or why the filter is used
	Description *datatypes_go_proto.String        `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Operator    []*CodeSystem_Filter_OperatorCode `protobuf:"bytes,6,rep,name=operator,proto3" json:"operator,omitempty"`
	// What to use for the value
	Value *datatypes_go_proto.String `protobuf:"bytes,7,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Filter that can be used in a value set

func (*CodeSystem_Filter) Descriptor deprecated

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

Deprecated: Use CodeSystem_Filter.ProtoReflect.Descriptor instead.

func (*CodeSystem_Filter) GetCode

func (*CodeSystem_Filter) GetDescription

func (x *CodeSystem_Filter) GetDescription() *datatypes_go_proto.String

func (*CodeSystem_Filter) GetExtension

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

func (*CodeSystem_Filter) GetId

func (*CodeSystem_Filter) GetModifierExtension

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

func (*CodeSystem_Filter) GetOperator

func (*CodeSystem_Filter) GetValue

func (*CodeSystem_Filter) ProtoMessage

func (*CodeSystem_Filter) ProtoMessage()

func (*CodeSystem_Filter) ProtoReflect

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

func (*CodeSystem_Filter) Reset

func (x *CodeSystem_Filter) Reset()

func (*CodeSystem_Filter) String

func (x *CodeSystem_Filter) String() string

type CodeSystem_Filter_OperatorCode

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

= | is-a | descendent-of | is-not-a | regex | in | not-in | generalizes | exists

func (*CodeSystem_Filter_OperatorCode) Descriptor deprecated

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

Deprecated: Use CodeSystem_Filter_OperatorCode.ProtoReflect.Descriptor instead.

func (*CodeSystem_Filter_OperatorCode) GetExtension

func (*CodeSystem_Filter_OperatorCode) GetId

func (*CodeSystem_Filter_OperatorCode) GetValue

func (*CodeSystem_Filter_OperatorCode) ProtoMessage

func (*CodeSystem_Filter_OperatorCode) ProtoMessage()

func (*CodeSystem_Filter_OperatorCode) ProtoReflect

func (*CodeSystem_Filter_OperatorCode) Reset

func (x *CodeSystem_Filter_OperatorCode) Reset()

func (*CodeSystem_Filter_OperatorCode) String

type CodeSystem_HierarchyMeaningCode

type CodeSystem_HierarchyMeaningCode struct {
	Value     codes_go_proto.CodeSystemHierarchyMeaningCode_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
}

grouped-by | is-a | part-of | classified-with

func (*CodeSystem_HierarchyMeaningCode) Descriptor deprecated

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

Deprecated: Use CodeSystem_HierarchyMeaningCode.ProtoReflect.Descriptor instead.

func (*CodeSystem_HierarchyMeaningCode) GetExtension

func (*CodeSystem_HierarchyMeaningCode) GetId

func (*CodeSystem_HierarchyMeaningCode) GetValue

func (*CodeSystem_HierarchyMeaningCode) ProtoMessage

func (*CodeSystem_HierarchyMeaningCode) ProtoMessage()

func (*CodeSystem_HierarchyMeaningCode) ProtoReflect

func (*CodeSystem_HierarchyMeaningCode) Reset

func (*CodeSystem_HierarchyMeaningCode) String

type CodeSystem_Property

type CodeSystem_Property 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"`
	// Identifies the property on the concepts, and when referred to in
	// operations
	Code *datatypes_go_proto.Code `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
	// Formal identifier for the property
	Uri *datatypes_go_proto.Uri `protobuf:"bytes,5,opt,name=uri,proto3" json:"uri,omitempty"`
	// Why the property is defined, and/or what it conveys
	Description *datatypes_go_proto.String    `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	Type        *CodeSystem_Property_TypeCode `protobuf:"bytes,7,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

Additional information supplied about each concept

func (*CodeSystem_Property) Descriptor deprecated

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

Deprecated: Use CodeSystem_Property.ProtoReflect.Descriptor instead.

func (*CodeSystem_Property) GetCode

func (*CodeSystem_Property) GetDescription

func (x *CodeSystem_Property) GetDescription() *datatypes_go_proto.String

func (*CodeSystem_Property) GetExtension

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

func (*CodeSystem_Property) GetId

func (*CodeSystem_Property) GetModifierExtension

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

func (*CodeSystem_Property) GetType

func (*CodeSystem_Property) GetUri

func (*CodeSystem_Property) ProtoMessage

func (*CodeSystem_Property) ProtoMessage()

func (*CodeSystem_Property) ProtoReflect

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

func (*CodeSystem_Property) Reset

func (x *CodeSystem_Property) Reset()

func (*CodeSystem_Property) String

func (x *CodeSystem_Property) String() string

type CodeSystem_Property_TypeCode

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

code | Coding | string | integer | boolean | dateTime | decimal

func (*CodeSystem_Property_TypeCode) Descriptor deprecated

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

Deprecated: Use CodeSystem_Property_TypeCode.ProtoReflect.Descriptor instead.

func (*CodeSystem_Property_TypeCode) GetExtension

func (*CodeSystem_Property_TypeCode) GetId

func (*CodeSystem_Property_TypeCode) GetValue

func (*CodeSystem_Property_TypeCode) ProtoMessage

func (*CodeSystem_Property_TypeCode) ProtoMessage()

func (*CodeSystem_Property_TypeCode) ProtoReflect

func (*CodeSystem_Property_TypeCode) Reset

func (x *CodeSystem_Property_TypeCode) Reset()

func (*CodeSystem_Property_TypeCode) String

type CodeSystem_StatusCode

type CodeSystem_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 (*CodeSystem_StatusCode) Descriptor deprecated

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

Deprecated: Use CodeSystem_StatusCode.ProtoReflect.Descriptor instead.

func (*CodeSystem_StatusCode) GetExtension

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

func (*CodeSystem_StatusCode) GetId

func (*CodeSystem_StatusCode) GetValue

func (*CodeSystem_StatusCode) ProtoMessage

func (*CodeSystem_StatusCode) ProtoMessage()

func (*CodeSystem_StatusCode) ProtoReflect

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

func (*CodeSystem_StatusCode) Reset

func (x *CodeSystem_StatusCode) Reset()

func (*CodeSystem_StatusCode) String

func (x *CodeSystem_StatusCode) String() string

Jump to

Keyboard shortcuts

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