slot_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_r5_core_resources_slot_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Slot

type Slot 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"`
	// External Ids for this item
	Identifier []*datatypes_go_proto.Identifier `protobuf:"bytes,10,rep,name=identifier,proto3" json:"identifier,omitempty"`
	// A broad categorization of the service that is to be performed during this
	// appointment
	ServiceCategory []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,11,rep,name=service_category,json=serviceCategory,proto3" json:"service_category,omitempty"`
	// The type of appointments that can be booked into this slot (ideally this
	// would be an identifiable service - which is at a location, rather than the
	// location itself). If provided then this overrides the value provided on the
	// availability resource
	ServiceType []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,12,rep,name=service_type,json=serviceType,proto3" json:"service_type,omitempty"`
	// The specialty of a practitioner that would be required to perform the
	// service requested in this appointment
	Specialty []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,13,rep,name=specialty,proto3" json:"specialty,omitempty"`
	// The style of appointment or patient that may be booked in the slot (not
	// service type)
	AppointmentType *datatypes_go_proto.CodeableConcept `protobuf:"bytes,14,opt,name=appointment_type,json=appointmentType,proto3" json:"appointment_type,omitempty"`
	// The schedule resource that this slot defines an interval of status
	// information
	Schedule *datatypes_go_proto.Reference `protobuf:"bytes,15,opt,name=schedule,proto3" json:"schedule,omitempty"`
	Status   *Slot_StatusCode              `protobuf:"bytes,16,opt,name=status,proto3" json:"status,omitempty"`
	// Date/Time that the slot is to begin
	Start *datatypes_go_proto.Instant `protobuf:"bytes,17,opt,name=start,proto3" json:"start,omitempty"`
	// Date/Time that the slot is to conclude
	End *datatypes_go_proto.Instant `protobuf:"bytes,18,opt,name=end,proto3" json:"end,omitempty"`
	// This slot has already been overbooked, appointments are unlikely to be
	// accepted for this time
	Overbooked *datatypes_go_proto.Boolean `protobuf:"bytes,19,opt,name=overbooked,proto3" json:"overbooked,omitempty"`
	// Comments on the slot to describe any extended information. Such as custom
	// constraints on the slot
	Comment *datatypes_go_proto.String `protobuf:"bytes,20,opt,name=comment,proto3" json:"comment,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for Slot, last updated 2019-12-31T21:03:40.621+11:00. A slot of time on a schedule that may be available for booking appointments. See http://hl7.org/fhir/StructureDefinition/Slot

func (*Slot) Descriptor deprecated

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

Deprecated: Use Slot.ProtoReflect.Descriptor instead.

func (*Slot) GetAppointmentType

func (x *Slot) GetAppointmentType() *datatypes_go_proto.CodeableConcept

func (*Slot) GetComment

func (x *Slot) GetComment() *datatypes_go_proto.String

func (*Slot) GetContained

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

func (*Slot) GetEnd

func (x *Slot) GetEnd() *datatypes_go_proto.Instant

func (*Slot) GetExtension

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

func (*Slot) GetId

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

func (*Slot) GetIdentifier

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

func (*Slot) GetImplicitRules

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

func (*Slot) GetLanguage

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

func (*Slot) GetMeta

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

func (*Slot) GetModifierExtension

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

func (*Slot) GetOverbooked

func (x *Slot) GetOverbooked() *datatypes_go_proto.Boolean

func (*Slot) GetSchedule

func (x *Slot) GetSchedule() *datatypes_go_proto.Reference

func (*Slot) GetServiceCategory

func (x *Slot) GetServiceCategory() []*datatypes_go_proto.CodeableConcept

func (*Slot) GetServiceType

func (x *Slot) GetServiceType() []*datatypes_go_proto.CodeableConcept

func (*Slot) GetSpecialty

func (x *Slot) GetSpecialty() []*datatypes_go_proto.CodeableConcept

func (*Slot) GetStart

func (x *Slot) GetStart() *datatypes_go_proto.Instant

func (*Slot) GetStatus

func (x *Slot) GetStatus() *Slot_StatusCode

func (*Slot) GetText

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

func (*Slot) ProtoMessage

func (*Slot) ProtoMessage()

func (*Slot) ProtoReflect

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

func (*Slot) Reset

func (x *Slot) Reset()

func (*Slot) String

func (x *Slot) String() string

type Slot_StatusCode

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

busy | free | busy-unavailable | busy-tentative | entered-in-error

func (*Slot_StatusCode) Descriptor deprecated

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

Deprecated: Use Slot_StatusCode.ProtoReflect.Descriptor instead.

func (*Slot_StatusCode) GetExtension

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

func (*Slot_StatusCode) GetId

func (*Slot_StatusCode) GetValue

func (*Slot_StatusCode) ProtoMessage

func (*Slot_StatusCode) ProtoMessage()

func (*Slot_StatusCode) ProtoReflect

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

func (*Slot_StatusCode) Reset

func (x *Slot_StatusCode) Reset()

func (*Slot_StatusCode) String

func (x *Slot_StatusCode) String() string

Jump to

Keyboard shortcuts

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