observation_genetics_go_proto

package
v0.7.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_google_fhir_proto_r5_core_profiles_observation_genetics_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ObservationGenetics

type ObservationGenetics struct {

	// Logical id of this artifact
	Id *datatypes_go_proto.Id `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Metadata about the resource
	Meta *datatypes_go_proto.Meta `protobuf:"bytes,2,opt,name=meta,proto3" json:"meta,omitempty"`
	// A set of rules under which this content was created
	ImplicitRules *datatypes_go_proto.Uri `protobuf:"bytes,3,opt,name=implicit_rules,json=implicitRules,proto3" json:"implicit_rules,omitempty"`
	// Language of the resource content
	Language *datatypes_go_proto.Code `protobuf:"bytes,4,opt,name=language,proto3" json:"language,omitempty"`
	// Text summary of the resource, for human interpretation
	Text *datatypes_go_proto.Narrative `protobuf:"bytes,5,opt,name=text,proto3" json:"text,omitempty"`
	// Contained, inline Resources
	Contained []*any.Any `protobuf:"bytes,6,rep,name=contained,proto3" json:"contained,omitempty"`
	// Extension
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,8,rep,name=extension,proto3" json:"extension,omitempty"`
	// Extensions that cannot be ignored
	ModifierExtension []*datatypes_go_proto.Extension `protobuf:"bytes,9,rep,name=modifier_extension,json=modifierExtension,proto3" json:"modifier_extension,omitempty"`
	// Business Identifier for observation
	Identifier []*datatypes_go_proto.Identifier `protobuf:"bytes,10,rep,name=identifier,proto3" json:"identifier,omitempty"`
	// Fulfills plan, proposal or order
	BasedOn []*datatypes_go_proto.Reference `protobuf:"bytes,11,rep,name=based_on,json=basedOn,proto3" json:"based_on,omitempty"`
	// Part of referenced event
	PartOf []*datatypes_go_proto.Reference `protobuf:"bytes,12,rep,name=part_of,json=partOf,proto3" json:"part_of,omitempty"`
	Status *ObservationGenetics_StatusCode `protobuf:"bytes,13,opt,name=status,proto3" json:"status,omitempty"`
	// Classification of  type of observation
	Category []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,14,rep,name=category,proto3" json:"category,omitempty"`
	// Type of observation (code / type)
	Code *datatypes_go_proto.CodeableConcept `protobuf:"bytes,15,opt,name=code,proto3" json:"code,omitempty"`
	// Who and/or what the observation is about
	Subject *datatypes_go_proto.Reference `protobuf:"bytes,16,opt,name=subject,proto3" json:"subject,omitempty"`
	// What the observation is about, when it is not about the subject of record
	Focus []*datatypes_go_proto.Reference `protobuf:"bytes,17,rep,name=focus,proto3" json:"focus,omitempty"`
	// Healthcare event during which this observation is made
	Encounter *datatypes_go_proto.Reference   `protobuf:"bytes,18,opt,name=encounter,proto3" json:"encounter,omitempty"`
	Effective *ObservationGenetics_EffectiveX `protobuf:"bytes,19,opt,name=effective,proto3" json:"effective,omitempty"`
	// Date/Time this version was made available
	Issued *datatypes_go_proto.Instant `protobuf:"bytes,20,opt,name=issued,proto3" json:"issued,omitempty"`
	// Who is responsible for the observation
	Performer []*datatypes_go_proto.Reference `protobuf:"bytes,21,rep,name=performer,proto3" json:"performer,omitempty"`
	Value     *ObservationGenetics_ValueX     `protobuf:"bytes,22,opt,name=value,proto3" json:"value,omitempty"`
	// Why the result is missing
	DataAbsentReason *datatypes_go_proto.CodeableConcept `protobuf:"bytes,23,opt,name=data_absent_reason,json=dataAbsentReason,proto3" json:"data_absent_reason,omitempty"`
	// High, low, normal, etc.
	Interpretation []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,24,rep,name=interpretation,proto3" json:"interpretation,omitempty"`
	// Comments about the observation
	Note []*datatypes_go_proto.Annotation `protobuf:"bytes,25,rep,name=note,proto3" json:"note,omitempty"`
	// Observed body part
	BodySite *datatypes_go_proto.CodeableConcept `protobuf:"bytes,26,opt,name=body_site,json=bodySite,proto3" json:"body_site,omitempty"`
	// How it was done
	Method *datatypes_go_proto.CodeableConcept `protobuf:"bytes,27,opt,name=method,proto3" json:"method,omitempty"`
	// Specimen used for this observation
	Specimen *datatypes_go_proto.Reference `protobuf:"bytes,28,opt,name=specimen,proto3" json:"specimen,omitempty"`
	// (Measurement) Device
	Device         *datatypes_go_proto.Reference         `protobuf:"bytes,29,opt,name=device,proto3" json:"device,omitempty"`
	ReferenceRange []*ObservationGenetics_ReferenceRange `protobuf:"bytes,30,rep,name=reference_range,json=referenceRange,proto3" json:"reference_range,omitempty"`
	// Related resource that belongs to the Observation group
	HasMember []*datatypes_go_proto.Reference `protobuf:"bytes,31,rep,name=has_member,json=hasMember,proto3" json:"has_member,omitempty"`
	// Related measurements the observation is made from
	DerivedFrom []*datatypes_go_proto.Reference  `protobuf:"bytes,32,rep,name=derived_from,json=derivedFrom,proto3" json:"derived_from,omitempty"`
	Component   []*ObservationGenetics_Component `protobuf:"bytes,33,rep,name=component,proto3" json:"component,omitempty"`
	// HGNC gene symbol
	Gene *datatypes_go_proto.CodeableConcept `protobuf:"bytes,34,opt,name=gene,json=Gene,proto3" json:"gene,omitempty"`
	// DNA region name
	DnaRegionName *datatypes_go_proto.String `protobuf:"bytes,35,opt,name=dna_region_name,json=DNARegionName,proto3" json:"dna_region_name,omitempty"`
	// Copy number variation
	CopyNumberEvent *datatypes_go_proto.CodeableConcept `protobuf:"bytes,36,opt,name=copy_number_event,json=CopyNumberEvent,proto3" json:"copy_number_event,omitempty"`
	// Genomic source class
	GenomicSourceClass *datatypes_go_proto.CodeableConcept `protobuf:"bytes,37,opt,name=genomic_source_class,json=GenomicSourceClass,proto3" json:"genomic_source_class,omitempty"`
	// Clinical interpretations for variant
	InterpretationSlice *datatypes_go_proto.Reference `protobuf:"bytes,38,opt,name=interpretation_slice,json=InterpretationSlice,proto3" json:"interpretation_slice,omitempty"`
	// Variant
	Variant *extensions_go_proto.ObservationVariant `protobuf:"bytes,39,opt,name=variant,json=Variant,proto3" json:"variant,omitempty"`
	// AminoAcidChange
	AminoAcidChange *extensions_go_proto.ObservationAminoAcidChange `protobuf:"bytes,40,opt,name=amino_acid_change,json=AminoAcidChange,proto3" json:"amino_acid_change,omitempty"`
	// Allele
	Allele *extensions_go_proto.ObservationAllele `protobuf:"bytes,41,opt,name=allele,json=Allele,proto3" json:"allele,omitempty"`
	// Ancestry
	Ancestry *extensions_go_proto.ObservationAncestry `protobuf:"bytes,42,opt,name=ancestry,json=Ancestry,proto3" json:"ancestry,omitempty"`
	// Phase set
	PhaseSet []*extensions_go_proto.ObservationPhaseSet `protobuf:"bytes,43,rep,name=phase_set,json=PhaseSet,proto3" json:"phase_set,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for Observation-genetics. Measurements and simple assertions. See http://hl7.org/fhir/StructureDefinition/observation-genetics

func (*ObservationGenetics) Descriptor deprecated

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

Deprecated: Use ObservationGenetics.ProtoReflect.Descriptor instead.

func (*ObservationGenetics) GetAllele

func (*ObservationGenetics) GetAminoAcidChange

func (*ObservationGenetics) GetAncestry

func (*ObservationGenetics) GetBasedOn

func (*ObservationGenetics) GetBodySite

func (*ObservationGenetics) GetCategory

func (*ObservationGenetics) GetCode

func (*ObservationGenetics) GetComponent

func (*ObservationGenetics) GetContained

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

func (*ObservationGenetics) GetCopyNumberEvent

func (x *ObservationGenetics) GetCopyNumberEvent() *datatypes_go_proto.CodeableConcept

func (*ObservationGenetics) GetDataAbsentReason

func (x *ObservationGenetics) GetDataAbsentReason() *datatypes_go_proto.CodeableConcept

func (*ObservationGenetics) GetDerivedFrom

func (x *ObservationGenetics) GetDerivedFrom() []*datatypes_go_proto.Reference

func (*ObservationGenetics) GetDevice

func (*ObservationGenetics) GetDnaRegionName

func (x *ObservationGenetics) GetDnaRegionName() *datatypes_go_proto.String

func (*ObservationGenetics) GetEffective

func (*ObservationGenetics) GetEncounter

func (*ObservationGenetics) GetExtension

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

func (*ObservationGenetics) GetFocus

func (*ObservationGenetics) GetGene

func (*ObservationGenetics) GetGenomicSourceClass

func (x *ObservationGenetics) GetGenomicSourceClass() *datatypes_go_proto.CodeableConcept

func (*ObservationGenetics) GetHasMember

func (x *ObservationGenetics) GetHasMember() []*datatypes_go_proto.Reference

func (*ObservationGenetics) GetId

func (*ObservationGenetics) GetIdentifier

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

func (*ObservationGenetics) GetImplicitRules

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

func (*ObservationGenetics) GetInterpretation

func (x *ObservationGenetics) GetInterpretation() []*datatypes_go_proto.CodeableConcept

func (*ObservationGenetics) GetInterpretationSlice

func (x *ObservationGenetics) GetInterpretationSlice() *datatypes_go_proto.Reference

func (*ObservationGenetics) GetIssued

func (*ObservationGenetics) GetLanguage

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

func (*ObservationGenetics) GetMeta

func (*ObservationGenetics) GetMethod

func (*ObservationGenetics) GetModifierExtension

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

func (*ObservationGenetics) GetNote

func (*ObservationGenetics) GetPartOf

func (*ObservationGenetics) GetPerformer

func (x *ObservationGenetics) GetPerformer() []*datatypes_go_proto.Reference

func (*ObservationGenetics) GetPhaseSet

func (*ObservationGenetics) GetReferenceRange

func (x *ObservationGenetics) GetReferenceRange() []*ObservationGenetics_ReferenceRange

func (*ObservationGenetics) GetSpecimen

func (*ObservationGenetics) GetStatus

func (*ObservationGenetics) GetSubject

func (*ObservationGenetics) GetText

func (*ObservationGenetics) GetValue

func (*ObservationGenetics) GetVariant

func (*ObservationGenetics) ProtoMessage

func (*ObservationGenetics) ProtoMessage()

func (*ObservationGenetics) ProtoReflect

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

func (*ObservationGenetics) Reset

func (x *ObservationGenetics) Reset()

func (*ObservationGenetics) String

func (x *ObservationGenetics) String() string

type ObservationGenetics_Component

type ObservationGenetics_Component 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"`
	// Type of component observation (code / type)
	Code  *datatypes_go_proto.CodeableConcept   `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
	Value *ObservationGenetics_Component_ValueX `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"`
	// Why the component result is missing
	DataAbsentReason *datatypes_go_proto.CodeableConcept `protobuf:"bytes,6,opt,name=data_absent_reason,json=dataAbsentReason,proto3" json:"data_absent_reason,omitempty"`
	// High, low, normal, etc.
	Interpretation []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,7,rep,name=interpretation,proto3" json:"interpretation,omitempty"`
	// Provides guide for interpretation of component result
	ReferenceRange []*ObservationGenetics_ReferenceRange `protobuf:"bytes,8,rep,name=reference_range,json=referenceRange,proto3" json:"reference_range,omitempty"`
	// contains filtered or unexported fields
}

Component results

func (*ObservationGenetics_Component) Descriptor deprecated

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

Deprecated: Use ObservationGenetics_Component.ProtoReflect.Descriptor instead.

func (*ObservationGenetics_Component) GetCode

func (*ObservationGenetics_Component) GetDataAbsentReason

func (*ObservationGenetics_Component) GetExtension

func (*ObservationGenetics_Component) GetId

func (*ObservationGenetics_Component) GetInterpretation

func (*ObservationGenetics_Component) GetModifierExtension

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

func (*ObservationGenetics_Component) GetReferenceRange

func (*ObservationGenetics_Component) GetValue

func (*ObservationGenetics_Component) ProtoMessage

func (*ObservationGenetics_Component) ProtoMessage()

func (*ObservationGenetics_Component) ProtoReflect

func (*ObservationGenetics_Component) Reset

func (x *ObservationGenetics_Component) Reset()

func (*ObservationGenetics_Component) String

type ObservationGenetics_Component_ValueX

type ObservationGenetics_Component_ValueX struct {

	// Types that are assignable to Choice:
	//	*ObservationGenetics_Component_ValueX_Quantity
	//	*ObservationGenetics_Component_ValueX_CodeableConcept
	//	*ObservationGenetics_Component_ValueX_StringValue
	//	*ObservationGenetics_Component_ValueX_Boolean
	//	*ObservationGenetics_Component_ValueX_Integer
	//	*ObservationGenetics_Component_ValueX_Range
	//	*ObservationGenetics_Component_ValueX_Ratio
	//	*ObservationGenetics_Component_ValueX_SampledData
	//	*ObservationGenetics_Component_ValueX_Time
	//	*ObservationGenetics_Component_ValueX_DateTime
	//	*ObservationGenetics_Component_ValueX_Period
	//	*ObservationGenetics_Component_ValueX_Attachment
	Choice isObservationGenetics_Component_ValueX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Actual component result

func (*ObservationGenetics_Component_ValueX) Descriptor deprecated

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

Deprecated: Use ObservationGenetics_Component_ValueX.ProtoReflect.Descriptor instead.

func (*ObservationGenetics_Component_ValueX) GetAttachment

func (*ObservationGenetics_Component_ValueX) GetBoolean

func (*ObservationGenetics_Component_ValueX) GetChoice

func (m *ObservationGenetics_Component_ValueX) GetChoice() isObservationGenetics_Component_ValueX_Choice

func (*ObservationGenetics_Component_ValueX) GetCodeableConcept

func (*ObservationGenetics_Component_ValueX) GetDateTime

func (*ObservationGenetics_Component_ValueX) GetInteger

func (*ObservationGenetics_Component_ValueX) GetPeriod

func (*ObservationGenetics_Component_ValueX) GetQuantity

func (*ObservationGenetics_Component_ValueX) GetRange

func (*ObservationGenetics_Component_ValueX) GetRatio

func (*ObservationGenetics_Component_ValueX) GetSampledData

func (*ObservationGenetics_Component_ValueX) GetStringValue

func (*ObservationGenetics_Component_ValueX) GetTime

func (*ObservationGenetics_Component_ValueX) ProtoMessage

func (*ObservationGenetics_Component_ValueX) ProtoMessage()

func (*ObservationGenetics_Component_ValueX) ProtoReflect

func (*ObservationGenetics_Component_ValueX) Reset

func (*ObservationGenetics_Component_ValueX) String

type ObservationGenetics_Component_ValueX_Attachment

type ObservationGenetics_Component_ValueX_Attachment struct {
	Attachment *datatypes_go_proto.Attachment `protobuf:"bytes,12,opt,name=attachment,proto3,oneof"`
}

type ObservationGenetics_Component_ValueX_Boolean

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

type ObservationGenetics_Component_ValueX_CodeableConcept

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

type ObservationGenetics_Component_ValueX_DateTime

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

type ObservationGenetics_Component_ValueX_Integer

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

type ObservationGenetics_Component_ValueX_Period

type ObservationGenetics_Component_ValueX_Period struct {
	Period *datatypes_go_proto.Period `protobuf:"bytes,11,opt,name=period,proto3,oneof"`
}

type ObservationGenetics_Component_ValueX_Quantity

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

type ObservationGenetics_Component_ValueX_Range

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

type ObservationGenetics_Component_ValueX_Ratio

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

type ObservationGenetics_Component_ValueX_SampledData

type ObservationGenetics_Component_ValueX_SampledData struct {
	SampledData *datatypes_go_proto.SampledData `protobuf:"bytes,8,opt,name=sampled_data,json=sampledData,proto3,oneof"`
}

type ObservationGenetics_Component_ValueX_StringValue

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

type ObservationGenetics_Component_ValueX_Time

type ObservationGenetics_Component_ValueX_Time struct {
	Time *datatypes_go_proto.Time `protobuf:"bytes,9,opt,name=time,proto3,oneof"`
}

type ObservationGenetics_EffectiveX

type ObservationGenetics_EffectiveX struct {

	// Types that are assignable to Choice:
	//	*ObservationGenetics_EffectiveX_DateTime
	//	*ObservationGenetics_EffectiveX_Period
	//	*ObservationGenetics_EffectiveX_Timing
	//	*ObservationGenetics_EffectiveX_Instant
	Choice isObservationGenetics_EffectiveX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Clinically relevant time/time-period for observation

func (*ObservationGenetics_EffectiveX) Descriptor deprecated

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

Deprecated: Use ObservationGenetics_EffectiveX.ProtoReflect.Descriptor instead.

func (*ObservationGenetics_EffectiveX) GetChoice

func (m *ObservationGenetics_EffectiveX) GetChoice() isObservationGenetics_EffectiveX_Choice

func (*ObservationGenetics_EffectiveX) GetDateTime

func (*ObservationGenetics_EffectiveX) GetInstant

func (*ObservationGenetics_EffectiveX) GetPeriod

func (*ObservationGenetics_EffectiveX) GetTiming

func (*ObservationGenetics_EffectiveX) ProtoMessage

func (*ObservationGenetics_EffectiveX) ProtoMessage()

func (*ObservationGenetics_EffectiveX) ProtoReflect

func (*ObservationGenetics_EffectiveX) Reset

func (x *ObservationGenetics_EffectiveX) Reset()

func (*ObservationGenetics_EffectiveX) String

type ObservationGenetics_EffectiveX_DateTime

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

type ObservationGenetics_EffectiveX_Instant

type ObservationGenetics_EffectiveX_Instant struct {
	Instant *datatypes_go_proto.Instant `protobuf:"bytes,4,opt,name=instant,proto3,oneof"`
}

type ObservationGenetics_EffectiveX_Period

type ObservationGenetics_EffectiveX_Period struct {
	Period *datatypes_go_proto.Period `protobuf:"bytes,2,opt,name=period,proto3,oneof"`
}

type ObservationGenetics_EffectiveX_Timing

type ObservationGenetics_EffectiveX_Timing struct {
	Timing *datatypes_go_proto.Timing `protobuf:"bytes,3,opt,name=timing,proto3,oneof"`
}

type ObservationGenetics_ReferenceRange

type ObservationGenetics_ReferenceRange 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"`
	// Low Range, if relevant
	Low *datatypes_go_proto.SimpleQuantity `protobuf:"bytes,4,opt,name=low,proto3" json:"low,omitempty"`
	// High Range, if relevant
	High *datatypes_go_proto.SimpleQuantity `protobuf:"bytes,5,opt,name=high,proto3" json:"high,omitempty"`
	// Reference range qualifier
	Type *datatypes_go_proto.CodeableConcept `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"`
	// Reference range population
	AppliesTo []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,7,rep,name=applies_to,json=appliesTo,proto3" json:"applies_to,omitempty"`
	// Applicable age range, if relevant
	Age *datatypes_go_proto.Range `protobuf:"bytes,8,opt,name=age,proto3" json:"age,omitempty"`
	// Text based reference range in an observation
	Text *datatypes_go_proto.String `protobuf:"bytes,9,opt,name=text,proto3" json:"text,omitempty"`
	// contains filtered or unexported fields
}

Provides guide for interpretation

func (*ObservationGenetics_ReferenceRange) Descriptor deprecated

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

Deprecated: Use ObservationGenetics_ReferenceRange.ProtoReflect.Descriptor instead.

func (*ObservationGenetics_ReferenceRange) GetAge

func (*ObservationGenetics_ReferenceRange) GetAppliesTo

func (*ObservationGenetics_ReferenceRange) GetExtension

func (*ObservationGenetics_ReferenceRange) GetHigh

func (*ObservationGenetics_ReferenceRange) GetId

func (*ObservationGenetics_ReferenceRange) GetLow

func (*ObservationGenetics_ReferenceRange) GetModifierExtension

func (*ObservationGenetics_ReferenceRange) GetText

func (*ObservationGenetics_ReferenceRange) GetType

func (*ObservationGenetics_ReferenceRange) ProtoMessage

func (*ObservationGenetics_ReferenceRange) ProtoMessage()

func (*ObservationGenetics_ReferenceRange) ProtoReflect

func (*ObservationGenetics_ReferenceRange) Reset

func (*ObservationGenetics_ReferenceRange) String

type ObservationGenetics_StatusCode

type ObservationGenetics_StatusCode struct {
	Value     codes_go_proto.ObservationStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r5.core.ObservationStatusCode_Value" json:"value,omitempty"`
	Id        *datatypes_go_proto.String                 `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	Extension []*datatypes_go_proto.Extension            `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

registered | preliminary | final | amended +

func (*ObservationGenetics_StatusCode) Descriptor deprecated

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

Deprecated: Use ObservationGenetics_StatusCode.ProtoReflect.Descriptor instead.

func (*ObservationGenetics_StatusCode) GetExtension

func (*ObservationGenetics_StatusCode) GetId

func (*ObservationGenetics_StatusCode) GetValue

func (*ObservationGenetics_StatusCode) ProtoMessage

func (*ObservationGenetics_StatusCode) ProtoMessage()

func (*ObservationGenetics_StatusCode) ProtoReflect

func (*ObservationGenetics_StatusCode) Reset

func (x *ObservationGenetics_StatusCode) Reset()

func (*ObservationGenetics_StatusCode) String

type ObservationGenetics_ValueX

type ObservationGenetics_ValueX struct {

	// Types that are assignable to Choice:
	//	*ObservationGenetics_ValueX_Quantity
	//	*ObservationGenetics_ValueX_CodeableConcept
	//	*ObservationGenetics_ValueX_StringValue
	//	*ObservationGenetics_ValueX_Boolean
	//	*ObservationGenetics_ValueX_Integer
	//	*ObservationGenetics_ValueX_Range
	//	*ObservationGenetics_ValueX_Ratio
	//	*ObservationGenetics_ValueX_SampledData
	//	*ObservationGenetics_ValueX_Time
	//	*ObservationGenetics_ValueX_DateTime
	//	*ObservationGenetics_ValueX_Period
	//	*ObservationGenetics_ValueX_Attachment
	Choice isObservationGenetics_ValueX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Actual result

func (*ObservationGenetics_ValueX) Descriptor deprecated

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

Deprecated: Use ObservationGenetics_ValueX.ProtoReflect.Descriptor instead.

func (*ObservationGenetics_ValueX) GetAttachment

func (*ObservationGenetics_ValueX) GetBoolean

func (*ObservationGenetics_ValueX) GetChoice

func (m *ObservationGenetics_ValueX) GetChoice() isObservationGenetics_ValueX_Choice

func (*ObservationGenetics_ValueX) GetCodeableConcept

func (*ObservationGenetics_ValueX) GetDateTime

func (*ObservationGenetics_ValueX) GetInteger

func (*ObservationGenetics_ValueX) GetPeriod

func (*ObservationGenetics_ValueX) GetQuantity

func (*ObservationGenetics_ValueX) GetRange

func (*ObservationGenetics_ValueX) GetRatio

func (*ObservationGenetics_ValueX) GetSampledData

func (*ObservationGenetics_ValueX) GetStringValue

func (*ObservationGenetics_ValueX) GetTime

func (*ObservationGenetics_ValueX) ProtoMessage

func (*ObservationGenetics_ValueX) ProtoMessage()

func (*ObservationGenetics_ValueX) ProtoReflect

func (*ObservationGenetics_ValueX) Reset

func (x *ObservationGenetics_ValueX) Reset()

func (*ObservationGenetics_ValueX) String

func (x *ObservationGenetics_ValueX) String() string

type ObservationGenetics_ValueX_Attachment

type ObservationGenetics_ValueX_Attachment struct {
	Attachment *datatypes_go_proto.Attachment `protobuf:"bytes,12,opt,name=attachment,proto3,oneof"`
}

type ObservationGenetics_ValueX_Boolean

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

type ObservationGenetics_ValueX_CodeableConcept

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

type ObservationGenetics_ValueX_DateTime

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

type ObservationGenetics_ValueX_Integer

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

type ObservationGenetics_ValueX_Period

type ObservationGenetics_ValueX_Period struct {
	Period *datatypes_go_proto.Period `protobuf:"bytes,11,opt,name=period,proto3,oneof"`
}

type ObservationGenetics_ValueX_Quantity

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

type ObservationGenetics_ValueX_Range

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

type ObservationGenetics_ValueX_Ratio

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

type ObservationGenetics_ValueX_SampledData

type ObservationGenetics_ValueX_SampledData struct {
	SampledData *datatypes_go_proto.SampledData `protobuf:"bytes,8,opt,name=sampled_data,json=sampledData,proto3,oneof"`
}

type ObservationGenetics_ValueX_StringValue

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

type ObservationGenetics_ValueX_Time

type ObservationGenetics_ValueX_Time struct {
	Time *datatypes_go_proto.Time `protobuf:"bytes,9,opt,name=time,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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