organization_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: 7 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_google_fhir_proto_r5_core_resources_organization_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Organization

type Organization 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"`
	// Identifies this organization  across multiple systems
	Identifier []*datatypes_go_proto.Identifier `protobuf:"bytes,10,rep,name=identifier,proto3" json:"identifier,omitempty"`
	// Whether the organization's record is still in active use
	Active *datatypes_go_proto.Boolean `protobuf:"bytes,11,opt,name=active,proto3" json:"active,omitempty"`
	// Kind of organization
	Type []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,12,rep,name=type,proto3" json:"type,omitempty"`
	// Name used for the organization
	Name *datatypes_go_proto.String `protobuf:"bytes,13,opt,name=name,proto3" json:"name,omitempty"`
	// A list of alternate names that the organization is known as, or was known
	// as in the past
	Alias []*datatypes_go_proto.String `protobuf:"bytes,14,rep,name=alias,proto3" json:"alias,omitempty"`
	// A contact detail for the organization
	Telecom []*datatypes_go_proto.ContactPoint `protobuf:"bytes,15,rep,name=telecom,proto3" json:"telecom,omitempty"`
	// An address for the organization
	Address []*datatypes_go_proto.Address `protobuf:"bytes,16,rep,name=address,proto3" json:"address,omitempty"`
	// The organization of which this organization forms a part
	PartOf  *datatypes_go_proto.Reference `protobuf:"bytes,17,opt,name=part_of,json=partOf,proto3" json:"part_of,omitempty"`
	Contact []*Organization_Contact       `protobuf:"bytes,18,rep,name=contact,proto3" json:"contact,omitempty"`
	// Technical endpoints providing access to services operated for the
	// organization
	Endpoint []*datatypes_go_proto.Reference `protobuf:"bytes,19,rep,name=endpoint,proto3" json:"endpoint,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for Organization, last updated 2019-12-31T21:03:40.621+11:00. A grouping of people or organizations with a common purpose. See http://hl7.org/fhir/StructureDefinition/Organization

func (*Organization) Descriptor deprecated

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

Deprecated: Use Organization.ProtoReflect.Descriptor instead.

func (*Organization) GetActive

func (x *Organization) GetActive() *datatypes_go_proto.Boolean

func (*Organization) GetAddress

func (x *Organization) GetAddress() []*datatypes_go_proto.Address

func (*Organization) GetAlias

func (x *Organization) GetAlias() []*datatypes_go_proto.String

func (*Organization) GetContact

func (x *Organization) GetContact() []*Organization_Contact

func (*Organization) GetContained

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

func (*Organization) GetEndpoint

func (x *Organization) GetEndpoint() []*datatypes_go_proto.Reference

func (*Organization) GetExtension

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

func (*Organization) GetId

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

func (*Organization) GetIdentifier

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

func (*Organization) GetImplicitRules

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

func (*Organization) GetLanguage

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

func (*Organization) GetMeta

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

func (*Organization) GetModifierExtension

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

func (*Organization) GetName

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

func (*Organization) GetPartOf

func (x *Organization) GetPartOf() *datatypes_go_proto.Reference

func (*Organization) GetTelecom

func (x *Organization) GetTelecom() []*datatypes_go_proto.ContactPoint

func (*Organization) GetText

func (*Organization) GetType

func (*Organization) ProtoMessage

func (*Organization) ProtoMessage()

func (*Organization) ProtoReflect

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

func (*Organization) Reset

func (x *Organization) Reset()

func (*Organization) String

func (x *Organization) String() string

type Organization_Contact

type Organization_Contact struct {

	// Unique id for inter-element referencing
	Id *datatypes_go_proto.Id `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Additional content defined by implementations
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,2,rep,name=extension,proto3" json:"extension,omitempty"`
	// Extensions that cannot be ignored even if unrecognized
	ModifierExtension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=modifier_extension,json=modifierExtension,proto3" json:"modifier_extension,omitempty"`
	// The type of contact
	Purpose *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=purpose,proto3" json:"purpose,omitempty"`
	// A name associated with the contact
	Name *datatypes_go_proto.HumanName `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// Contact details (telephone, email, etc.)  for a contact
	Telecom []*datatypes_go_proto.ContactPoint `protobuf:"bytes,6,rep,name=telecom,proto3" json:"telecom,omitempty"`
	// Visiting or postal addresses for the contact
	Address *datatypes_go_proto.Address `protobuf:"bytes,7,opt,name=address,proto3" json:"address,omitempty"`
	// contains filtered or unexported fields
}

Contact for the organization for a certain purpose

func (*Organization_Contact) Descriptor deprecated

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

Deprecated: Use Organization_Contact.ProtoReflect.Descriptor instead.

func (*Organization_Contact) GetAddress

func (*Organization_Contact) GetExtension

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

func (*Organization_Contact) GetId

func (*Organization_Contact) GetModifierExtension

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

func (*Organization_Contact) GetName

func (*Organization_Contact) GetPurpose

func (*Organization_Contact) GetTelecom

func (*Organization_Contact) ProtoMessage

func (*Organization_Contact) ProtoMessage()

func (*Organization_Contact) ProtoReflect

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

func (*Organization_Contact) Reset

func (x *Organization_Contact) Reset()

func (*Organization_Contact) String

func (x *Organization_Contact) String() string

Jump to

Keyboard shortcuts

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