risk_assessment_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: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_google_fhir_proto_r4_core_resources_risk_assessment_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type RiskAssessment

type RiskAssessment 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"`
	// Unique identifier for the assessment
	Identifier []*datatypes_go_proto.Identifier `protobuf:"bytes,10,rep,name=identifier,proto3" json:"identifier,omitempty"`
	// Request fulfilled by this assessment
	BasedOn *datatypes_go_proto.Reference `protobuf:"bytes,11,opt,name=based_on,json=basedOn,proto3" json:"based_on,omitempty"`
	// Part of this occurrence
	Parent *datatypes_go_proto.Reference `protobuf:"bytes,12,opt,name=parent,proto3" json:"parent,omitempty"`
	Status *RiskAssessment_StatusCode    `protobuf:"bytes,13,opt,name=status,proto3" json:"status,omitempty"`
	// Evaluation mechanism
	Method *datatypes_go_proto.CodeableConcept `protobuf:"bytes,14,opt,name=method,proto3" json:"method,omitempty"`
	// Type of assessment
	Code *datatypes_go_proto.CodeableConcept `protobuf:"bytes,15,opt,name=code,proto3" json:"code,omitempty"`
	// Who/what does assessment apply to?
	Subject *datatypes_go_proto.Reference `protobuf:"bytes,16,opt,name=subject,proto3" json:"subject,omitempty"`
	// Where was assessment performed?
	Encounter  *datatypes_go_proto.Reference `protobuf:"bytes,17,opt,name=encounter,proto3" json:"encounter,omitempty"`
	Occurrence *RiskAssessment_OccurrenceX   `protobuf:"bytes,18,opt,name=occurrence,proto3" json:"occurrence,omitempty"`
	// Condition assessed
	Condition *datatypes_go_proto.Reference `protobuf:"bytes,19,opt,name=condition,proto3" json:"condition,omitempty"`
	// Who did assessment?
	Performer *datatypes_go_proto.Reference `protobuf:"bytes,20,opt,name=performer,proto3" json:"performer,omitempty"`
	// Why the assessment was necessary?
	ReasonCode []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,21,rep,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	// Why the assessment was necessary?
	ReasonReference []*datatypes_go_proto.Reference `protobuf:"bytes,22,rep,name=reason_reference,json=reasonReference,proto3" json:"reason_reference,omitempty"`
	// Information used in assessment
	Basis      []*datatypes_go_proto.Reference `protobuf:"bytes,23,rep,name=basis,proto3" json:"basis,omitempty"`
	Prediction []*RiskAssessment_Prediction    `protobuf:"bytes,24,rep,name=prediction,proto3" json:"prediction,omitempty"`
	// How to reduce risk
	Mitigation *datatypes_go_proto.String `protobuf:"bytes,25,opt,name=mitigation,proto3" json:"mitigation,omitempty"`
	// Comments on the risk assessment
	Note []*datatypes_go_proto.Annotation `protobuf:"bytes,26,rep,name=note,proto3" json:"note,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for RiskAssessment, last updated 2019-11-01T09:29:23.356+11:00. Potential outcomes for a subject with likelihood. See http://hl7.org/fhir/StructureDefinition/RiskAssessment

func (*RiskAssessment) Descriptor deprecated

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

Deprecated: Use RiskAssessment.ProtoReflect.Descriptor instead.

func (*RiskAssessment) GetBasedOn

func (x *RiskAssessment) GetBasedOn() *datatypes_go_proto.Reference

func (*RiskAssessment) GetBasis

func (x *RiskAssessment) GetBasis() []*datatypes_go_proto.Reference

func (*RiskAssessment) GetCode

func (*RiskAssessment) GetCondition

func (x *RiskAssessment) GetCondition() *datatypes_go_proto.Reference

func (*RiskAssessment) GetContained

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

func (*RiskAssessment) GetEncounter

func (x *RiskAssessment) GetEncounter() *datatypes_go_proto.Reference

func (*RiskAssessment) GetExtension

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

func (*RiskAssessment) GetId

func (x *RiskAssessment) GetId() *datatypes_go_proto.Id

func (*RiskAssessment) GetIdentifier

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

func (*RiskAssessment) GetImplicitRules

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

func (*RiskAssessment) GetLanguage

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

func (*RiskAssessment) GetMeta

func (x *RiskAssessment) GetMeta() *datatypes_go_proto.Meta

func (*RiskAssessment) GetMethod

func (*RiskAssessment) GetMitigation

func (x *RiskAssessment) GetMitigation() *datatypes_go_proto.String

func (*RiskAssessment) GetModifierExtension

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

func (*RiskAssessment) GetNote

func (*RiskAssessment) GetOccurrence

func (x *RiskAssessment) GetOccurrence() *RiskAssessment_OccurrenceX

func (*RiskAssessment) GetParent

func (*RiskAssessment) GetPerformer

func (x *RiskAssessment) GetPerformer() *datatypes_go_proto.Reference

func (*RiskAssessment) GetPrediction

func (x *RiskAssessment) GetPrediction() []*RiskAssessment_Prediction

func (*RiskAssessment) GetReasonCode

func (x *RiskAssessment) GetReasonCode() []*datatypes_go_proto.CodeableConcept

func (*RiskAssessment) GetReasonReference

func (x *RiskAssessment) GetReasonReference() []*datatypes_go_proto.Reference

func (*RiskAssessment) GetStatus

func (x *RiskAssessment) GetStatus() *RiskAssessment_StatusCode

func (*RiskAssessment) GetSubject

func (x *RiskAssessment) GetSubject() *datatypes_go_proto.Reference

func (*RiskAssessment) GetText

func (*RiskAssessment) ProtoMessage

func (*RiskAssessment) ProtoMessage()

func (*RiskAssessment) ProtoReflect

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

func (*RiskAssessment) Reset

func (x *RiskAssessment) Reset()

func (*RiskAssessment) String

func (x *RiskAssessment) String() string

type RiskAssessment_OccurrenceX

type RiskAssessment_OccurrenceX struct {

	// Types that are assignable to Choice:
	//	*RiskAssessment_OccurrenceX_DateTime
	//	*RiskAssessment_OccurrenceX_Period
	Choice isRiskAssessment_OccurrenceX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

When was assessment made?

func (*RiskAssessment_OccurrenceX) Descriptor deprecated

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

Deprecated: Use RiskAssessment_OccurrenceX.ProtoReflect.Descriptor instead.

func (*RiskAssessment_OccurrenceX) GetChoice

func (m *RiskAssessment_OccurrenceX) GetChoice() isRiskAssessment_OccurrenceX_Choice

func (*RiskAssessment_OccurrenceX) GetDateTime

func (*RiskAssessment_OccurrenceX) GetPeriod

func (*RiskAssessment_OccurrenceX) ProtoMessage

func (*RiskAssessment_OccurrenceX) ProtoMessage()

func (*RiskAssessment_OccurrenceX) ProtoReflect

func (*RiskAssessment_OccurrenceX) Reset

func (x *RiskAssessment_OccurrenceX) Reset()

func (*RiskAssessment_OccurrenceX) String

func (x *RiskAssessment_OccurrenceX) String() string

type RiskAssessment_OccurrenceX_DateTime

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

type RiskAssessment_OccurrenceX_Period

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

type RiskAssessment_Prediction

type RiskAssessment_Prediction 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"`
	// Possible outcome for the subject
	Outcome     *datatypes_go_proto.CodeableConcept     `protobuf:"bytes,4,opt,name=outcome,proto3" json:"outcome,omitempty"`
	Probability *RiskAssessment_Prediction_ProbabilityX `protobuf:"bytes,5,opt,name=probability,proto3" json:"probability,omitempty"`
	// Likelihood of specified outcome as a qualitative value
	QualitativeRisk *datatypes_go_proto.CodeableConcept `protobuf:"bytes,6,opt,name=qualitative_risk,json=qualitativeRisk,proto3" json:"qualitative_risk,omitempty"`
	// Relative likelihood
	RelativeRisk *datatypes_go_proto.Decimal      `protobuf:"bytes,7,opt,name=relative_risk,json=relativeRisk,proto3" json:"relative_risk,omitempty"`
	When         *RiskAssessment_Prediction_WhenX `protobuf:"bytes,8,opt,name=when,proto3" json:"when,omitempty"`
	// Explanation of prediction
	Rationale *datatypes_go_proto.String `protobuf:"bytes,9,opt,name=rationale,proto3" json:"rationale,omitempty"`
	// contains filtered or unexported fields
}

Outcome predicted

func (*RiskAssessment_Prediction) Descriptor deprecated

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

Deprecated: Use RiskAssessment_Prediction.ProtoReflect.Descriptor instead.

func (*RiskAssessment_Prediction) GetExtension

func (*RiskAssessment_Prediction) GetId

func (*RiskAssessment_Prediction) GetModifierExtension

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

func (*RiskAssessment_Prediction) GetOutcome

func (*RiskAssessment_Prediction) GetProbability

func (*RiskAssessment_Prediction) GetQualitativeRisk

func (*RiskAssessment_Prediction) GetRationale

func (*RiskAssessment_Prediction) GetRelativeRisk

func (*RiskAssessment_Prediction) GetWhen

func (*RiskAssessment_Prediction) ProtoMessage

func (*RiskAssessment_Prediction) ProtoMessage()

func (*RiskAssessment_Prediction) ProtoReflect

func (*RiskAssessment_Prediction) Reset

func (x *RiskAssessment_Prediction) Reset()

func (*RiskAssessment_Prediction) String

func (x *RiskAssessment_Prediction) String() string

type RiskAssessment_Prediction_ProbabilityX

type RiskAssessment_Prediction_ProbabilityX struct {

	// Types that are assignable to Choice:
	//	*RiskAssessment_Prediction_ProbabilityX_Decimal
	//	*RiskAssessment_Prediction_ProbabilityX_Range
	Choice isRiskAssessment_Prediction_ProbabilityX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Likelihood of specified outcome

func (*RiskAssessment_Prediction_ProbabilityX) Descriptor deprecated

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

Deprecated: Use RiskAssessment_Prediction_ProbabilityX.ProtoReflect.Descriptor instead.

func (*RiskAssessment_Prediction_ProbabilityX) GetChoice

func (m *RiskAssessment_Prediction_ProbabilityX) GetChoice() isRiskAssessment_Prediction_ProbabilityX_Choice

func (*RiskAssessment_Prediction_ProbabilityX) GetDecimal

func (*RiskAssessment_Prediction_ProbabilityX) GetRange

func (*RiskAssessment_Prediction_ProbabilityX) ProtoMessage

func (*RiskAssessment_Prediction_ProbabilityX) ProtoReflect

func (*RiskAssessment_Prediction_ProbabilityX) Reset

func (*RiskAssessment_Prediction_ProbabilityX) String

type RiskAssessment_Prediction_ProbabilityX_Decimal

type RiskAssessment_Prediction_ProbabilityX_Decimal struct {
	Decimal *datatypes_go_proto.Decimal `protobuf:"bytes,1,opt,name=decimal,proto3,oneof"`
}

type RiskAssessment_Prediction_ProbabilityX_Range

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

type RiskAssessment_Prediction_WhenX

type RiskAssessment_Prediction_WhenX struct {

	// Types that are assignable to Choice:
	//	*RiskAssessment_Prediction_WhenX_Period
	//	*RiskAssessment_Prediction_WhenX_Range
	Choice isRiskAssessment_Prediction_WhenX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Timeframe or age range

func (*RiskAssessment_Prediction_WhenX) Descriptor deprecated

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

Deprecated: Use RiskAssessment_Prediction_WhenX.ProtoReflect.Descriptor instead.

func (*RiskAssessment_Prediction_WhenX) GetChoice

func (m *RiskAssessment_Prediction_WhenX) GetChoice() isRiskAssessment_Prediction_WhenX_Choice

func (*RiskAssessment_Prediction_WhenX) GetPeriod

func (*RiskAssessment_Prediction_WhenX) GetRange

func (*RiskAssessment_Prediction_WhenX) ProtoMessage

func (*RiskAssessment_Prediction_WhenX) ProtoMessage()

func (*RiskAssessment_Prediction_WhenX) ProtoReflect

func (*RiskAssessment_Prediction_WhenX) Reset

func (*RiskAssessment_Prediction_WhenX) String

type RiskAssessment_Prediction_WhenX_Period

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

type RiskAssessment_Prediction_WhenX_Range

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

type RiskAssessment_StatusCode

type RiskAssessment_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 (*RiskAssessment_StatusCode) Descriptor deprecated

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

Deprecated: Use RiskAssessment_StatusCode.ProtoReflect.Descriptor instead.

func (*RiskAssessment_StatusCode) GetExtension

func (*RiskAssessment_StatusCode) GetId

func (*RiskAssessment_StatusCode) GetValue

func (*RiskAssessment_StatusCode) ProtoMessage

func (*RiskAssessment_StatusCode) ProtoMessage()

func (*RiskAssessment_StatusCode) ProtoReflect

func (*RiskAssessment_StatusCode) Reset

func (x *RiskAssessment_StatusCode) Reset()

func (*RiskAssessment_StatusCode) String

func (x *RiskAssessment_StatusCode) String() string

Jump to

Keyboard shortcuts

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