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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_google_fhir_proto_r5_core_resources_substance_definition_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type SubstanceDefinition

type SubstanceDefinition 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"`
	// Identifier by which this substance is known
	Identifier *datatypes_go_proto.Identifier `protobuf:"bytes,10,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// A business level identifier of the substance
	Version *datatypes_go_proto.String `protobuf:"bytes,11,opt,name=version,proto3" json:"version,omitempty"`
	// Status of substance within the catalogue e.g. approved
	Status *datatypes_go_proto.CodeableConcept `protobuf:"bytes,12,opt,name=status,proto3" json:"status,omitempty"`
	// High level categorization, e.g. polymer or nucleic acid, or food, chemical,
	// biological
	Category *datatypes_go_proto.CodeableConcept `protobuf:"bytes,13,opt,name=category,proto3" json:"category,omitempty"`
	// If the substance applies to only human or veterinary use
	Domain *datatypes_go_proto.CodeableConcept `protobuf:"bytes,14,opt,name=domain,proto3" json:"domain,omitempty"`
	// Textual description of the substance
	Description *datatypes_go_proto.Markdown `protobuf:"bytes,15,opt,name=description,proto3" json:"description,omitempty"`
	// Supporting literature
	Source []*datatypes_go_proto.Reference `protobuf:"bytes,16,rep,name=source,proto3" json:"source,omitempty"`
	// Textual comment about this record of a substance
	Note []*datatypes_go_proto.Annotation `protobuf:"bytes,17,rep,name=note,proto3" json:"note,omitempty"`
	// A company that makes this substance
	Manufacturer []*datatypes_go_proto.Reference `protobuf:"bytes,18,rep,name=manufacturer,proto3" json:"manufacturer,omitempty"`
	// A company that supplies this substance
	Supplier []*datatypes_go_proto.Reference `protobuf:"bytes,19,rep,name=supplier,proto3" json:"supplier,omitempty"`
	Moiety   []*SubstanceDefinition_Moiety   `protobuf:"bytes,20,rep,name=moiety,proto3" json:"moiety,omitempty"`
	Property []*SubstanceDefinition_Property `protobuf:"bytes,21,rep,name=property,proto3" json:"property,omitempty"`
	// General information detailing this substance
	ReferenceInformation *datatypes_go_proto.Reference   `protobuf:"bytes,22,opt,name=reference_information,json=referenceInformation,proto3" json:"reference_information,omitempty"`
	Structure            *SubstanceDefinition_Structure  `protobuf:"bytes,23,opt,name=structure,proto3" json:"structure,omitempty"`
	Code                 []*SubstanceDefinition_CodeType `protobuf:"bytes,24,rep,name=code,proto3" json:"code,omitempty"`
	Name                 []*SubstanceDefinition_Name     `protobuf:"bytes,25,rep,name=name,proto3" json:"name,omitempty"`
	// The molecular weight or weight range (for proteins, polymers or nucleic
	// acids)
	MolecularWeight []*SubstanceDefinition_Structure_Isotope_MolecularWeight `protobuf:"bytes,26,rep,name=molecular_weight,json=molecularWeight,proto3" json:"molecular_weight,omitempty"`
	Relationship    []*SubstanceDefinition_Relationship                      `protobuf:"bytes,27,rep,name=relationship,proto3" json:"relationship,omitempty"`
	// Data items specific to nucleic acids
	NucleicAcid *datatypes_go_proto.Reference `protobuf:"bytes,28,opt,name=nucleic_acid,json=nucleicAcid,proto3" json:"nucleic_acid,omitempty"`
	// Data items specific to polymers
	Polymer *datatypes_go_proto.Reference `protobuf:"bytes,29,opt,name=polymer,proto3" json:"polymer,omitempty"`
	// Data items specific to proteins
	Protein *datatypes_go_proto.Reference `protobuf:"bytes,30,opt,name=protein,proto3" json:"protein,omitempty"`
	// Material or taxonomic/anatomical source for the substance
	SourceMaterial *datatypes_go_proto.Reference `protobuf:"bytes,31,opt,name=source_material,json=sourceMaterial,proto3" json:"source_material,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for SubstanceDefinition, last updated 2019-12-31T21:03:40.621+11:00. The detailed description of a substance, typically at a level beyond what is used for prescribing. See http://hl7.org/fhir/StructureDefinition/SubstanceDefinition

func (*SubstanceDefinition) Descriptor deprecated

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

Deprecated: Use SubstanceDefinition.ProtoReflect.Descriptor instead.

func (*SubstanceDefinition) GetCategory

func (*SubstanceDefinition) GetCode

func (*SubstanceDefinition) GetContained

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

func (*SubstanceDefinition) GetDescription

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

func (*SubstanceDefinition) GetDomain

func (*SubstanceDefinition) GetExtension

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

func (*SubstanceDefinition) GetId

func (*SubstanceDefinition) GetIdentifier

func (*SubstanceDefinition) GetImplicitRules

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

func (*SubstanceDefinition) GetLanguage

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

func (*SubstanceDefinition) GetManufacturer

func (x *SubstanceDefinition) GetManufacturer() []*datatypes_go_proto.Reference

func (*SubstanceDefinition) GetMeta

func (*SubstanceDefinition) GetModifierExtension

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

func (*SubstanceDefinition) GetMoiety

func (*SubstanceDefinition) GetMolecularWeight

func (*SubstanceDefinition) GetName

func (*SubstanceDefinition) GetNote

func (*SubstanceDefinition) GetNucleicAcid

func (x *SubstanceDefinition) GetNucleicAcid() *datatypes_go_proto.Reference

func (*SubstanceDefinition) GetPolymer

func (*SubstanceDefinition) GetProperty

func (*SubstanceDefinition) GetProtein

func (*SubstanceDefinition) GetReferenceInformation

func (x *SubstanceDefinition) GetReferenceInformation() *datatypes_go_proto.Reference

func (*SubstanceDefinition) GetRelationship

func (x *SubstanceDefinition) GetRelationship() []*SubstanceDefinition_Relationship

func (*SubstanceDefinition) GetSource

func (*SubstanceDefinition) GetSourceMaterial

func (x *SubstanceDefinition) GetSourceMaterial() *datatypes_go_proto.Reference

func (*SubstanceDefinition) GetStatus

func (*SubstanceDefinition) GetStructure

func (*SubstanceDefinition) GetSupplier

func (x *SubstanceDefinition) GetSupplier() []*datatypes_go_proto.Reference

func (*SubstanceDefinition) GetText

func (*SubstanceDefinition) GetVersion

func (*SubstanceDefinition) ProtoMessage

func (*SubstanceDefinition) ProtoMessage()

func (*SubstanceDefinition) ProtoReflect

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

func (*SubstanceDefinition) Reset

func (x *SubstanceDefinition) Reset()

func (*SubstanceDefinition) String

func (x *SubstanceDefinition) String() string

type SubstanceDefinition_CodeType

type SubstanceDefinition_CodeType 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"`
	// The specific code
	Code *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
	// Status of the code assignment, for example 'provisional', 'approved'
	Status *datatypes_go_proto.CodeableConcept `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	// The date at which the code status is changed as part of the terminology
	// maintenance
	StatusDate *datatypes_go_proto.DateTime `protobuf:"bytes,6,opt,name=status_date,json=statusDate,proto3" json:"status_date,omitempty"`
	// Any comment can be provided in this field, if necessary
	Note []*datatypes_go_proto.Annotation `protobuf:"bytes,7,rep,name=note,proto3" json:"note,omitempty"`
	// Supporting literature
	Source []*datatypes_go_proto.Reference `protobuf:"bytes,8,rep,name=source,proto3" json:"source,omitempty"`
	// contains filtered or unexported fields
}

Codes associated with the substance

func (*SubstanceDefinition_CodeType) Descriptor deprecated

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

Deprecated: Use SubstanceDefinition_CodeType.ProtoReflect.Descriptor instead.

func (*SubstanceDefinition_CodeType) GetCode

func (*SubstanceDefinition_CodeType) GetExtension

func (*SubstanceDefinition_CodeType) GetId

func (*SubstanceDefinition_CodeType) GetModifierExtension

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

func (*SubstanceDefinition_CodeType) GetNote

func (*SubstanceDefinition_CodeType) GetSource

func (*SubstanceDefinition_CodeType) GetStatus

func (*SubstanceDefinition_CodeType) GetStatusDate

func (*SubstanceDefinition_CodeType) ProtoMessage

func (*SubstanceDefinition_CodeType) ProtoMessage()

func (*SubstanceDefinition_CodeType) ProtoReflect

func (*SubstanceDefinition_CodeType) Reset

func (x *SubstanceDefinition_CodeType) Reset()

func (*SubstanceDefinition_CodeType) String

type SubstanceDefinition_Moiety

type SubstanceDefinition_Moiety 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"`
	// Role that the moiety is playing
	Role *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=role,proto3" json:"role,omitempty"`
	// Identifier by which this moiety substance is known
	Identifier *datatypes_go_proto.Identifier `protobuf:"bytes,5,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// Textual name for this moiety substance
	Name *datatypes_go_proto.String `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// Stereochemistry type
	Stereochemistry *datatypes_go_proto.CodeableConcept `protobuf:"bytes,7,opt,name=stereochemistry,proto3" json:"stereochemistry,omitempty"`
	// Optical activity type
	OpticalActivity *datatypes_go_proto.CodeableConcept `protobuf:"bytes,8,opt,name=optical_activity,json=opticalActivity,proto3" json:"optical_activity,omitempty"`
	// Molecular formula for this moiety of this substance, typically using the
	// Hill system
	MolecularFormula *datatypes_go_proto.String          `protobuf:"bytes,9,opt,name=molecular_formula,json=molecularFormula,proto3" json:"molecular_formula,omitempty"`
	Amount           *SubstanceDefinition_Moiety_AmountX `protobuf:"bytes,10,opt,name=amount,proto3" json:"amount,omitempty"`
	// The measurement type of the quantitative value
	AmountType *datatypes_go_proto.CodeableConcept `protobuf:"bytes,11,opt,name=amount_type,json=amountType,proto3" json:"amount_type,omitempty"`
	// contains filtered or unexported fields
}

Moiety, for structural modifications

func (*SubstanceDefinition_Moiety) Descriptor deprecated

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

Deprecated: Use SubstanceDefinition_Moiety.ProtoReflect.Descriptor instead.

func (*SubstanceDefinition_Moiety) GetAmount

func (*SubstanceDefinition_Moiety) GetAmountType

func (*SubstanceDefinition_Moiety) GetExtension

func (*SubstanceDefinition_Moiety) GetId

func (*SubstanceDefinition_Moiety) GetIdentifier

func (*SubstanceDefinition_Moiety) GetModifierExtension

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

func (*SubstanceDefinition_Moiety) GetMolecularFormula

func (x *SubstanceDefinition_Moiety) GetMolecularFormula() *datatypes_go_proto.String

func (*SubstanceDefinition_Moiety) GetName

func (*SubstanceDefinition_Moiety) GetOpticalActivity

func (*SubstanceDefinition_Moiety) GetRole

func (*SubstanceDefinition_Moiety) GetStereochemistry

func (*SubstanceDefinition_Moiety) ProtoMessage

func (*SubstanceDefinition_Moiety) ProtoMessage()

func (*SubstanceDefinition_Moiety) ProtoReflect

func (*SubstanceDefinition_Moiety) Reset

func (x *SubstanceDefinition_Moiety) Reset()

func (*SubstanceDefinition_Moiety) String

func (x *SubstanceDefinition_Moiety) String() string

type SubstanceDefinition_Moiety_AmountX

type SubstanceDefinition_Moiety_AmountX struct {

	// Types that are assignable to Choice:
	//	*SubstanceDefinition_Moiety_AmountX_Quantity
	//	*SubstanceDefinition_Moiety_AmountX_StringValue
	Choice isSubstanceDefinition_Moiety_AmountX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Quantitative value for this moiety

func (*SubstanceDefinition_Moiety_AmountX) Descriptor deprecated

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

Deprecated: Use SubstanceDefinition_Moiety_AmountX.ProtoReflect.Descriptor instead.

func (*SubstanceDefinition_Moiety_AmountX) GetChoice

func (m *SubstanceDefinition_Moiety_AmountX) GetChoice() isSubstanceDefinition_Moiety_AmountX_Choice

func (*SubstanceDefinition_Moiety_AmountX) GetQuantity

func (*SubstanceDefinition_Moiety_AmountX) GetStringValue

func (*SubstanceDefinition_Moiety_AmountX) ProtoMessage

func (*SubstanceDefinition_Moiety_AmountX) ProtoMessage()

func (*SubstanceDefinition_Moiety_AmountX) ProtoReflect

func (*SubstanceDefinition_Moiety_AmountX) Reset

func (*SubstanceDefinition_Moiety_AmountX) String

type SubstanceDefinition_Moiety_AmountX_Quantity

type SubstanceDefinition_Moiety_AmountX_Quantity struct {
	Quantity *datatypes_go_proto.Quantity `protobuf:"bytes,1,opt,name=quantity,proto3,oneof"`
}

type SubstanceDefinition_Moiety_AmountX_StringValue

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

type SubstanceDefinition_Name

type SubstanceDefinition_Name 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"`
	// The actual name
	Name *datatypes_go_proto.String `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// Name type, for example 'systematic',  'scientific, 'brand'
	Type *datatypes_go_proto.CodeableConcept `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	// The status of the name, for example 'current', 'proposed'
	Status *datatypes_go_proto.CodeableConcept `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"`
	// If this is the preferred name for this substance
	Preferred *datatypes_go_proto.Boolean `protobuf:"bytes,7,opt,name=preferred,proto3" json:"preferred,omitempty"`
	// Human language that the name is written in
	Language []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,8,rep,name=language,proto3" json:"language,omitempty"`
	// The use context of this name for example if there is a different name a
	// drug active ingredient as opposed to a food colour additive
	Domain []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,9,rep,name=domain,proto3" json:"domain,omitempty"`
	// The jurisdiction where this name applies
	Jurisdiction []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,10,rep,name=jurisdiction,proto3" json:"jurisdiction,omitempty"`
	// A synonym of this particular name, by which the substance is also known
	Synonym []*SubstanceDefinition_Name `protobuf:"bytes,11,rep,name=synonym,proto3" json:"synonym,omitempty"`
	// A translation for this name into another human language
	Translation []*SubstanceDefinition_Name          `protobuf:"bytes,12,rep,name=translation,proto3" json:"translation,omitempty"`
	Official    []*SubstanceDefinition_Name_Official `protobuf:"bytes,13,rep,name=official,proto3" json:"official,omitempty"`
	// Supporting literature
	Source []*datatypes_go_proto.Reference `protobuf:"bytes,14,rep,name=source,proto3" json:"source,omitempty"`
	// contains filtered or unexported fields
}

Names applicable to this substance

func (*SubstanceDefinition_Name) Descriptor deprecated

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

Deprecated: Use SubstanceDefinition_Name.ProtoReflect.Descriptor instead.

func (*SubstanceDefinition_Name) GetDomain

func (*SubstanceDefinition_Name) GetExtension

func (*SubstanceDefinition_Name) GetId

func (*SubstanceDefinition_Name) GetJurisdiction

func (*SubstanceDefinition_Name) GetLanguage

func (*SubstanceDefinition_Name) GetModifierExtension

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

func (*SubstanceDefinition_Name) GetName

func (*SubstanceDefinition_Name) GetOfficial

func (*SubstanceDefinition_Name) GetPreferred

func (*SubstanceDefinition_Name) GetSource

func (*SubstanceDefinition_Name) GetStatus

func (*SubstanceDefinition_Name) GetSynonym

func (*SubstanceDefinition_Name) GetTranslation

func (x *SubstanceDefinition_Name) GetTranslation() []*SubstanceDefinition_Name

func (*SubstanceDefinition_Name) GetType

func (*SubstanceDefinition_Name) ProtoMessage

func (*SubstanceDefinition_Name) ProtoMessage()

func (*SubstanceDefinition_Name) ProtoReflect

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

func (*SubstanceDefinition_Name) Reset

func (x *SubstanceDefinition_Name) Reset()

func (*SubstanceDefinition_Name) String

func (x *SubstanceDefinition_Name) String() string

type SubstanceDefinition_Name_Official

type SubstanceDefinition_Name_Official 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"`
	// Which authority uses this official name
	Authority *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=authority,proto3" json:"authority,omitempty"`
	// The status of the official name, for example 'provisional', 'approved'
	Status *datatypes_go_proto.CodeableConcept `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	// Date of official name change
	Date *datatypes_go_proto.DateTime `protobuf:"bytes,6,opt,name=date,proto3" json:"date,omitempty"`
	// contains filtered or unexported fields
}

Details of the official nature of this name

func (*SubstanceDefinition_Name_Official) Descriptor deprecated

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

Deprecated: Use SubstanceDefinition_Name_Official.ProtoReflect.Descriptor instead.

func (*SubstanceDefinition_Name_Official) GetAuthority

func (*SubstanceDefinition_Name_Official) GetDate

func (*SubstanceDefinition_Name_Official) GetExtension

func (*SubstanceDefinition_Name_Official) GetId

func (*SubstanceDefinition_Name_Official) GetModifierExtension

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

func (*SubstanceDefinition_Name_Official) GetStatus

func (*SubstanceDefinition_Name_Official) ProtoMessage

func (*SubstanceDefinition_Name_Official) ProtoMessage()

func (*SubstanceDefinition_Name_Official) ProtoReflect

func (*SubstanceDefinition_Name_Official) Reset

func (*SubstanceDefinition_Name_Official) String

type SubstanceDefinition_Property

type SubstanceDefinition_Property 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"`
	// A category for this property, e.g. Physical, Chemical, Enzymatic
	Category *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=category,proto3" json:"category,omitempty"`
	// Property type e.g. viscosity, pH, isoelectric point
	Code *datatypes_go_proto.CodeableConcept `protobuf:"bytes,5,opt,name=code,proto3" json:"code,omitempty"`
	// Parameters that were used in the measurement of a property (e.g. for
	// viscosity: measured at 20C with a pH of 7.1)
	Parameters        *datatypes_go_proto.String                       `protobuf:"bytes,6,opt,name=parameters,proto3" json:"parameters,omitempty"`
	DefiningSubstance *SubstanceDefinition_Property_DefiningSubstanceX `protobuf:"bytes,7,opt,name=defining_substance,json=definingSubstance,proto3" json:"defining_substance,omitempty"`
	Amount            *SubstanceDefinition_Property_AmountX            `protobuf:"bytes,8,opt,name=amount,proto3" json:"amount,omitempty"`
	// Range of typical values
	ReferenceRange *datatypes_go_proto.Range `protobuf:"bytes,9,opt,name=reference_range,json=referenceRange,proto3" json:"reference_range,omitempty"`
	// Supporting literature
	Source []*datatypes_go_proto.Reference `protobuf:"bytes,10,rep,name=source,proto3" json:"source,omitempty"`
	// contains filtered or unexported fields
}

General specifications for this substance, including how it is related to other substances

func (*SubstanceDefinition_Property) Descriptor deprecated

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

Deprecated: Use SubstanceDefinition_Property.ProtoReflect.Descriptor instead.

func (*SubstanceDefinition_Property) GetAmount

func (*SubstanceDefinition_Property) GetCategory

func (*SubstanceDefinition_Property) GetCode

func (*SubstanceDefinition_Property) GetDefiningSubstance

func (*SubstanceDefinition_Property) GetExtension

func (*SubstanceDefinition_Property) GetId

func (*SubstanceDefinition_Property) GetModifierExtension

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

func (*SubstanceDefinition_Property) GetParameters

func (*SubstanceDefinition_Property) GetReferenceRange

func (x *SubstanceDefinition_Property) GetReferenceRange() *datatypes_go_proto.Range

func (*SubstanceDefinition_Property) GetSource

func (*SubstanceDefinition_Property) ProtoMessage

func (*SubstanceDefinition_Property) ProtoMessage()

func (*SubstanceDefinition_Property) ProtoReflect

func (*SubstanceDefinition_Property) Reset

func (x *SubstanceDefinition_Property) Reset()

func (*SubstanceDefinition_Property) String

type SubstanceDefinition_Property_AmountX

type SubstanceDefinition_Property_AmountX struct {

	// Types that are assignable to Choice:
	//	*SubstanceDefinition_Property_AmountX_Quantity
	//	*SubstanceDefinition_Property_AmountX_StringValue
	Choice isSubstanceDefinition_Property_AmountX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Quantitative value for this property

func (*SubstanceDefinition_Property_AmountX) Descriptor deprecated

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

Deprecated: Use SubstanceDefinition_Property_AmountX.ProtoReflect.Descriptor instead.

func (*SubstanceDefinition_Property_AmountX) GetChoice

func (m *SubstanceDefinition_Property_AmountX) GetChoice() isSubstanceDefinition_Property_AmountX_Choice

func (*SubstanceDefinition_Property_AmountX) GetQuantity

func (*SubstanceDefinition_Property_AmountX) GetStringValue

func (*SubstanceDefinition_Property_AmountX) ProtoMessage

func (*SubstanceDefinition_Property_AmountX) ProtoMessage()

func (*SubstanceDefinition_Property_AmountX) ProtoReflect

func (*SubstanceDefinition_Property_AmountX) Reset

func (*SubstanceDefinition_Property_AmountX) String

type SubstanceDefinition_Property_AmountX_Quantity

type SubstanceDefinition_Property_AmountX_Quantity struct {
	Quantity *datatypes_go_proto.Quantity `protobuf:"bytes,1,opt,name=quantity,proto3,oneof"`
}

type SubstanceDefinition_Property_AmountX_StringValue

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

type SubstanceDefinition_Property_DefiningSubstanceX

type SubstanceDefinition_Property_DefiningSubstanceX struct {

	// Types that are assignable to Choice:
	//	*SubstanceDefinition_Property_DefiningSubstanceX_Reference
	//	*SubstanceDefinition_Property_DefiningSubstanceX_CodeableConcept
	Choice isSubstanceDefinition_Property_DefiningSubstanceX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

A substance upon which a defining property depends (e.g. for solubility: in water, in alcohol)

func (*SubstanceDefinition_Property_DefiningSubstanceX) Descriptor deprecated

Deprecated: Use SubstanceDefinition_Property_DefiningSubstanceX.ProtoReflect.Descriptor instead.

func (*SubstanceDefinition_Property_DefiningSubstanceX) GetChoice

func (m *SubstanceDefinition_Property_DefiningSubstanceX) GetChoice() isSubstanceDefinition_Property_DefiningSubstanceX_Choice

func (*SubstanceDefinition_Property_DefiningSubstanceX) GetCodeableConcept

func (*SubstanceDefinition_Property_DefiningSubstanceX) GetReference

func (*SubstanceDefinition_Property_DefiningSubstanceX) ProtoMessage

func (*SubstanceDefinition_Property_DefiningSubstanceX) ProtoReflect

func (*SubstanceDefinition_Property_DefiningSubstanceX) Reset

func (*SubstanceDefinition_Property_DefiningSubstanceX) String

type SubstanceDefinition_Property_DefiningSubstanceX_CodeableConcept

type SubstanceDefinition_Property_DefiningSubstanceX_CodeableConcept struct {
	CodeableConcept *datatypes_go_proto.CodeableConcept `protobuf:"bytes,2,opt,name=codeable_concept,json=codeableConcept,proto3,oneof"`
}

type SubstanceDefinition_Property_DefiningSubstanceX_Reference

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

type SubstanceDefinition_Relationship

type SubstanceDefinition_Relationship 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"`
	SubstanceDefinition *SubstanceDefinition_Relationship_SubstanceDefinitionX `protobuf:"bytes,4,opt,name=substance_definition,json=substanceDefinition,proto3" json:"substance_definition,omitempty"`
	// For example "salt to parent", "active moiety", "starting material",
	// "polymorph"
	Type *datatypes_go_proto.CodeableConcept `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	// For example where an enzyme strongly bonds with a particular substance,
	// this is a defining relationship for that enzyme, out of several possible
	// substance relationships
	IsDefining *datatypes_go_proto.Boolean               `protobuf:"bytes,6,opt,name=is_defining,json=isDefining,proto3" json:"is_defining,omitempty"`
	Amount     *SubstanceDefinition_Relationship_AmountX `protobuf:"bytes,7,opt,name=amount,proto3" json:"amount,omitempty"`
	// For use when the numeric has an uncertain range
	AmountRatioHighLimit *datatypes_go_proto.Ratio `protobuf:"bytes,8,opt,name=amount_ratio_high_limit,json=amountRatioHighLimit,proto3" json:"amount_ratio_high_limit,omitempty"`
	// An operator for the amount, for example "average", "approximately", "less
	// than"
	AmountType *datatypes_go_proto.CodeableConcept `protobuf:"bytes,9,opt,name=amount_type,json=amountType,proto3" json:"amount_type,omitempty"`
	// Supporting literature
	Source []*datatypes_go_proto.Reference `protobuf:"bytes,10,rep,name=source,proto3" json:"source,omitempty"`
	// contains filtered or unexported fields
}

A link between this substance and another, with details of the relationship

func (*SubstanceDefinition_Relationship) Descriptor deprecated

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

Deprecated: Use SubstanceDefinition_Relationship.ProtoReflect.Descriptor instead.

func (*SubstanceDefinition_Relationship) GetAmount

func (*SubstanceDefinition_Relationship) GetAmountRatioHighLimit

func (x *SubstanceDefinition_Relationship) GetAmountRatioHighLimit() *datatypes_go_proto.Ratio

func (*SubstanceDefinition_Relationship) GetAmountType

func (*SubstanceDefinition_Relationship) GetExtension

func (*SubstanceDefinition_Relationship) GetId

func (*SubstanceDefinition_Relationship) GetIsDefining

func (*SubstanceDefinition_Relationship) GetModifierExtension

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

func (*SubstanceDefinition_Relationship) GetSource

func (*SubstanceDefinition_Relationship) GetSubstanceDefinition

func (*SubstanceDefinition_Relationship) GetType

func (*SubstanceDefinition_Relationship) ProtoMessage

func (*SubstanceDefinition_Relationship) ProtoMessage()

func (*SubstanceDefinition_Relationship) ProtoReflect

func (*SubstanceDefinition_Relationship) Reset

func (*SubstanceDefinition_Relationship) String

type SubstanceDefinition_Relationship_AmountX

type SubstanceDefinition_Relationship_AmountX struct {

	// Types that are assignable to Choice:
	//	*SubstanceDefinition_Relationship_AmountX_Quantity
	//	*SubstanceDefinition_Relationship_AmountX_Range
	//	*SubstanceDefinition_Relationship_AmountX_Ratio
	//	*SubstanceDefinition_Relationship_AmountX_StringValue
	Choice isSubstanceDefinition_Relationship_AmountX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

A numeric factor for the relationship, for instance to express that the salt of a substance has some percentage of the active substance in relation to some other

func (*SubstanceDefinition_Relationship_AmountX) Descriptor deprecated

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

Deprecated: Use SubstanceDefinition_Relationship_AmountX.ProtoReflect.Descriptor instead.

func (*SubstanceDefinition_Relationship_AmountX) GetChoice

func (m *SubstanceDefinition_Relationship_AmountX) GetChoice() isSubstanceDefinition_Relationship_AmountX_Choice

func (*SubstanceDefinition_Relationship_AmountX) GetQuantity

func (*SubstanceDefinition_Relationship_AmountX) GetRange

func (*SubstanceDefinition_Relationship_AmountX) GetRatio

func (*SubstanceDefinition_Relationship_AmountX) GetStringValue

func (*SubstanceDefinition_Relationship_AmountX) ProtoMessage

func (*SubstanceDefinition_Relationship_AmountX) ProtoReflect

func (*SubstanceDefinition_Relationship_AmountX) Reset

func (*SubstanceDefinition_Relationship_AmountX) String

type SubstanceDefinition_Relationship_AmountX_Quantity

type SubstanceDefinition_Relationship_AmountX_Quantity struct {
	Quantity *datatypes_go_proto.Quantity `protobuf:"bytes,1,opt,name=quantity,proto3,oneof"`
}

type SubstanceDefinition_Relationship_AmountX_Range

type SubstanceDefinition_Relationship_AmountX_Range struct {
	Range *datatypes_go_proto.Range `protobuf:"bytes,2,opt,name=range,proto3,oneof"`
}

type SubstanceDefinition_Relationship_AmountX_Ratio

type SubstanceDefinition_Relationship_AmountX_Ratio struct {
	Ratio *datatypes_go_proto.Ratio `protobuf:"bytes,3,opt,name=ratio,proto3,oneof"`
}

type SubstanceDefinition_Relationship_AmountX_StringValue

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

type SubstanceDefinition_Relationship_SubstanceDefinitionX

type SubstanceDefinition_Relationship_SubstanceDefinitionX struct {

	// Types that are assignable to Choice:
	//	*SubstanceDefinition_Relationship_SubstanceDefinitionX_Reference
	//	*SubstanceDefinition_Relationship_SubstanceDefinitionX_CodeableConcept
	Choice isSubstanceDefinition_Relationship_SubstanceDefinitionX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

A pointer to another substance, as a resource or just a representational code

func (*SubstanceDefinition_Relationship_SubstanceDefinitionX) Descriptor deprecated

Deprecated: Use SubstanceDefinition_Relationship_SubstanceDefinitionX.ProtoReflect.Descriptor instead.

func (*SubstanceDefinition_Relationship_SubstanceDefinitionX) GetChoice

func (m *SubstanceDefinition_Relationship_SubstanceDefinitionX) GetChoice() isSubstanceDefinition_Relationship_SubstanceDefinitionX_Choice

func (*SubstanceDefinition_Relationship_SubstanceDefinitionX) GetCodeableConcept

func (*SubstanceDefinition_Relationship_SubstanceDefinitionX) GetReference

func (*SubstanceDefinition_Relationship_SubstanceDefinitionX) ProtoMessage

func (*SubstanceDefinition_Relationship_SubstanceDefinitionX) ProtoReflect

func (*SubstanceDefinition_Relationship_SubstanceDefinitionX) Reset

func (*SubstanceDefinition_Relationship_SubstanceDefinitionX) String

type SubstanceDefinition_Relationship_SubstanceDefinitionX_CodeableConcept

type SubstanceDefinition_Relationship_SubstanceDefinitionX_CodeableConcept struct {
	CodeableConcept *datatypes_go_proto.CodeableConcept `protobuf:"bytes,2,opt,name=codeable_concept,json=codeableConcept,proto3,oneof"`
}

type SubstanceDefinition_Relationship_SubstanceDefinitionX_Reference

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

type SubstanceDefinition_Structure

type SubstanceDefinition_Structure 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"`
	// Stereochemistry type
	Stereochemistry *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=stereochemistry,proto3" json:"stereochemistry,omitempty"`
	// Optical activity type
	OpticalActivity *datatypes_go_proto.CodeableConcept `protobuf:"bytes,5,opt,name=optical_activity,json=opticalActivity,proto3" json:"optical_activity,omitempty"`
	// Molecular formula of this substance, typically using the Hill system
	MolecularFormula *datatypes_go_proto.String `protobuf:"bytes,6,opt,name=molecular_formula,json=molecularFormula,proto3" json:"molecular_formula,omitempty"`
	// Specified per moiety according to the Hill system, i.e. first C, then H,
	// then alphabetical, each moiety separated by a dot
	MolecularFormulaByMoiety *datatypes_go_proto.String               `` /* 137-byte string literal not displayed */
	Isotope                  []*SubstanceDefinition_Structure_Isotope `protobuf:"bytes,8,rep,name=isotope,proto3" json:"isotope,omitempty"`
	// The molecular weight or weight range (for proteins, polymers or nucleic
	// acids)
	MolecularWeight *SubstanceDefinition_Structure_Isotope_MolecularWeight `protobuf:"bytes,9,opt,name=molecular_weight,json=molecularWeight,proto3" json:"molecular_weight,omitempty"`
	// Describes the source of information
	SourceCoding []*datatypes_go_proto.Coding `protobuf:"bytes,10,rep,name=source_coding,json=sourceCoding,proto3" json:"source_coding,omitempty"`
	// Supporting literature about the source of information
	SourceDocument []*datatypes_go_proto.Reference                 `protobuf:"bytes,11,rep,name=source_document,json=sourceDocument,proto3" json:"source_document,omitempty"`
	Representation []*SubstanceDefinition_Structure_Representation `protobuf:"bytes,12,rep,name=representation,proto3" json:"representation,omitempty"`
	// contains filtered or unexported fields
}

Structural information

func (*SubstanceDefinition_Structure) Descriptor deprecated

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

Deprecated: Use SubstanceDefinition_Structure.ProtoReflect.Descriptor instead.

func (*SubstanceDefinition_Structure) GetExtension

func (*SubstanceDefinition_Structure) GetId

func (*SubstanceDefinition_Structure) GetIsotope

func (*SubstanceDefinition_Structure) GetModifierExtension

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

func (*SubstanceDefinition_Structure) GetMolecularFormula

func (x *SubstanceDefinition_Structure) GetMolecularFormula() *datatypes_go_proto.String

func (*SubstanceDefinition_Structure) GetMolecularFormulaByMoiety

func (x *SubstanceDefinition_Structure) GetMolecularFormulaByMoiety() *datatypes_go_proto.String

func (*SubstanceDefinition_Structure) GetMolecularWeight

func (*SubstanceDefinition_Structure) GetOpticalActivity

func (*SubstanceDefinition_Structure) GetRepresentation

func (*SubstanceDefinition_Structure) GetSourceCoding

func (*SubstanceDefinition_Structure) GetSourceDocument

func (*SubstanceDefinition_Structure) GetStereochemistry

func (*SubstanceDefinition_Structure) ProtoMessage

func (*SubstanceDefinition_Structure) ProtoMessage()

func (*SubstanceDefinition_Structure) ProtoReflect

func (*SubstanceDefinition_Structure) Reset

func (x *SubstanceDefinition_Structure) Reset()

func (*SubstanceDefinition_Structure) String

type SubstanceDefinition_Structure_Isotope

type SubstanceDefinition_Structure_Isotope 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"`
	// Substance identifier for each non-natural or radioisotope
	Identifier *datatypes_go_proto.Identifier `protobuf:"bytes,4,opt,name=identifier,proto3" json:"identifier,omitempty"`
	// Substance name for each non-natural or radioisotope
	Name *datatypes_go_proto.CodeableConcept `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// The type of isotopic substitution present in a single substance
	Substitution *datatypes_go_proto.CodeableConcept `protobuf:"bytes,6,opt,name=substitution,proto3" json:"substitution,omitempty"`
	// Half life - for a non-natural nuclide
	HalfLife        *datatypes_go_proto.Quantity                           `protobuf:"bytes,7,opt,name=half_life,json=halfLife,proto3" json:"half_life,omitempty"`
	MolecularWeight *SubstanceDefinition_Structure_Isotope_MolecularWeight `protobuf:"bytes,8,opt,name=molecular_weight,json=molecularWeight,proto3" json:"molecular_weight,omitempty"`
	// contains filtered or unexported fields
}

Applicable for single substances that contain a radionuclide or a non-natural isotopic ratio

func (*SubstanceDefinition_Structure_Isotope) Descriptor deprecated

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

Deprecated: Use SubstanceDefinition_Structure_Isotope.ProtoReflect.Descriptor instead.

func (*SubstanceDefinition_Structure_Isotope) GetExtension

func (*SubstanceDefinition_Structure_Isotope) GetHalfLife

func (*SubstanceDefinition_Structure_Isotope) GetId

func (*SubstanceDefinition_Structure_Isotope) GetIdentifier

func (*SubstanceDefinition_Structure_Isotope) GetModifierExtension

func (*SubstanceDefinition_Structure_Isotope) GetMolecularWeight

func (*SubstanceDefinition_Structure_Isotope) GetName

func (*SubstanceDefinition_Structure_Isotope) GetSubstitution

func (*SubstanceDefinition_Structure_Isotope) ProtoMessage

func (*SubstanceDefinition_Structure_Isotope) ProtoMessage()

func (*SubstanceDefinition_Structure_Isotope) ProtoReflect

func (*SubstanceDefinition_Structure_Isotope) Reset

func (*SubstanceDefinition_Structure_Isotope) String

type SubstanceDefinition_Structure_Isotope_MolecularWeight

type SubstanceDefinition_Structure_Isotope_MolecularWeight 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"`
	// The method by which the molecular weight was determined
	Method *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=method,proto3" json:"method,omitempty"`
	// Type of molecular weight such as exact, average (also known as.
	// number average), weight average
	Type *datatypes_go_proto.CodeableConcept `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	// Used to capture quantitative values for a variety of elements. If
	// only limits are given, the arithmetic mean would be the average. If
	// only a single definite value for a given element is given, it would
	// be captured in this field
	Amount *datatypes_go_proto.Quantity `protobuf:"bytes,6,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

The molecular weight or weight range (for proteins, polymers or nucleic acids)

func (*SubstanceDefinition_Structure_Isotope_MolecularWeight) Descriptor deprecated

Deprecated: Use SubstanceDefinition_Structure_Isotope_MolecularWeight.ProtoReflect.Descriptor instead.

func (*SubstanceDefinition_Structure_Isotope_MolecularWeight) GetAmount

func (*SubstanceDefinition_Structure_Isotope_MolecularWeight) GetExtension

func (*SubstanceDefinition_Structure_Isotope_MolecularWeight) GetId

func (*SubstanceDefinition_Structure_Isotope_MolecularWeight) GetMethod

func (*SubstanceDefinition_Structure_Isotope_MolecularWeight) GetModifierExtension

func (*SubstanceDefinition_Structure_Isotope_MolecularWeight) GetType

func (*SubstanceDefinition_Structure_Isotope_MolecularWeight) ProtoMessage

func (*SubstanceDefinition_Structure_Isotope_MolecularWeight) ProtoReflect

func (*SubstanceDefinition_Structure_Isotope_MolecularWeight) Reset

func (*SubstanceDefinition_Structure_Isotope_MolecularWeight) String

type SubstanceDefinition_Structure_Representation

type SubstanceDefinition_Structure_Representation 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"`
	// The type of structure (e.g. Full, Partial, Representative)
	Type *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	// The structural representation as text string in a format e.g. InChI,
	// SMILES, MOLFILE, CDX
	Representation *datatypes_go_proto.String `protobuf:"bytes,5,opt,name=representation,proto3" json:"representation,omitempty"`
	// An attached file with the structural representation
	Attachment *datatypes_go_proto.Attachment `protobuf:"bytes,6,opt,name=attachment,proto3" json:"attachment,omitempty"`
	// contains filtered or unexported fields
}

Molecular structural representation

func (*SubstanceDefinition_Structure_Representation) Descriptor deprecated

Deprecated: Use SubstanceDefinition_Structure_Representation.ProtoReflect.Descriptor instead.

func (*SubstanceDefinition_Structure_Representation) GetAttachment

func (*SubstanceDefinition_Structure_Representation) GetExtension

func (*SubstanceDefinition_Structure_Representation) GetId

func (*SubstanceDefinition_Structure_Representation) GetModifierExtension

func (*SubstanceDefinition_Structure_Representation) GetRepresentation

func (*SubstanceDefinition_Structure_Representation) GetType

func (*SubstanceDefinition_Structure_Representation) ProtoMessage

func (*SubstanceDefinition_Structure_Representation) ProtoReflect

func (*SubstanceDefinition_Structure_Representation) Reset

func (*SubstanceDefinition_Structure_Representation) String

Jump to

Keyboard shortcuts

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