observation_bodyweight_go_proto

package
v0.7.4 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_google_fhir_proto_r4_core_profiles_observation_bodyweight_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ObservationBodyweight

type ObservationBodyweight 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"`
	// 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 *ObservationBodyweight_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"`
	Code     *ObservationBodyweight_CodeableConceptForCode `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 *ObservationBodyweight_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     *ObservationBodyweight_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 []*ObservationBodyweight_ReferenceRange `protobuf:"bytes,30,rep,name=reference_range,json=referenceRange,proto3" json:"reference_range,omitempty"`
	// Used when reporting vital signs panel components
	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   []*ObservationBodyweight_Component `protobuf:"bytes,33,rep,name=component,proto3" json:"component,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for observation-bodyweight. FHIR Body Weight Profile. See http://hl7.org/fhir/StructureDefinition/bodyweight

func (*ObservationBodyweight) Descriptor deprecated

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

Deprecated: Use ObservationBodyweight.ProtoReflect.Descriptor instead.

func (*ObservationBodyweight) GetBasedOn

func (*ObservationBodyweight) GetBodySite

func (*ObservationBodyweight) GetCategory

func (*ObservationBodyweight) GetCode

func (*ObservationBodyweight) GetComponent

func (*ObservationBodyweight) GetContained

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

func (*ObservationBodyweight) GetDataAbsentReason

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

func (*ObservationBodyweight) GetDerivedFrom

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

func (*ObservationBodyweight) GetDevice

func (*ObservationBodyweight) GetEffective

func (*ObservationBodyweight) GetEncounter

func (*ObservationBodyweight) GetExtension

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

func (*ObservationBodyweight) GetFocus

func (*ObservationBodyweight) GetHasMember

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

func (*ObservationBodyweight) GetId

func (*ObservationBodyweight) GetIdentifier

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

func (*ObservationBodyweight) GetImplicitRules

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

func (*ObservationBodyweight) GetInterpretation

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

func (*ObservationBodyweight) GetIssued

func (*ObservationBodyweight) GetLanguage

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

func (*ObservationBodyweight) GetMeta

func (*ObservationBodyweight) GetMethod

func (*ObservationBodyweight) GetModifierExtension

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

func (*ObservationBodyweight) GetNote

func (*ObservationBodyweight) GetPartOf

func (*ObservationBodyweight) GetPerformer

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

func (*ObservationBodyweight) GetReferenceRange

func (*ObservationBodyweight) GetSpecimen

func (*ObservationBodyweight) GetStatus

func (*ObservationBodyweight) GetSubject

func (*ObservationBodyweight) GetText

func (*ObservationBodyweight) GetValue

func (*ObservationBodyweight) ProtoMessage

func (*ObservationBodyweight) ProtoMessage()

func (*ObservationBodyweight) ProtoReflect

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

func (*ObservationBodyweight) Reset

func (x *ObservationBodyweight) Reset()

func (*ObservationBodyweight) String

func (x *ObservationBodyweight) String() string

type ObservationBodyweight_CodeableConceptForCode

type ObservationBodyweight_CodeableConceptForCode 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"`
	// Code defined by a terminology system
	Coding []*datatypes_go_proto.Coding `protobuf:"bytes,3,rep,name=coding,proto3" json:"coding,omitempty"`
	// Plain text representation of the concept
	Text           *datatypes_go_proto.String              `protobuf:"bytes,4,opt,name=text,proto3" json:"text,omitempty"`
	BodyWeightCode *datatypes_go_proto.CodingWithFixedCode `protobuf:"bytes,5,opt,name=body_weight_code,json=BodyWeightCode,proto3" json:"body_weight_code,omitempty"`
	// contains filtered or unexported fields
}

Body Weight

func (*ObservationBodyweight_CodeableConceptForCode) Descriptor deprecated

Deprecated: Use ObservationBodyweight_CodeableConceptForCode.ProtoReflect.Descriptor instead.

func (*ObservationBodyweight_CodeableConceptForCode) GetBodyWeightCode

func (*ObservationBodyweight_CodeableConceptForCode) GetCoding

func (*ObservationBodyweight_CodeableConceptForCode) GetExtension

func (*ObservationBodyweight_CodeableConceptForCode) GetId

func (*ObservationBodyweight_CodeableConceptForCode) GetText

func (*ObservationBodyweight_CodeableConceptForCode) ProtoMessage

func (*ObservationBodyweight_CodeableConceptForCode) ProtoReflect

func (*ObservationBodyweight_CodeableConceptForCode) Reset

func (*ObservationBodyweight_CodeableConceptForCode) String

type ObservationBodyweight_Component

type ObservationBodyweight_Component 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"`
	// Type of component observation (code / type)
	Code  *datatypes_go_proto.CodeableConcept     `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
	Value *ObservationBodyweight_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 []*ObservationBodyweight_ReferenceRange `protobuf:"bytes,8,rep,name=reference_range,json=referenceRange,proto3" json:"reference_range,omitempty"`
	// contains filtered or unexported fields
}

Used when reporting systolic and diastolic blood pressure.

func (*ObservationBodyweight_Component) Descriptor deprecated

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

Deprecated: Use ObservationBodyweight_Component.ProtoReflect.Descriptor instead.

func (*ObservationBodyweight_Component) GetCode

func (*ObservationBodyweight_Component) GetDataAbsentReason

func (*ObservationBodyweight_Component) GetExtension

func (*ObservationBodyweight_Component) GetId

func (*ObservationBodyweight_Component) GetInterpretation

func (*ObservationBodyweight_Component) GetModifierExtension

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

func (*ObservationBodyweight_Component) GetReferenceRange

func (*ObservationBodyweight_Component) GetValue

func (*ObservationBodyweight_Component) ProtoMessage

func (*ObservationBodyweight_Component) ProtoMessage()

func (*ObservationBodyweight_Component) ProtoReflect

func (*ObservationBodyweight_Component) Reset

func (*ObservationBodyweight_Component) String

type ObservationBodyweight_Component_ValueX

type ObservationBodyweight_Component_ValueX struct {

	// Types that are assignable to Choice:
	//	*ObservationBodyweight_Component_ValueX_Quantity
	//	*ObservationBodyweight_Component_ValueX_CodeableConcept
	//	*ObservationBodyweight_Component_ValueX_StringValue
	//	*ObservationBodyweight_Component_ValueX_Boolean
	//	*ObservationBodyweight_Component_ValueX_Integer
	//	*ObservationBodyweight_Component_ValueX_Range
	//	*ObservationBodyweight_Component_ValueX_Ratio
	//	*ObservationBodyweight_Component_ValueX_SampledData
	//	*ObservationBodyweight_Component_ValueX_Time
	//	*ObservationBodyweight_Component_ValueX_DateTime
	//	*ObservationBodyweight_Component_ValueX_Period
	Choice isObservationBodyweight_Component_ValueX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Vital Sign Value recorded with UCUM

func (*ObservationBodyweight_Component_ValueX) Descriptor deprecated

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

Deprecated: Use ObservationBodyweight_Component_ValueX.ProtoReflect.Descriptor instead.

func (*ObservationBodyweight_Component_ValueX) GetBoolean

func (*ObservationBodyweight_Component_ValueX) GetChoice

func (m *ObservationBodyweight_Component_ValueX) GetChoice() isObservationBodyweight_Component_ValueX_Choice

func (*ObservationBodyweight_Component_ValueX) GetCodeableConcept

func (*ObservationBodyweight_Component_ValueX) GetDateTime

func (*ObservationBodyweight_Component_ValueX) GetInteger

func (*ObservationBodyweight_Component_ValueX) GetPeriod

func (*ObservationBodyweight_Component_ValueX) GetQuantity

func (*ObservationBodyweight_Component_ValueX) GetRange

func (*ObservationBodyweight_Component_ValueX) GetRatio

func (*ObservationBodyweight_Component_ValueX) GetSampledData

func (*ObservationBodyweight_Component_ValueX) GetStringValue

func (*ObservationBodyweight_Component_ValueX) GetTime

func (*ObservationBodyweight_Component_ValueX) ProtoMessage

func (*ObservationBodyweight_Component_ValueX) ProtoReflect

func (*ObservationBodyweight_Component_ValueX) Reset

func (*ObservationBodyweight_Component_ValueX) String

type ObservationBodyweight_Component_ValueX_Boolean

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

type ObservationBodyweight_Component_ValueX_CodeableConcept

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

type ObservationBodyweight_Component_ValueX_DateTime

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

type ObservationBodyweight_Component_ValueX_Integer

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

type ObservationBodyweight_Component_ValueX_Period

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

type ObservationBodyweight_Component_ValueX_Quantity

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

type ObservationBodyweight_Component_ValueX_Range

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

type ObservationBodyweight_Component_ValueX_Ratio

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

type ObservationBodyweight_Component_ValueX_SampledData

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

type ObservationBodyweight_Component_ValueX_StringValue

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

type ObservationBodyweight_Component_ValueX_Time

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

type ObservationBodyweight_EffectiveX

type ObservationBodyweight_EffectiveX struct {

	// Types that are assignable to Choice:
	//	*ObservationBodyweight_EffectiveX_DateTime
	//	*ObservationBodyweight_EffectiveX_Period
	Choice isObservationBodyweight_EffectiveX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Often just a dateTime for Vital Signs

func (*ObservationBodyweight_EffectiveX) Descriptor deprecated

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

Deprecated: Use ObservationBodyweight_EffectiveX.ProtoReflect.Descriptor instead.

func (*ObservationBodyweight_EffectiveX) GetChoice

func (m *ObservationBodyweight_EffectiveX) GetChoice() isObservationBodyweight_EffectiveX_Choice

func (*ObservationBodyweight_EffectiveX) GetDateTime

func (*ObservationBodyweight_EffectiveX) GetPeriod

func (*ObservationBodyweight_EffectiveX) ProtoMessage

func (*ObservationBodyweight_EffectiveX) ProtoMessage()

func (*ObservationBodyweight_EffectiveX) ProtoReflect

func (*ObservationBodyweight_EffectiveX) Reset

func (*ObservationBodyweight_EffectiveX) String

type ObservationBodyweight_EffectiveX_DateTime

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

type ObservationBodyweight_EffectiveX_Period

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

type ObservationBodyweight_ReferenceRange

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

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

Deprecated: Use ObservationBodyweight_ReferenceRange.ProtoReflect.Descriptor instead.

func (*ObservationBodyweight_ReferenceRange) GetAge

func (*ObservationBodyweight_ReferenceRange) GetAppliesTo

func (*ObservationBodyweight_ReferenceRange) GetExtension

func (*ObservationBodyweight_ReferenceRange) GetHigh

func (*ObservationBodyweight_ReferenceRange) GetId

func (*ObservationBodyweight_ReferenceRange) GetLow

func (*ObservationBodyweight_ReferenceRange) GetModifierExtension

func (*ObservationBodyweight_ReferenceRange) GetText

func (*ObservationBodyweight_ReferenceRange) GetType

func (*ObservationBodyweight_ReferenceRange) ProtoMessage

func (*ObservationBodyweight_ReferenceRange) ProtoMessage()

func (*ObservationBodyweight_ReferenceRange) ProtoReflect

func (*ObservationBodyweight_ReferenceRange) Reset

func (*ObservationBodyweight_ReferenceRange) String

type ObservationBodyweight_StatusCode

type ObservationBodyweight_StatusCode struct {
	Value     codes_go_proto.ObservationStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.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 (*ObservationBodyweight_StatusCode) Descriptor deprecated

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

Deprecated: Use ObservationBodyweight_StatusCode.ProtoReflect.Descriptor instead.

func (*ObservationBodyweight_StatusCode) GetExtension

func (*ObservationBodyweight_StatusCode) GetId

func (*ObservationBodyweight_StatusCode) GetValue

func (*ObservationBodyweight_StatusCode) ProtoMessage

func (*ObservationBodyweight_StatusCode) ProtoMessage()

func (*ObservationBodyweight_StatusCode) ProtoReflect

func (*ObservationBodyweight_StatusCode) Reset

func (*ObservationBodyweight_StatusCode) String

type ObservationBodyweight_ValueX

type ObservationBodyweight_ValueX struct {

	// Types that are assignable to Choice:
	//	*ObservationBodyweight_ValueX_Quantity
	Choice isObservationBodyweight_ValueX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Vital Signs value are recorded using the Quantity data type. For supporting observations such as Cuff size could use other datatypes such as CodeableConcept.

func (*ObservationBodyweight_ValueX) Descriptor deprecated

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

Deprecated: Use ObservationBodyweight_ValueX.ProtoReflect.Descriptor instead.

func (*ObservationBodyweight_ValueX) GetChoice

func (m *ObservationBodyweight_ValueX) GetChoice() isObservationBodyweight_ValueX_Choice

func (*ObservationBodyweight_ValueX) GetQuantity

func (*ObservationBodyweight_ValueX) ProtoMessage

func (*ObservationBodyweight_ValueX) ProtoMessage()

func (*ObservationBodyweight_ValueX) ProtoReflect

func (*ObservationBodyweight_ValueX) Reset

func (x *ObservationBodyweight_ValueX) Reset()

func (*ObservationBodyweight_ValueX) String

type ObservationBodyweight_ValueX_Quantity

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

Jump to

Keyboard shortcuts

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