observation_vitalsigns_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_r5_core_profiles_observation_vitalsigns_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ObservationVitalsigns

type ObservationVitalsigns 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 *ObservationVitalsigns_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"`
	// Coded Responses from C-CDA Vital Sign Results
	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 *ObservationVitalsigns_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     *ObservationVitalsigns_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 []*ObservationVitalsigns_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   []*ObservationVitalsigns_Component `protobuf:"bytes,33,rep,name=component,proto3" json:"component,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for observation-vitalsigns. FHIR Vital Signs Profile. See http://hl7.org/fhir/StructureDefinition/vitalsigns

func (*ObservationVitalsigns) Descriptor deprecated

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

Deprecated: Use ObservationVitalsigns.ProtoReflect.Descriptor instead.

func (*ObservationVitalsigns) GetBasedOn

func (*ObservationVitalsigns) GetBodySite

func (*ObservationVitalsigns) GetCategory

func (*ObservationVitalsigns) GetCode

func (*ObservationVitalsigns) GetComponent

func (*ObservationVitalsigns) GetContained

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

func (*ObservationVitalsigns) GetDataAbsentReason

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

func (*ObservationVitalsigns) GetDerivedFrom

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

func (*ObservationVitalsigns) GetDevice

func (*ObservationVitalsigns) GetEffective

func (*ObservationVitalsigns) GetEncounter

func (*ObservationVitalsigns) GetExtension

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

func (*ObservationVitalsigns) GetFocus

func (*ObservationVitalsigns) GetHasMember

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

func (*ObservationVitalsigns) GetId

func (*ObservationVitalsigns) GetIdentifier

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

func (*ObservationVitalsigns) GetImplicitRules

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

func (*ObservationVitalsigns) GetInterpretation

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

func (*ObservationVitalsigns) GetIssued

func (*ObservationVitalsigns) GetLanguage

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

func (*ObservationVitalsigns) GetMeta

func (*ObservationVitalsigns) GetMethod

func (*ObservationVitalsigns) GetModifierExtension

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

func (*ObservationVitalsigns) GetNote

func (*ObservationVitalsigns) GetPartOf

func (*ObservationVitalsigns) GetPerformer

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

func (*ObservationVitalsigns) GetReferenceRange

func (*ObservationVitalsigns) GetSpecimen

func (*ObservationVitalsigns) GetStatus

func (*ObservationVitalsigns) GetSubject

func (*ObservationVitalsigns) GetText

func (*ObservationVitalsigns) GetValue

func (*ObservationVitalsigns) ProtoMessage

func (*ObservationVitalsigns) ProtoMessage()

func (*ObservationVitalsigns) ProtoReflect

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

func (*ObservationVitalsigns) Reset

func (x *ObservationVitalsigns) Reset()

func (*ObservationVitalsigns) String

func (x *ObservationVitalsigns) String() string

type ObservationVitalsigns_Component

type ObservationVitalsigns_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 *ObservationVitalsigns_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 []*ObservationVitalsigns_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 (*ObservationVitalsigns_Component) Descriptor deprecated

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

Deprecated: Use ObservationVitalsigns_Component.ProtoReflect.Descriptor instead.

func (*ObservationVitalsigns_Component) GetCode

func (*ObservationVitalsigns_Component) GetDataAbsentReason

func (*ObservationVitalsigns_Component) GetExtension

func (*ObservationVitalsigns_Component) GetId

func (*ObservationVitalsigns_Component) GetInterpretation

func (*ObservationVitalsigns_Component) GetModifierExtension

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

func (*ObservationVitalsigns_Component) GetReferenceRange

func (*ObservationVitalsigns_Component) GetValue

func (*ObservationVitalsigns_Component) ProtoMessage

func (*ObservationVitalsigns_Component) ProtoMessage()

func (*ObservationVitalsigns_Component) ProtoReflect

func (*ObservationVitalsigns_Component) Reset

func (*ObservationVitalsigns_Component) String

type ObservationVitalsigns_Component_ValueX

type ObservationVitalsigns_Component_ValueX struct {

	// Types that are assignable to Choice:
	//	*ObservationVitalsigns_Component_ValueX_Quantity
	//	*ObservationVitalsigns_Component_ValueX_CodeableConcept
	//	*ObservationVitalsigns_Component_ValueX_StringValue
	//	*ObservationVitalsigns_Component_ValueX_Boolean
	//	*ObservationVitalsigns_Component_ValueX_Integer
	//	*ObservationVitalsigns_Component_ValueX_Range
	//	*ObservationVitalsigns_Component_ValueX_Ratio
	//	*ObservationVitalsigns_Component_ValueX_SampledData
	//	*ObservationVitalsigns_Component_ValueX_Time
	//	*ObservationVitalsigns_Component_ValueX_DateTime
	//	*ObservationVitalsigns_Component_ValueX_Period
	//	*ObservationVitalsigns_Component_ValueX_Attachment
	Choice isObservationVitalsigns_Component_ValueX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Vital Sign Value recorded with UCUM

func (*ObservationVitalsigns_Component_ValueX) Descriptor deprecated

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

Deprecated: Use ObservationVitalsigns_Component_ValueX.ProtoReflect.Descriptor instead.

func (*ObservationVitalsigns_Component_ValueX) GetAttachment

func (*ObservationVitalsigns_Component_ValueX) GetBoolean

func (*ObservationVitalsigns_Component_ValueX) GetChoice

func (m *ObservationVitalsigns_Component_ValueX) GetChoice() isObservationVitalsigns_Component_ValueX_Choice

func (*ObservationVitalsigns_Component_ValueX) GetCodeableConcept

func (*ObservationVitalsigns_Component_ValueX) GetDateTime

func (*ObservationVitalsigns_Component_ValueX) GetInteger

func (*ObservationVitalsigns_Component_ValueX) GetPeriod

func (*ObservationVitalsigns_Component_ValueX) GetQuantity

func (*ObservationVitalsigns_Component_ValueX) GetRange

func (*ObservationVitalsigns_Component_ValueX) GetRatio

func (*ObservationVitalsigns_Component_ValueX) GetSampledData

func (*ObservationVitalsigns_Component_ValueX) GetStringValue

func (*ObservationVitalsigns_Component_ValueX) GetTime

func (*ObservationVitalsigns_Component_ValueX) ProtoMessage

func (*ObservationVitalsigns_Component_ValueX) ProtoReflect

func (*ObservationVitalsigns_Component_ValueX) Reset

func (*ObservationVitalsigns_Component_ValueX) String

type ObservationVitalsigns_Component_ValueX_Attachment

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

type ObservationVitalsigns_Component_ValueX_Boolean

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

type ObservationVitalsigns_Component_ValueX_CodeableConcept

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

type ObservationVitalsigns_Component_ValueX_DateTime

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

type ObservationVitalsigns_Component_ValueX_Integer

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

type ObservationVitalsigns_Component_ValueX_Period

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

type ObservationVitalsigns_Component_ValueX_Quantity

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

type ObservationVitalsigns_Component_ValueX_Range

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

type ObservationVitalsigns_Component_ValueX_Ratio

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

type ObservationVitalsigns_Component_ValueX_SampledData

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

type ObservationVitalsigns_Component_ValueX_StringValue

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

type ObservationVitalsigns_Component_ValueX_Time

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

type ObservationVitalsigns_EffectiveX

type ObservationVitalsigns_EffectiveX struct {

	// Types that are assignable to Choice:
	//	*ObservationVitalsigns_EffectiveX_DateTime
	//	*ObservationVitalsigns_EffectiveX_Period
	Choice isObservationVitalsigns_EffectiveX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Often just a dateTime for Vital Signs

func (*ObservationVitalsigns_EffectiveX) Descriptor deprecated

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

Deprecated: Use ObservationVitalsigns_EffectiveX.ProtoReflect.Descriptor instead.

func (*ObservationVitalsigns_EffectiveX) GetChoice

func (m *ObservationVitalsigns_EffectiveX) GetChoice() isObservationVitalsigns_EffectiveX_Choice

func (*ObservationVitalsigns_EffectiveX) GetDateTime

func (*ObservationVitalsigns_EffectiveX) GetPeriod

func (*ObservationVitalsigns_EffectiveX) ProtoMessage

func (*ObservationVitalsigns_EffectiveX) ProtoMessage()

func (*ObservationVitalsigns_EffectiveX) ProtoReflect

func (*ObservationVitalsigns_EffectiveX) Reset

func (*ObservationVitalsigns_EffectiveX) String

type ObservationVitalsigns_EffectiveX_DateTime

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

type ObservationVitalsigns_EffectiveX_Period

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

type ObservationVitalsigns_ReferenceRange

type ObservationVitalsigns_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 (*ObservationVitalsigns_ReferenceRange) Descriptor deprecated

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

Deprecated: Use ObservationVitalsigns_ReferenceRange.ProtoReflect.Descriptor instead.

func (*ObservationVitalsigns_ReferenceRange) GetAge

func (*ObservationVitalsigns_ReferenceRange) GetAppliesTo

func (*ObservationVitalsigns_ReferenceRange) GetExtension

func (*ObservationVitalsigns_ReferenceRange) GetHigh

func (*ObservationVitalsigns_ReferenceRange) GetId

func (*ObservationVitalsigns_ReferenceRange) GetLow

func (*ObservationVitalsigns_ReferenceRange) GetModifierExtension

func (*ObservationVitalsigns_ReferenceRange) GetText

func (*ObservationVitalsigns_ReferenceRange) GetType

func (*ObservationVitalsigns_ReferenceRange) ProtoMessage

func (*ObservationVitalsigns_ReferenceRange) ProtoMessage()

func (*ObservationVitalsigns_ReferenceRange) ProtoReflect

func (*ObservationVitalsigns_ReferenceRange) Reset

func (*ObservationVitalsigns_ReferenceRange) String

type ObservationVitalsigns_StatusCode

type ObservationVitalsigns_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 (*ObservationVitalsigns_StatusCode) Descriptor deprecated

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

Deprecated: Use ObservationVitalsigns_StatusCode.ProtoReflect.Descriptor instead.

func (*ObservationVitalsigns_StatusCode) GetExtension

func (*ObservationVitalsigns_StatusCode) GetId

func (*ObservationVitalsigns_StatusCode) GetValue

func (*ObservationVitalsigns_StatusCode) ProtoMessage

func (*ObservationVitalsigns_StatusCode) ProtoMessage()

func (*ObservationVitalsigns_StatusCode) ProtoReflect

func (*ObservationVitalsigns_StatusCode) Reset

func (*ObservationVitalsigns_StatusCode) String

type ObservationVitalsigns_ValueX

type ObservationVitalsigns_ValueX struct {

	// Types that are assignable to Choice:
	//	*ObservationVitalsigns_ValueX_Quantity
	//	*ObservationVitalsigns_ValueX_CodeableConcept
	//	*ObservationVitalsigns_ValueX_StringValue
	//	*ObservationVitalsigns_ValueX_Boolean
	//	*ObservationVitalsigns_ValueX_Integer
	//	*ObservationVitalsigns_ValueX_Range
	//	*ObservationVitalsigns_ValueX_Ratio
	//	*ObservationVitalsigns_ValueX_SampledData
	//	*ObservationVitalsigns_ValueX_Time
	//	*ObservationVitalsigns_ValueX_DateTime
	//	*ObservationVitalsigns_ValueX_Period
	//	*ObservationVitalsigns_ValueX_Attachment
	Choice isObservationVitalsigns_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 (*ObservationVitalsigns_ValueX) Descriptor deprecated

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

Deprecated: Use ObservationVitalsigns_ValueX.ProtoReflect.Descriptor instead.

func (*ObservationVitalsigns_ValueX) GetAttachment

func (*ObservationVitalsigns_ValueX) GetBoolean

func (*ObservationVitalsigns_ValueX) GetChoice

func (m *ObservationVitalsigns_ValueX) GetChoice() isObservationVitalsigns_ValueX_Choice

func (*ObservationVitalsigns_ValueX) GetCodeableConcept

func (*ObservationVitalsigns_ValueX) GetDateTime

func (*ObservationVitalsigns_ValueX) GetInteger

func (*ObservationVitalsigns_ValueX) GetPeriod

func (*ObservationVitalsigns_ValueX) GetQuantity

func (*ObservationVitalsigns_ValueX) GetRange

func (*ObservationVitalsigns_ValueX) GetRatio

func (*ObservationVitalsigns_ValueX) GetSampledData

func (*ObservationVitalsigns_ValueX) GetStringValue

func (*ObservationVitalsigns_ValueX) GetTime

func (*ObservationVitalsigns_ValueX) ProtoMessage

func (*ObservationVitalsigns_ValueX) ProtoMessage()

func (*ObservationVitalsigns_ValueX) ProtoReflect

func (*ObservationVitalsigns_ValueX) Reset

func (x *ObservationVitalsigns_ValueX) Reset()

func (*ObservationVitalsigns_ValueX) String

type ObservationVitalsigns_ValueX_Attachment

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

type ObservationVitalsigns_ValueX_Boolean

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

type ObservationVitalsigns_ValueX_CodeableConcept

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

type ObservationVitalsigns_ValueX_DateTime

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

type ObservationVitalsigns_ValueX_Integer

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

type ObservationVitalsigns_ValueX_Period

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

type ObservationVitalsigns_ValueX_Quantity

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

type ObservationVitalsigns_ValueX_Range

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

type ObservationVitalsigns_ValueX_Ratio

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

type ObservationVitalsigns_ValueX_SampledData

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

type ObservationVitalsigns_ValueX_StringValue

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

type ObservationVitalsigns_ValueX_Time

type ObservationVitalsigns_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