bundle_and_contained_resource_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: 153 Imported by: 16

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_google_fhir_proto_r4_core_resources_bundle_and_contained_resource_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Bundle

type Bundle 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"`
	// Persistent identifier for the bundle
	Identifier *datatypes_go_proto.Identifier `protobuf:"bytes,5,opt,name=identifier,proto3" json:"identifier,omitempty"`
	Type       *Bundle_TypeCode               `protobuf:"bytes,6,opt,name=type,proto3" json:"type,omitempty"`
	// When the bundle was assembled
	Timestamp *datatypes_go_proto.Instant `protobuf:"bytes,7,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// If search, the total number of matches
	Total *datatypes_go_proto.UnsignedInt `protobuf:"bytes,8,opt,name=total,proto3" json:"total,omitempty"`
	Link  []*Bundle_Link                  `protobuf:"bytes,9,rep,name=link,proto3" json:"link,omitempty"`
	Entry []*Bundle_Entry                 `protobuf:"bytes,10,rep,name=entry,proto3" json:"entry,omitempty"`
	// Digital Signature
	Signature *datatypes_go_proto.Signature `protobuf:"bytes,11,opt,name=signature,proto3" json:"signature,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for Bundle, last updated 2019-11-01T09:29:23.356+11:00. Contains a collection of resources. See http://hl7.org/fhir/StructureDefinition/Bundle

func (*Bundle) Descriptor deprecated

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

Deprecated: Use Bundle.ProtoReflect.Descriptor instead.

func (*Bundle) GetEntry

func (x *Bundle) GetEntry() []*Bundle_Entry

func (*Bundle) GetId

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

func (*Bundle) GetIdentifier

func (x *Bundle) GetIdentifier() *datatypes_go_proto.Identifier

func (*Bundle) GetImplicitRules

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

func (*Bundle) GetLanguage

func (x *Bundle) GetLanguage() *datatypes_go_proto.Code
func (x *Bundle) GetLink() []*Bundle_Link

func (*Bundle) GetMeta

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

func (*Bundle) GetSignature

func (x *Bundle) GetSignature() *datatypes_go_proto.Signature

func (*Bundle) GetTimestamp

func (x *Bundle) GetTimestamp() *datatypes_go_proto.Instant

func (*Bundle) GetTotal

func (x *Bundle) GetTotal() *datatypes_go_proto.UnsignedInt

func (*Bundle) GetType

func (x *Bundle) GetType() *Bundle_TypeCode

func (*Bundle) ProtoMessage

func (*Bundle) ProtoMessage()

func (*Bundle) ProtoReflect

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

func (*Bundle) Reset

func (x *Bundle) Reset()

func (*Bundle) String

func (x *Bundle) String() string

type Bundle_Entry

type Bundle_Entry 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"`
	// Links related to this entry
	Link []*Bundle_Link `protobuf:"bytes,4,rep,name=link,proto3" json:"link,omitempty"`
	// URI for resource (Absolute URL server address or URI for UUID/OID)
	FullUrl *datatypes_go_proto.Uri `protobuf:"bytes,5,opt,name=full_url,json=fullUrl,proto3" json:"full_url,omitempty"`
	// A resource in the bundle
	Resource *ContainedResource     `protobuf:"bytes,6,opt,name=resource,proto3" json:"resource,omitempty"`
	Search   *Bundle_Entry_Search   `protobuf:"bytes,7,opt,name=search,proto3" json:"search,omitempty"`
	Request  *Bundle_Entry_Request  `protobuf:"bytes,8,opt,name=request,proto3" json:"request,omitempty"`
	Response *Bundle_Entry_Response `protobuf:"bytes,9,opt,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

Entry in the bundle - will have a resource or information

func (*Bundle_Entry) Descriptor deprecated

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

Deprecated: Use Bundle_Entry.ProtoReflect.Descriptor instead.

func (*Bundle_Entry) GetExtension

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

func (*Bundle_Entry) GetFullUrl

func (x *Bundle_Entry) GetFullUrl() *datatypes_go_proto.Uri

func (*Bundle_Entry) GetId

func (x *Bundle_Entry) GetLink() []*Bundle_Link

func (*Bundle_Entry) GetModifierExtension

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

func (*Bundle_Entry) GetRequest

func (x *Bundle_Entry) GetRequest() *Bundle_Entry_Request

func (*Bundle_Entry) GetResource

func (x *Bundle_Entry) GetResource() *ContainedResource

func (*Bundle_Entry) GetResponse

func (x *Bundle_Entry) GetResponse() *Bundle_Entry_Response

func (*Bundle_Entry) GetSearch

func (x *Bundle_Entry) GetSearch() *Bundle_Entry_Search

func (*Bundle_Entry) ProtoMessage

func (*Bundle_Entry) ProtoMessage()

func (*Bundle_Entry) ProtoReflect

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

func (*Bundle_Entry) Reset

func (x *Bundle_Entry) Reset()

func (*Bundle_Entry) String

func (x *Bundle_Entry) String() string

type Bundle_Entry_Request

type Bundle_Entry_Request 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"`
	Method            *Bundle_Entry_Request_MethodCode `protobuf:"bytes,4,opt,name=method,proto3" json:"method,omitempty"`
	// URL for HTTP equivalent of this entry
	Url *datatypes_go_proto.Uri `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
	// For managing cache currency
	IfNoneMatch *datatypes_go_proto.String `protobuf:"bytes,6,opt,name=if_none_match,json=ifNoneMatch,proto3" json:"if_none_match,omitempty"`
	// For managing cache currency
	IfModifiedSince *datatypes_go_proto.Instant `protobuf:"bytes,7,opt,name=if_modified_since,json=ifModifiedSince,proto3" json:"if_modified_since,omitempty"`
	// For managing update contention
	IfMatch *datatypes_go_proto.String `protobuf:"bytes,8,opt,name=if_match,json=ifMatch,proto3" json:"if_match,omitempty"`
	// For conditional creates
	IfNoneExist *datatypes_go_proto.String `protobuf:"bytes,9,opt,name=if_none_exist,json=ifNoneExist,proto3" json:"if_none_exist,omitempty"`
	// contains filtered or unexported fields
}

Additional execution information (transaction/batch/history)

func (*Bundle_Entry_Request) Descriptor deprecated

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

Deprecated: Use Bundle_Entry_Request.ProtoReflect.Descriptor instead.

func (*Bundle_Entry_Request) GetExtension

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

func (*Bundle_Entry_Request) GetId

func (*Bundle_Entry_Request) GetIfMatch

func (*Bundle_Entry_Request) GetIfModifiedSince

func (x *Bundle_Entry_Request) GetIfModifiedSince() *datatypes_go_proto.Instant

func (*Bundle_Entry_Request) GetIfNoneExist

func (x *Bundle_Entry_Request) GetIfNoneExist() *datatypes_go_proto.String

func (*Bundle_Entry_Request) GetIfNoneMatch

func (x *Bundle_Entry_Request) GetIfNoneMatch() *datatypes_go_proto.String

func (*Bundle_Entry_Request) GetMethod

func (*Bundle_Entry_Request) GetModifierExtension

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

func (*Bundle_Entry_Request) GetUrl

func (*Bundle_Entry_Request) ProtoMessage

func (*Bundle_Entry_Request) ProtoMessage()

func (*Bundle_Entry_Request) ProtoReflect

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

func (*Bundle_Entry_Request) Reset

func (x *Bundle_Entry_Request) Reset()

func (*Bundle_Entry_Request) String

func (x *Bundle_Entry_Request) String() string

type Bundle_Entry_Request_MethodCode

type Bundle_Entry_Request_MethodCode struct {
	Value     codes_go_proto.HTTPVerbCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.HTTPVerbCode_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
}

GET | HEAD | POST | PUT | DELETE | PATCH

func (*Bundle_Entry_Request_MethodCode) Descriptor deprecated

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

Deprecated: Use Bundle_Entry_Request_MethodCode.ProtoReflect.Descriptor instead.

func (*Bundle_Entry_Request_MethodCode) GetExtension

func (*Bundle_Entry_Request_MethodCode) GetId

func (*Bundle_Entry_Request_MethodCode) GetValue

func (*Bundle_Entry_Request_MethodCode) ProtoMessage

func (*Bundle_Entry_Request_MethodCode) ProtoMessage()

func (*Bundle_Entry_Request_MethodCode) ProtoReflect

func (*Bundle_Entry_Request_MethodCode) Reset

func (*Bundle_Entry_Request_MethodCode) String

type Bundle_Entry_Response

type Bundle_Entry_Response 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"`
	// Status response code (text optional)
	Status *datatypes_go_proto.String `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	// The location (if the operation returns a location)
	Location *datatypes_go_proto.Uri `protobuf:"bytes,5,opt,name=location,proto3" json:"location,omitempty"`
	// The Etag for the resource (if relevant)
	Etag *datatypes_go_proto.String `protobuf:"bytes,6,opt,name=etag,proto3" json:"etag,omitempty"`
	// Server's date time modified
	LastModified *datatypes_go_proto.Instant `protobuf:"bytes,7,opt,name=last_modified,json=lastModified,proto3" json:"last_modified,omitempty"`
	// OperationOutcome with hints and warnings (for batch/transaction)
	Outcome *ContainedResource `protobuf:"bytes,8,opt,name=outcome,proto3" json:"outcome,omitempty"`
	// contains filtered or unexported fields
}

Results of execution (transaction/batch/history)

func (*Bundle_Entry_Response) Descriptor deprecated

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

Deprecated: Use Bundle_Entry_Response.ProtoReflect.Descriptor instead.

func (*Bundle_Entry_Response) GetEtag

func (*Bundle_Entry_Response) GetExtension

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

func (*Bundle_Entry_Response) GetId

func (*Bundle_Entry_Response) GetLastModified

func (x *Bundle_Entry_Response) GetLastModified() *datatypes_go_proto.Instant

func (*Bundle_Entry_Response) GetLocation

func (x *Bundle_Entry_Response) GetLocation() *datatypes_go_proto.Uri

func (*Bundle_Entry_Response) GetModifierExtension

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

func (*Bundle_Entry_Response) GetOutcome

func (x *Bundle_Entry_Response) GetOutcome() *ContainedResource

func (*Bundle_Entry_Response) GetStatus

func (*Bundle_Entry_Response) ProtoMessage

func (*Bundle_Entry_Response) ProtoMessage()

func (*Bundle_Entry_Response) ProtoReflect

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

func (*Bundle_Entry_Response) Reset

func (x *Bundle_Entry_Response) Reset()

func (*Bundle_Entry_Response) String

func (x *Bundle_Entry_Response) String() string

type Bundle_Entry_Search

type Bundle_Entry_Search 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"`
	Mode              *Bundle_Entry_Search_ModeCode   `protobuf:"bytes,4,opt,name=mode,proto3" json:"mode,omitempty"`
	// Search ranking (between 0 and 1)
	Score *datatypes_go_proto.Decimal `protobuf:"bytes,5,opt,name=score,proto3" json:"score,omitempty"`
	// contains filtered or unexported fields
}

Search related information

func (*Bundle_Entry_Search) Descriptor deprecated

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

Deprecated: Use Bundle_Entry_Search.ProtoReflect.Descriptor instead.

func (*Bundle_Entry_Search) GetExtension

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

func (*Bundle_Entry_Search) GetId

func (*Bundle_Entry_Search) GetMode

func (*Bundle_Entry_Search) GetModifierExtension

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

func (*Bundle_Entry_Search) GetScore

func (*Bundle_Entry_Search) ProtoMessage

func (*Bundle_Entry_Search) ProtoMessage()

func (*Bundle_Entry_Search) ProtoReflect

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

func (*Bundle_Entry_Search) Reset

func (x *Bundle_Entry_Search) Reset()

func (*Bundle_Entry_Search) String

func (x *Bundle_Entry_Search) String() string

type Bundle_Entry_Search_ModeCode

type Bundle_Entry_Search_ModeCode struct {
	Value     codes_go_proto.SearchEntryModeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.SearchEntryModeCode_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
}

match | include | outcome - why this is in the result set

func (*Bundle_Entry_Search_ModeCode) Descriptor deprecated

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

Deprecated: Use Bundle_Entry_Search_ModeCode.ProtoReflect.Descriptor instead.

func (*Bundle_Entry_Search_ModeCode) GetExtension

func (*Bundle_Entry_Search_ModeCode) GetId

func (*Bundle_Entry_Search_ModeCode) GetValue

func (*Bundle_Entry_Search_ModeCode) ProtoMessage

func (*Bundle_Entry_Search_ModeCode) ProtoMessage()

func (*Bundle_Entry_Search_ModeCode) ProtoReflect

func (*Bundle_Entry_Search_ModeCode) Reset

func (x *Bundle_Entry_Search_ModeCode) Reset()

func (*Bundle_Entry_Search_ModeCode) String

type Bundle_Link 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"`
	// See
	// http://www.iana.org/assignments/link-relations/link-relations.xhtml#link-relations-1
	Relation *datatypes_go_proto.String `protobuf:"bytes,4,opt,name=relation,proto3" json:"relation,omitempty"`
	// Reference details for the link
	Url *datatypes_go_proto.Uri `protobuf:"bytes,5,opt,name=url,proto3" json:"url,omitempty"`
	// contains filtered or unexported fields
}

Links related to this Bundle

func (*Bundle_Link) Descriptor deprecated

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

Deprecated: Use Bundle_Link.ProtoReflect.Descriptor instead.

func (*Bundle_Link) GetExtension

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

func (*Bundle_Link) GetId

func (*Bundle_Link) GetModifierExtension

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

func (*Bundle_Link) GetRelation

func (x *Bundle_Link) GetRelation() *datatypes_go_proto.String

func (*Bundle_Link) GetUrl

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

func (*Bundle_Link) ProtoMessage

func (*Bundle_Link) ProtoMessage()

func (*Bundle_Link) ProtoReflect

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

func (*Bundle_Link) Reset

func (x *Bundle_Link) Reset()

func (*Bundle_Link) String

func (x *Bundle_Link) String() string

type Bundle_TypeCode

type Bundle_TypeCode struct {
	Value     codes_go_proto.BundleTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.BundleTypeCode_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
}

document | message | transaction | transaction-response | batch | batch-response | history | searchset | collection

func (*Bundle_TypeCode) Descriptor deprecated

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

Deprecated: Use Bundle_TypeCode.ProtoReflect.Descriptor instead.

func (*Bundle_TypeCode) GetExtension

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

func (*Bundle_TypeCode) GetId

func (*Bundle_TypeCode) GetValue

func (*Bundle_TypeCode) ProtoMessage

func (*Bundle_TypeCode) ProtoMessage()

func (*Bundle_TypeCode) ProtoReflect

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

func (*Bundle_TypeCode) Reset

func (x *Bundle_TypeCode) Reset()

func (*Bundle_TypeCode) String

func (x *Bundle_TypeCode) String() string

type ContainedResource

type ContainedResource struct {

	// Types that are assignable to OneofResource:
	//	*ContainedResource_Account
	//	*ContainedResource_ActivityDefinition
	//	*ContainedResource_AdverseEvent
	//	*ContainedResource_AllergyIntolerance
	//	*ContainedResource_Appointment
	//	*ContainedResource_AppointmentResponse
	//	*ContainedResource_AuditEvent
	//	*ContainedResource_Basic
	//	*ContainedResource_Binary
	//	*ContainedResource_BiologicallyDerivedProduct
	//	*ContainedResource_BodyStructure
	//	*ContainedResource_Bundle
	//	*ContainedResource_CapabilityStatement
	//	*ContainedResource_CarePlan
	//	*ContainedResource_CareTeam
	//	*ContainedResource_CatalogEntry
	//	*ContainedResource_ChargeItem
	//	*ContainedResource_ChargeItemDefinition
	//	*ContainedResource_Claim
	//	*ContainedResource_ClaimResponse
	//	*ContainedResource_ClinicalImpression
	//	*ContainedResource_CodeSystem
	//	*ContainedResource_Communication
	//	*ContainedResource_CommunicationRequest
	//	*ContainedResource_CompartmentDefinition
	//	*ContainedResource_Composition
	//	*ContainedResource_ConceptMap
	//	*ContainedResource_Condition
	//	*ContainedResource_Consent
	//	*ContainedResource_Contract
	//	*ContainedResource_Coverage
	//	*ContainedResource_CoverageEligibilityRequest
	//	*ContainedResource_CoverageEligibilityResponse
	//	*ContainedResource_DetectedIssue
	//	*ContainedResource_Device
	//	*ContainedResource_DeviceDefinition
	//	*ContainedResource_DeviceMetric
	//	*ContainedResource_DeviceRequest
	//	*ContainedResource_DeviceUseStatement
	//	*ContainedResource_DiagnosticReport
	//	*ContainedResource_DocumentManifest
	//	*ContainedResource_DocumentReference
	//	*ContainedResource_EffectEvidenceSynthesis
	//	*ContainedResource_Encounter
	//	*ContainedResource_Endpoint
	//	*ContainedResource_EnrollmentRequest
	//	*ContainedResource_EnrollmentResponse
	//	*ContainedResource_EpisodeOfCare
	//	*ContainedResource_EventDefinition
	//	*ContainedResource_Evidence
	//	*ContainedResource_EvidenceVariable
	//	*ContainedResource_ExampleScenario
	//	*ContainedResource_ExplanationOfBenefit
	//	*ContainedResource_FamilyMemberHistory
	//	*ContainedResource_Flag
	//	*ContainedResource_Goal
	//	*ContainedResource_GraphDefinition
	//	*ContainedResource_Group
	//	*ContainedResource_GuidanceResponse
	//	*ContainedResource_HealthcareService
	//	*ContainedResource_ImagingStudy
	//	*ContainedResource_Immunization
	//	*ContainedResource_ImmunizationEvaluation
	//	*ContainedResource_ImmunizationRecommendation
	//	*ContainedResource_ImplementationGuide
	//	*ContainedResource_InsurancePlan
	//	*ContainedResource_Invoice
	//	*ContainedResource_Library
	//	*ContainedResource_Linkage
	//	*ContainedResource_List
	//	*ContainedResource_Location
	//	*ContainedResource_Measure
	//	*ContainedResource_MeasureReport
	//	*ContainedResource_Media
	//	*ContainedResource_Medication
	//	*ContainedResource_MedicationAdministration
	//	*ContainedResource_MedicationDispense
	//	*ContainedResource_MedicationKnowledge
	//	*ContainedResource_MedicationRequest
	//	*ContainedResource_MedicationStatement
	//	*ContainedResource_MedicinalProduct
	//	*ContainedResource_MedicinalProductAuthorization
	//	*ContainedResource_MedicinalProductContraindication
	//	*ContainedResource_MedicinalProductIndication
	//	*ContainedResource_MedicinalProductIngredient
	//	*ContainedResource_MedicinalProductInteraction
	//	*ContainedResource_MedicinalProductManufactured
	//	*ContainedResource_MedicinalProductPackaged
	//	*ContainedResource_MedicinalProductPharmaceutical
	//	*ContainedResource_MedicinalProductUndesirableEffect
	//	*ContainedResource_MessageDefinition
	//	*ContainedResource_MessageHeader
	//	*ContainedResource_MolecularSequence
	//	*ContainedResource_NamingSystem
	//	*ContainedResource_NutritionOrder
	//	*ContainedResource_Observation
	//	*ContainedResource_ObservationDefinition
	//	*ContainedResource_OperationDefinition
	//	*ContainedResource_OperationOutcome
	//	*ContainedResource_Organization
	//	*ContainedResource_OrganizationAffiliation
	//	*ContainedResource_Parameters
	//	*ContainedResource_Patient
	//	*ContainedResource_PaymentNotice
	//	*ContainedResource_PaymentReconciliation
	//	*ContainedResource_Person
	//	*ContainedResource_PlanDefinition
	//	*ContainedResource_Practitioner
	//	*ContainedResource_PractitionerRole
	//	*ContainedResource_Procedure
	//	*ContainedResource_Provenance
	//	*ContainedResource_Questionnaire
	//	*ContainedResource_QuestionnaireResponse
	//	*ContainedResource_RelatedPerson
	//	*ContainedResource_RequestGroup
	//	*ContainedResource_ResearchDefinition
	//	*ContainedResource_ResearchElementDefinition
	//	*ContainedResource_ResearchStudy
	//	*ContainedResource_ResearchSubject
	//	*ContainedResource_RiskAssessment
	//	*ContainedResource_RiskEvidenceSynthesis
	//	*ContainedResource_Schedule
	//	*ContainedResource_SearchParameter
	//	*ContainedResource_ServiceRequest
	//	*ContainedResource_Slot
	//	*ContainedResource_Specimen
	//	*ContainedResource_SpecimenDefinition
	//	*ContainedResource_StructureDefinition
	//	*ContainedResource_StructureMap
	//	*ContainedResource_Subscription
	//	*ContainedResource_Substance
	//	*ContainedResource_SubstanceNucleicAcid
	//	*ContainedResource_SubstancePolymer
	//	*ContainedResource_SubstanceProtein
	//	*ContainedResource_SubstanceReferenceInformation
	//	*ContainedResource_SubstanceSourceMaterial
	//	*ContainedResource_SubstanceSpecification
	//	*ContainedResource_SupplyDelivery
	//	*ContainedResource_SupplyRequest
	//	*ContainedResource_Task
	//	*ContainedResource_TerminologyCapabilities
	//	*ContainedResource_TestReport
	//	*ContainedResource_TestScript
	//	*ContainedResource_ValueSet
	//	*ContainedResource_VerificationResult
	//	*ContainedResource_VisionPrescription
	OneofResource isContainedResource_OneofResource `protobuf_oneof:"oneof_resource"`
	// contains filtered or unexported fields
}

func (*ContainedResource) Descriptor deprecated

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

Deprecated: Use ContainedResource.ProtoReflect.Descriptor instead.

func (*ContainedResource) GetAccount

func (x *ContainedResource) GetAccount() *account_go_proto.Account

func (*ContainedResource) GetActivityDefinition

func (*ContainedResource) GetAdverseEvent

func (*ContainedResource) GetAllergyIntolerance

func (*ContainedResource) GetAppointment

func (x *ContainedResource) GetAppointment() *appointment_go_proto.Appointment

func (*ContainedResource) GetAppointmentResponse

func (*ContainedResource) GetAuditEvent

func (*ContainedResource) GetBasic

func (x *ContainedResource) GetBasic() *basic_go_proto.Basic

func (*ContainedResource) GetBinary

func (x *ContainedResource) GetBinary() *binary_go_proto.Binary

func (*ContainedResource) GetBiologicallyDerivedProduct

func (*ContainedResource) GetBodyStructure

func (*ContainedResource) GetBundle

func (x *ContainedResource) GetBundle() *Bundle

func (*ContainedResource) GetCapabilityStatement

func (*ContainedResource) GetCarePlan

func (x *ContainedResource) GetCarePlan() *care_plan_go_proto.CarePlan

func (*ContainedResource) GetCareTeam

func (x *ContainedResource) GetCareTeam() *care_team_go_proto.CareTeam

func (*ContainedResource) GetCatalogEntry

func (*ContainedResource) GetChargeItem

func (*ContainedResource) GetChargeItemDefinition

func (*ContainedResource) GetClaim

func (x *ContainedResource) GetClaim() *claim_go_proto.Claim

func (*ContainedResource) GetClaimResponse

func (*ContainedResource) GetClinicalImpression

func (*ContainedResource) GetCodeSystem

func (*ContainedResource) GetCommunication

func (*ContainedResource) GetCommunicationRequest

func (*ContainedResource) GetCompartmentDefinition

func (*ContainedResource) GetComposition

func (x *ContainedResource) GetComposition() *composition_go_proto.Composition

func (*ContainedResource) GetConceptMap

func (*ContainedResource) GetCondition

func (x *ContainedResource) GetCondition() *condition_go_proto.Condition

func (*ContainedResource) GetConsent

func (x *ContainedResource) GetConsent() *consent_go_proto.Consent

func (*ContainedResource) GetContract

func (x *ContainedResource) GetContract() *contract_go_proto.Contract

func (*ContainedResource) GetCoverage

func (x *ContainedResource) GetCoverage() *coverage_go_proto.Coverage

func (*ContainedResource) GetCoverageEligibilityRequest

func (*ContainedResource) GetCoverageEligibilityResponse

func (*ContainedResource) GetDetectedIssue

func (*ContainedResource) GetDevice

func (x *ContainedResource) GetDevice() *device_go_proto.Device

func (*ContainedResource) GetDeviceDefinition

func (*ContainedResource) GetDeviceMetric

func (*ContainedResource) GetDeviceRequest

func (*ContainedResource) GetDeviceUseStatement

func (*ContainedResource) GetDiagnosticReport

func (*ContainedResource) GetDocumentManifest

func (*ContainedResource) GetDocumentReference

func (*ContainedResource) GetEffectEvidenceSynthesis

func (*ContainedResource) GetEncounter

func (x *ContainedResource) GetEncounter() *encounter_go_proto.Encounter

func (*ContainedResource) GetEndpoint

func (x *ContainedResource) GetEndpoint() *endpoint_go_proto.Endpoint

func (*ContainedResource) GetEnrollmentRequest

func (*ContainedResource) GetEnrollmentResponse

func (*ContainedResource) GetEpisodeOfCare

func (*ContainedResource) GetEventDefinition

func (*ContainedResource) GetEvidence

func (x *ContainedResource) GetEvidence() *evidence_go_proto.Evidence

func (*ContainedResource) GetEvidenceVariable

func (*ContainedResource) GetExampleScenario

func (*ContainedResource) GetExplanationOfBenefit

func (*ContainedResource) GetFamilyMemberHistory

func (*ContainedResource) GetFlag

func (x *ContainedResource) GetFlag() *flag_go_proto.Flag

func (*ContainedResource) GetGoal

func (x *ContainedResource) GetGoal() *goal_go_proto.Goal

func (*ContainedResource) GetGraphDefinition

func (*ContainedResource) GetGroup

func (x *ContainedResource) GetGroup() *group_go_proto.Group

func (*ContainedResource) GetGuidanceResponse

func (*ContainedResource) GetHealthcareService

func (*ContainedResource) GetImagingStudy

func (*ContainedResource) GetImmunization

func (*ContainedResource) GetImmunizationEvaluation

func (*ContainedResource) GetImmunizationRecommendation

func (*ContainedResource) GetImplementationGuide

func (*ContainedResource) GetInsurancePlan

func (*ContainedResource) GetInvoice

func (x *ContainedResource) GetInvoice() *invoice_go_proto.Invoice

func (*ContainedResource) GetLibrary

func (x *ContainedResource) GetLibrary() *library_go_proto.Library

func (*ContainedResource) GetLinkage

func (x *ContainedResource) GetLinkage() *linkage_go_proto.Linkage

func (*ContainedResource) GetList

func (x *ContainedResource) GetList() *list_go_proto.List

func (*ContainedResource) GetLocation

func (x *ContainedResource) GetLocation() *location_go_proto.Location

func (*ContainedResource) GetMeasure

func (x *ContainedResource) GetMeasure() *measure_go_proto.Measure

func (*ContainedResource) GetMeasureReport

func (*ContainedResource) GetMedia

func (x *ContainedResource) GetMedia() *media_go_proto.Media

func (*ContainedResource) GetMedication

func (x *ContainedResource) GetMedication() *medication_go_proto.Medication

func (*ContainedResource) GetMedicationAdministration

func (*ContainedResource) GetMedicationDispense

func (*ContainedResource) GetMedicationKnowledge

func (*ContainedResource) GetMedicationRequest

func (*ContainedResource) GetMedicationStatement

func (*ContainedResource) GetMedicinalProduct

func (*ContainedResource) GetMedicinalProductIndication

func (*ContainedResource) GetMedicinalProductIngredient

func (*ContainedResource) GetMedicinalProductInteraction

func (*ContainedResource) GetMedicinalProductPackaged

func (*ContainedResource) GetMessageDefinition

func (*ContainedResource) GetMessageHeader

func (*ContainedResource) GetMolecularSequence

func (*ContainedResource) GetNamingSystem

func (*ContainedResource) GetNutritionOrder

func (*ContainedResource) GetObservation

func (x *ContainedResource) GetObservation() *observation_go_proto.Observation

func (*ContainedResource) GetObservationDefinition

func (*ContainedResource) GetOneofResource

func (m *ContainedResource) GetOneofResource() isContainedResource_OneofResource

func (*ContainedResource) GetOperationDefinition

func (*ContainedResource) GetOperationOutcome

func (*ContainedResource) GetOrganization

func (*ContainedResource) GetOrganizationAffiliation

func (*ContainedResource) GetParameters

func (x *ContainedResource) GetParameters() *parameters_go_proto.Parameters

func (*ContainedResource) GetPatient

func (x *ContainedResource) GetPatient() *patient_go_proto.Patient

func (*ContainedResource) GetPaymentNotice

func (*ContainedResource) GetPaymentReconciliation

func (*ContainedResource) GetPerson

func (x *ContainedResource) GetPerson() *person_go_proto.Person

func (*ContainedResource) GetPlanDefinition

func (*ContainedResource) GetPractitioner

func (*ContainedResource) GetPractitionerRole

func (*ContainedResource) GetProcedure

func (x *ContainedResource) GetProcedure() *procedure_go_proto.Procedure

func (*ContainedResource) GetProvenance

func (x *ContainedResource) GetProvenance() *provenance_go_proto.Provenance

func (*ContainedResource) GetQuestionnaire

func (*ContainedResource) GetQuestionnaireResponse

func (*ContainedResource) GetRelatedPerson

func (*ContainedResource) GetRequestGroup

func (*ContainedResource) GetResearchDefinition

func (*ContainedResource) GetResearchElementDefinition

func (*ContainedResource) GetResearchStudy

func (*ContainedResource) GetResearchSubject

func (*ContainedResource) GetRiskAssessment

func (*ContainedResource) GetRiskEvidenceSynthesis

func (*ContainedResource) GetSchedule

func (x *ContainedResource) GetSchedule() *schedule_go_proto.Schedule

func (*ContainedResource) GetSearchParameter

func (*ContainedResource) GetServiceRequest

func (*ContainedResource) GetSlot

func (x *ContainedResource) GetSlot() *slot_go_proto.Slot

func (*ContainedResource) GetSpecimen

func (x *ContainedResource) GetSpecimen() *specimen_go_proto.Specimen

func (*ContainedResource) GetSpecimenDefinition

func (*ContainedResource) GetStructureDefinition

func (*ContainedResource) GetStructureMap

func (*ContainedResource) GetSubscription

func (*ContainedResource) GetSubstance

func (x *ContainedResource) GetSubstance() *substance_go_proto.Substance

func (*ContainedResource) GetSubstanceNucleicAcid

func (*ContainedResource) GetSubstancePolymer

func (*ContainedResource) GetSubstanceProtein

func (*ContainedResource) GetSubstanceSourceMaterial

func (*ContainedResource) GetSubstanceSpecification

func (*ContainedResource) GetSupplyDelivery

func (*ContainedResource) GetSupplyRequest

func (*ContainedResource) GetTask

func (x *ContainedResource) GetTask() *task_go_proto.Task

func (*ContainedResource) GetTerminologyCapabilities

func (*ContainedResource) GetTestReport

func (*ContainedResource) GetTestScript

func (*ContainedResource) GetValueSet

func (x *ContainedResource) GetValueSet() *value_set_go_proto.ValueSet

func (*ContainedResource) GetVerificationResult

func (*ContainedResource) GetVisionPrescription

func (*ContainedResource) ProtoMessage

func (*ContainedResource) ProtoMessage()

func (*ContainedResource) ProtoReflect

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

func (*ContainedResource) Reset

func (x *ContainedResource) Reset()

func (*ContainedResource) String

func (x *ContainedResource) String() string

type ContainedResource_Account

type ContainedResource_Account struct {
	Account *account_go_proto.Account `protobuf:"bytes,1,opt,name=account,proto3,oneof"`
}

type ContainedResource_ActivityDefinition

type ContainedResource_ActivityDefinition struct {
	ActivityDefinition *activity_definition_go_proto.ActivityDefinition `protobuf:"bytes,2,opt,name=activity_definition,json=activityDefinition,proto3,oneof"`
}

type ContainedResource_AdverseEvent

type ContainedResource_AdverseEvent struct {
	AdverseEvent *adverse_event_go_proto.AdverseEvent `protobuf:"bytes,3,opt,name=adverse_event,json=adverseEvent,proto3,oneof"`
}

type ContainedResource_AllergyIntolerance

type ContainedResource_AllergyIntolerance struct {
	AllergyIntolerance *allergy_intolerance_go_proto.AllergyIntolerance `protobuf:"bytes,4,opt,name=allergy_intolerance,json=allergyIntolerance,proto3,oneof"`
}

type ContainedResource_Appointment

type ContainedResource_Appointment struct {
	Appointment *appointment_go_proto.Appointment `protobuf:"bytes,5,opt,name=appointment,proto3,oneof"`
}

type ContainedResource_AppointmentResponse

type ContainedResource_AppointmentResponse struct {
	AppointmentResponse *appointment_response_go_proto.AppointmentResponse `protobuf:"bytes,6,opt,name=appointment_response,json=appointmentResponse,proto3,oneof"`
}

type ContainedResource_AuditEvent

type ContainedResource_AuditEvent struct {
	AuditEvent *audit_event_go_proto.AuditEvent `protobuf:"bytes,7,opt,name=audit_event,json=auditEvent,proto3,oneof"`
}

type ContainedResource_Basic

type ContainedResource_Basic struct {
	Basic *basic_go_proto.Basic `protobuf:"bytes,8,opt,name=basic,proto3,oneof"`
}

type ContainedResource_Binary

type ContainedResource_Binary struct {
	Binary *binary_go_proto.Binary `protobuf:"bytes,9,opt,name=binary,proto3,oneof"`
}

type ContainedResource_BiologicallyDerivedProduct

type ContainedResource_BiologicallyDerivedProduct struct {
	BiologicallyDerivedProduct *biologically_derived_product_go_proto.BiologicallyDerivedProduct `protobuf:"bytes,10,opt,name=biologically_derived_product,json=biologicallyDerivedProduct,proto3,oneof"`
}

type ContainedResource_BodyStructure

type ContainedResource_BodyStructure struct {
	BodyStructure *body_structure_go_proto.BodyStructure `protobuf:"bytes,11,opt,name=body_structure,json=bodyStructure,proto3,oneof"`
}

type ContainedResource_Bundle

type ContainedResource_Bundle struct {
	Bundle *Bundle `protobuf:"bytes,12,opt,name=bundle,proto3,oneof"`
}

type ContainedResource_CapabilityStatement

type ContainedResource_CapabilityStatement struct {
	CapabilityStatement *capability_statement_go_proto.CapabilityStatement `protobuf:"bytes,13,opt,name=capability_statement,json=capabilityStatement,proto3,oneof"`
}

type ContainedResource_CarePlan

type ContainedResource_CarePlan struct {
	CarePlan *care_plan_go_proto.CarePlan `protobuf:"bytes,14,opt,name=care_plan,json=carePlan,proto3,oneof"`
}

type ContainedResource_CareTeam

type ContainedResource_CareTeam struct {
	CareTeam *care_team_go_proto.CareTeam `protobuf:"bytes,15,opt,name=care_team,json=careTeam,proto3,oneof"`
}

type ContainedResource_CatalogEntry

type ContainedResource_CatalogEntry struct {
	CatalogEntry *catalog_entry_go_proto.CatalogEntry `protobuf:"bytes,16,opt,name=catalog_entry,json=catalogEntry,proto3,oneof"`
}

type ContainedResource_ChargeItem

type ContainedResource_ChargeItem struct {
	ChargeItem *charge_item_go_proto.ChargeItem `protobuf:"bytes,17,opt,name=charge_item,json=chargeItem,proto3,oneof"`
}

type ContainedResource_ChargeItemDefinition

type ContainedResource_ChargeItemDefinition struct {
	ChargeItemDefinition *charge_item_definition_go_proto.ChargeItemDefinition `protobuf:"bytes,18,opt,name=charge_item_definition,json=chargeItemDefinition,proto3,oneof"`
}

type ContainedResource_Claim

type ContainedResource_Claim struct {
	Claim *claim_go_proto.Claim `protobuf:"bytes,19,opt,name=claim,proto3,oneof"`
}

type ContainedResource_ClaimResponse

type ContainedResource_ClaimResponse struct {
	ClaimResponse *claim_response_go_proto.ClaimResponse `protobuf:"bytes,20,opt,name=claim_response,json=claimResponse,proto3,oneof"`
}

type ContainedResource_ClinicalImpression

type ContainedResource_ClinicalImpression struct {
	ClinicalImpression *clinical_impression_go_proto.ClinicalImpression `protobuf:"bytes,21,opt,name=clinical_impression,json=clinicalImpression,proto3,oneof"`
}

type ContainedResource_CodeSystem

type ContainedResource_CodeSystem struct {
	CodeSystem *code_system_go_proto.CodeSystem `protobuf:"bytes,22,opt,name=code_system,json=codeSystem,proto3,oneof"`
}

type ContainedResource_Communication

type ContainedResource_Communication struct {
	Communication *communication_go_proto.Communication `protobuf:"bytes,23,opt,name=communication,proto3,oneof"`
}

type ContainedResource_CommunicationRequest

type ContainedResource_CommunicationRequest struct {
	CommunicationRequest *communication_request_go_proto.CommunicationRequest `protobuf:"bytes,24,opt,name=communication_request,json=communicationRequest,proto3,oneof"`
}

type ContainedResource_CompartmentDefinition

type ContainedResource_CompartmentDefinition struct {
	CompartmentDefinition *compartment_definition_go_proto.CompartmentDefinition `protobuf:"bytes,25,opt,name=compartment_definition,json=compartmentDefinition,proto3,oneof"`
}

type ContainedResource_Composition

type ContainedResource_Composition struct {
	Composition *composition_go_proto.Composition `protobuf:"bytes,26,opt,name=composition,proto3,oneof"`
}

type ContainedResource_ConceptMap

type ContainedResource_ConceptMap struct {
	ConceptMap *concept_map_go_proto.ConceptMap `protobuf:"bytes,27,opt,name=concept_map,json=conceptMap,proto3,oneof"`
}

type ContainedResource_Condition

type ContainedResource_Condition struct {
	Condition *condition_go_proto.Condition `protobuf:"bytes,28,opt,name=condition,proto3,oneof"`
}
type ContainedResource_Consent struct {
	Consent *consent_go_proto.Consent `protobuf:"bytes,29,opt,name=consent,proto3,oneof"`
}

type ContainedResource_Contract

type ContainedResource_Contract struct {
	Contract *contract_go_proto.Contract `protobuf:"bytes,30,opt,name=contract,proto3,oneof"`
}

type ContainedResource_Coverage

type ContainedResource_Coverage struct {
	Coverage *coverage_go_proto.Coverage `protobuf:"bytes,31,opt,name=coverage,proto3,oneof"`
}

type ContainedResource_CoverageEligibilityRequest

type ContainedResource_CoverageEligibilityRequest struct {
	CoverageEligibilityRequest *coverage_eligibility_request_go_proto.CoverageEligibilityRequest `protobuf:"bytes,32,opt,name=coverage_eligibility_request,json=coverageEligibilityRequest,proto3,oneof"`
}

type ContainedResource_CoverageEligibilityResponse

type ContainedResource_CoverageEligibilityResponse struct {
	CoverageEligibilityResponse *coverage_eligibility_response_go_proto.CoverageEligibilityResponse `protobuf:"bytes,33,opt,name=coverage_eligibility_response,json=coverageEligibilityResponse,proto3,oneof"`
}

type ContainedResource_DetectedIssue

type ContainedResource_DetectedIssue struct {
	DetectedIssue *detected_issue_go_proto.DetectedIssue `protobuf:"bytes,34,opt,name=detected_issue,json=detectedIssue,proto3,oneof"`
}

type ContainedResource_Device

type ContainedResource_Device struct {
	Device *device_go_proto.Device `protobuf:"bytes,35,opt,name=device,proto3,oneof"`
}

type ContainedResource_DeviceDefinition

type ContainedResource_DeviceDefinition struct {
	DeviceDefinition *device_definition_go_proto.DeviceDefinition `protobuf:"bytes,36,opt,name=device_definition,json=deviceDefinition,proto3,oneof"`
}

type ContainedResource_DeviceMetric

type ContainedResource_DeviceMetric struct {
	DeviceMetric *device_metric_go_proto.DeviceMetric `protobuf:"bytes,37,opt,name=device_metric,json=deviceMetric,proto3,oneof"`
}

type ContainedResource_DeviceRequest

type ContainedResource_DeviceRequest struct {
	DeviceRequest *device_request_go_proto.DeviceRequest `protobuf:"bytes,38,opt,name=device_request,json=deviceRequest,proto3,oneof"`
}

type ContainedResource_DeviceUseStatement

type ContainedResource_DeviceUseStatement struct {
	DeviceUseStatement *device_use_statement_go_proto.DeviceUseStatement `protobuf:"bytes,39,opt,name=device_use_statement,json=deviceUseStatement,proto3,oneof"`
}

type ContainedResource_DiagnosticReport

type ContainedResource_DiagnosticReport struct {
	DiagnosticReport *diagnostic_report_go_proto.DiagnosticReport `protobuf:"bytes,40,opt,name=diagnostic_report,json=diagnosticReport,proto3,oneof"`
}

type ContainedResource_DocumentManifest

type ContainedResource_DocumentManifest struct {
	DocumentManifest *document_manifest_go_proto.DocumentManifest `protobuf:"bytes,41,opt,name=document_manifest,json=documentManifest,proto3,oneof"`
}

type ContainedResource_DocumentReference

type ContainedResource_DocumentReference struct {
	DocumentReference *document_reference_go_proto.DocumentReference `protobuf:"bytes,42,opt,name=document_reference,json=documentReference,proto3,oneof"`
}

type ContainedResource_EffectEvidenceSynthesis

type ContainedResource_EffectEvidenceSynthesis struct {
	EffectEvidenceSynthesis *effect_evidence_synthesis_go_proto.EffectEvidenceSynthesis `protobuf:"bytes,43,opt,name=effect_evidence_synthesis,json=effectEvidenceSynthesis,proto3,oneof"`
}

type ContainedResource_Encounter

type ContainedResource_Encounter struct {
	Encounter *encounter_go_proto.Encounter `protobuf:"bytes,44,opt,name=encounter,proto3,oneof"`
}

type ContainedResource_Endpoint

type ContainedResource_Endpoint struct {
	Endpoint *endpoint_go_proto.Endpoint `protobuf:"bytes,45,opt,name=endpoint,proto3,oneof"`
}

type ContainedResource_EnrollmentRequest

type ContainedResource_EnrollmentRequest struct {
	EnrollmentRequest *enrollment_request_go_proto.EnrollmentRequest `protobuf:"bytes,46,opt,name=enrollment_request,json=enrollmentRequest,proto3,oneof"`
}

type ContainedResource_EnrollmentResponse

type ContainedResource_EnrollmentResponse struct {
	EnrollmentResponse *enrollment_response_go_proto.EnrollmentResponse `protobuf:"bytes,47,opt,name=enrollment_response,json=enrollmentResponse,proto3,oneof"`
}

type ContainedResource_EpisodeOfCare

type ContainedResource_EpisodeOfCare struct {
	EpisodeOfCare *episode_of_care_go_proto.EpisodeOfCare `protobuf:"bytes,48,opt,name=episode_of_care,json=episodeOfCare,proto3,oneof"`
}

type ContainedResource_EventDefinition

type ContainedResource_EventDefinition struct {
	EventDefinition *event_definition_go_proto.EventDefinition `protobuf:"bytes,49,opt,name=event_definition,json=eventDefinition,proto3,oneof"`
}

type ContainedResource_Evidence

type ContainedResource_Evidence struct {
	Evidence *evidence_go_proto.Evidence `protobuf:"bytes,50,opt,name=evidence,proto3,oneof"`
}

type ContainedResource_EvidenceVariable

type ContainedResource_EvidenceVariable struct {
	EvidenceVariable *evidence_variable_go_proto.EvidenceVariable `protobuf:"bytes,51,opt,name=evidence_variable,json=evidenceVariable,proto3,oneof"`
}

type ContainedResource_ExampleScenario

type ContainedResource_ExampleScenario struct {
	ExampleScenario *example_scenario_go_proto.ExampleScenario `protobuf:"bytes,52,opt,name=example_scenario,json=exampleScenario,proto3,oneof"`
}

type ContainedResource_ExplanationOfBenefit

type ContainedResource_ExplanationOfBenefit struct {
	ExplanationOfBenefit *explanation_of_benefit_go_proto.ExplanationOfBenefit `protobuf:"bytes,53,opt,name=explanation_of_benefit,json=explanationOfBenefit,proto3,oneof"`
}

type ContainedResource_FamilyMemberHistory

type ContainedResource_FamilyMemberHistory struct {
	FamilyMemberHistory *family_member_history_go_proto.FamilyMemberHistory `protobuf:"bytes,54,opt,name=family_member_history,json=familyMemberHistory,proto3,oneof"`
}

type ContainedResource_Flag

type ContainedResource_Flag struct {
	Flag *flag_go_proto.Flag `protobuf:"bytes,55,opt,name=flag,proto3,oneof"`
}

type ContainedResource_Goal

type ContainedResource_Goal struct {
	Goal *goal_go_proto.Goal `protobuf:"bytes,56,opt,name=goal,proto3,oneof"`
}

type ContainedResource_GraphDefinition

type ContainedResource_GraphDefinition struct {
	GraphDefinition *graph_definition_go_proto.GraphDefinition `protobuf:"bytes,57,opt,name=graph_definition,json=graphDefinition,proto3,oneof"`
}

type ContainedResource_Group

type ContainedResource_Group struct {
	Group *group_go_proto.Group `protobuf:"bytes,58,opt,name=group,proto3,oneof"`
}

type ContainedResource_GuidanceResponse

type ContainedResource_GuidanceResponse struct {
	GuidanceResponse *guidance_response_go_proto.GuidanceResponse `protobuf:"bytes,59,opt,name=guidance_response,json=guidanceResponse,proto3,oneof"`
}

type ContainedResource_HealthcareService

type ContainedResource_HealthcareService struct {
	HealthcareService *healthcare_service_go_proto.HealthcareService `protobuf:"bytes,60,opt,name=healthcare_service,json=healthcareService,proto3,oneof"`
}

type ContainedResource_ImagingStudy

type ContainedResource_ImagingStudy struct {
	ImagingStudy *imaging_study_go_proto.ImagingStudy `protobuf:"bytes,61,opt,name=imaging_study,json=imagingStudy,proto3,oneof"`
}

type ContainedResource_Immunization

type ContainedResource_Immunization struct {
	Immunization *immunization_go_proto.Immunization `protobuf:"bytes,62,opt,name=immunization,proto3,oneof"`
}

type ContainedResource_ImmunizationEvaluation

type ContainedResource_ImmunizationEvaluation struct {
	ImmunizationEvaluation *immunization_evaluation_go_proto.ImmunizationEvaluation `protobuf:"bytes,63,opt,name=immunization_evaluation,json=immunizationEvaluation,proto3,oneof"`
}

type ContainedResource_ImmunizationRecommendation

type ContainedResource_ImmunizationRecommendation struct {
	ImmunizationRecommendation *immunization_recommendation_go_proto.ImmunizationRecommendation `protobuf:"bytes,64,opt,name=immunization_recommendation,json=immunizationRecommendation,proto3,oneof"`
}

type ContainedResource_ImplementationGuide

type ContainedResource_ImplementationGuide struct {
	ImplementationGuide *implementation_guide_go_proto.ImplementationGuide `protobuf:"bytes,65,opt,name=implementation_guide,json=implementationGuide,proto3,oneof"`
}

type ContainedResource_InsurancePlan

type ContainedResource_InsurancePlan struct {
	InsurancePlan *insurance_plan_go_proto.InsurancePlan `protobuf:"bytes,66,opt,name=insurance_plan,json=insurancePlan,proto3,oneof"`
}

type ContainedResource_Invoice

type ContainedResource_Invoice struct {
	Invoice *invoice_go_proto.Invoice `protobuf:"bytes,67,opt,name=invoice,proto3,oneof"`
}

type ContainedResource_Library

type ContainedResource_Library struct {
	Library *library_go_proto.Library `protobuf:"bytes,68,opt,name=library,proto3,oneof"`
}

type ContainedResource_Linkage

type ContainedResource_Linkage struct {
	Linkage *linkage_go_proto.Linkage `protobuf:"bytes,69,opt,name=linkage,proto3,oneof"`
}

type ContainedResource_List

type ContainedResource_List struct {
	List *list_go_proto.List `protobuf:"bytes,70,opt,name=list,proto3,oneof"`
}

type ContainedResource_Location

type ContainedResource_Location struct {
	Location *location_go_proto.Location `protobuf:"bytes,71,opt,name=location,proto3,oneof"`
}

type ContainedResource_Measure

type ContainedResource_Measure struct {
	Measure *measure_go_proto.Measure `protobuf:"bytes,72,opt,name=measure,proto3,oneof"`
}

type ContainedResource_MeasureReport

type ContainedResource_MeasureReport struct {
	MeasureReport *measure_report_go_proto.MeasureReport `protobuf:"bytes,73,opt,name=measure_report,json=measureReport,proto3,oneof"`
}

type ContainedResource_Media

type ContainedResource_Media struct {
	Media *media_go_proto.Media `protobuf:"bytes,74,opt,name=media,proto3,oneof"`
}

type ContainedResource_Medication

type ContainedResource_Medication struct {
	Medication *medication_go_proto.Medication `protobuf:"bytes,75,opt,name=medication,proto3,oneof"`
}

type ContainedResource_MedicationAdministration

type ContainedResource_MedicationAdministration struct {
	MedicationAdministration *medication_administration_go_proto.MedicationAdministration `protobuf:"bytes,76,opt,name=medication_administration,json=medicationAdministration,proto3,oneof"`
}

type ContainedResource_MedicationDispense

type ContainedResource_MedicationDispense struct {
	MedicationDispense *medication_dispense_go_proto.MedicationDispense `protobuf:"bytes,77,opt,name=medication_dispense,json=medicationDispense,proto3,oneof"`
}

type ContainedResource_MedicationKnowledge

type ContainedResource_MedicationKnowledge struct {
	MedicationKnowledge *medication_knowledge_go_proto.MedicationKnowledge `protobuf:"bytes,78,opt,name=medication_knowledge,json=medicationKnowledge,proto3,oneof"`
}

type ContainedResource_MedicationRequest

type ContainedResource_MedicationRequest struct {
	MedicationRequest *medication_request_go_proto.MedicationRequest `protobuf:"bytes,79,opt,name=medication_request,json=medicationRequest,proto3,oneof"`
}

type ContainedResource_MedicationStatement

type ContainedResource_MedicationStatement struct {
	MedicationStatement *medication_statement_go_proto.MedicationStatement `protobuf:"bytes,80,opt,name=medication_statement,json=medicationStatement,proto3,oneof"`
}

type ContainedResource_MedicinalProduct

type ContainedResource_MedicinalProduct struct {
	MedicinalProduct *medicinal_product_go_proto.MedicinalProduct `protobuf:"bytes,81,opt,name=medicinal_product,json=medicinalProduct,proto3,oneof"`
}

type ContainedResource_MedicinalProductAuthorization

type ContainedResource_MedicinalProductAuthorization struct {
	MedicinalProductAuthorization *medicinal_product_authorization_go_proto.MedicinalProductAuthorization `protobuf:"bytes,82,opt,name=medicinal_product_authorization,json=medicinalProductAuthorization,proto3,oneof"`
}

type ContainedResource_MedicinalProductContraindication

type ContainedResource_MedicinalProductContraindication struct {
	MedicinalProductContraindication *medicinal_product_contraindication_go_proto.MedicinalProductContraindication `protobuf:"bytes,83,opt,name=medicinal_product_contraindication,json=medicinalProductContraindication,proto3,oneof"`
}

type ContainedResource_MedicinalProductIndication

type ContainedResource_MedicinalProductIndication struct {
	MedicinalProductIndication *medicinal_product_indication_go_proto.MedicinalProductIndication `protobuf:"bytes,84,opt,name=medicinal_product_indication,json=medicinalProductIndication,proto3,oneof"`
}

type ContainedResource_MedicinalProductIngredient

type ContainedResource_MedicinalProductIngredient struct {
	MedicinalProductIngredient *medicinal_product_ingredient_go_proto.MedicinalProductIngredient `protobuf:"bytes,85,opt,name=medicinal_product_ingredient,json=medicinalProductIngredient,proto3,oneof"`
}

type ContainedResource_MedicinalProductInteraction

type ContainedResource_MedicinalProductInteraction struct {
	MedicinalProductInteraction *medicinal_product_interaction_go_proto.MedicinalProductInteraction `protobuf:"bytes,86,opt,name=medicinal_product_interaction,json=medicinalProductInteraction,proto3,oneof"`
}

type ContainedResource_MedicinalProductManufactured

type ContainedResource_MedicinalProductManufactured struct {
	MedicinalProductManufactured *medicinal_product_manufactured_go_proto.MedicinalProductManufactured `protobuf:"bytes,87,opt,name=medicinal_product_manufactured,json=medicinalProductManufactured,proto3,oneof"`
}

type ContainedResource_MedicinalProductPackaged

type ContainedResource_MedicinalProductPackaged struct {
	MedicinalProductPackaged *medicinal_product_packaged_go_proto.MedicinalProductPackaged `protobuf:"bytes,88,opt,name=medicinal_product_packaged,json=medicinalProductPackaged,proto3,oneof"`
}

type ContainedResource_MedicinalProductPharmaceutical

type ContainedResource_MedicinalProductPharmaceutical struct {
	MedicinalProductPharmaceutical *medicinal_product_pharmaceutical_go_proto.MedicinalProductPharmaceutical `protobuf:"bytes,89,opt,name=medicinal_product_pharmaceutical,json=medicinalProductPharmaceutical,proto3,oneof"`
}

type ContainedResource_MedicinalProductUndesirableEffect

type ContainedResource_MedicinalProductUndesirableEffect struct {
	MedicinalProductUndesirableEffect *medicinal_product_undesirable_effect_go_proto.MedicinalProductUndesirableEffect `protobuf:"bytes,90,opt,name=medicinal_product_undesirable_effect,json=medicinalProductUndesirableEffect,proto3,oneof"`
}

type ContainedResource_MessageDefinition

type ContainedResource_MessageDefinition struct {
	MessageDefinition *message_definition_go_proto.MessageDefinition `protobuf:"bytes,91,opt,name=message_definition,json=messageDefinition,proto3,oneof"`
}

type ContainedResource_MessageHeader

type ContainedResource_MessageHeader struct {
	MessageHeader *message_header_go_proto.MessageHeader `protobuf:"bytes,92,opt,name=message_header,json=messageHeader,proto3,oneof"`
}

type ContainedResource_MolecularSequence

type ContainedResource_MolecularSequence struct {
	MolecularSequence *molecular_sequence_go_proto.MolecularSequence `protobuf:"bytes,93,opt,name=molecular_sequence,json=molecularSequence,proto3,oneof"`
}

type ContainedResource_NamingSystem

type ContainedResource_NamingSystem struct {
	NamingSystem *naming_system_go_proto.NamingSystem `protobuf:"bytes,94,opt,name=naming_system,json=namingSystem,proto3,oneof"`
}

type ContainedResource_NutritionOrder

type ContainedResource_NutritionOrder struct {
	NutritionOrder *nutrition_order_go_proto.NutritionOrder `protobuf:"bytes,95,opt,name=nutrition_order,json=nutritionOrder,proto3,oneof"`
}

type ContainedResource_Observation

type ContainedResource_Observation struct {
	Observation *observation_go_proto.Observation `protobuf:"bytes,96,opt,name=observation,proto3,oneof"`
}

type ContainedResource_ObservationDefinition

type ContainedResource_ObservationDefinition struct {
	ObservationDefinition *observation_definition_go_proto.ObservationDefinition `protobuf:"bytes,97,opt,name=observation_definition,json=observationDefinition,proto3,oneof"`
}

type ContainedResource_OperationDefinition

type ContainedResource_OperationDefinition struct {
	OperationDefinition *operation_definition_go_proto.OperationDefinition `protobuf:"bytes,98,opt,name=operation_definition,json=operationDefinition,proto3,oneof"`
}

type ContainedResource_OperationOutcome

type ContainedResource_OperationOutcome struct {
	OperationOutcome *operation_outcome_go_proto.OperationOutcome `protobuf:"bytes,99,opt,name=operation_outcome,json=operationOutcome,proto3,oneof"`
}

type ContainedResource_Organization

type ContainedResource_Organization struct {
	Organization *organization_go_proto.Organization `protobuf:"bytes,100,opt,name=organization,proto3,oneof"`
}

type ContainedResource_OrganizationAffiliation

type ContainedResource_OrganizationAffiliation struct {
	OrganizationAffiliation *organization_affiliation_go_proto.OrganizationAffiliation `protobuf:"bytes,101,opt,name=organization_affiliation,json=organizationAffiliation,proto3,oneof"`
}

type ContainedResource_Parameters

type ContainedResource_Parameters struct {
	Parameters *parameters_go_proto.Parameters `protobuf:"bytes,102,opt,name=parameters,proto3,oneof"`
}

type ContainedResource_Patient

type ContainedResource_Patient struct {
	Patient *patient_go_proto.Patient `protobuf:"bytes,103,opt,name=patient,proto3,oneof"`
}

type ContainedResource_PaymentNotice

type ContainedResource_PaymentNotice struct {
	PaymentNotice *payment_notice_go_proto.PaymentNotice `protobuf:"bytes,104,opt,name=payment_notice,json=paymentNotice,proto3,oneof"`
}

type ContainedResource_PaymentReconciliation

type ContainedResource_PaymentReconciliation struct {
	PaymentReconciliation *payment_reconciliation_go_proto.PaymentReconciliation `protobuf:"bytes,105,opt,name=payment_reconciliation,json=paymentReconciliation,proto3,oneof"`
}

type ContainedResource_Person

type ContainedResource_Person struct {
	Person *person_go_proto.Person `protobuf:"bytes,106,opt,name=person,proto3,oneof"`
}

type ContainedResource_PlanDefinition

type ContainedResource_PlanDefinition struct {
	PlanDefinition *plan_definition_go_proto.PlanDefinition `protobuf:"bytes,107,opt,name=plan_definition,json=planDefinition,proto3,oneof"`
}

type ContainedResource_Practitioner

type ContainedResource_Practitioner struct {
	Practitioner *practitioner_go_proto.Practitioner `protobuf:"bytes,108,opt,name=practitioner,proto3,oneof"`
}

type ContainedResource_PractitionerRole

type ContainedResource_PractitionerRole struct {
	PractitionerRole *practitioner_role_go_proto.PractitionerRole `protobuf:"bytes,109,opt,name=practitioner_role,json=practitionerRole,proto3,oneof"`
}

type ContainedResource_Procedure

type ContainedResource_Procedure struct {
	Procedure *procedure_go_proto.Procedure `protobuf:"bytes,110,opt,name=procedure,proto3,oneof"`
}

type ContainedResource_Provenance

type ContainedResource_Provenance struct {
	Provenance *provenance_go_proto.Provenance `protobuf:"bytes,111,opt,name=provenance,proto3,oneof"`
}

type ContainedResource_Questionnaire

type ContainedResource_Questionnaire struct {
	Questionnaire *questionnaire_go_proto.Questionnaire `protobuf:"bytes,112,opt,name=questionnaire,proto3,oneof"`
}

type ContainedResource_QuestionnaireResponse

type ContainedResource_QuestionnaireResponse struct {
	QuestionnaireResponse *questionnaire_response_go_proto.QuestionnaireResponse `protobuf:"bytes,113,opt,name=questionnaire_response,json=questionnaireResponse,proto3,oneof"`
}

type ContainedResource_RelatedPerson

type ContainedResource_RelatedPerson struct {
	RelatedPerson *related_person_go_proto.RelatedPerson `protobuf:"bytes,114,opt,name=related_person,json=relatedPerson,proto3,oneof"`
}

type ContainedResource_RequestGroup

type ContainedResource_RequestGroup struct {
	RequestGroup *request_group_go_proto.RequestGroup `protobuf:"bytes,115,opt,name=request_group,json=requestGroup,proto3,oneof"`
}

type ContainedResource_ResearchDefinition

type ContainedResource_ResearchDefinition struct {
	ResearchDefinition *research_definition_go_proto.ResearchDefinition `protobuf:"bytes,116,opt,name=research_definition,json=researchDefinition,proto3,oneof"`
}

type ContainedResource_ResearchElementDefinition

type ContainedResource_ResearchElementDefinition struct {
	ResearchElementDefinition *research_element_definition_go_proto.ResearchElementDefinition `protobuf:"bytes,117,opt,name=research_element_definition,json=researchElementDefinition,proto3,oneof"`
}

type ContainedResource_ResearchStudy

type ContainedResource_ResearchStudy struct {
	ResearchStudy *research_study_go_proto.ResearchStudy `protobuf:"bytes,118,opt,name=research_study,json=researchStudy,proto3,oneof"`
}

type ContainedResource_ResearchSubject

type ContainedResource_ResearchSubject struct {
	ResearchSubject *research_subject_go_proto.ResearchSubject `protobuf:"bytes,119,opt,name=research_subject,json=researchSubject,proto3,oneof"`
}

type ContainedResource_RiskAssessment

type ContainedResource_RiskAssessment struct {
	RiskAssessment *risk_assessment_go_proto.RiskAssessment `protobuf:"bytes,120,opt,name=risk_assessment,json=riskAssessment,proto3,oneof"`
}

type ContainedResource_RiskEvidenceSynthesis

type ContainedResource_RiskEvidenceSynthesis struct {
	RiskEvidenceSynthesis *risk_evidence_synthesis_go_proto.RiskEvidenceSynthesis `protobuf:"bytes,121,opt,name=risk_evidence_synthesis,json=riskEvidenceSynthesis,proto3,oneof"`
}

type ContainedResource_Schedule

type ContainedResource_Schedule struct {
	Schedule *schedule_go_proto.Schedule `protobuf:"bytes,122,opt,name=schedule,proto3,oneof"`
}

type ContainedResource_SearchParameter

type ContainedResource_SearchParameter struct {
	SearchParameter *search_parameter_go_proto.SearchParameter `protobuf:"bytes,123,opt,name=search_parameter,json=searchParameter,proto3,oneof"`
}

type ContainedResource_ServiceRequest

type ContainedResource_ServiceRequest struct {
	ServiceRequest *service_request_go_proto.ServiceRequest `protobuf:"bytes,124,opt,name=service_request,json=serviceRequest,proto3,oneof"`
}

type ContainedResource_Slot

type ContainedResource_Slot struct {
	Slot *slot_go_proto.Slot `protobuf:"bytes,125,opt,name=slot,proto3,oneof"`
}

type ContainedResource_Specimen

type ContainedResource_Specimen struct {
	Specimen *specimen_go_proto.Specimen `protobuf:"bytes,126,opt,name=specimen,proto3,oneof"`
}

type ContainedResource_SpecimenDefinition

type ContainedResource_SpecimenDefinition struct {
	SpecimenDefinition *specimen_definition_go_proto.SpecimenDefinition `protobuf:"bytes,127,opt,name=specimen_definition,json=specimenDefinition,proto3,oneof"`
}

type ContainedResource_StructureDefinition

type ContainedResource_StructureDefinition struct {
	StructureDefinition *structure_definition_go_proto.StructureDefinition `protobuf:"bytes,128,opt,name=structure_definition,json=structureDefinition,proto3,oneof"`
}

type ContainedResource_StructureMap

type ContainedResource_StructureMap struct {
	StructureMap *structure_map_go_proto.StructureMap `protobuf:"bytes,129,opt,name=structure_map,json=structureMap,proto3,oneof"`
}

type ContainedResource_Subscription

type ContainedResource_Subscription struct {
	Subscription *subscription_go_proto.Subscription `protobuf:"bytes,130,opt,name=subscription,proto3,oneof"`
}

type ContainedResource_Substance

type ContainedResource_Substance struct {
	Substance *substance_go_proto.Substance `protobuf:"bytes,131,opt,name=substance,proto3,oneof"`
}

type ContainedResource_SubstanceNucleicAcid

type ContainedResource_SubstanceNucleicAcid struct {
	SubstanceNucleicAcid *substance_nucleic_acid_go_proto.SubstanceNucleicAcid `protobuf:"bytes,132,opt,name=substance_nucleic_acid,json=substanceNucleicAcid,proto3,oneof"`
}

type ContainedResource_SubstancePolymer

type ContainedResource_SubstancePolymer struct {
	SubstancePolymer *substance_polymer_go_proto.SubstancePolymer `protobuf:"bytes,133,opt,name=substance_polymer,json=substancePolymer,proto3,oneof"`
}

type ContainedResource_SubstanceProtein

type ContainedResource_SubstanceProtein struct {
	SubstanceProtein *substance_protein_go_proto.SubstanceProtein `protobuf:"bytes,134,opt,name=substance_protein,json=substanceProtein,proto3,oneof"`
}

type ContainedResource_SubstanceReferenceInformation

type ContainedResource_SubstanceReferenceInformation struct {
	SubstanceReferenceInformation *substance_reference_information_go_proto.SubstanceReferenceInformation `protobuf:"bytes,135,opt,name=substance_reference_information,json=substanceReferenceInformation,proto3,oneof"`
}

type ContainedResource_SubstanceSourceMaterial

type ContainedResource_SubstanceSourceMaterial struct {
	SubstanceSourceMaterial *substance_source_material_go_proto.SubstanceSourceMaterial `protobuf:"bytes,136,opt,name=substance_source_material,json=substanceSourceMaterial,proto3,oneof"`
}

type ContainedResource_SubstanceSpecification

type ContainedResource_SubstanceSpecification struct {
	SubstanceSpecification *substance_specification_go_proto.SubstanceSpecification `protobuf:"bytes,137,opt,name=substance_specification,json=substanceSpecification,proto3,oneof"`
}

type ContainedResource_SupplyDelivery

type ContainedResource_SupplyDelivery struct {
	SupplyDelivery *supply_delivery_go_proto.SupplyDelivery `protobuf:"bytes,138,opt,name=supply_delivery,json=supplyDelivery,proto3,oneof"`
}

type ContainedResource_SupplyRequest

type ContainedResource_SupplyRequest struct {
	SupplyRequest *supply_request_go_proto.SupplyRequest `protobuf:"bytes,139,opt,name=supply_request,json=supplyRequest,proto3,oneof"`
}

type ContainedResource_Task

type ContainedResource_Task struct {
	Task *task_go_proto.Task `protobuf:"bytes,140,opt,name=task,proto3,oneof"`
}

type ContainedResource_TerminologyCapabilities

type ContainedResource_TerminologyCapabilities struct {
	TerminologyCapabilities *terminology_capabilities_go_proto.TerminologyCapabilities `protobuf:"bytes,141,opt,name=terminology_capabilities,json=terminologyCapabilities,proto3,oneof"`
}

type ContainedResource_TestReport

type ContainedResource_TestReport struct {
	TestReport *test_report_go_proto.TestReport `protobuf:"bytes,142,opt,name=test_report,json=testReport,proto3,oneof"`
}

type ContainedResource_TestScript

type ContainedResource_TestScript struct {
	TestScript *test_script_go_proto.TestScript `protobuf:"bytes,143,opt,name=test_script,json=testScript,proto3,oneof"`
}

type ContainedResource_ValueSet

type ContainedResource_ValueSet struct {
	ValueSet *value_set_go_proto.ValueSet `protobuf:"bytes,144,opt,name=value_set,json=valueSet,proto3,oneof"`
}

type ContainedResource_VerificationResult

type ContainedResource_VerificationResult struct {
	VerificationResult *verification_result_go_proto.VerificationResult `protobuf:"bytes,145,opt,name=verification_result,json=verificationResult,proto3,oneof"`
}

type ContainedResource_VisionPrescription

type ContainedResource_VisionPrescription struct {
	VisionPrescription *vision_prescription_go_proto.VisionPrescription `protobuf:"bytes,146,opt,name=vision_prescription,json=visionPrescription,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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