charge_item_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_charge_item_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ChargeItem

type ChargeItem 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"`
	// Business Identifier for item
	Identifier []*datatypes_go_proto.Identifier `protobuf:"bytes,10,rep,name=identifier,proto3" json:"identifier,omitempty"`
	// Defining information about the code of this charge item
	DefinitionUri []*datatypes_go_proto.Uri `protobuf:"bytes,11,rep,name=definition_uri,json=definitionUri,proto3" json:"definition_uri,omitempty"`
	// Resource defining the code of this ChargeItem
	DefinitionCanonical []*datatypes_go_proto.Canonical `protobuf:"bytes,12,rep,name=definition_canonical,json=definitionCanonical,proto3" json:"definition_canonical,omitempty"`
	Status              *ChargeItem_StatusCode          `protobuf:"bytes,13,opt,name=status,proto3" json:"status,omitempty"`
	// Part of referenced ChargeItem
	PartOf []*datatypes_go_proto.Reference `protobuf:"bytes,14,rep,name=part_of,json=partOf,proto3" json:"part_of,omitempty"`
	// A code that identifies the charge, like a billing code
	Code *datatypes_go_proto.CodeableConcept `protobuf:"bytes,15,opt,name=code,proto3" json:"code,omitempty"`
	// Individual service was done for/to
	Subject *datatypes_go_proto.Reference `protobuf:"bytes,16,opt,name=subject,proto3" json:"subject,omitempty"`
	// Encounter / Episode associated with event
	Context    *datatypes_go_proto.Reference `protobuf:"bytes,17,opt,name=context,proto3" json:"context,omitempty"`
	Occurrence *ChargeItem_OccurrenceX       `protobuf:"bytes,18,opt,name=occurrence,proto3" json:"occurrence,omitempty"`
	Performer  []*ChargeItem_Performer       `protobuf:"bytes,19,rep,name=performer,proto3" json:"performer,omitempty"`
	// Organization providing the charged service
	PerformingOrganization *datatypes_go_proto.Reference `` /* 128-byte string literal not displayed */
	// Organization requesting the charged service
	RequestingOrganization *datatypes_go_proto.Reference `` /* 128-byte string literal not displayed */
	// Organization that has ownership of the (potential, future) revenue
	CostCenter *datatypes_go_proto.Reference `protobuf:"bytes,22,opt,name=cost_center,json=costCenter,proto3" json:"cost_center,omitempty"`
	// Quantity of which the charge item has been serviced
	Quantity *datatypes_go_proto.Quantity `protobuf:"bytes,23,opt,name=quantity,proto3" json:"quantity,omitempty"`
	// Anatomical location, if relevant
	Bodysite []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,24,rep,name=bodysite,proto3" json:"bodysite,omitempty"`
	// Factor overriding the associated rules
	FactorOverride *datatypes_go_proto.Decimal `protobuf:"bytes,25,opt,name=factor_override,json=factorOverride,proto3" json:"factor_override,omitempty"`
	// Price overriding the associated rules
	PriceOverride *datatypes_go_proto.Money `protobuf:"bytes,26,opt,name=price_override,json=priceOverride,proto3" json:"price_override,omitempty"`
	// Reason for overriding the list price/factor
	OverrideReason *datatypes_go_proto.String `protobuf:"bytes,27,opt,name=override_reason,json=overrideReason,proto3" json:"override_reason,omitempty"`
	// Individual who was entering
	Enterer *datatypes_go_proto.Reference `protobuf:"bytes,28,opt,name=enterer,proto3" json:"enterer,omitempty"`
	// Date the charge item was entered
	EnteredDate *datatypes_go_proto.DateTime `protobuf:"bytes,29,opt,name=entered_date,json=enteredDate,proto3" json:"entered_date,omitempty"`
	// Why was the charged  service rendered?
	Reason []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,30,rep,name=reason,proto3" json:"reason,omitempty"`
	// Which rendered service is being charged?
	Service []*datatypes_go_proto.Reference `protobuf:"bytes,31,rep,name=service,proto3" json:"service,omitempty"`
	Product *ChargeItem_ProductX            `protobuf:"bytes,32,opt,name=product,proto3" json:"product,omitempty"`
	// Account to place this charge
	Account []*datatypes_go_proto.Reference `protobuf:"bytes,33,rep,name=account,proto3" json:"account,omitempty"`
	// Comments made about the ChargeItem
	Note []*datatypes_go_proto.Annotation `protobuf:"bytes,34,rep,name=note,proto3" json:"note,omitempty"`
	// Further information supporting this charge
	SupportingInformation []*datatypes_go_proto.Reference `protobuf:"bytes,35,rep,name=supporting_information,json=supportingInformation,proto3" json:"supporting_information,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for ChargeItem, last updated 2019-11-01T09:29:23.356+11:00. Item containing charge code(s) associated with the provision of healthcare provider products. See http://hl7.org/fhir/StructureDefinition/ChargeItem

func (*ChargeItem) Descriptor deprecated

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

Deprecated: Use ChargeItem.ProtoReflect.Descriptor instead.

func (*ChargeItem) GetAccount

func (x *ChargeItem) GetAccount() []*datatypes_go_proto.Reference

func (*ChargeItem) GetBodysite

func (x *ChargeItem) GetBodysite() []*datatypes_go_proto.CodeableConcept

func (*ChargeItem) GetCode

func (*ChargeItem) GetContained

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

func (*ChargeItem) GetContext

func (x *ChargeItem) GetContext() *datatypes_go_proto.Reference

func (*ChargeItem) GetCostCenter

func (x *ChargeItem) GetCostCenter() *datatypes_go_proto.Reference

func (*ChargeItem) GetDefinitionCanonical

func (x *ChargeItem) GetDefinitionCanonical() []*datatypes_go_proto.Canonical

func (*ChargeItem) GetDefinitionUri

func (x *ChargeItem) GetDefinitionUri() []*datatypes_go_proto.Uri

func (*ChargeItem) GetEnteredDate

func (x *ChargeItem) GetEnteredDate() *datatypes_go_proto.DateTime

func (*ChargeItem) GetEnterer

func (x *ChargeItem) GetEnterer() *datatypes_go_proto.Reference

func (*ChargeItem) GetExtension

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

func (*ChargeItem) GetFactorOverride

func (x *ChargeItem) GetFactorOverride() *datatypes_go_proto.Decimal

func (*ChargeItem) GetId

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

func (*ChargeItem) GetIdentifier

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

func (*ChargeItem) GetImplicitRules

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

func (*ChargeItem) GetLanguage

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

func (*ChargeItem) GetMeta

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

func (*ChargeItem) GetModifierExtension

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

func (*ChargeItem) GetNote

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

func (*ChargeItem) GetOccurrence

func (x *ChargeItem) GetOccurrence() *ChargeItem_OccurrenceX

func (*ChargeItem) GetOverrideReason

func (x *ChargeItem) GetOverrideReason() *datatypes_go_proto.String

func (*ChargeItem) GetPartOf

func (x *ChargeItem) GetPartOf() []*datatypes_go_proto.Reference

func (*ChargeItem) GetPerformer

func (x *ChargeItem) GetPerformer() []*ChargeItem_Performer

func (*ChargeItem) GetPerformingOrganization

func (x *ChargeItem) GetPerformingOrganization() *datatypes_go_proto.Reference

func (*ChargeItem) GetPriceOverride

func (x *ChargeItem) GetPriceOverride() *datatypes_go_proto.Money

func (*ChargeItem) GetProduct

func (x *ChargeItem) GetProduct() *ChargeItem_ProductX

func (*ChargeItem) GetQuantity

func (x *ChargeItem) GetQuantity() *datatypes_go_proto.Quantity

func (*ChargeItem) GetReason

func (x *ChargeItem) GetReason() []*datatypes_go_proto.CodeableConcept

func (*ChargeItem) GetRequestingOrganization

func (x *ChargeItem) GetRequestingOrganization() *datatypes_go_proto.Reference

func (*ChargeItem) GetService

func (x *ChargeItem) GetService() []*datatypes_go_proto.Reference

func (*ChargeItem) GetStatus

func (x *ChargeItem) GetStatus() *ChargeItem_StatusCode

func (*ChargeItem) GetSubject

func (x *ChargeItem) GetSubject() *datatypes_go_proto.Reference

func (*ChargeItem) GetSupportingInformation

func (x *ChargeItem) GetSupportingInformation() []*datatypes_go_proto.Reference

func (*ChargeItem) GetText

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

func (*ChargeItem) ProtoMessage

func (*ChargeItem) ProtoMessage()

func (*ChargeItem) ProtoReflect

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

func (*ChargeItem) Reset

func (x *ChargeItem) Reset()

func (*ChargeItem) String

func (x *ChargeItem) String() string

type ChargeItem_OccurrenceX

type ChargeItem_OccurrenceX struct {

	// Types that are assignable to Choice:
	//	*ChargeItem_OccurrenceX_DateTime
	//	*ChargeItem_OccurrenceX_Period
	//	*ChargeItem_OccurrenceX_Timing
	Choice isChargeItem_OccurrenceX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

When the charged service was applied

func (*ChargeItem_OccurrenceX) Descriptor deprecated

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

Deprecated: Use ChargeItem_OccurrenceX.ProtoReflect.Descriptor instead.

func (*ChargeItem_OccurrenceX) GetChoice

func (m *ChargeItem_OccurrenceX) GetChoice() isChargeItem_OccurrenceX_Choice

func (*ChargeItem_OccurrenceX) GetDateTime

func (*ChargeItem_OccurrenceX) GetPeriod

func (*ChargeItem_OccurrenceX) GetTiming

func (*ChargeItem_OccurrenceX) ProtoMessage

func (*ChargeItem_OccurrenceX) ProtoMessage()

func (*ChargeItem_OccurrenceX) ProtoReflect

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

func (*ChargeItem_OccurrenceX) Reset

func (x *ChargeItem_OccurrenceX) Reset()

func (*ChargeItem_OccurrenceX) String

func (x *ChargeItem_OccurrenceX) String() string

type ChargeItem_OccurrenceX_DateTime

type ChargeItem_OccurrenceX_DateTime struct {
	DateTime *datatypes_go_proto.DateTime `protobuf:"bytes,1,opt,name=date_time,json=dateTime,proto3,oneof"`
}

type ChargeItem_OccurrenceX_Period

type ChargeItem_OccurrenceX_Period struct {
	Period *datatypes_go_proto.Period `protobuf:"bytes,2,opt,name=period,proto3,oneof"`
}

type ChargeItem_OccurrenceX_Timing

type ChargeItem_OccurrenceX_Timing struct {
	Timing *datatypes_go_proto.Timing `protobuf:"bytes,3,opt,name=timing,proto3,oneof"`
}

type ChargeItem_Performer

type ChargeItem_Performer 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"`
	// What type of performance was done
	Function *datatypes_go_proto.CodeableConcept `protobuf:"bytes,4,opt,name=function,proto3" json:"function,omitempty"`
	// Individual who was performing
	Actor *datatypes_go_proto.Reference `protobuf:"bytes,5,opt,name=actor,proto3" json:"actor,omitempty"`
	// contains filtered or unexported fields
}

Who performed charged service

func (*ChargeItem_Performer) Descriptor deprecated

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

Deprecated: Use ChargeItem_Performer.ProtoReflect.Descriptor instead.

func (*ChargeItem_Performer) GetActor

func (*ChargeItem_Performer) GetExtension

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

func (*ChargeItem_Performer) GetFunction

func (*ChargeItem_Performer) GetId

func (*ChargeItem_Performer) GetModifierExtension

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

func (*ChargeItem_Performer) ProtoMessage

func (*ChargeItem_Performer) ProtoMessage()

func (*ChargeItem_Performer) ProtoReflect

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

func (*ChargeItem_Performer) Reset

func (x *ChargeItem_Performer) Reset()

func (*ChargeItem_Performer) String

func (x *ChargeItem_Performer) String() string

type ChargeItem_ProductX

type ChargeItem_ProductX struct {

	// Types that are assignable to Choice:
	//	*ChargeItem_ProductX_Reference
	//	*ChargeItem_ProductX_CodeableConcept
	Choice isChargeItem_ProductX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

Product charged

func (*ChargeItem_ProductX) Descriptor deprecated

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

Deprecated: Use ChargeItem_ProductX.ProtoReflect.Descriptor instead.

func (*ChargeItem_ProductX) GetChoice

func (m *ChargeItem_ProductX) GetChoice() isChargeItem_ProductX_Choice

func (*ChargeItem_ProductX) GetCodeableConcept

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

func (*ChargeItem_ProductX) GetReference

func (*ChargeItem_ProductX) ProtoMessage

func (*ChargeItem_ProductX) ProtoMessage()

func (*ChargeItem_ProductX) ProtoReflect

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

func (*ChargeItem_ProductX) Reset

func (x *ChargeItem_ProductX) Reset()

func (*ChargeItem_ProductX) String

func (x *ChargeItem_ProductX) String() string

type ChargeItem_ProductX_CodeableConcept

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

type ChargeItem_ProductX_Reference

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

type ChargeItem_StatusCode

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

planned | billable | not-billable | aborted | billed | entered-in-error | unknown

func (*ChargeItem_StatusCode) Descriptor deprecated

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

Deprecated: Use ChargeItem_StatusCode.ProtoReflect.Descriptor instead.

func (*ChargeItem_StatusCode) GetExtension

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

func (*ChargeItem_StatusCode) GetId

func (*ChargeItem_StatusCode) GetValue

func (*ChargeItem_StatusCode) ProtoMessage

func (*ChargeItem_StatusCode) ProtoMessage()

func (*ChargeItem_StatusCode) ProtoReflect

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

func (*ChargeItem_StatusCode) Reset

func (x *ChargeItem_StatusCode) Reset()

func (*ChargeItem_StatusCode) String

func (x *ChargeItem_StatusCode) String() string

Jump to

Keyboard shortcuts

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