observation_bodytemp_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_bodytemp_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ObservationBodytemp

type ObservationBodytemp 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 *ObservationBodytemp_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     *ObservationBodytemp_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 *ObservationBodytemp_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     *ObservationBodytemp_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 []*ObservationBodytemp_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   []*ObservationBodytemp_Component `protobuf:"bytes,33,rep,name=component,proto3" json:"component,omitempty"`
	// contains filtered or unexported fields
}

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

func (*ObservationBodytemp) Descriptor deprecated

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

Deprecated: Use ObservationBodytemp.ProtoReflect.Descriptor instead.

func (*ObservationBodytemp) GetBasedOn

func (*ObservationBodytemp) GetBodySite

func (*ObservationBodytemp) GetCategory

func (*ObservationBodytemp) GetCode

func (*ObservationBodytemp) GetComponent

func (*ObservationBodytemp) GetContained

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

func (*ObservationBodytemp) GetDataAbsentReason

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

func (*ObservationBodytemp) GetDerivedFrom

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

func (*ObservationBodytemp) GetDevice

func (*ObservationBodytemp) GetEffective

func (*ObservationBodytemp) GetEncounter

func (*ObservationBodytemp) GetExtension

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

func (*ObservationBodytemp) GetFocus

func (*ObservationBodytemp) GetHasMember

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

func (*ObservationBodytemp) GetId

func (*ObservationBodytemp) GetIdentifier

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

func (*ObservationBodytemp) GetImplicitRules

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

func (*ObservationBodytemp) GetInterpretation

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

func (*ObservationBodytemp) GetIssued

func (*ObservationBodytemp) GetLanguage

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

func (*ObservationBodytemp) GetMeta

func (*ObservationBodytemp) GetMethod

func (*ObservationBodytemp) GetModifierExtension

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

func (*ObservationBodytemp) GetNote

func (*ObservationBodytemp) GetPartOf

func (*ObservationBodytemp) GetPerformer

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

func (*ObservationBodytemp) GetReferenceRange

func (x *ObservationBodytemp) GetReferenceRange() []*ObservationBodytemp_ReferenceRange

func (*ObservationBodytemp) GetSpecimen

func (*ObservationBodytemp) GetStatus

func (*ObservationBodytemp) GetSubject

func (*ObservationBodytemp) GetText

func (*ObservationBodytemp) GetValue

func (*ObservationBodytemp) ProtoMessage

func (*ObservationBodytemp) ProtoMessage()

func (*ObservationBodytemp) ProtoReflect

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

func (*ObservationBodytemp) Reset

func (x *ObservationBodytemp) Reset()

func (*ObservationBodytemp) String

func (x *ObservationBodytemp) String() string

type ObservationBodytemp_CodeableConceptForCode

type ObservationBodytemp_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"`
	BodyTempCode *datatypes_go_proto.CodingWithFixedCode `protobuf:"bytes,5,opt,name=body_temp_code,json=BodyTempCode,proto3" json:"body_temp_code,omitempty"`
	// contains filtered or unexported fields
}

Body Temperature

func (*ObservationBodytemp_CodeableConceptForCode) Descriptor deprecated

Deprecated: Use ObservationBodytemp_CodeableConceptForCode.ProtoReflect.Descriptor instead.

func (*ObservationBodytemp_CodeableConceptForCode) GetBodyTempCode

func (*ObservationBodytemp_CodeableConceptForCode) GetCoding

func (*ObservationBodytemp_CodeableConceptForCode) GetExtension

func (*ObservationBodytemp_CodeableConceptForCode) GetId

func (*ObservationBodytemp_CodeableConceptForCode) GetText

func (*ObservationBodytemp_CodeableConceptForCode) ProtoMessage

func (*ObservationBodytemp_CodeableConceptForCode) ProtoReflect

func (*ObservationBodytemp_CodeableConceptForCode) Reset

func (*ObservationBodytemp_CodeableConceptForCode) String

type ObservationBodytemp_Component

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

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

Deprecated: Use ObservationBodytemp_Component.ProtoReflect.Descriptor instead.

func (*ObservationBodytemp_Component) GetCode

func (*ObservationBodytemp_Component) GetDataAbsentReason

func (*ObservationBodytemp_Component) GetExtension

func (*ObservationBodytemp_Component) GetId

func (*ObservationBodytemp_Component) GetInterpretation

func (*ObservationBodytemp_Component) GetModifierExtension

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

func (*ObservationBodytemp_Component) GetReferenceRange

func (*ObservationBodytemp_Component) GetValue

func (*ObservationBodytemp_Component) ProtoMessage

func (*ObservationBodytemp_Component) ProtoMessage()

func (*ObservationBodytemp_Component) ProtoReflect

func (*ObservationBodytemp_Component) Reset

func (x *ObservationBodytemp_Component) Reset()

func (*ObservationBodytemp_Component) String

type ObservationBodytemp_Component_ValueX

type ObservationBodytemp_Component_ValueX struct {

	// Types that are assignable to Choice:
	//	*ObservationBodytemp_Component_ValueX_Quantity
	//	*ObservationBodytemp_Component_ValueX_CodeableConcept
	//	*ObservationBodytemp_Component_ValueX_StringValue
	//	*ObservationBodytemp_Component_ValueX_Boolean
	//	*ObservationBodytemp_Component_ValueX_Integer
	//	*ObservationBodytemp_Component_ValueX_Range
	//	*ObservationBodytemp_Component_ValueX_Ratio
	//	*ObservationBodytemp_Component_ValueX_SampledData
	//	*ObservationBodytemp_Component_ValueX_Time
	//	*ObservationBodytemp_Component_ValueX_DateTime
	//	*ObservationBodytemp_Component_ValueX_Period
	//	*ObservationBodytemp_Component_ValueX_Attachment
	Choice isObservationBodytemp_Component_ValueX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Vital Sign Value recorded with UCUM

func (*ObservationBodytemp_Component_ValueX) Descriptor deprecated

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

Deprecated: Use ObservationBodytemp_Component_ValueX.ProtoReflect.Descriptor instead.

func (*ObservationBodytemp_Component_ValueX) GetAttachment

func (*ObservationBodytemp_Component_ValueX) GetBoolean

func (*ObservationBodytemp_Component_ValueX) GetChoice

func (m *ObservationBodytemp_Component_ValueX) GetChoice() isObservationBodytemp_Component_ValueX_Choice

func (*ObservationBodytemp_Component_ValueX) GetCodeableConcept

func (*ObservationBodytemp_Component_ValueX) GetDateTime

func (*ObservationBodytemp_Component_ValueX) GetInteger

func (*ObservationBodytemp_Component_ValueX) GetPeriod

func (*ObservationBodytemp_Component_ValueX) GetQuantity

func (*ObservationBodytemp_Component_ValueX) GetRange

func (*ObservationBodytemp_Component_ValueX) GetRatio

func (*ObservationBodytemp_Component_ValueX) GetSampledData

func (*ObservationBodytemp_Component_ValueX) GetStringValue

func (*ObservationBodytemp_Component_ValueX) GetTime

func (*ObservationBodytemp_Component_ValueX) ProtoMessage

func (*ObservationBodytemp_Component_ValueX) ProtoMessage()

func (*ObservationBodytemp_Component_ValueX) ProtoReflect

func (*ObservationBodytemp_Component_ValueX) Reset

func (*ObservationBodytemp_Component_ValueX) String

type ObservationBodytemp_Component_ValueX_Attachment

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

type ObservationBodytemp_Component_ValueX_Boolean

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

type ObservationBodytemp_Component_ValueX_CodeableConcept

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

type ObservationBodytemp_Component_ValueX_DateTime

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

type ObservationBodytemp_Component_ValueX_Integer

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

type ObservationBodytemp_Component_ValueX_Period

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

type ObservationBodytemp_Component_ValueX_Quantity

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

type ObservationBodytemp_Component_ValueX_Range

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

type ObservationBodytemp_Component_ValueX_Ratio

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

type ObservationBodytemp_Component_ValueX_SampledData

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

type ObservationBodytemp_Component_ValueX_StringValue

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

type ObservationBodytemp_Component_ValueX_Time

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

type ObservationBodytemp_EffectiveX

type ObservationBodytemp_EffectiveX struct {

	// Types that are assignable to Choice:
	//	*ObservationBodytemp_EffectiveX_DateTime
	//	*ObservationBodytemp_EffectiveX_Period
	Choice isObservationBodytemp_EffectiveX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Often just a dateTime for Vital Signs

func (*ObservationBodytemp_EffectiveX) Descriptor deprecated

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

Deprecated: Use ObservationBodytemp_EffectiveX.ProtoReflect.Descriptor instead.

func (*ObservationBodytemp_EffectiveX) GetChoice

func (m *ObservationBodytemp_EffectiveX) GetChoice() isObservationBodytemp_EffectiveX_Choice

func (*ObservationBodytemp_EffectiveX) GetDateTime

func (*ObservationBodytemp_EffectiveX) GetPeriod

func (*ObservationBodytemp_EffectiveX) ProtoMessage

func (*ObservationBodytemp_EffectiveX) ProtoMessage()

func (*ObservationBodytemp_EffectiveX) ProtoReflect

func (*ObservationBodytemp_EffectiveX) Reset

func (x *ObservationBodytemp_EffectiveX) Reset()

func (*ObservationBodytemp_EffectiveX) String

type ObservationBodytemp_EffectiveX_DateTime

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

type ObservationBodytemp_EffectiveX_Period

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

type ObservationBodytemp_ReferenceRange

type ObservationBodytemp_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 (*ObservationBodytemp_ReferenceRange) Descriptor deprecated

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

Deprecated: Use ObservationBodytemp_ReferenceRange.ProtoReflect.Descriptor instead.

func (*ObservationBodytemp_ReferenceRange) GetAge

func (*ObservationBodytemp_ReferenceRange) GetAppliesTo

func (*ObservationBodytemp_ReferenceRange) GetExtension

func (*ObservationBodytemp_ReferenceRange) GetHigh

func (*ObservationBodytemp_ReferenceRange) GetId

func (*ObservationBodytemp_ReferenceRange) GetLow

func (*ObservationBodytemp_ReferenceRange) GetModifierExtension

func (*ObservationBodytemp_ReferenceRange) GetText

func (*ObservationBodytemp_ReferenceRange) GetType

func (*ObservationBodytemp_ReferenceRange) ProtoMessage

func (*ObservationBodytemp_ReferenceRange) ProtoMessage()

func (*ObservationBodytemp_ReferenceRange) ProtoReflect

func (*ObservationBodytemp_ReferenceRange) Reset

func (*ObservationBodytemp_ReferenceRange) String

type ObservationBodytemp_StatusCode

type ObservationBodytemp_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 (*ObservationBodytemp_StatusCode) Descriptor deprecated

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

Deprecated: Use ObservationBodytemp_StatusCode.ProtoReflect.Descriptor instead.

func (*ObservationBodytemp_StatusCode) GetExtension

func (*ObservationBodytemp_StatusCode) GetId

func (*ObservationBodytemp_StatusCode) GetValue

func (*ObservationBodytemp_StatusCode) ProtoMessage

func (*ObservationBodytemp_StatusCode) ProtoMessage()

func (*ObservationBodytemp_StatusCode) ProtoReflect

func (*ObservationBodytemp_StatusCode) Reset

func (x *ObservationBodytemp_StatusCode) Reset()

func (*ObservationBodytemp_StatusCode) String

type ObservationBodytemp_ValueX

type ObservationBodytemp_ValueX struct {

	// Types that are assignable to Choice:
	//	*ObservationBodytemp_ValueX_Quantity
	Choice isObservationBodytemp_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 (*ObservationBodytemp_ValueX) Descriptor deprecated

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

Deprecated: Use ObservationBodytemp_ValueX.ProtoReflect.Descriptor instead.

func (*ObservationBodytemp_ValueX) GetChoice

func (m *ObservationBodytemp_ValueX) GetChoice() isObservationBodytemp_ValueX_Choice

func (*ObservationBodytemp_ValueX) GetQuantity

func (*ObservationBodytemp_ValueX) ProtoMessage

func (*ObservationBodytemp_ValueX) ProtoMessage()

func (*ObservationBodytemp_ValueX) ProtoReflect

func (*ObservationBodytemp_ValueX) Reset

func (x *ObservationBodytemp_ValueX) Reset()

func (*ObservationBodytemp_ValueX) String

func (x *ObservationBodytemp_ValueX) String() string

type ObservationBodytemp_ValueX_Quantity

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