medication_statement_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_medication_statement_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type MedicationStatement

type MedicationStatement 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 identifier
	Identifier []*datatypes_go_proto.Identifier `protobuf:"bytes,10,rep,name=identifier,proto3" json:"identifier,omitempty"`
	// Fulfils plan, proposal or order
	BasedOn []*datatypes_go_proto.Reference `protobuf:"bytes,11,rep,name=based_on,json=basedOn,proto3" json:"based_on,omitempty"`
	// Part of referenced event
	PartOf []*datatypes_go_proto.Reference `protobuf:"bytes,12,rep,name=part_of,json=partOf,proto3" json:"part_of,omitempty"`
	Status *MedicationStatement_StatusCode `protobuf:"bytes,13,opt,name=status,proto3" json:"status,omitempty"`
	// Reason for current status
	StatusReason []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,14,rep,name=status_reason,json=statusReason,proto3" json:"status_reason,omitempty"`
	// Type of medication usage
	Category   *datatypes_go_proto.CodeableConcept `protobuf:"bytes,15,opt,name=category,proto3" json:"category,omitempty"`
	Medication *MedicationStatement_MedicationX    `protobuf:"bytes,16,opt,name=medication,proto3" json:"medication,omitempty"`
	// Who is/was taking  the medication
	Subject *datatypes_go_proto.Reference `protobuf:"bytes,17,opt,name=subject,proto3" json:"subject,omitempty"`
	// Encounter / Episode associated with MedicationStatement
	Context   *datatypes_go_proto.Reference   `protobuf:"bytes,18,opt,name=context,proto3" json:"context,omitempty"`
	Effective *MedicationStatement_EffectiveX `protobuf:"bytes,19,opt,name=effective,proto3" json:"effective,omitempty"`
	// When the statement was asserted?
	DateAsserted *datatypes_go_proto.DateTime `protobuf:"bytes,20,opt,name=date_asserted,json=dateAsserted,proto3" json:"date_asserted,omitempty"`
	// Person or organization that provided the information about the taking of
	// this medication
	InformationSource *datatypes_go_proto.Reference `protobuf:"bytes,21,opt,name=information_source,json=informationSource,proto3" json:"information_source,omitempty"`
	// Additional supporting information
	DerivedFrom []*datatypes_go_proto.Reference `protobuf:"bytes,22,rep,name=derived_from,json=derivedFrom,proto3" json:"derived_from,omitempty"`
	// Reason for why the medication is being/was taken
	ReasonCode []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,23,rep,name=reason_code,json=reasonCode,proto3" json:"reason_code,omitempty"`
	// Condition or observation that supports why the medication is being/was
	// taken
	ReasonReference []*datatypes_go_proto.Reference `protobuf:"bytes,24,rep,name=reason_reference,json=reasonReference,proto3" json:"reason_reference,omitempty"`
	// Further information about the statement
	Note []*datatypes_go_proto.Annotation `protobuf:"bytes,25,rep,name=note,proto3" json:"note,omitempty"`
	// Details of how medication is/was taken or should be taken
	Dosage []*datatypes_go_proto.Dosage `protobuf:"bytes,26,rep,name=dosage,proto3" json:"dosage,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for MedicationStatement, last updated 2019-11-01T09:29:23.356+11:00. Record of medication being taken by a patient. See http://hl7.org/fhir/StructureDefinition/MedicationStatement

func (*MedicationStatement) Descriptor deprecated

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

Deprecated: Use MedicationStatement.ProtoReflect.Descriptor instead.

func (*MedicationStatement) GetBasedOn

func (*MedicationStatement) GetCategory

func (*MedicationStatement) GetContained

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

func (*MedicationStatement) GetContext

func (*MedicationStatement) GetDateAsserted

func (x *MedicationStatement) GetDateAsserted() *datatypes_go_proto.DateTime

func (*MedicationStatement) GetDerivedFrom

func (x *MedicationStatement) GetDerivedFrom() []*datatypes_go_proto.Reference

func (*MedicationStatement) GetDosage

func (x *MedicationStatement) GetDosage() []*datatypes_go_proto.Dosage

func (*MedicationStatement) GetEffective

func (*MedicationStatement) GetExtension

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

func (*MedicationStatement) GetId

func (*MedicationStatement) GetIdentifier

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

func (*MedicationStatement) GetImplicitRules

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

func (*MedicationStatement) GetInformationSource

func (x *MedicationStatement) GetInformationSource() *datatypes_go_proto.Reference

func (*MedicationStatement) GetLanguage

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

func (*MedicationStatement) GetMedication

func (*MedicationStatement) GetMeta

func (*MedicationStatement) GetModifierExtension

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

func (*MedicationStatement) GetNote

func (*MedicationStatement) GetPartOf

func (*MedicationStatement) GetReasonCode

func (*MedicationStatement) GetReasonReference

func (x *MedicationStatement) GetReasonReference() []*datatypes_go_proto.Reference

func (*MedicationStatement) GetStatus

func (*MedicationStatement) GetStatusReason

func (x *MedicationStatement) GetStatusReason() []*datatypes_go_proto.CodeableConcept

func (*MedicationStatement) GetSubject

func (*MedicationStatement) GetText

func (*MedicationStatement) ProtoMessage

func (*MedicationStatement) ProtoMessage()

func (*MedicationStatement) ProtoReflect

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

func (*MedicationStatement) Reset

func (x *MedicationStatement) Reset()

func (*MedicationStatement) String

func (x *MedicationStatement) String() string

type MedicationStatement_EffectiveX

type MedicationStatement_EffectiveX struct {

	// Types that are assignable to Choice:
	//	*MedicationStatement_EffectiveX_DateTime
	//	*MedicationStatement_EffectiveX_Period
	Choice isMedicationStatement_EffectiveX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

The date/time or interval when the medication is/was/will be taken

func (*MedicationStatement_EffectiveX) Descriptor deprecated

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

Deprecated: Use MedicationStatement_EffectiveX.ProtoReflect.Descriptor instead.

func (*MedicationStatement_EffectiveX) GetChoice

func (m *MedicationStatement_EffectiveX) GetChoice() isMedicationStatement_EffectiveX_Choice

func (*MedicationStatement_EffectiveX) GetDateTime

func (*MedicationStatement_EffectiveX) GetPeriod

func (*MedicationStatement_EffectiveX) ProtoMessage

func (*MedicationStatement_EffectiveX) ProtoMessage()

func (*MedicationStatement_EffectiveX) ProtoReflect

func (*MedicationStatement_EffectiveX) Reset

func (x *MedicationStatement_EffectiveX) Reset()

func (*MedicationStatement_EffectiveX) String

type MedicationStatement_EffectiveX_DateTime

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

type MedicationStatement_EffectiveX_Period

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

type MedicationStatement_MedicationX

type MedicationStatement_MedicationX struct {

	// Types that are assignable to Choice:
	//	*MedicationStatement_MedicationX_CodeableConcept
	//	*MedicationStatement_MedicationX_Reference
	Choice isMedicationStatement_MedicationX_Choice `protobuf_oneof:"choice"`
	// contains filtered or unexported fields
}

What medication was taken

func (*MedicationStatement_MedicationX) Descriptor deprecated

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

Deprecated: Use MedicationStatement_MedicationX.ProtoReflect.Descriptor instead.

func (*MedicationStatement_MedicationX) GetChoice

func (m *MedicationStatement_MedicationX) GetChoice() isMedicationStatement_MedicationX_Choice

func (*MedicationStatement_MedicationX) GetCodeableConcept

func (*MedicationStatement_MedicationX) GetReference

func (*MedicationStatement_MedicationX) ProtoMessage

func (*MedicationStatement_MedicationX) ProtoMessage()

func (*MedicationStatement_MedicationX) ProtoReflect

func (*MedicationStatement_MedicationX) Reset

func (*MedicationStatement_MedicationX) String

type MedicationStatement_MedicationX_CodeableConcept

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

type MedicationStatement_MedicationX_Reference

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

type MedicationStatement_StatusCode

type MedicationStatement_StatusCode struct {
	Value     codes_go_proto.MedicationStatementStatusCodes_Value `` /* 126-byte string literal not displayed */
	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
}

active | completed | entered-in-error | intended | stopped | on-hold | unknown | not-taken

func (*MedicationStatement_StatusCode) Descriptor deprecated

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

Deprecated: Use MedicationStatement_StatusCode.ProtoReflect.Descriptor instead.

func (*MedicationStatement_StatusCode) GetExtension

func (*MedicationStatement_StatusCode) GetId

func (*MedicationStatement_StatusCode) GetValue

func (*MedicationStatement_StatusCode) ProtoMessage

func (*MedicationStatement_StatusCode) ProtoMessage()

func (*MedicationStatement_StatusCode) ProtoReflect

func (*MedicationStatement_StatusCode) Reset

func (x *MedicationStatement_StatusCode) Reset()

func (*MedicationStatement_StatusCode) String

Jump to

Keyboard shortcuts

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