shareable_measure_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_shareable_measure_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ShareableMeasure

type ShareableMeasure 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"`
	// Canonical identifier for this measure, represented as a URI (globally
	// unique)
	Url *datatypes_go_proto.Uri `protobuf:"bytes,10,opt,name=url,proto3" json:"url,omitempty"`
	// Additional identifier for the measure
	Identifier []*datatypes_go_proto.Identifier `protobuf:"bytes,11,rep,name=identifier,proto3" json:"identifier,omitempty"`
	// Business version of the measure
	Version *datatypes_go_proto.String `protobuf:"bytes,12,opt,name=version,proto3" json:"version,omitempty"`
	// Name for this measure (computer friendly)
	Name *datatypes_go_proto.String `protobuf:"bytes,13,opt,name=name,proto3" json:"name,omitempty"`
	// Name for this measure (human friendly)
	Title *datatypes_go_proto.String `protobuf:"bytes,14,opt,name=title,proto3" json:"title,omitempty"`
	// Subordinate title of the measure
	Subtitle *datatypes_go_proto.String   `protobuf:"bytes,15,opt,name=subtitle,proto3" json:"subtitle,omitempty"`
	Status   *ShareableMeasure_StatusCode `protobuf:"bytes,16,opt,name=status,proto3" json:"status,omitempty"`
	// For testing purposes, not real usage
	Experimental *datatypes_go_proto.Boolean `protobuf:"bytes,17,opt,name=experimental,proto3" json:"experimental,omitempty"`
	Subject      *ShareableMeasure_SubjectX  `protobuf:"bytes,18,opt,name=subject,proto3" json:"subject,omitempty"`
	// Date last changed
	Date *datatypes_go_proto.DateTime `protobuf:"bytes,19,opt,name=date,proto3" json:"date,omitempty"`
	// Name of the publisher (organization or individual)
	Publisher *datatypes_go_proto.String `protobuf:"bytes,20,opt,name=publisher,proto3" json:"publisher,omitempty"`
	// Contact details for the publisher
	Contact []*datatypes_go_proto.ContactDetail `protobuf:"bytes,21,rep,name=contact,proto3" json:"contact,omitempty"`
	// Natural language description of the measure
	Description *datatypes_go_proto.Markdown `protobuf:"bytes,22,opt,name=description,proto3" json:"description,omitempty"`
	// The context that the content is intended to support
	UseContext []*datatypes_go_proto.UsageContext `protobuf:"bytes,23,rep,name=use_context,json=useContext,proto3" json:"use_context,omitempty"`
	// Intended jurisdiction for measure (if applicable)
	Jurisdiction []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,24,rep,name=jurisdiction,proto3" json:"jurisdiction,omitempty"`
	// Why this measure is defined
	Purpose *datatypes_go_proto.Markdown `protobuf:"bytes,25,opt,name=purpose,proto3" json:"purpose,omitempty"`
	// Describes the clinical usage of the measure
	Usage *datatypes_go_proto.String `protobuf:"bytes,26,opt,name=usage,proto3" json:"usage,omitempty"`
	// Use and/or publishing restrictions
	Copyright *datatypes_go_proto.Markdown `protobuf:"bytes,27,opt,name=copyright,proto3" json:"copyright,omitempty"`
	// When the measure was approved by publisher
	ApprovalDate *datatypes_go_proto.Date `protobuf:"bytes,28,opt,name=approval_date,json=approvalDate,proto3" json:"approval_date,omitempty"`
	// When the measure was last reviewed
	LastReviewDate *datatypes_go_proto.Date `protobuf:"bytes,29,opt,name=last_review_date,json=lastReviewDate,proto3" json:"last_review_date,omitempty"`
	// When the measure is expected to be used
	EffectivePeriod *datatypes_go_proto.Period `protobuf:"bytes,30,opt,name=effective_period,json=effectivePeriod,proto3" json:"effective_period,omitempty"`
	// The category of the measure, such as Education, Treatment, Assessment, etc.
	Topic []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,31,rep,name=topic,proto3" json:"topic,omitempty"`
	// Who authored the content
	Author []*datatypes_go_proto.ContactDetail `protobuf:"bytes,32,rep,name=author,proto3" json:"author,omitempty"`
	// Who edited the content
	Editor []*datatypes_go_proto.ContactDetail `protobuf:"bytes,33,rep,name=editor,proto3" json:"editor,omitempty"`
	// Who reviewed the content
	Reviewer []*datatypes_go_proto.ContactDetail `protobuf:"bytes,34,rep,name=reviewer,proto3" json:"reviewer,omitempty"`
	// Who endorsed the content
	Endorser []*datatypes_go_proto.ContactDetail `protobuf:"bytes,35,rep,name=endorser,proto3" json:"endorser,omitempty"`
	// Additional documentation, citations, etc.
	RelatedArtifact []*datatypes_go_proto.RelatedArtifact `protobuf:"bytes,36,rep,name=related_artifact,json=relatedArtifact,proto3" json:"related_artifact,omitempty"`
	// Logic used by the measure
	Library []*datatypes_go_proto.Canonical `protobuf:"bytes,37,rep,name=library,proto3" json:"library,omitempty"`
	// Disclaimer for use of the measure or its referenced content
	Disclaimer *datatypes_go_proto.Markdown `protobuf:"bytes,38,opt,name=disclaimer,proto3" json:"disclaimer,omitempty"`
	// proportion | ratio | continuous-variable | cohort
	Scoring *datatypes_go_proto.CodeableConcept `protobuf:"bytes,39,opt,name=scoring,proto3" json:"scoring,omitempty"`
	// opportunity | all-or-nothing | linear | weighted
	CompositeScoring *datatypes_go_proto.CodeableConcept `protobuf:"bytes,40,opt,name=composite_scoring,json=compositeScoring,proto3" json:"composite_scoring,omitempty"`
	// process | outcome | structure | patient-reported-outcome | composite
	Type []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,41,rep,name=type,proto3" json:"type,omitempty"`
	// How risk adjustment is applied for this measure
	RiskAdjustment *datatypes_go_proto.String `protobuf:"bytes,42,opt,name=risk_adjustment,json=riskAdjustment,proto3" json:"risk_adjustment,omitempty"`
	// How is rate aggregation performed for this measure
	RateAggregation *datatypes_go_proto.String `protobuf:"bytes,43,opt,name=rate_aggregation,json=rateAggregation,proto3" json:"rate_aggregation,omitempty"`
	// Detailed description of why the measure exists
	Rationale *datatypes_go_proto.Markdown `protobuf:"bytes,44,opt,name=rationale,proto3" json:"rationale,omitempty"`
	// Summary of clinical guidelines
	ClinicalRecommendationStatement *datatypes_go_proto.Markdown `` /* 157-byte string literal not displayed */
	// increase | decrease
	ImprovementNotation *datatypes_go_proto.CodeableConcept `protobuf:"bytes,46,opt,name=improvement_notation,json=improvementNotation,proto3" json:"improvement_notation,omitempty"`
	// Defined terms used in the measure documentation
	Definition []*datatypes_go_proto.Markdown `protobuf:"bytes,47,rep,name=definition,proto3" json:"definition,omitempty"`
	// Additional guidance for implementers
	Guidance         *datatypes_go_proto.Markdown         `protobuf:"bytes,48,opt,name=guidance,proto3" json:"guidance,omitempty"`
	Group            []*ShareableMeasure_Group            `protobuf:"bytes,49,rep,name=group,proto3" json:"group,omitempty"`
	SupplementalData []*ShareableMeasure_SupplementalData `protobuf:"bytes,50,rep,name=supplemental_data,json=supplementalData,proto3" json:"supplemental_data,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for Shareable Measure. A quality measure definition. See http://hl7.org/fhir/StructureDefinition/shareablemeasure

func (*ShareableMeasure) Descriptor deprecated

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

Deprecated: Use ShareableMeasure.ProtoReflect.Descriptor instead.

func (*ShareableMeasure) GetApprovalDate

func (x *ShareableMeasure) GetApprovalDate() *datatypes_go_proto.Date

func (*ShareableMeasure) GetAuthor

func (*ShareableMeasure) GetClinicalRecommendationStatement

func (x *ShareableMeasure) GetClinicalRecommendationStatement() *datatypes_go_proto.Markdown

func (*ShareableMeasure) GetCompositeScoring

func (x *ShareableMeasure) GetCompositeScoring() *datatypes_go_proto.CodeableConcept

func (*ShareableMeasure) GetContact

func (*ShareableMeasure) GetContained

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

func (*ShareableMeasure) GetCopyright

func (x *ShareableMeasure) GetCopyright() *datatypes_go_proto.Markdown

func (*ShareableMeasure) GetDate

func (*ShareableMeasure) GetDefinition

func (x *ShareableMeasure) GetDefinition() []*datatypes_go_proto.Markdown

func (*ShareableMeasure) GetDescription

func (x *ShareableMeasure) GetDescription() *datatypes_go_proto.Markdown

func (*ShareableMeasure) GetDisclaimer

func (x *ShareableMeasure) GetDisclaimer() *datatypes_go_proto.Markdown

func (*ShareableMeasure) GetEditor

func (*ShareableMeasure) GetEffectivePeriod

func (x *ShareableMeasure) GetEffectivePeriod() *datatypes_go_proto.Period

func (*ShareableMeasure) GetEndorser

func (*ShareableMeasure) GetExperimental

func (x *ShareableMeasure) GetExperimental() *datatypes_go_proto.Boolean

func (*ShareableMeasure) GetExtension

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

func (*ShareableMeasure) GetGroup

func (x *ShareableMeasure) GetGroup() []*ShareableMeasure_Group

func (*ShareableMeasure) GetGuidance

func (x *ShareableMeasure) GetGuidance() *datatypes_go_proto.Markdown

func (*ShareableMeasure) GetId

func (*ShareableMeasure) GetIdentifier

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

func (*ShareableMeasure) GetImplicitRules

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

func (*ShareableMeasure) GetImprovementNotation

func (x *ShareableMeasure) GetImprovementNotation() *datatypes_go_proto.CodeableConcept

func (*ShareableMeasure) GetJurisdiction

func (x *ShareableMeasure) GetJurisdiction() []*datatypes_go_proto.CodeableConcept

func (*ShareableMeasure) GetLanguage

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

func (*ShareableMeasure) GetLastReviewDate

func (x *ShareableMeasure) GetLastReviewDate() *datatypes_go_proto.Date

func (*ShareableMeasure) GetLibrary

func (x *ShareableMeasure) GetLibrary() []*datatypes_go_proto.Canonical

func (*ShareableMeasure) GetMeta

func (*ShareableMeasure) GetModifierExtension

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

func (*ShareableMeasure) GetName

func (*ShareableMeasure) GetPublisher

func (x *ShareableMeasure) GetPublisher() *datatypes_go_proto.String

func (*ShareableMeasure) GetPurpose

func (x *ShareableMeasure) GetPurpose() *datatypes_go_proto.Markdown

func (*ShareableMeasure) GetRateAggregation

func (x *ShareableMeasure) GetRateAggregation() *datatypes_go_proto.String

func (*ShareableMeasure) GetRationale

func (x *ShareableMeasure) GetRationale() *datatypes_go_proto.Markdown

func (*ShareableMeasure) GetRelatedArtifact

func (x *ShareableMeasure) GetRelatedArtifact() []*datatypes_go_proto.RelatedArtifact

func (*ShareableMeasure) GetReviewer

func (*ShareableMeasure) GetRiskAdjustment

func (x *ShareableMeasure) GetRiskAdjustment() *datatypes_go_proto.String

func (*ShareableMeasure) GetScoring

func (*ShareableMeasure) GetStatus

func (*ShareableMeasure) GetSubject

func (*ShareableMeasure) GetSubtitle

func (x *ShareableMeasure) GetSubtitle() *datatypes_go_proto.String

func (*ShareableMeasure) GetSupplementalData

func (x *ShareableMeasure) GetSupplementalData() []*ShareableMeasure_SupplementalData

func (*ShareableMeasure) GetText

func (*ShareableMeasure) GetTitle

func (*ShareableMeasure) GetTopic

func (*ShareableMeasure) GetType

func (*ShareableMeasure) GetUrl

func (*ShareableMeasure) GetUsage

func (*ShareableMeasure) GetUseContext

func (x *ShareableMeasure) GetUseContext() []*datatypes_go_proto.UsageContext

func (*ShareableMeasure) GetVersion

func (x *ShareableMeasure) GetVersion() *datatypes_go_proto.String

func (*ShareableMeasure) ProtoMessage

func (*ShareableMeasure) ProtoMessage()

func (*ShareableMeasure) ProtoReflect

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

func (*ShareableMeasure) Reset

func (x *ShareableMeasure) Reset()

func (*ShareableMeasure) String

func (x *ShareableMeasure) String() string

type ShareableMeasure_Group

type ShareableMeasure_Group 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"`
	// Meaning of the group
	Code *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
	// Summary description
	Description *datatypes_go_proto.String           `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	Population  []*ShareableMeasure_Group_Population `protobuf:"bytes,6,rep,name=population,proto3" json:"population,omitempty"`
	Stratifier  []*ShareableMeasure_Group_Stratifier `protobuf:"bytes,7,rep,name=stratifier,proto3" json:"stratifier,omitempty"`
	// contains filtered or unexported fields
}

Population criteria group

func (*ShareableMeasure_Group) Descriptor deprecated

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

Deprecated: Use ShareableMeasure_Group.ProtoReflect.Descriptor instead.

func (*ShareableMeasure_Group) GetCode

func (*ShareableMeasure_Group) GetDescription

func (x *ShareableMeasure_Group) GetDescription() *datatypes_go_proto.String

func (*ShareableMeasure_Group) GetExtension

func (*ShareableMeasure_Group) GetId

func (*ShareableMeasure_Group) GetModifierExtension

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

func (*ShareableMeasure_Group) GetPopulation

func (*ShareableMeasure_Group) GetStratifier

func (*ShareableMeasure_Group) ProtoMessage

func (*ShareableMeasure_Group) ProtoMessage()

func (*ShareableMeasure_Group) ProtoReflect

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

func (*ShareableMeasure_Group) Reset

func (x *ShareableMeasure_Group) Reset()

func (*ShareableMeasure_Group) String

func (x *ShareableMeasure_Group) String() string

type ShareableMeasure_Group_Population

type ShareableMeasure_Group_Population 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"`
	// initial-population | numerator | numerator-exclusion | denominator |
	// denominator-exclusion | denominator-exception | measure-population |
	// measure-population-exclusion | measure-observation
	Code *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
	// The human readable description of this population criteria
	Description *datatypes_go_proto.String `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// The criteria that defines this population
	Criteria *datatypes_go_proto.Expression `protobuf:"bytes,6,opt,name=criteria,proto3" json:"criteria,omitempty"`
	// contains filtered or unexported fields
}

Population criteria

func (*ShareableMeasure_Group_Population) Descriptor deprecated

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

Deprecated: Use ShareableMeasure_Group_Population.ProtoReflect.Descriptor instead.

func (*ShareableMeasure_Group_Population) GetCode

func (*ShareableMeasure_Group_Population) GetCriteria

func (*ShareableMeasure_Group_Population) GetDescription

func (*ShareableMeasure_Group_Population) GetExtension

func (*ShareableMeasure_Group_Population) GetId

func (*ShareableMeasure_Group_Population) GetModifierExtension

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

func (*ShareableMeasure_Group_Population) ProtoMessage

func (*ShareableMeasure_Group_Population) ProtoMessage()

func (*ShareableMeasure_Group_Population) ProtoReflect

func (*ShareableMeasure_Group_Population) Reset

func (*ShareableMeasure_Group_Population) String

type ShareableMeasure_Group_Stratifier

type ShareableMeasure_Group_Stratifier 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"`
	// Meaning of the stratifier
	Code *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
	// The human readable description of this stratifier
	Description *datatypes_go_proto.String `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// How the measure should be stratified
	Criteria  *datatypes_go_proto.Expression                 `protobuf:"bytes,6,opt,name=criteria,proto3" json:"criteria,omitempty"`
	Component []*ShareableMeasure_Group_Stratifier_Component `protobuf:"bytes,7,rep,name=component,proto3" json:"component,omitempty"`
	// contains filtered or unexported fields
}

Stratifier criteria for the measure

func (*ShareableMeasure_Group_Stratifier) Descriptor deprecated

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

Deprecated: Use ShareableMeasure_Group_Stratifier.ProtoReflect.Descriptor instead.

func (*ShareableMeasure_Group_Stratifier) GetCode

func (*ShareableMeasure_Group_Stratifier) GetComponent

func (*ShareableMeasure_Group_Stratifier) GetCriteria

func (*ShareableMeasure_Group_Stratifier) GetDescription

func (*ShareableMeasure_Group_Stratifier) GetExtension

func (*ShareableMeasure_Group_Stratifier) GetId

func (*ShareableMeasure_Group_Stratifier) GetModifierExtension

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

func (*ShareableMeasure_Group_Stratifier) ProtoMessage

func (*ShareableMeasure_Group_Stratifier) ProtoMessage()

func (*ShareableMeasure_Group_Stratifier) ProtoReflect

func (*ShareableMeasure_Group_Stratifier) Reset

func (*ShareableMeasure_Group_Stratifier) String

type ShareableMeasure_Group_Stratifier_Component

type ShareableMeasure_Group_Stratifier_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"`
	// Meaning of the stratifier component
	Code *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
	// The human readable description of this stratifier component
	Description *datatypes_go_proto.String `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// Component of how the measure should be stratified
	Criteria *datatypes_go_proto.Expression `protobuf:"bytes,6,opt,name=criteria,proto3" json:"criteria,omitempty"`
	// contains filtered or unexported fields
}

Stratifier criteria component for the measure

func (*ShareableMeasure_Group_Stratifier_Component) Descriptor deprecated

Deprecated: Use ShareableMeasure_Group_Stratifier_Component.ProtoReflect.Descriptor instead.

func (*ShareableMeasure_Group_Stratifier_Component) GetCode

func (*ShareableMeasure_Group_Stratifier_Component) GetCriteria

func (*ShareableMeasure_Group_Stratifier_Component) GetDescription

func (*ShareableMeasure_Group_Stratifier_Component) GetExtension

func (*ShareableMeasure_Group_Stratifier_Component) GetId

func (*ShareableMeasure_Group_Stratifier_Component) GetModifierExtension

func (*ShareableMeasure_Group_Stratifier_Component) ProtoMessage

func (*ShareableMeasure_Group_Stratifier_Component) ProtoReflect

func (*ShareableMeasure_Group_Stratifier_Component) Reset

func (*ShareableMeasure_Group_Stratifier_Component) String

type ShareableMeasure_StatusCode

type ShareableMeasure_StatusCode struct {
	Value     codes_go_proto.PublicationStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r5.core.PublicationStatusCode_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
}

draft | active | retired | unknown

func (*ShareableMeasure_StatusCode) Descriptor deprecated

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

Deprecated: Use ShareableMeasure_StatusCode.ProtoReflect.Descriptor instead.

func (*ShareableMeasure_StatusCode) GetExtension

func (*ShareableMeasure_StatusCode) GetId

func (*ShareableMeasure_StatusCode) GetValue

func (*ShareableMeasure_StatusCode) ProtoMessage

func (*ShareableMeasure_StatusCode) ProtoMessage()

func (*ShareableMeasure_StatusCode) ProtoReflect

func (*ShareableMeasure_StatusCode) Reset

func (x *ShareableMeasure_StatusCode) Reset()

func (*ShareableMeasure_StatusCode) String

func (x *ShareableMeasure_StatusCode) String() string

type ShareableMeasure_SubjectX

type ShareableMeasure_SubjectX struct {

	// Types that are assignable to Choice:
	//	*ShareableMeasure_SubjectX_CodeableConcept
	//	*ShareableMeasure_SubjectX_Reference
	Choice isShareableMeasure_SubjectX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

E.g. Patient, Practitioner, RelatedPerson, Organization, Location, Device

func (*ShareableMeasure_SubjectX) Descriptor deprecated

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

Deprecated: Use ShareableMeasure_SubjectX.ProtoReflect.Descriptor instead.

func (*ShareableMeasure_SubjectX) GetChoice

func (m *ShareableMeasure_SubjectX) GetChoice() isShareableMeasure_SubjectX_Choice

func (*ShareableMeasure_SubjectX) GetCodeableConcept

func (*ShareableMeasure_SubjectX) GetReference

func (*ShareableMeasure_SubjectX) ProtoMessage

func (*ShareableMeasure_SubjectX) ProtoMessage()

func (*ShareableMeasure_SubjectX) ProtoReflect

func (*ShareableMeasure_SubjectX) Reset

func (x *ShareableMeasure_SubjectX) Reset()

func (*ShareableMeasure_SubjectX) String

func (x *ShareableMeasure_SubjectX) String() string

type ShareableMeasure_SubjectX_CodeableConcept

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

type ShareableMeasure_SubjectX_Reference

type ShareableMeasure_SubjectX_Reference struct {
	Reference *datatypes_go_proto.Reference `protobuf:"bytes,2,opt,name=reference,proto3,oneof"`
}

type ShareableMeasure_SupplementalData

type ShareableMeasure_SupplementalData 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"`
	// Meaning of the supplemental data
	Code *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=code,proto3" json:"code,omitempty"`
	// supplemental-data | risk-adjustment-factor
	Usage []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,5,rep,name=usage,proto3" json:"usage,omitempty"`
	// The human readable description of this supplemental data
	Description *datatypes_go_proto.String `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	// Expression describing additional data to be reported
	Criteria *datatypes_go_proto.Expression `protobuf:"bytes,7,opt,name=criteria,proto3" json:"criteria,omitempty"`
	// contains filtered or unexported fields
}

What other data should be reported with the measure

func (*ShareableMeasure_SupplementalData) Descriptor deprecated

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

Deprecated: Use ShareableMeasure_SupplementalData.ProtoReflect.Descriptor instead.

func (*ShareableMeasure_SupplementalData) GetCode

func (*ShareableMeasure_SupplementalData) GetCriteria

func (*ShareableMeasure_SupplementalData) GetDescription

func (*ShareableMeasure_SupplementalData) GetExtension

func (*ShareableMeasure_SupplementalData) GetId

func (*ShareableMeasure_SupplementalData) GetModifierExtension

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

func (*ShareableMeasure_SupplementalData) GetUsage

func (*ShareableMeasure_SupplementalData) ProtoMessage

func (*ShareableMeasure_SupplementalData) ProtoMessage()

func (*ShareableMeasure_SupplementalData) ProtoReflect

func (*ShareableMeasure_SupplementalData) Reset

func (*ShareableMeasure_SupplementalData) String

Jump to

Keyboard shortcuts

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