evidence_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: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_google_fhir_proto_r4_core_resources_evidence_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Evidence

type Evidence 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 evidence, 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 evidence
	Identifier []*datatypes_go_proto.Identifier `protobuf:"bytes,11,rep,name=identifier,proto3" json:"identifier,omitempty"`
	// Business version of the evidence
	Version *datatypes_go_proto.String `protobuf:"bytes,12,opt,name=version,proto3" json:"version,omitempty"`
	// Name for this evidence (computer friendly)
	Name *datatypes_go_proto.String `protobuf:"bytes,13,opt,name=name,proto3" json:"name,omitempty"`
	// Name for this evidence (human friendly)
	Title *datatypes_go_proto.String `protobuf:"bytes,14,opt,name=title,proto3" json:"title,omitempty"`
	// Title for use in informal contexts
	ShortTitle *datatypes_go_proto.String `protobuf:"bytes,15,opt,name=short_title,json=shortTitle,proto3" json:"short_title,omitempty"`
	// Subordinate title of the Evidence
	Subtitle *datatypes_go_proto.String `protobuf:"bytes,16,opt,name=subtitle,proto3" json:"subtitle,omitempty"`
	Status   *Evidence_StatusCode       `protobuf:"bytes,17,opt,name=status,proto3" json:"status,omitempty"`
	// Date last changed
	Date *datatypes_go_proto.DateTime `protobuf:"bytes,18,opt,name=date,proto3" json:"date,omitempty"`
	// Name of the publisher (organization or individual)
	Publisher *datatypes_go_proto.String `protobuf:"bytes,19,opt,name=publisher,proto3" json:"publisher,omitempty"`
	// Contact details for the publisher
	Contact []*datatypes_go_proto.ContactDetail `protobuf:"bytes,20,rep,name=contact,proto3" json:"contact,omitempty"`
	// Natural language description of the evidence
	Description *datatypes_go_proto.Markdown `protobuf:"bytes,21,opt,name=description,proto3" json:"description,omitempty"`
	// Used for footnotes or explanatory notes
	Note []*datatypes_go_proto.Annotation `protobuf:"bytes,22,rep,name=note,proto3" json:"note,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 evidence (if applicable)
	Jurisdiction []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,24,rep,name=jurisdiction,proto3" json:"jurisdiction,omitempty"`
	// Use and/or publishing restrictions
	Copyright *datatypes_go_proto.Markdown `protobuf:"bytes,25,opt,name=copyright,proto3" json:"copyright,omitempty"`
	// When the evidence was approved by publisher
	ApprovalDate *datatypes_go_proto.Date `protobuf:"bytes,26,opt,name=approval_date,json=approvalDate,proto3" json:"approval_date,omitempty"`
	// When the evidence was last reviewed
	LastReviewDate *datatypes_go_proto.Date `protobuf:"bytes,27,opt,name=last_review_date,json=lastReviewDate,proto3" json:"last_review_date,omitempty"`
	// When the evidence is expected to be used
	EffectivePeriod *datatypes_go_proto.Period `protobuf:"bytes,28,opt,name=effective_period,json=effectivePeriod,proto3" json:"effective_period,omitempty"`
	// The category of the Evidence, such as Education, Treatment, Assessment,
	// etc.
	Topic []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,29,rep,name=topic,proto3" json:"topic,omitempty"`
	// Who authored the content
	Author []*datatypes_go_proto.ContactDetail `protobuf:"bytes,30,rep,name=author,proto3" json:"author,omitempty"`
	// Who edited the content
	Editor []*datatypes_go_proto.ContactDetail `protobuf:"bytes,31,rep,name=editor,proto3" json:"editor,omitempty"`
	// Who reviewed the content
	Reviewer []*datatypes_go_proto.ContactDetail `protobuf:"bytes,32,rep,name=reviewer,proto3" json:"reviewer,omitempty"`
	// Who endorsed the content
	Endorser []*datatypes_go_proto.ContactDetail `protobuf:"bytes,33,rep,name=endorser,proto3" json:"endorser,omitempty"`
	// Additional documentation, citations, etc.
	RelatedArtifact []*datatypes_go_proto.RelatedArtifact `protobuf:"bytes,34,rep,name=related_artifact,json=relatedArtifact,proto3" json:"related_artifact,omitempty"`
	// What population?
	ExposureBackground *datatypes_go_proto.Reference `protobuf:"bytes,35,opt,name=exposure_background,json=exposureBackground,proto3" json:"exposure_background,omitempty"`
	// What exposure?
	ExposureVariant []*datatypes_go_proto.Reference `protobuf:"bytes,36,rep,name=exposure_variant,json=exposureVariant,proto3" json:"exposure_variant,omitempty"`
	// What outcome?
	Outcome []*datatypes_go_proto.Reference `protobuf:"bytes,37,rep,name=outcome,proto3" json:"outcome,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for Evidence, last updated 2019-11-01T09:29:23.356+11:00. A research context or question. See http://hl7.org/fhir/StructureDefinition/Evidence

func (*Evidence) Descriptor deprecated

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

Deprecated: Use Evidence.ProtoReflect.Descriptor instead.

func (*Evidence) GetApprovalDate

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

func (*Evidence) GetAuthor

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

func (*Evidence) GetContact

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

func (*Evidence) GetContained

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

func (*Evidence) GetCopyright

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

func (*Evidence) GetDate

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

func (*Evidence) GetDescription

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

func (*Evidence) GetEditor

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

func (*Evidence) GetEffectivePeriod

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

func (*Evidence) GetEndorser

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

func (*Evidence) GetExposureBackground

func (x *Evidence) GetExposureBackground() *datatypes_go_proto.Reference

func (*Evidence) GetExposureVariant

func (x *Evidence) GetExposureVariant() []*datatypes_go_proto.Reference

func (*Evidence) GetExtension

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

func (*Evidence) GetId

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

func (*Evidence) GetIdentifier

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

func (*Evidence) GetImplicitRules

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

func (*Evidence) GetJurisdiction

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

func (*Evidence) GetLanguage

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

func (*Evidence) GetLastReviewDate

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

func (*Evidence) GetMeta

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

func (*Evidence) GetModifierExtension

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

func (*Evidence) GetName

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

func (*Evidence) GetNote

func (x *Evidence) GetNote() []*datatypes_go_proto.Annotation

func (*Evidence) GetOutcome

func (x *Evidence) GetOutcome() []*datatypes_go_proto.Reference

func (*Evidence) GetPublisher

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

func (*Evidence) GetRelatedArtifact

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

func (*Evidence) GetReviewer

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

func (*Evidence) GetShortTitle

func (x *Evidence) GetShortTitle() *datatypes_go_proto.String

func (*Evidence) GetStatus

func (x *Evidence) GetStatus() *Evidence_StatusCode

func (*Evidence) GetSubtitle

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

func (*Evidence) GetText

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

func (*Evidence) GetTitle

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

func (*Evidence) GetTopic

func (x *Evidence) GetTopic() []*datatypes_go_proto.CodeableConcept

func (*Evidence) GetUrl

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

func (*Evidence) GetUseContext

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

func (*Evidence) GetVersion

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

func (*Evidence) ProtoMessage

func (*Evidence) ProtoMessage()

func (*Evidence) ProtoReflect

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

func (*Evidence) Reset

func (x *Evidence) Reset()

func (*Evidence) String

func (x *Evidence) String() string

type Evidence_StatusCode

type Evidence_StatusCode struct {
	Value     codes_go_proto.PublicationStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.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 (*Evidence_StatusCode) Descriptor deprecated

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

Deprecated: Use Evidence_StatusCode.ProtoReflect.Descriptor instead.

func (*Evidence_StatusCode) GetExtension

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

func (*Evidence_StatusCode) GetId

func (*Evidence_StatusCode) GetValue

func (*Evidence_StatusCode) ProtoMessage

func (*Evidence_StatusCode) ProtoMessage()

func (*Evidence_StatusCode) ProtoReflect

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

func (*Evidence_StatusCode) Reset

func (x *Evidence_StatusCode) Reset()

func (*Evidence_StatusCode) String

func (x *Evidence_StatusCode) String() string

Jump to

Keyboard shortcuts

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