cql_library_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_cql_library_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type CQLLibrary

type CQLLibrary 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 library, 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 library
	Identifier []*datatypes_go_proto.Identifier `protobuf:"bytes,11,rep,name=identifier,proto3" json:"identifier,omitempty"`
	// Business version of the library
	Version *datatypes_go_proto.String `protobuf:"bytes,12,opt,name=version,proto3" json:"version,omitempty"`
	// Name for this library (computer friendly)
	Name *datatypes_go_proto.String `protobuf:"bytes,13,opt,name=name,proto3" json:"name,omitempty"`
	// Name for this library (human friendly)
	Title *datatypes_go_proto.String `protobuf:"bytes,14,opt,name=title,proto3" json:"title,omitempty"`
	// Subordinate title of the library
	Subtitle *datatypes_go_proto.String `protobuf:"bytes,15,opt,name=subtitle,proto3" json:"subtitle,omitempty"`
	Status   *CQLLibrary_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"`
	// logic-library | model-definition | asset-collection | module-definition
	Type    *datatypes_go_proto.CodeableConcept `protobuf:"bytes,18,opt,name=type,proto3" json:"type,omitempty"`
	Subject *CQLLibrary_SubjectX                `protobuf:"bytes,19,opt,name=subject,proto3" json:"subject,omitempty"`
	// Date last changed
	Date *datatypes_go_proto.DateTime `protobuf:"bytes,20,opt,name=date,proto3" json:"date,omitempty"`
	// Name of the publisher (organization or individual)
	Publisher *datatypes_go_proto.String `protobuf:"bytes,21,opt,name=publisher,proto3" json:"publisher,omitempty"`
	// Contact details for the publisher
	Contact []*datatypes_go_proto.ContactDetail `protobuf:"bytes,22,rep,name=contact,proto3" json:"contact,omitempty"`
	// Natural language description of the library
	Description *datatypes_go_proto.Markdown `protobuf:"bytes,23,opt,name=description,proto3" json:"description,omitempty"`
	// The context that the content is intended to support
	UseContext []*datatypes_go_proto.UsageContext `protobuf:"bytes,24,rep,name=use_context,json=useContext,proto3" json:"use_context,omitempty"`
	// Intended jurisdiction for library (if applicable)
	Jurisdiction []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,25,rep,name=jurisdiction,proto3" json:"jurisdiction,omitempty"`
	// Why this library is defined
	Purpose *datatypes_go_proto.Markdown `protobuf:"bytes,26,opt,name=purpose,proto3" json:"purpose,omitempty"`
	// Describes the clinical usage of the library
	Usage *datatypes_go_proto.String `protobuf:"bytes,27,opt,name=usage,proto3" json:"usage,omitempty"`
	// Use and/or publishing restrictions
	Copyright *datatypes_go_proto.Markdown `protobuf:"bytes,28,opt,name=copyright,proto3" json:"copyright,omitempty"`
	// When the library was approved by publisher
	ApprovalDate *datatypes_go_proto.Date `protobuf:"bytes,29,opt,name=approval_date,json=approvalDate,proto3" json:"approval_date,omitempty"`
	// When the library was last reviewed
	LastReviewDate *datatypes_go_proto.Date `protobuf:"bytes,30,opt,name=last_review_date,json=lastReviewDate,proto3" json:"last_review_date,omitempty"`
	// When the library is expected to be used
	EffectivePeriod *datatypes_go_proto.Period `protobuf:"bytes,31,opt,name=effective_period,json=effectivePeriod,proto3" json:"effective_period,omitempty"`
	// E.g. Education, Treatment, Assessment, etc.
	Topic []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,32,rep,name=topic,proto3" json:"topic,omitempty"`
	// Who authored the content
	Author []*datatypes_go_proto.ContactDetail `protobuf:"bytes,33,rep,name=author,proto3" json:"author,omitempty"`
	// Who edited the content
	Editor []*datatypes_go_proto.ContactDetail `protobuf:"bytes,34,rep,name=editor,proto3" json:"editor,omitempty"`
	// Who reviewed the content
	Reviewer []*datatypes_go_proto.ContactDetail `protobuf:"bytes,35,rep,name=reviewer,proto3" json:"reviewer,omitempty"`
	// Who endorsed the content
	Endorser []*datatypes_go_proto.ContactDetail `protobuf:"bytes,36,rep,name=endorser,proto3" json:"endorser,omitempty"`
	// Additional documentation, citations, etc.
	RelatedArtifact []*datatypes_go_proto.RelatedArtifact `protobuf:"bytes,37,rep,name=related_artifact,json=relatedArtifact,proto3" json:"related_artifact,omitempty"`
	// Parameters defined by the library
	Parameter []*datatypes_go_proto.ParameterDefinition `protobuf:"bytes,38,rep,name=parameter,proto3" json:"parameter,omitempty"`
	// What data is referenced by this library
	DataRequirement []*datatypes_go_proto.DataRequirement `protobuf:"bytes,39,rep,name=data_requirement,json=dataRequirement,proto3" json:"data_requirement,omitempty"`
	// Contents of the library, either embedded or referenced
	Content []*datatypes_go_proto.Attachment `protobuf:"bytes,40,rep,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for CQL Library. Represents a library of quality improvement components. See http://hl7.org/fhir/StructureDefinition/cqllibrary

func (*CQLLibrary) Descriptor deprecated

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

Deprecated: Use CQLLibrary.ProtoReflect.Descriptor instead.

func (*CQLLibrary) GetApprovalDate

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

func (*CQLLibrary) GetAuthor

func (x *CQLLibrary) GetAuthor() []*datatypes_go_proto.ContactDetail

func (*CQLLibrary) GetContact

func (x *CQLLibrary) GetContact() []*datatypes_go_proto.ContactDetail

func (*CQLLibrary) GetContained

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

func (*CQLLibrary) GetContent

func (x *CQLLibrary) GetContent() []*datatypes_go_proto.Attachment

func (*CQLLibrary) GetCopyright

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

func (*CQLLibrary) GetDataRequirement

func (x *CQLLibrary) GetDataRequirement() []*datatypes_go_proto.DataRequirement

func (*CQLLibrary) GetDate

func (x *CQLLibrary) GetDate() *datatypes_go_proto.DateTime

func (*CQLLibrary) GetDescription

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

func (*CQLLibrary) GetEditor

func (x *CQLLibrary) GetEditor() []*datatypes_go_proto.ContactDetail

func (*CQLLibrary) GetEffectivePeriod

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

func (*CQLLibrary) GetEndorser

func (x *CQLLibrary) GetEndorser() []*datatypes_go_proto.ContactDetail

func (*CQLLibrary) GetExperimental

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

func (*CQLLibrary) GetExtension

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

func (*CQLLibrary) GetId

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

func (*CQLLibrary) GetIdentifier

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

func (*CQLLibrary) GetImplicitRules

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

func (*CQLLibrary) GetJurisdiction

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

func (*CQLLibrary) GetLanguage

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

func (*CQLLibrary) GetLastReviewDate

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

func (*CQLLibrary) GetMeta

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

func (*CQLLibrary) GetModifierExtension

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

func (*CQLLibrary) GetName

func (x *CQLLibrary) GetName() *datatypes_go_proto.String

func (*CQLLibrary) GetParameter

func (x *CQLLibrary) GetParameter() []*datatypes_go_proto.ParameterDefinition

func (*CQLLibrary) GetPublisher

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

func (*CQLLibrary) GetPurpose

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

func (*CQLLibrary) GetRelatedArtifact

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

func (*CQLLibrary) GetReviewer

func (x *CQLLibrary) GetReviewer() []*datatypes_go_proto.ContactDetail

func (*CQLLibrary) GetStatus

func (x *CQLLibrary) GetStatus() *CQLLibrary_StatusCode

func (*CQLLibrary) GetSubject

func (x *CQLLibrary) GetSubject() *CQLLibrary_SubjectX

func (*CQLLibrary) GetSubtitle

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

func (*CQLLibrary) GetText

func (x *CQLLibrary) GetText() *datatypes_go_proto.Narrative

func (*CQLLibrary) GetTitle

func (x *CQLLibrary) GetTitle() *datatypes_go_proto.String

func (*CQLLibrary) GetTopic

func (*CQLLibrary) GetType

func (*CQLLibrary) GetUrl

func (x *CQLLibrary) GetUrl() *datatypes_go_proto.Uri

func (*CQLLibrary) GetUsage

func (x *CQLLibrary) GetUsage() *datatypes_go_proto.String

func (*CQLLibrary) GetUseContext

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

func (*CQLLibrary) GetVersion

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

func (*CQLLibrary) ProtoMessage

func (*CQLLibrary) ProtoMessage()

func (*CQLLibrary) ProtoReflect

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

func (*CQLLibrary) Reset

func (x *CQLLibrary) Reset()

func (*CQLLibrary) String

func (x *CQLLibrary) String() string

type CQLLibrary_StatusCode

type CQLLibrary_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 (*CQLLibrary_StatusCode) Descriptor deprecated

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

Deprecated: Use CQLLibrary_StatusCode.ProtoReflect.Descriptor instead.

func (*CQLLibrary_StatusCode) GetExtension

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

func (*CQLLibrary_StatusCode) GetId

func (*CQLLibrary_StatusCode) GetValue

func (*CQLLibrary_StatusCode) ProtoMessage

func (*CQLLibrary_StatusCode) ProtoMessage()

func (*CQLLibrary_StatusCode) ProtoReflect

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

func (*CQLLibrary_StatusCode) Reset

func (x *CQLLibrary_StatusCode) Reset()

func (*CQLLibrary_StatusCode) String

func (x *CQLLibrary_StatusCode) String() string

type CQLLibrary_SubjectX

type CQLLibrary_SubjectX struct {

	// Types that are assignable to Choice:
	//	*CQLLibrary_SubjectX_CodeableConcept
	//	*CQLLibrary_SubjectX_Reference
	Choice isCQLLibrary_SubjectX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Type of individual the library content is focused on

func (*CQLLibrary_SubjectX) Descriptor deprecated

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

Deprecated: Use CQLLibrary_SubjectX.ProtoReflect.Descriptor instead.

func (*CQLLibrary_SubjectX) GetChoice

func (m *CQLLibrary_SubjectX) GetChoice() isCQLLibrary_SubjectX_Choice

func (*CQLLibrary_SubjectX) GetCodeableConcept

func (x *CQLLibrary_SubjectX) GetCodeableConcept() *datatypes_go_proto.CodeableConcept

func (*CQLLibrary_SubjectX) GetReference

func (*CQLLibrary_SubjectX) ProtoMessage

func (*CQLLibrary_SubjectX) ProtoMessage()

func (*CQLLibrary_SubjectX) ProtoReflect

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

func (*CQLLibrary_SubjectX) Reset

func (x *CQLLibrary_SubjectX) Reset()

func (*CQLLibrary_SubjectX) String

func (x *CQLLibrary_SubjectX) String() string

type CQLLibrary_SubjectX_CodeableConcept

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

type CQLLibrary_SubjectX_Reference

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

Jump to

Keyboard shortcuts

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