episode_of_care_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: 2

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_proto_google_fhir_proto_r4_core_resources_episode_of_care_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type EpisodeOfCare

type EpisodeOfCare 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(s) relevant for this EpisodeOfCare
	Identifier    []*datatypes_go_proto.Identifier `protobuf:"bytes,10,rep,name=identifier,proto3" json:"identifier,omitempty"`
	Status        *EpisodeOfCare_StatusCode        `protobuf:"bytes,11,opt,name=status,proto3" json:"status,omitempty"`
	StatusHistory []*EpisodeOfCare_StatusHistory   `protobuf:"bytes,12,rep,name=status_history,json=statusHistory,proto3" json:"status_history,omitempty"`
	// Type/class  - e.g. specialist referral, disease management
	Type      []*datatypes_go_proto.CodeableConcept `protobuf:"bytes,13,rep,name=type,proto3" json:"type,omitempty"`
	Diagnosis []*EpisodeOfCare_Diagnosis            `protobuf:"bytes,14,rep,name=diagnosis,proto3" json:"diagnosis,omitempty"`
	// The patient who is the focus of this episode of care
	Patient *datatypes_go_proto.Reference `protobuf:"bytes,15,opt,name=patient,proto3" json:"patient,omitempty"`
	// Organization that assumes care
	ManagingOrganization *datatypes_go_proto.Reference `protobuf:"bytes,16,opt,name=managing_organization,json=managingOrganization,proto3" json:"managing_organization,omitempty"`
	// Interval during responsibility is assumed
	Period *datatypes_go_proto.Period `protobuf:"bytes,17,opt,name=period,proto3" json:"period,omitempty"`
	// Originating Referral Request(s)
	ReferralRequest []*datatypes_go_proto.Reference `protobuf:"bytes,18,rep,name=referral_request,json=referralRequest,proto3" json:"referral_request,omitempty"`
	// Care manager/care coordinator for the patient
	CareManager *datatypes_go_proto.Reference `protobuf:"bytes,19,opt,name=care_manager,json=careManager,proto3" json:"care_manager,omitempty"`
	// Other practitioners facilitating this episode of care
	Team []*datatypes_go_proto.Reference `protobuf:"bytes,20,rep,name=team,proto3" json:"team,omitempty"`
	// The set of accounts that may be used for billing for this EpisodeOfCare
	Account []*datatypes_go_proto.Reference `protobuf:"bytes,21,rep,name=account,proto3" json:"account,omitempty"`
	// contains filtered or unexported fields
}

Auto-generated from StructureDefinition for EpisodeOfCare, last updated 2019-11-01T09:29:23.356+11:00. An association of a Patient with an Organization and Healthcare Provider(s) for a period of time that the Organization assumes some level of responsibility. See http://hl7.org/fhir/StructureDefinition/EpisodeOfCare

func (*EpisodeOfCare) Descriptor deprecated

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

Deprecated: Use EpisodeOfCare.ProtoReflect.Descriptor instead.

func (*EpisodeOfCare) GetAccount

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

func (*EpisodeOfCare) GetCareManager

func (x *EpisodeOfCare) GetCareManager() *datatypes_go_proto.Reference

func (*EpisodeOfCare) GetContained

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

func (*EpisodeOfCare) GetDiagnosis

func (x *EpisodeOfCare) GetDiagnosis() []*EpisodeOfCare_Diagnosis

func (*EpisodeOfCare) GetExtension

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

func (*EpisodeOfCare) GetId

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

func (*EpisodeOfCare) GetIdentifier

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

func (*EpisodeOfCare) GetImplicitRules

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

func (*EpisodeOfCare) GetLanguage

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

func (*EpisodeOfCare) GetManagingOrganization

func (x *EpisodeOfCare) GetManagingOrganization() *datatypes_go_proto.Reference

func (*EpisodeOfCare) GetMeta

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

func (*EpisodeOfCare) GetModifierExtension

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

func (*EpisodeOfCare) GetPatient

func (x *EpisodeOfCare) GetPatient() *datatypes_go_proto.Reference

func (*EpisodeOfCare) GetPeriod

func (x *EpisodeOfCare) GetPeriod() *datatypes_go_proto.Period

func (*EpisodeOfCare) GetReferralRequest

func (x *EpisodeOfCare) GetReferralRequest() []*datatypes_go_proto.Reference

func (*EpisodeOfCare) GetStatus

func (x *EpisodeOfCare) GetStatus() *EpisodeOfCare_StatusCode

func (*EpisodeOfCare) GetStatusHistory

func (x *EpisodeOfCare) GetStatusHistory() []*EpisodeOfCare_StatusHistory

func (*EpisodeOfCare) GetTeam

func (x *EpisodeOfCare) GetTeam() []*datatypes_go_proto.Reference

func (*EpisodeOfCare) GetText

func (*EpisodeOfCare) GetType

func (*EpisodeOfCare) ProtoMessage

func (*EpisodeOfCare) ProtoMessage()

func (*EpisodeOfCare) ProtoReflect

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

func (*EpisodeOfCare) Reset

func (x *EpisodeOfCare) Reset()

func (*EpisodeOfCare) String

func (x *EpisodeOfCare) String() string

type EpisodeOfCare_Diagnosis

type EpisodeOfCare_Diagnosis 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"`
	// Conditions/problems/diagnoses this episode of care is for
	Condition *datatypes_go_proto.Reference `protobuf:"bytes,4,opt,name=condition,proto3" json:"condition,omitempty"`
	// Role that this diagnosis has within the episode of care (e.g. admission,
	// billing, discharge …)
	Role *datatypes_go_proto.CodeableConcept `protobuf:"bytes,5,opt,name=role,proto3" json:"role,omitempty"`
	// Ranking of the diagnosis (for each role type)
	Rank *datatypes_go_proto.PositiveInt `protobuf:"bytes,6,opt,name=rank,proto3" json:"rank,omitempty"`
	// contains filtered or unexported fields
}

The list of diagnosis relevant to this episode of care

func (*EpisodeOfCare_Diagnosis) Descriptor deprecated

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

Deprecated: Use EpisodeOfCare_Diagnosis.ProtoReflect.Descriptor instead.

func (*EpisodeOfCare_Diagnosis) GetCondition

func (*EpisodeOfCare_Diagnosis) GetExtension

func (*EpisodeOfCare_Diagnosis) GetId

func (*EpisodeOfCare_Diagnosis) GetModifierExtension

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

func (*EpisodeOfCare_Diagnosis) GetRank

func (*EpisodeOfCare_Diagnosis) GetRole

func (*EpisodeOfCare_Diagnosis) ProtoMessage

func (*EpisodeOfCare_Diagnosis) ProtoMessage()

func (*EpisodeOfCare_Diagnosis) ProtoReflect

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

func (*EpisodeOfCare_Diagnosis) Reset

func (x *EpisodeOfCare_Diagnosis) Reset()

func (*EpisodeOfCare_Diagnosis) String

func (x *EpisodeOfCare_Diagnosis) String() string

type EpisodeOfCare_StatusCode

type EpisodeOfCare_StatusCode struct {
	Value     codes_go_proto.EpisodeOfCareStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.EpisodeOfCareStatusCode_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 | waitlist | active | onhold | finished | cancelled | entered-in-error

func (*EpisodeOfCare_StatusCode) Descriptor deprecated

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

Deprecated: Use EpisodeOfCare_StatusCode.ProtoReflect.Descriptor instead.

func (*EpisodeOfCare_StatusCode) GetExtension

func (*EpisodeOfCare_StatusCode) GetId

func (*EpisodeOfCare_StatusCode) GetValue

func (*EpisodeOfCare_StatusCode) ProtoMessage

func (*EpisodeOfCare_StatusCode) ProtoMessage()

func (*EpisodeOfCare_StatusCode) ProtoReflect

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

func (*EpisodeOfCare_StatusCode) Reset

func (x *EpisodeOfCare_StatusCode) Reset()

func (*EpisodeOfCare_StatusCode) String

func (x *EpisodeOfCare_StatusCode) String() string

type EpisodeOfCare_StatusHistory

type EpisodeOfCare_StatusHistory 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            *EpisodeOfCare_StatusHistory_StatusCode `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	// Duration the EpisodeOfCare was in the specified status
	Period *datatypes_go_proto.Period `protobuf:"bytes,5,opt,name=period,proto3" json:"period,omitempty"`
	// contains filtered or unexported fields
}

Past list of status codes (the current status may be included to cover the start date of the status)

func (*EpisodeOfCare_StatusHistory) Descriptor deprecated

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

Deprecated: Use EpisodeOfCare_StatusHistory.ProtoReflect.Descriptor instead.

func (*EpisodeOfCare_StatusHistory) GetExtension

func (*EpisodeOfCare_StatusHistory) GetId

func (*EpisodeOfCare_StatusHistory) GetModifierExtension

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

func (*EpisodeOfCare_StatusHistory) GetPeriod

func (*EpisodeOfCare_StatusHistory) GetStatus

func (*EpisodeOfCare_StatusHistory) ProtoMessage

func (*EpisodeOfCare_StatusHistory) ProtoMessage()

func (*EpisodeOfCare_StatusHistory) ProtoReflect

func (*EpisodeOfCare_StatusHistory) Reset

func (x *EpisodeOfCare_StatusHistory) Reset()

func (*EpisodeOfCare_StatusHistory) String

func (x *EpisodeOfCare_StatusHistory) String() string

type EpisodeOfCare_StatusHistory_StatusCode

type EpisodeOfCare_StatusHistory_StatusCode struct {
	Value     codes_go_proto.EpisodeOfCareStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.r4.core.EpisodeOfCareStatusCode_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 | waitlist | active | onhold | finished | cancelled | entered-in-error

func (*EpisodeOfCare_StatusHistory_StatusCode) Descriptor deprecated

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

Deprecated: Use EpisodeOfCare_StatusHistory_StatusCode.ProtoReflect.Descriptor instead.

func (*EpisodeOfCare_StatusHistory_StatusCode) GetExtension

func (*EpisodeOfCare_StatusHistory_StatusCode) GetId

func (*EpisodeOfCare_StatusHistory_StatusCode) GetValue

func (*EpisodeOfCare_StatusHistory_StatusCode) ProtoMessage

func (*EpisodeOfCare_StatusHistory_StatusCode) ProtoReflect

func (*EpisodeOfCare_StatusHistory_StatusCode) Reset

func (*EpisodeOfCare_StatusHistory_StatusCode) String

Jump to

Keyboard shortcuts

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