substance_specification_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: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_google_fhir_proto_r4_core_resources_substance_specification_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type SubstanceSpecification

type SubstanceSpecification 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"`
	// High level categorization, e.g. polymer or nucleic acid
	Type *datatypes_go_proto.CodeableConcept `protobuf:"bytes,11,opt,name=type,proto3" json:"type,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"`
	// If the substance applies to only human or veterinary use
	Domain *datatypes_go_proto.CodeableConcept `protobuf:"bytes,13,opt,name=domain,proto3" json:"domain,omitempty"`
	// Textual description of the substance
	Description *datatypes_go_proto.String `protobuf:"bytes,14,opt,name=description,proto3" json:"description,omitempty"`
	// Supporting literature
	Source []*datatypes_go_proto.Reference `protobuf:"bytes,15,rep,name=source,proto3" json:"source,omitempty"`
	// Textual comment about this record of a substance
	Comment  *datatypes_go_proto.String         `protobuf:"bytes,16,opt,name=comment,proto3" json:"comment,omitempty"`
	Moiety   []*SubstanceSpecification_Moiety   `protobuf:"bytes,17,rep,name=moiety,proto3" json:"moiety,omitempty"`
	Property []*SubstanceSpecification_Property `protobuf:"bytes,18,rep,name=property,proto3" json:"property,omitempty"`
	// General information detailing this substance
	ReferenceInformation *datatypes_go_proto.Reference      `protobuf:"bytes,19,opt,name=reference_information,json=referenceInformation,proto3" json:"reference_information,omitempty"`
	Structure            *SubstanceSpecification_Structure  `protobuf:"bytes,20,opt,name=structure,proto3" json:"structure,omitempty"`
	Code                 []*SubstanceSpecification_CodeType `protobuf:"bytes,21,rep,name=code,proto3" json:"code,omitempty"`
	Name                 []*SubstanceSpecification_Name     `protobuf:"bytes,22,rep,name=name,proto3" json:"name,omitempty"`
	// The molecular weight or weight range (for proteins, polymers or nucleic
	// acids)
	MolecularWeight []*SubstanceSpecification_Structure_Isotope_MolecularWeight `protobuf:"bytes,23,rep,name=molecular_weight,json=molecularWeight,proto3" json:"molecular_weight,omitempty"`
	Relationship    []*SubstanceSpecification_Relationship                      `protobuf:"bytes,24,rep,name=relationship,proto3" json:"relationship,omitempty"`
	// Data items specific to nucleic acids
	NucleicAcid *datatypes_go_proto.Reference `protobuf:"bytes,25,opt,name=nucleic_acid,json=nucleicAcid,proto3" json:"nucleic_acid,omitempty"`
	// Data items specific to polymers
	Polymer *datatypes_go_proto.Reference `protobuf:"bytes,26,opt,name=polymer,proto3" json:"polymer,omitempty"`
	// Data items specific to proteins
	Protein *datatypes_go_proto.Reference `protobuf:"bytes,27,opt,name=protein,proto3" json:"protein,omitempty"`
	// Material or taxonomic/anatomical source for the substance
	SourceMaterial *datatypes_go_proto.Reference `protobuf:"bytes,28,opt,name=source_material,json=sourceMaterial,proto3" json:"source_material,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for SubstanceSpecification, last updated 2019-11-01T09:29:23.356+11:00. The detailed description of a substance, typically at a level beyond what is used for prescribing. See http://hl7.org/fhir/StructureDefinition/SubstanceSpecification

func (*SubstanceSpecification) Descriptor deprecated

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

Deprecated: Use SubstanceSpecification.ProtoReflect.Descriptor instead.

func (*SubstanceSpecification) GetCode

func (*SubstanceSpecification) GetComment

func (*SubstanceSpecification) GetContained

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

func (*SubstanceSpecification) GetDescription

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

func (*SubstanceSpecification) GetDomain

func (*SubstanceSpecification) GetExtension

func (*SubstanceSpecification) GetId

func (*SubstanceSpecification) GetIdentifier

func (*SubstanceSpecification) GetImplicitRules

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

func (*SubstanceSpecification) GetLanguage

func (*SubstanceSpecification) GetMeta

func (*SubstanceSpecification) GetModifierExtension

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

func (*SubstanceSpecification) GetMoiety

func (*SubstanceSpecification) GetMolecularWeight

func (*SubstanceSpecification) GetName

func (*SubstanceSpecification) GetNucleicAcid

func (*SubstanceSpecification) GetPolymer

func (*SubstanceSpecification) GetProperty

func (*SubstanceSpecification) GetProtein

func (*SubstanceSpecification) GetReferenceInformation

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

func (*SubstanceSpecification) GetRelationship

func (*SubstanceSpecification) GetSource

func (*SubstanceSpecification) GetSourceMaterial

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

func (*SubstanceSpecification) GetStatus

func (*SubstanceSpecification) GetStructure

func (*SubstanceSpecification) GetText

func (*SubstanceSpecification) GetType

func (*SubstanceSpecification) ProtoMessage

func (*SubstanceSpecification) ProtoMessage()

func (*SubstanceSpecification) ProtoReflect

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

func (*SubstanceSpecification) Reset

func (x *SubstanceSpecification) Reset()

func (*SubstanceSpecification) String

func (x *SubstanceSpecification) String() string

type SubstanceSpecification_CodeType

type SubstanceSpecification_CodeType 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"`
	// The specific code
	Code *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
	// Status of the code assignment
	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
	Comment *datatypes_go_proto.String `protobuf:"bytes,7,opt,name=comment,proto3" json:"comment,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 (*SubstanceSpecification_CodeType) Descriptor deprecated

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

Deprecated: Use SubstanceSpecification_CodeType.ProtoReflect.Descriptor instead.

func (*SubstanceSpecification_CodeType) GetCode

func (*SubstanceSpecification_CodeType) GetComment

func (*SubstanceSpecification_CodeType) GetExtension

func (*SubstanceSpecification_CodeType) GetId

func (*SubstanceSpecification_CodeType) GetModifierExtension

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

func (*SubstanceSpecification_CodeType) GetSource

func (*SubstanceSpecification_CodeType) GetStatus

func (*SubstanceSpecification_CodeType) GetStatusDate

func (*SubstanceSpecification_CodeType) ProtoMessage

func (*SubstanceSpecification_CodeType) ProtoMessage()

func (*SubstanceSpecification_CodeType) ProtoReflect

func (*SubstanceSpecification_CodeType) Reset

func (*SubstanceSpecification_CodeType) String

type SubstanceSpecification_Moiety

type SubstanceSpecification_Moiety 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"`
	// 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
	MolecularFormula *datatypes_go_proto.String             `protobuf:"bytes,9,opt,name=molecular_formula,json=molecularFormula,proto3" json:"molecular_formula,omitempty"`
	Amount           *SubstanceSpecification_Moiety_AmountX `protobuf:"bytes,10,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

Moiety, for structural modifications

func (*SubstanceSpecification_Moiety) Descriptor deprecated

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

Deprecated: Use SubstanceSpecification_Moiety.ProtoReflect.Descriptor instead.

func (*SubstanceSpecification_Moiety) GetAmount

func (*SubstanceSpecification_Moiety) GetExtension

func (*SubstanceSpecification_Moiety) GetId

func (*SubstanceSpecification_Moiety) GetIdentifier

func (*SubstanceSpecification_Moiety) GetModifierExtension

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

func (*SubstanceSpecification_Moiety) GetMolecularFormula

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

func (*SubstanceSpecification_Moiety) GetName

func (*SubstanceSpecification_Moiety) GetOpticalActivity

func (*SubstanceSpecification_Moiety) GetRole

func (*SubstanceSpecification_Moiety) GetStereochemistry

func (*SubstanceSpecification_Moiety) ProtoMessage

func (*SubstanceSpecification_Moiety) ProtoMessage()

func (*SubstanceSpecification_Moiety) ProtoReflect

func (*SubstanceSpecification_Moiety) Reset

func (x *SubstanceSpecification_Moiety) Reset()

func (*SubstanceSpecification_Moiety) String

type SubstanceSpecification_Moiety_AmountX

type SubstanceSpecification_Moiety_AmountX struct {

	// Types that are assignable to Choice:
	//	*SubstanceSpecification_Moiety_AmountX_Quantity
	//	*SubstanceSpecification_Moiety_AmountX_StringValue
	Choice isSubstanceSpecification_Moiety_AmountX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Quantitative value for this moiety

func (*SubstanceSpecification_Moiety_AmountX) Descriptor deprecated

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

Deprecated: Use SubstanceSpecification_Moiety_AmountX.ProtoReflect.Descriptor instead.

func (*SubstanceSpecification_Moiety_AmountX) GetChoice

func (m *SubstanceSpecification_Moiety_AmountX) GetChoice() isSubstanceSpecification_Moiety_AmountX_Choice

func (*SubstanceSpecification_Moiety_AmountX) GetQuantity

func (*SubstanceSpecification_Moiety_AmountX) GetStringValue

func (*SubstanceSpecification_Moiety_AmountX) ProtoMessage

func (*SubstanceSpecification_Moiety_AmountX) ProtoMessage()

func (*SubstanceSpecification_Moiety_AmountX) ProtoReflect

func (*SubstanceSpecification_Moiety_AmountX) Reset

func (*SubstanceSpecification_Moiety_AmountX) String

type SubstanceSpecification_Moiety_AmountX_Quantity

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

type SubstanceSpecification_Moiety_AmountX_StringValue

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

type SubstanceSpecification_Name

type SubstanceSpecification_Name 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"`
	// The actual name
	Name *datatypes_go_proto.String `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// Name type
	Type *datatypes_go_proto.CodeableConcept `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	// The status of the name
	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"`
	// Language of the name
	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 name
	Synonym []*SubstanceSpecification_Name `protobuf:"bytes,11,rep,name=synonym,proto3" json:"synonym,omitempty"`
	// A translation for this name
	Translation []*SubstanceSpecification_Name          `protobuf:"bytes,12,rep,name=translation,proto3" json:"translation,omitempty"`
	Official    []*SubstanceSpecification_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 (*SubstanceSpecification_Name) Descriptor deprecated

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

Deprecated: Use SubstanceSpecification_Name.ProtoReflect.Descriptor instead.

func (*SubstanceSpecification_Name) GetDomain

func (*SubstanceSpecification_Name) GetExtension

func (*SubstanceSpecification_Name) GetId

func (*SubstanceSpecification_Name) GetJurisdiction

func (*SubstanceSpecification_Name) GetLanguage

func (*SubstanceSpecification_Name) GetModifierExtension

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

func (*SubstanceSpecification_Name) GetName

func (*SubstanceSpecification_Name) GetOfficial

func (*SubstanceSpecification_Name) GetPreferred

func (*SubstanceSpecification_Name) GetSource

func (*SubstanceSpecification_Name) GetStatus

func (*SubstanceSpecification_Name) GetSynonym

func (*SubstanceSpecification_Name) GetTranslation

func (*SubstanceSpecification_Name) GetType

func (*SubstanceSpecification_Name) ProtoMessage

func (*SubstanceSpecification_Name) ProtoMessage()

func (*SubstanceSpecification_Name) ProtoReflect

func (*SubstanceSpecification_Name) Reset

func (x *SubstanceSpecification_Name) Reset()

func (*SubstanceSpecification_Name) String

func (x *SubstanceSpecification_Name) String() string

type SubstanceSpecification_Name_Official

type SubstanceSpecification_Name_Official 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"`
	// 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
	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 (*SubstanceSpecification_Name_Official) Descriptor deprecated

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

Deprecated: Use SubstanceSpecification_Name_Official.ProtoReflect.Descriptor instead.

func (*SubstanceSpecification_Name_Official) GetAuthority

func (*SubstanceSpecification_Name_Official) GetDate

func (*SubstanceSpecification_Name_Official) GetExtension

func (*SubstanceSpecification_Name_Official) GetId

func (*SubstanceSpecification_Name_Official) GetModifierExtension

func (*SubstanceSpecification_Name_Official) GetStatus

func (*SubstanceSpecification_Name_Official) ProtoMessage

func (*SubstanceSpecification_Name_Official) ProtoMessage()

func (*SubstanceSpecification_Name_Official) ProtoReflect

func (*SubstanceSpecification_Name_Official) Reset

func (*SubstanceSpecification_Name_Official) String

type SubstanceSpecification_Property

type SubstanceSpecification_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"`
	// 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 *SubstanceSpecification_Property_DefiningSubstanceX `protobuf:"bytes,7,opt,name=defining_substance,json=definingSubstance,proto3" json:"defining_substance,omitempty"`
	Amount            *SubstanceSpecification_Property_AmountX            `protobuf:"bytes,8,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

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

func (*SubstanceSpecification_Property) Descriptor deprecated

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

Deprecated: Use SubstanceSpecification_Property.ProtoReflect.Descriptor instead.

func (*SubstanceSpecification_Property) GetAmount

func (*SubstanceSpecification_Property) GetCategory

func (*SubstanceSpecification_Property) GetCode

func (*SubstanceSpecification_Property) GetDefiningSubstance

func (*SubstanceSpecification_Property) GetExtension

func (*SubstanceSpecification_Property) GetId

func (*SubstanceSpecification_Property) GetModifierExtension

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

func (*SubstanceSpecification_Property) GetParameters

func (*SubstanceSpecification_Property) ProtoMessage

func (*SubstanceSpecification_Property) ProtoMessage()

func (*SubstanceSpecification_Property) ProtoReflect

func (*SubstanceSpecification_Property) Reset

func (*SubstanceSpecification_Property) String

type SubstanceSpecification_Property_AmountX

type SubstanceSpecification_Property_AmountX struct {

	// Types that are assignable to Choice:
	//	*SubstanceSpecification_Property_AmountX_Quantity
	//	*SubstanceSpecification_Property_AmountX_StringValue
	Choice isSubstanceSpecification_Property_AmountX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Quantitative value for this property

func (*SubstanceSpecification_Property_AmountX) Descriptor deprecated

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

Deprecated: Use SubstanceSpecification_Property_AmountX.ProtoReflect.Descriptor instead.

func (*SubstanceSpecification_Property_AmountX) GetChoice

func (m *SubstanceSpecification_Property_AmountX) GetChoice() isSubstanceSpecification_Property_AmountX_Choice

func (*SubstanceSpecification_Property_AmountX) GetQuantity

func (*SubstanceSpecification_Property_AmountX) GetStringValue

func (*SubstanceSpecification_Property_AmountX) ProtoMessage

func (*SubstanceSpecification_Property_AmountX) ProtoReflect

func (*SubstanceSpecification_Property_AmountX) Reset

func (*SubstanceSpecification_Property_AmountX) String

type SubstanceSpecification_Property_AmountX_Quantity

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

type SubstanceSpecification_Property_AmountX_StringValue

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

type SubstanceSpecification_Property_DefiningSubstanceX

type SubstanceSpecification_Property_DefiningSubstanceX struct {

	// Types that are assignable to Choice:
	//	*SubstanceSpecification_Property_DefiningSubstanceX_Reference
	//	*SubstanceSpecification_Property_DefiningSubstanceX_CodeableConcept
	Choice isSubstanceSpecification_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 (*SubstanceSpecification_Property_DefiningSubstanceX) Descriptor deprecated

Deprecated: Use SubstanceSpecification_Property_DefiningSubstanceX.ProtoReflect.Descriptor instead.

func (*SubstanceSpecification_Property_DefiningSubstanceX) GetChoice

func (m *SubstanceSpecification_Property_DefiningSubstanceX) GetChoice() isSubstanceSpecification_Property_DefiningSubstanceX_Choice

func (*SubstanceSpecification_Property_DefiningSubstanceX) GetCodeableConcept

func (*SubstanceSpecification_Property_DefiningSubstanceX) GetReference

func (*SubstanceSpecification_Property_DefiningSubstanceX) ProtoMessage

func (*SubstanceSpecification_Property_DefiningSubstanceX) ProtoReflect

func (*SubstanceSpecification_Property_DefiningSubstanceX) Reset

func (*SubstanceSpecification_Property_DefiningSubstanceX) String

type SubstanceSpecification_Property_DefiningSubstanceX_CodeableConcept

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

type SubstanceSpecification_Property_DefiningSubstanceX_Reference

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

type SubstanceSpecification_Relationship

type SubstanceSpecification_Relationship 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"`
	Substance         *SubstanceSpecification_Relationship_SubstanceX `protobuf:"bytes,4,opt,name=substance,proto3" json:"substance,omitempty"`
	// For example "salt to parent", "active moiety", "starting material"
	Relationship *datatypes_go_proto.CodeableConcept `protobuf:"bytes,5,opt,name=relationship,proto3" json:"relationship,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     *SubstanceSpecification_Relationship_AmountX `protobuf:"bytes,7,opt,name=amount,proto3" json:"amount,omitempty"`
	// For use when the numeric
	AmountRatioLowLimit *datatypes_go_proto.Ratio `protobuf:"bytes,8,opt,name=amount_ratio_low_limit,json=amountRatioLowLimit,proto3" json:"amount_ratio_low_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 (*SubstanceSpecification_Relationship) Descriptor deprecated

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

Deprecated: Use SubstanceSpecification_Relationship.ProtoReflect.Descriptor instead.

func (*SubstanceSpecification_Relationship) GetAmount

func (*SubstanceSpecification_Relationship) GetAmountRatioLowLimit

func (x *SubstanceSpecification_Relationship) GetAmountRatioLowLimit() *datatypes_go_proto.Ratio

func (*SubstanceSpecification_Relationship) GetAmountType

func (*SubstanceSpecification_Relationship) GetExtension

func (*SubstanceSpecification_Relationship) GetId

func (*SubstanceSpecification_Relationship) GetIsDefining

func (*SubstanceSpecification_Relationship) GetModifierExtension

func (*SubstanceSpecification_Relationship) GetRelationship

func (*SubstanceSpecification_Relationship) GetSource

func (*SubstanceSpecification_Relationship) GetSubstance

func (*SubstanceSpecification_Relationship) ProtoMessage

func (*SubstanceSpecification_Relationship) ProtoMessage()

func (*SubstanceSpecification_Relationship) ProtoReflect

func (*SubstanceSpecification_Relationship) Reset

func (*SubstanceSpecification_Relationship) String

type SubstanceSpecification_Relationship_AmountX

type SubstanceSpecification_Relationship_AmountX struct {

	// Types that are assignable to Choice:
	//	*SubstanceSpecification_Relationship_AmountX_Quantity
	//	*SubstanceSpecification_Relationship_AmountX_Range
	//	*SubstanceSpecification_Relationship_AmountX_Ratio
	//	*SubstanceSpecification_Relationship_AmountX_StringValue
	Choice isSubstanceSpecification_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 (*SubstanceSpecification_Relationship_AmountX) Descriptor deprecated

Deprecated: Use SubstanceSpecification_Relationship_AmountX.ProtoReflect.Descriptor instead.

func (*SubstanceSpecification_Relationship_AmountX) GetChoice

func (m *SubstanceSpecification_Relationship_AmountX) GetChoice() isSubstanceSpecification_Relationship_AmountX_Choice

func (*SubstanceSpecification_Relationship_AmountX) GetQuantity

func (*SubstanceSpecification_Relationship_AmountX) GetRange

func (*SubstanceSpecification_Relationship_AmountX) GetRatio

func (*SubstanceSpecification_Relationship_AmountX) GetStringValue

func (*SubstanceSpecification_Relationship_AmountX) ProtoMessage

func (*SubstanceSpecification_Relationship_AmountX) ProtoReflect

func (*SubstanceSpecification_Relationship_AmountX) Reset

func (*SubstanceSpecification_Relationship_AmountX) String

type SubstanceSpecification_Relationship_AmountX_Quantity

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

type SubstanceSpecification_Relationship_AmountX_Range

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

type SubstanceSpecification_Relationship_AmountX_Ratio

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

type SubstanceSpecification_Relationship_AmountX_StringValue

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

type SubstanceSpecification_Relationship_SubstanceX

type SubstanceSpecification_Relationship_SubstanceX struct {

	// Types that are assignable to Choice:
	//	*SubstanceSpecification_Relationship_SubstanceX_Reference
	//	*SubstanceSpecification_Relationship_SubstanceX_CodeableConcept
	Choice isSubstanceSpecification_Relationship_SubstanceX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

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

func (*SubstanceSpecification_Relationship_SubstanceX) Descriptor deprecated

Deprecated: Use SubstanceSpecification_Relationship_SubstanceX.ProtoReflect.Descriptor instead.

func (*SubstanceSpecification_Relationship_SubstanceX) GetChoice

func (m *SubstanceSpecification_Relationship_SubstanceX) GetChoice() isSubstanceSpecification_Relationship_SubstanceX_Choice

func (*SubstanceSpecification_Relationship_SubstanceX) GetCodeableConcept

func (*SubstanceSpecification_Relationship_SubstanceX) GetReference

func (*SubstanceSpecification_Relationship_SubstanceX) ProtoMessage

func (*SubstanceSpecification_Relationship_SubstanceX) ProtoReflect

func (*SubstanceSpecification_Relationship_SubstanceX) Reset

func (*SubstanceSpecification_Relationship_SubstanceX) String

type SubstanceSpecification_Relationship_SubstanceX_CodeableConcept

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

type SubstanceSpecification_Relationship_SubstanceX_Reference

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

type SubstanceSpecification_Structure

type SubstanceSpecification_Structure 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"`
	// 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
	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                  []*SubstanceSpecification_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 *SubstanceSpecification_Structure_Isotope_MolecularWeight `protobuf:"bytes,9,opt,name=molecular_weight,json=molecularWeight,proto3" json:"molecular_weight,omitempty"`
	// Supporting literature
	Source         []*datatypes_go_proto.Reference                    `protobuf:"bytes,10,rep,name=source,proto3" json:"source,omitempty"`
	Representation []*SubstanceSpecification_Structure_Representation `protobuf:"bytes,11,rep,name=representation,proto3" json:"representation,omitempty"`
	// contains filtered or unexported fields
}

Structural information

func (*SubstanceSpecification_Structure) Descriptor deprecated

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

Deprecated: Use SubstanceSpecification_Structure.ProtoReflect.Descriptor instead.

func (*SubstanceSpecification_Structure) GetExtension

func (*SubstanceSpecification_Structure) GetId

func (*SubstanceSpecification_Structure) GetIsotope

func (*SubstanceSpecification_Structure) GetModifierExtension

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

func (*SubstanceSpecification_Structure) GetMolecularFormula

func (*SubstanceSpecification_Structure) GetMolecularFormulaByMoiety

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

func (*SubstanceSpecification_Structure) GetMolecularWeight

func (*SubstanceSpecification_Structure) GetOpticalActivity

func (*SubstanceSpecification_Structure) GetRepresentation

func (*SubstanceSpecification_Structure) GetSource

func (*SubstanceSpecification_Structure) GetStereochemistry

func (*SubstanceSpecification_Structure) ProtoMessage

func (*SubstanceSpecification_Structure) ProtoMessage()

func (*SubstanceSpecification_Structure) ProtoReflect

func (*SubstanceSpecification_Structure) Reset

func (*SubstanceSpecification_Structure) String

type SubstanceSpecification_Structure_Isotope

type SubstanceSpecification_Structure_Isotope 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"`
	// 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 *SubstanceSpecification_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 (*SubstanceSpecification_Structure_Isotope) Descriptor deprecated

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

Deprecated: Use SubstanceSpecification_Structure_Isotope.ProtoReflect.Descriptor instead.

func (*SubstanceSpecification_Structure_Isotope) GetExtension

func (*SubstanceSpecification_Structure_Isotope) GetHalfLife

func (*SubstanceSpecification_Structure_Isotope) GetId

func (*SubstanceSpecification_Structure_Isotope) GetIdentifier

func (*SubstanceSpecification_Structure_Isotope) GetModifierExtension

func (*SubstanceSpecification_Structure_Isotope) GetMolecularWeight

func (*SubstanceSpecification_Structure_Isotope) GetName

func (*SubstanceSpecification_Structure_Isotope) GetSubstitution

func (*SubstanceSpecification_Structure_Isotope) ProtoMessage

func (*SubstanceSpecification_Structure_Isotope) ProtoReflect

func (*SubstanceSpecification_Structure_Isotope) Reset

func (*SubstanceSpecification_Structure_Isotope) String

type SubstanceSpecification_Structure_Isotope_MolecularWeight

type SubstanceSpecification_Structure_Isotope_MolecularWeight 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"`
	// 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 (*SubstanceSpecification_Structure_Isotope_MolecularWeight) Descriptor deprecated

Deprecated: Use SubstanceSpecification_Structure_Isotope_MolecularWeight.ProtoReflect.Descriptor instead.

func (*SubstanceSpecification_Structure_Isotope_MolecularWeight) GetAmount

func (*SubstanceSpecification_Structure_Isotope_MolecularWeight) GetExtension

func (*SubstanceSpecification_Structure_Isotope_MolecularWeight) GetId

func (*SubstanceSpecification_Structure_Isotope_MolecularWeight) GetMethod

func (*SubstanceSpecification_Structure_Isotope_MolecularWeight) GetModifierExtension

func (*SubstanceSpecification_Structure_Isotope_MolecularWeight) GetType

func (*SubstanceSpecification_Structure_Isotope_MolecularWeight) ProtoMessage

func (*SubstanceSpecification_Structure_Isotope_MolecularWeight) ProtoReflect

func (*SubstanceSpecification_Structure_Isotope_MolecularWeight) Reset

func (*SubstanceSpecification_Structure_Isotope_MolecularWeight) String

type SubstanceSpecification_Structure_Representation

type SubstanceSpecification_Structure_Representation 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"`
	// 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 (*SubstanceSpecification_Structure_Representation) Descriptor deprecated

Deprecated: Use SubstanceSpecification_Structure_Representation.ProtoReflect.Descriptor instead.

func (*SubstanceSpecification_Structure_Representation) GetAttachment

func (*SubstanceSpecification_Structure_Representation) GetExtension

func (*SubstanceSpecification_Structure_Representation) GetId

func (*SubstanceSpecification_Structure_Representation) GetModifierExtension

func (*SubstanceSpecification_Structure_Representation) GetRepresentation

func (*SubstanceSpecification_Structure_Representation) GetType

func (*SubstanceSpecification_Structure_Representation) ProtoMessage

func (*SubstanceSpecification_Structure_Representation) ProtoReflect

func (*SubstanceSpecification_Structure_Representation) Reset

func (*SubstanceSpecification_Structure_Representation) String

Jump to

Keyboard shortcuts

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