codes_go_proto

package
v0.0.0-...-e8e4b7d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 30, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AbstractTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "TYPE",
		2: "ANY",
	}
	AbstractTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"TYPE":                  1,
		"ANY":                   2,
	}
)

Enum value maps for AbstractTypeCode_Value.

View Source
var (
	AggregationModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CONTAINED",
		2: "REFERENCED",
		3: "BUNDLED",
	}
	AggregationModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CONTAINED":             1,
		"REFERENCED":            2,
		"BUNDLED":               3,
	}
)

Enum value maps for AggregationModeCode_Value.

View Source
var (
	BindingStrengthCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "REQUIRED",
		2: "EXTENSIBLE",
		3: "PREFERRED",
		4: "EXAMPLE",
	}
	BindingStrengthCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"REQUIRED":              1,
		"EXTENSIBLE":            2,
		"PREFERRED":             3,
		"EXAMPLE":               4,
	}
)

Enum value maps for BindingStrengthCode_Value.

View Source
var (
	ConstraintSeverityCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ERROR",
		2: "WARNING",
	}
	ConstraintSeverityCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ERROR":                 1,
		"WARNING":               2,
	}
)

Enum value maps for ConstraintSeverityCode_Value.

View Source
var (
	SlicingRulesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CLOSED",
		2: "OPEN",
		3: "OPEN_AT_END",
	}
	SlicingRulesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CLOSED":                1,
		"OPEN":                  2,
		"OPEN_AT_END":           3,
	}
)

Enum value maps for SlicingRulesCode_Value.

View Source
var (
	DiscriminatorTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "VALUE",
		2: "EXISTS",
		3: "PATTERN",
		4: "TYPE",
		5: "PROFILE",
	}
	DiscriminatorTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"VALUE":                 1,
		"EXISTS":                2,
		"PATTERN":               3,
		"TYPE":                  4,
		"PROFILE":               5,
	}
)

Enum value maps for DiscriminatorTypeCode_Value.

View Source
var (
	PropertyRepresentationCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "XML_ATTR",
		2: "XML_TEXT",
		3: "TYPE_ATTR",
		4: "CDA_TEXT",
		5: "XHTML",
	}
	PropertyRepresentationCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"XML_ATTR":              1,
		"XML_TEXT":              2,
		"TYPE_ATTR":             3,
		"CDA_TEXT":              4,
		"XHTML":                 5,
	}
)

Enum value maps for PropertyRepresentationCode_Value.

View Source
var (
	ReferenceVersionRulesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "EITHER",
		2: "INDEPENDENT",
		3: "SPECIFIC",
	}
	ReferenceVersionRulesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"EITHER":                1,
		"INDEPENDENT":           2,
		"SPECIFIC":              3,
	}
)

Enum value maps for ReferenceVersionRulesCode_Value.

View Source
var (
	AccountStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "INACTIVE",
		3: "ENTERED_IN_ERROR",
	}
	AccountStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"INACTIVE":              2,
		"ENTERED_IN_ERROR":      3,
	}
)

Enum value maps for AccountStatusCode_Value.

View Source
var (
	ActionCardinalityBehaviorCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "SINGLE",
		2: "MULTIPLE",
	}
	ActionCardinalityBehaviorCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"SINGLE":                1,
		"MULTIPLE":              2,
	}
)

Enum value maps for ActionCardinalityBehaviorCode_Value.

View Source
var (
	ActionConditionKindCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "APPLICABILITY",
		2: "START",
		3: "STOP",
	}
	ActionConditionKindCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"APPLICABILITY":         1,
		"START":                 2,
		"STOP":                  3,
	}
)

Enum value maps for ActionConditionKindCode_Value.

View Source
var (
	ActionGroupingBehaviorCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "VISUAL_GROUP",
		2: "LOGICAL_GROUP",
		3: "SENTENCE_GROUP",
	}
	ActionGroupingBehaviorCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"VISUAL_GROUP":          1,
		"LOGICAL_GROUP":         2,
		"SENTENCE_GROUP":        3,
	}
)

Enum value maps for ActionGroupingBehaviorCode_Value.

View Source
var (
	ActionListCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CANCEL",
		2: "POLL",
		3: "REPROCESS",
		4: "STATUS",
	}
	ActionListCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CANCEL":                1,
		"POLL":                  2,
		"REPROCESS":             3,
		"STATUS":                4,
	}
)

Enum value maps for ActionListCode_Value.

View Source
var (
	ActionParticipantTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PATIENT",
		2: "PRACTITIONER",
		3: "RELATED_PERSON",
	}
	ActionParticipantTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PATIENT":               1,
		"PRACTITIONER":          2,
		"RELATED_PERSON":        3,
	}
)

Enum value maps for ActionParticipantTypeCode_Value.

View Source
var (
	ActionPrecheckBehaviorCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "YES",
		2: "NO",
	}
	ActionPrecheckBehaviorCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"YES":                   1,
		"NO":                    2,
	}
)

Enum value maps for ActionPrecheckBehaviorCode_Value.

View Source
var (
	ActionRelationshipTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "BEFORE_START",
		2: "BEFORE",
		3: "BEFORE_END",
		4: "CONCURRENT_WITH_START",
		5: "CONCURRENT",
		6: "CONCURRENT_WITH_END",
		7: "AFTER_START",
		8: "AFTER",
		9: "AFTER_END",
	}
	ActionRelationshipTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"BEFORE_START":          1,
		"BEFORE":                2,
		"BEFORE_END":            3,
		"CONCURRENT_WITH_START": 4,
		"CONCURRENT":            5,
		"CONCURRENT_WITH_END":   6,
		"AFTER_START":           7,
		"AFTER":                 8,
		"AFTER_END":             9,
	}
)

Enum value maps for ActionRelationshipTypeCode_Value.

View Source
var (
	ActionRequiredBehaviorCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "MUST",
		2: "COULD",
		3: "MUST_UNLESS_DOCUMENTED",
	}
	ActionRequiredBehaviorCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":  0,
		"MUST":                   1,
		"COULD":                  2,
		"MUST_UNLESS_DOCUMENTED": 3,
	}
)

Enum value maps for ActionRequiredBehaviorCode_Value.

View Source
var (
	ActionSelectionBehaviorCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ANY",
		2: "ALL",
		3: "ALL_OR_NONE",
		4: "EXACTLY_ONE",
		5: "AT_MOST_ONE",
		6: "ONE_OR_MORE",
	}
	ActionSelectionBehaviorCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ANY":                   1,
		"ALL":                   2,
		"ALL_OR_NONE":           3,
		"EXACTLY_ONE":           4,
		"AT_MOST_ONE":           5,
		"ONE_OR_MORE":           6,
	}
)

Enum value maps for ActionSelectionBehaviorCode_Value.

View Source
var (
	ActionTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CREATE",
		2: "UPDATE",
		3: "REMOVE",
		4: "FIRE_EVENT",
	}
	ActionTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CREATE":                1,
		"UPDATE":                2,
		"REMOVE":                3,
		"FIRE_EVENT":            4,
	}
)

Enum value maps for ActionTypeCode_Value.

View Source
var (
	ActivityDefinitionCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "TREATMENT",
		2: "EDUCATION",
		3: "ASSESSMENT",
	}
	ActivityDefinitionCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"TREATMENT":             1,
		"EDUCATION":             2,
		"ASSESSMENT":            3,
	}
)

Enum value maps for ActivityDefinitionCategoryCode_Value.

View Source
var (
	AdministrativeGenderCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "MALE",
		2: "FEMALE",
		3: "OTHER",
		4: "UNKNOWN",
	}
	AdministrativeGenderCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"MALE":                  1,
		"FEMALE":                2,
		"OTHER":                 3,
		"UNKNOWN":               4,
	}
)

Enum value maps for AdministrativeGenderCode_Value.

View Source
var (
	AdverseEventCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "AE",
		2: "PAE",
	}
	AdverseEventCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"AE":                    1,
		"PAE":                   2,
	}
)

Enum value maps for AdverseEventCategoryCode_Value.

View Source
var (
	AdverseEventCausalityAssessmentCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ASSESS1",
		2: "ASSESS2",
	}
	AdverseEventCausalityAssessmentCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ASSESS1":               1,
		"ASSESS2":               2,
	}
)

Enum value maps for AdverseEventCausalityAssessmentCode_Value.

View Source
var (
	AdverseEventCausalityCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CAUSALITY1",
		2: "CAUSALITY2",
	}
	AdverseEventCausalityCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CAUSALITY1":            1,
		"CAUSALITY2":            2,
	}
)

Enum value maps for AdverseEventCausalityCode_Value.

View Source
var (
	AdverseEventCausalityMethodCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "METHOD1",
		2: "METHOD2",
	}
	AdverseEventCausalityMethodCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"METHOD1":               1,
		"METHOD2":               2,
	}
)

Enum value maps for AdverseEventCausalityMethodCode_Value.

View Source
var (
	AdverseEventCausalityResultCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "RESULT1",
		2: "RESULT2",
	}
	AdverseEventCausalityResultCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"RESULT1":               1,
		"RESULT2":               2,
	}
)

Enum value maps for AdverseEventCausalityResultCode_Value.

View Source
var (
	AdverseEventOutcomeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "RESOLVED",
		2: "RECOVERING",
		3: "ONGOING",
		4: "RESOLVEDWITHSEQUELAE",
		5: "FATAL",
		6: "UNKNOWN",
	}
	AdverseEventOutcomeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"RESOLVED":              1,
		"RECOVERING":            2,
		"ONGOING":               3,
		"RESOLVEDWITHSEQUELAE":  4,
		"FATAL":                 5,
		"UNKNOWN":               6,
	}
)

Enum value maps for AdverseEventOutcomeCode_Value.

View Source
var (
	AdverseEventSeriousnessCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "MILD",
		2: "MODERATE",
		3: "SEVERE",
	}
	AdverseEventSeriousnessCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"MILD":                  1,
		"MODERATE":              2,
		"SEVERE":                3,
	}
)

Enum value maps for AdverseEventSeriousnessCode_Value.

View Source
var (
	AllergyIntoleranceSubstanceExposureRiskCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "KNOWN_REACTION_RISK",
		2: "NO_KNOWN_REACTION_RISK",
	}
	AllergyIntoleranceSubstanceExposureRiskCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":  0,
		"KNOWN_REACTION_RISK":    1,
		"NO_KNOWN_REACTION_RISK": 2,
	}
)

Enum value maps for AllergyIntoleranceSubstanceExposureRiskCode_Value.

View Source
var (
	AllergyIntoleranceClinicalStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "INACTIVE",
		3: "RESOLVED",
	}
	AllergyIntoleranceClinicalStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"INACTIVE":              2,
		"RESOLVED":              3,
	}
)

Enum value maps for AllergyIntoleranceClinicalStatusCode_Value.

View Source
var (
	AllergyIntoleranceCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "FOOD",
		2: "MEDICATION",
		3: "ENVIRONMENT",
		4: "BIOLOGIC",
	}
	AllergyIntoleranceCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"FOOD":                  1,
		"MEDICATION":            2,
		"ENVIRONMENT":           3,
		"BIOLOGIC":              4,
	}
)

Enum value maps for AllergyIntoleranceCategoryCode_Value.

View Source
var (
	AllergyIntoleranceCriticalityCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "LOW",
		2: "HIGH",
		3: "UNABLE_TO_ASSESS",
	}
	AllergyIntoleranceCriticalityCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"LOW":                   1,
		"HIGH":                  2,
		"UNABLE_TO_ASSESS":      3,
	}
)

Enum value maps for AllergyIntoleranceCriticalityCode_Value.

View Source
var (
	AllergyIntoleranceTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ALLERGY",
		2: "INTOLERANCE",
	}
	AllergyIntoleranceTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ALLERGY":               1,
		"INTOLERANCE":           2,
	}
)

Enum value maps for AllergyIntoleranceTypeCode_Value.

View Source
var (
	AllergyIntoleranceVerificationStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "UNCONFIRMED",
		2: "CONFIRMED",
		3: "REFUTED",
		4: "ENTERED_IN_ERROR",
	}
	AllergyIntoleranceVerificationStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"UNCONFIRMED":           1,
		"CONFIRMED":             2,
		"REFUTED":               3,
		"ENTERED_IN_ERROR":      4,
	}
)

Enum value maps for AllergyIntoleranceVerificationStatusCode_Value.

View Source
var (
	GenderStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "NEUTERED",
		2: "INTACT",
		3: "UNKNOWN",
	}
	GenderStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NEUTERED":              1,
		"INTACT":                2,
		"UNKNOWN":               3,
	}
)

Enum value maps for GenderStatusCode_Value.

View Source
var (
	AppointmentStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PROPOSED",
		2: "PENDING",
		3: "BOOKED",
		4: "ARRIVED",
		5: "FULFILLED",
		6: "CANCELLED",
		7: "NOSHOW",
		8: "ENTERED_IN_ERROR",
	}
	AppointmentStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROPOSED":              1,
		"PENDING":               2,
		"BOOKED":                3,
		"ARRIVED":               4,
		"FULFILLED":             5,
		"CANCELLED":             6,
		"NOSHOW":                7,
		"ENTERED_IN_ERROR":      8,
	}
)

Enum value maps for AppointmentStatusCode_Value.

View Source
var (
	AssertionDirectionTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "RESPONSE",
		2: "REQUEST",
	}
	AssertionDirectionTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"RESPONSE":              1,
		"REQUEST":               2,
	}
)

Enum value maps for AssertionDirectionTypeCode_Value.

View Source
var (
	AssertionOperatorTypeCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "EQUALS",
		2:  "NOTEQUALS",
		3:  "IN",
		4:  "NOTIN",
		5:  "GREATERTHAN",
		6:  "LESSTHAN",
		7:  "EMPTY",
		8:  "NOTEMPTY",
		9:  "CONTAINS",
		10: "NOTCONTAINS",
		11: "EVAL",
	}
	AssertionOperatorTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"EQUALS":                1,
		"NOTEQUALS":             2,
		"IN":                    3,
		"NOTIN":                 4,
		"GREATERTHAN":           5,
		"LESSTHAN":              6,
		"EMPTY":                 7,
		"NOTEMPTY":              8,
		"CONTAINS":              9,
		"NOTCONTAINS":           10,
		"EVAL":                  11,
	}
)

Enum value maps for AssertionOperatorTypeCode_Value.

View Source
var (
	AssertionResponseTypesCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "OKAY",
		2:  "CREATED",
		3:  "NOCONTENT",
		4:  "NOTMODIFIED",
		5:  "BAD",
		6:  "FORBIDDEN",
		7:  "NOTFOUND",
		8:  "METHODNOTALLOWED",
		9:  "CONFLICT",
		10: "GONE",
		11: "PRECONDITIONFAILED",
		12: "UNPROCESSABLE",
	}
	AssertionResponseTypesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"OKAY":                  1,
		"CREATED":               2,
		"NOCONTENT":             3,
		"NOTMODIFIED":           4,
		"BAD":                   5,
		"FORBIDDEN":             6,
		"NOTFOUND":              7,
		"METHODNOTALLOWED":      8,
		"CONFLICT":              9,
		"GONE":                  10,
		"PRECONDITIONFAILED":    11,
		"UNPROCESSABLE":         12,
	}
)

Enum value maps for AssertionResponseTypesCode_Value.

View Source
var (
	AuditEventActionCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "C",
		2: "R",
		3: "U",
		4: "D",
		5: "E",
	}
	AuditEventActionCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"C":                     1,
		"R":                     2,
		"U":                     3,
		"D":                     4,
		"E":                     5,
	}
)

Enum value maps for AuditEventActionCode_Value.

View Source
var (
	AuditEventOutcomeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "SUCCESS",
		2: "MINOR_FAILURE",
		3: "SERIOUS_FAILURE",
		4: "MAJOR_FAILURE",
	}
	AuditEventOutcomeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"SUCCESS":               1,
		"MINOR_FAILURE":         2,
		"SERIOUS_FAILURE":       3,
		"MAJOR_FAILURE":         4,
	}
)

Enum value maps for AuditEventOutcomeCode_Value.

View Source
var (
	BasicResourceTypesCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "CONSENT",
		2:  "REFERRAL",
		3:  "ADVEVENT",
		4:  "APTMTREQ",
		5:  "TRANSFER",
		6:  "DIET",
		7:  "ADMINACT",
		8:  "EXPOSURE",
		9:  "INVESTIGATION",
		10: "ACCOUNT",
		11: "INVOICE",
		12: "ADJUDICAT",
		13: "PREDETREQ",
		14: "PREDETERMINE",
		15: "STUDY",
		16: "PROTOCOL",
	}
	BasicResourceTypesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CONSENT":               1,
		"REFERRAL":              2,
		"ADVEVENT":              3,
		"APTMTREQ":              4,
		"TRANSFER":              5,
		"DIET":                  6,
		"ADMINACT":              7,
		"EXPOSURE":              8,
		"INVESTIGATION":         9,
		"ACCOUNT":               10,
		"INVOICE":               11,
		"ADJUDICAT":             12,
		"PREDETREQ":             13,
		"PREDETERMINE":          14,
		"STUDY":                 15,
		"PROTOCOL":              16,
	}
)

Enum value maps for BasicResourceTypesCode_Value.

View Source
var (
	BundleTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DOCUMENT",
		2: "MESSAGE",
		3: "TRANSACTION",
		4: "TRANSACTION_RESPONSE",
		5: "BATCH",
		6: "BATCH_RESPONSE",
		7: "HISTORY",
		8: "SEARCHSET",
		9: "COLLECTION",
	}
	BundleTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DOCUMENT":              1,
		"MESSAGE":               2,
		"TRANSACTION":           3,
		"TRANSACTION_RESPONSE":  4,
		"BATCH":                 5,
		"BATCH_RESPONSE":        6,
		"HISTORY":               7,
		"SEARCHSET":             8,
		"COLLECTION":            9,
	}
)

Enum value maps for BundleTypeCode_Value.

View Source
var (
	CapabilityStatementKindCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "INSTANCE",
		2: "CAPABILITY",
		3: "REQUIREMENTS",
	}
	CapabilityStatementKindCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INSTANCE":              1,
		"CAPABILITY":            2,
		"REQUIREMENTS":          3,
	}
)

Enum value maps for CapabilityStatementKindCode_Value.

View Source
var (
	CarePlanActivityCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DIET",
		2: "DRUG",
		3: "ENCOUNTER",
		4: "OBSERVATION",
		5: "PROCEDURE",
		6: "SUPPLY",
		7: "OTHER",
	}
	CarePlanActivityCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DIET":                  1,
		"DRUG":                  2,
		"ENCOUNTER":             3,
		"OBSERVATION":           4,
		"PROCEDURE":             5,
		"SUPPLY":                6,
		"OTHER":                 7,
	}
)

Enum value maps for CarePlanActivityCategoryCode_Value.

View Source
var (
	CarePlanActivityStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "NOT_STARTED",
		2: "SCHEDULED",
		3: "IN_PROGRESS",
		4: "ON_HOLD",
		5: "COMPLETED",
		6: "CANCELLED",
		7: "UNKNOWN",
	}
	CarePlanActivityStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NOT_STARTED":           1,
		"SCHEDULED":             2,
		"IN_PROGRESS":           3,
		"ON_HOLD":               4,
		"COMPLETED":             5,
		"CANCELLED":             6,
		"UNKNOWN":               7,
	}
)

Enum value maps for CarePlanActivityStatusCode_Value.

View Source
var (
	CarePlanIntentCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PROPOSAL",
		2: "PLAN",
		3: "ORDER",
		4: "OPTION",
	}
	CarePlanIntentCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROPOSAL":              1,
		"PLAN":                  2,
		"ORDER":                 3,
		"OPTION":                4,
	}
)

Enum value maps for CarePlanIntentCode_Value.

View Source
var (
	CarePlanStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DRAFT",
		2: "ACTIVE",
		3: "SUSPENDED",
		4: "COMPLETED",
		5: "ENTERED_IN_ERROR",
		6: "CANCELLED",
		7: "UNKNOWN",
	}
	CarePlanStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DRAFT":                 1,
		"ACTIVE":                2,
		"SUSPENDED":             3,
		"COMPLETED":             4,
		"ENTERED_IN_ERROR":      5,
		"CANCELLED":             6,
		"UNKNOWN":               7,
	}
)

Enum value maps for CarePlanStatusCode_Value.

View Source
var (
	CareTeamCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "EVENT",
		2: "ENCOUNTER",
		3: "EPISODE",
		4: "LONGITUDINAL",
		5: "CONDITION",
		6: "CLINICAL_RESEARCH",
	}
	CareTeamCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"EVENT":                 1,
		"ENCOUNTER":             2,
		"EPISODE":               3,
		"LONGITUDINAL":          4,
		"CONDITION":             5,
		"CLINICAL_RESEARCH":     6,
	}
)

Enum value maps for CareTeamCategoryCode_Value.

View Source
var (
	CareTeamStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PROPOSED",
		2: "ACTIVE",
		3: "SUSPENDED",
		4: "INACTIVE",
		5: "ENTERED_IN_ERROR",
	}
	CareTeamStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROPOSED":              1,
		"ACTIVE":                2,
		"SUSPENDED":             3,
		"INACTIVE":              4,
		"ENTERED_IN_ERROR":      5,
	}
)

Enum value maps for CareTeamStatusCode_Value.

View Source
var (
	ChargeItemStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PLANNED",
		2: "BILLABLE",
		3: "NOT_BILLABLE",
		4: "ABORTED",
		5: "BILLED",
		6: "ENTERED_IN_ERROR",
		7: "UNKNOWN",
	}
	ChargeItemStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PLANNED":               1,
		"BILLABLE":              2,
		"NOT_BILLABLE":          3,
		"ABORTED":               4,
		"BILLED":                5,
		"ENTERED_IN_ERROR":      6,
		"UNKNOWN":               7,
	}
)

Enum value maps for ChargeItemStatusCode_Value.

View Source
var (
	ChoiceListOrientationCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "HORIZONTAL",
		2: "VERTICAL",
	}
	ChoiceListOrientationCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"HORIZONTAL":            1,
		"VERTICAL":              2,
	}
)

Enum value maps for ChoiceListOrientationCode_Value.

View Source
var (
	UseCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "COMPLETE",
		2: "PROPOSED",
		3: "EXPLORATORY",
		4: "OTHER",
	}
	UseCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"COMPLETE":              1,
		"PROPOSED":              2,
		"EXPLORATORY":           3,
		"OTHER":                 4,
	}
)

Enum value maps for UseCode_Value.

View Source
var (
	ClassificationOrContextCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CLASSIFICATION",
		2: "CONTEXT",
	}
	ClassificationOrContextCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CLASSIFICATION":        1,
		"CONTEXT":               2,
	}
)

Enum value maps for ClassificationOrContextCode_Value.

View Source
var (
	ClinicalImpressionStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DRAFT",
		2: "COMPLETED",
		3: "ENTERED_IN_ERROR",
	}
	ClinicalImpressionStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DRAFT":                 1,
		"COMPLETED":             2,
		"ENTERED_IN_ERROR":      3,
	}
)

Enum value maps for ClinicalImpressionStatusCode_Value.

View Source
var (
	CodeSystemContentModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "NOT_PRESENT",
		2: "EXAMPLE",
		3: "FRAGMENT",
		4: "COMPLETE",
	}
	CodeSystemContentModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NOT_PRESENT":           1,
		"EXAMPLE":               2,
		"FRAGMENT":              3,
		"COMPLETE":              4,
	}
)

Enum value maps for CodeSystemContentModeCode_Value.

View Source
var (
	CodeSystemHierarchyMeaningCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "GROUPED_BY",
		2: "IS_A",
		3: "PART_OF",
		4: "CLASSIFIED_WITH",
	}
	CodeSystemHierarchyMeaningCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"GROUPED_BY":            1,
		"IS_A":                  2,
		"PART_OF":               3,
		"CLASSIFIED_WITH":       4,
	}
)

Enum value maps for CodeSystemHierarchyMeaningCode_Value.

View Source
var (
	CommonTagsCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIONABLE",
	}
	CommonTagsCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIONABLE":            1,
	}
)

Enum value maps for CommonTagsCode_Value.

View Source
var (
	CommunicationCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ALERT",
		2: "NOTIFICATION",
		3: "REMINDER",
		4: "INSTRUCTION",
	}
	CommunicationCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ALERT":                 1,
		"NOTIFICATION":          2,
		"REMINDER":              3,
		"INSTRUCTION":           4,
	}
)

Enum value maps for CommunicationCategoryCode_Value.

View Source
var (
	CommunicationNotDoneReasonCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "UNKNOWN",
		2: "SYSTEM_ERROR",
		3: "INVALID_PHONE_NUMBER",
		4: "RECIPIENT_UNAVAILABLE",
		5: "FAMILY_OBJECTION",
		6: "PATIENT_OBJECTION",
	}
	CommunicationNotDoneReasonCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"UNKNOWN":               1,
		"SYSTEM_ERROR":          2,
		"INVALID_PHONE_NUMBER":  3,
		"RECIPIENT_UNAVAILABLE": 4,
		"FAMILY_OBJECTION":      5,
		"PATIENT_OBJECTION":     6,
	}
)

Enum value maps for CommunicationNotDoneReasonCode_Value.

View Source
var (
	CompartmentTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PATIENT",
		2: "ENCOUNTER",
		3: "RELATEDPERSON",
		4: "PRACTITIONER",
		5: "DEVICE",
	}
	CompartmentTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PATIENT":               1,
		"ENCOUNTER":             2,
		"RELATEDPERSON":         3,
		"PRACTITIONER":          4,
		"DEVICE":                5,
	}
)

Enum value maps for CompartmentTypeCode_Value.

View Source
var (
	CompositeMeasureScoringCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "OPPORTUNITY",
		2: "ALL_OR_NOTHING",
		3: "LINEAR",
		4: "WEIGHTED",
	}
	CompositeMeasureScoringCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"OPPORTUNITY":           1,
		"ALL_OR_NOTHING":        2,
		"LINEAR":                3,
		"WEIGHTED":              4,
	}
)

Enum value maps for CompositeMeasureScoringCode_Value.

View Source
var (
	CompositionAttestationModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PERSONAL",
		2: "PROFESSIONAL",
		3: "LEGAL",
		4: "OFFICIAL",
	}
	CompositionAttestationModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PERSONAL":              1,
		"PROFESSIONAL":          2,
		"LEGAL":                 3,
		"OFFICIAL":              4,
	}
)

Enum value maps for CompositionAttestationModeCode_Value.

View Source
var (
	CompositionStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PRELIMINARY",
		2: "FINAL",
		3: "AMENDED",
		4: "ENTERED_IN_ERROR",
	}
	CompositionStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PRELIMINARY":           1,
		"FINAL":                 2,
		"AMENDED":               3,
		"ENTERED_IN_ERROR":      4,
	}
)

Enum value maps for CompositionStatusCode_Value.

View Source
var (
	ConceptMapEquivalenceCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "RELATEDTO",
		2:  "EQUIVALENT",
		3:  "EQUAL",
		4:  "WIDER",
		5:  "SUBSUMES",
		6:  "NARROWER",
		7:  "SPECIALIZES",
		8:  "INEXACT",
		9:  "UNMATCHED",
		10: "DISJOINT",
	}
	ConceptMapEquivalenceCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"RELATEDTO":             1,
		"EQUIVALENT":            2,
		"EQUAL":                 3,
		"WIDER":                 4,
		"SUBSUMES":              5,
		"NARROWER":              6,
		"SPECIALIZES":           7,
		"INEXACT":               8,
		"UNMATCHED":             9,
		"DISJOINT":              10,
	}
)

Enum value maps for ConceptMapEquivalenceCode_Value.

View Source
var (
	ConceptMapGroupUnmappedModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PROVIDED",
		2: "FIXED",
		3: "OTHER_MAP",
	}
	ConceptMapGroupUnmappedModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROVIDED":              1,
		"FIXED":                 2,
		"OTHER_MAP":             3,
	}
)

Enum value maps for ConceptMapGroupUnmappedModeCode_Value.

View Source
var (
	PropertyTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CODE",
		2: "CODING",
		3: "STRING",
		4: "INTEGER",
		5: "BOOLEAN",
		6: "DATETIME",
	}
	PropertyTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CODE":                  1,
		"CODING":                2,
		"STRING":                3,
		"INTEGER":               4,
		"BOOLEAN":               5,
		"DATETIME":              6,
	}
)

Enum value maps for PropertyTypeCode_Value.

View Source
var (
	ConditionalDeleteStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "NOT_SUPPORTED",
		2: "SINGLE",
		3: "MULTIPLE",
	}
	ConditionalDeleteStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NOT_SUPPORTED":         1,
		"SINGLE":                2,
		"MULTIPLE":              3,
	}
)

Enum value maps for ConditionalDeleteStatusCode_Value.

View Source
var (
	ConditionalReadStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "NOT_SUPPORTED",
		2: "MODIFIED_SINCE",
		3: "NOT_MATCH",
		4: "FULL_SUPPORT",
	}
	ConditionalReadStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NOT_SUPPORTED":         1,
		"MODIFIED_SINCE":        2,
		"NOT_MATCH":             3,
		"FULL_SUPPORT":          4,
	}
)

Enum value maps for ConditionalReadStatusCode_Value.

View Source
var (
	ConditionCategoryCodesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PROBLEM_LIST_ITEM",
		2: "ENCOUNTER_DIAGNOSIS",
	}
	ConditionCategoryCodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROBLEM_LIST_ITEM":     1,
		"ENCOUNTER_DIAGNOSIS":   2,
	}
)

Enum value maps for ConditionCategoryCodesCode_Value.

View Source
var (
	ConditionClinicalStatusCodesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "RECURRENCE",
		3: "INACTIVE",
		4: "REMISSION",
		5: "RESOLVED",
	}
	ConditionClinicalStatusCodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"RECURRENCE":            2,
		"INACTIVE":              3,
		"REMISSION":             4,
		"RESOLVED":              5,
	}
)

Enum value maps for ConditionClinicalStatusCodesCode_Value.

View Source
var (
	ConditionStateCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "INACTIVE",
		3: "RESOLVED",
	}
	ConditionStateCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"INACTIVE":              2,
		"RESOLVED":              3,
	}
)

Enum value maps for ConditionStateCode_Value.

View Source
var (
	ConditionVerificationStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PROVISIONAL",
		2: "DIFFERENTIAL",
		3: "CONFIRMED",
		4: "REFUTED",
		5: "ENTERED_IN_ERROR",
		6: "UNKNOWN",
	}
	ConditionVerificationStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROVISIONAL":           1,
		"DIFFERENTIAL":          2,
		"CONFIRMED":             3,
		"REFUTED":               4,
		"ENTERED_IN_ERROR":      5,
		"UNKNOWN":               6,
	}
)

Enum value maps for ConditionVerificationStatusCode_Value.

View Source
var (
	ConformanceExpectationCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "SHALL",
		2: "SHOULD",
		3: "MAY",
		4: "SHOULD_NOT",
	}
	ConformanceExpectationCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"SHALL":                 1,
		"SHOULD":                2,
		"MAY":                   3,
		"SHOULD_NOT":            4,
	}
)

Enum value maps for ConformanceExpectationCode_Value.

View Source
var (
	ConsentDataMeaningCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "INSTANCE",
		2: "RELATED",
		3: "DEPENDENTS",
		4: "AUTHOREDBY",
	}
	ConsentDataMeaningCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INSTANCE":              1,
		"RELATED":               2,
		"DEPENDENTS":            3,
		"AUTHOREDBY":            4,
	}
)

Enum value maps for ConsentDataMeaningCode_Value.

View Source
var (
	ConsentExceptTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DENY",
		2: "PERMIT",
	}
	ConsentExceptTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DENY":                  1,
		"PERMIT":                2,
	}
)

Enum value maps for ConsentExceptTypeCode_Value.

View Source
var (
	ConsentStateCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DRAFT",
		2: "PROPOSED",
		3: "ACTIVE",
		4: "REJECTED",
		5: "INACTIVE",
		6: "ENTERED_IN_ERROR",
	}
	ConsentStateCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DRAFT":                 1,
		"PROPOSED":              2,
		"ACTIVE":                3,
		"REJECTED":              4,
		"INACTIVE":              5,
		"ENTERED_IN_ERROR":      6,
	}
)

Enum value maps for ConsentStateCode_Value.

View Source
var (
	ContactEntityTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "BILL",
		2: "ADMIN",
		3: "HR",
		4: "PAYOR",
		5: "PATINF",
		6: "PRESS",
	}
	ContactEntityTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"BILL":                  1,
		"ADMIN":                 2,
		"HR":                    3,
		"PAYOR":                 4,
		"PATINF":                5,
		"PRESS":                 6,
	}
)

Enum value maps for ContactEntityTypeCode_Value.

View Source
var (
	ContentTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "XML",
		2: "JSON",
		3: "TTL",
		4: "NONE",
	}
	ContentTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"XML":                   1,
		"JSON":                  2,
		"TTL":                   3,
		"NONE":                  4,
	}
)

Enum value maps for ContentTypeCode_Value.

View Source
var (
	ContractResourceStatusCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "AMENDED",
		2:  "APPENDED",
		3:  "CANCELLED",
		4:  "DISPUTED",
		5:  "ENTERED_IN_ERROR",
		6:  "EXECUTABLE",
		7:  "EXECUTED",
		8:  "NEGOTIABLE",
		9:  "OFFERED",
		10: "POLICY",
		11: "REJECTED",
		12: "RENEWED",
		13: "REVOKED",
		14: "RESOLVED",
		15: "TERMINATED",
	}
	ContractResourceStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"AMENDED":               1,
		"APPENDED":              2,
		"CANCELLED":             3,
		"DISPUTED":              4,
		"ENTERED_IN_ERROR":      5,
		"EXECUTABLE":            6,
		"EXECUTED":              7,
		"NEGOTIABLE":            8,
		"OFFERED":               9,
		"POLICY":                10,
		"REJECTED":              11,
		"RENEWED":               12,
		"REVOKED":               13,
		"RESOLVED":              14,
		"TERMINATED":            15,
	}
)

Enum value maps for ContractResourceStatusCode_Value.

View Source
var (
	ContributorTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "AUTHOR",
		2: "EDITOR",
		3: "REVIEWER",
		4: "ENDORSER",
	}
	ContributorTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"AUTHOR":                1,
		"EDITOR":                2,
		"REVIEWER":              3,
		"ENDORSER":              4,
	}
)

Enum value maps for ContributorTypeCode_Value.

View Source
var (
	CopyNumberEventCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "AMP",
		2: "DEL",
		3: "LOF",
	}
	CopyNumberEventCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"AMP":                   1,
		"DEL":                   2,
		"LOF":                   3,
	}
)

Enum value maps for CopyNumberEventCode_Value.

View Source
var (
	DataAbsentReasonCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "UNKNOWN",
		2:  "ASKED",
		3:  "TEMP",
		4:  "NOT_ASKED",
		5:  "MASKED",
		6:  "UNSUPPORTED",
		7:  "ASTEXT",
		8:  "ERROR",
		9:  "NOT_A_NUMBER",
		10: "NOT_PERFORMED",
	}
	DataAbsentReasonCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"UNKNOWN":               1,
		"ASKED":                 2,
		"TEMP":                  3,
		"NOT_ASKED":             4,
		"MASKED":                5,
		"UNSUPPORTED":           6,
		"ASTEXT":                7,
		"ERROR":                 8,
		"NOT_A_NUMBER":          9,
		"NOT_PERFORMED":         10,
	}
)

Enum value maps for DataAbsentReasonCode_Value.

View Source
var (
	DataElementStringencyCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "COMPARABLE",
		2: "FULLY_SPECIFIED",
		3: "EQUIVALENT",
		4: "CONVERTABLE",
		5: "SCALEABLE",
		6: "FLEXIBLE",
	}
	DataElementStringencyCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"COMPARABLE":            1,
		"FULLY_SPECIFIED":       2,
		"EQUIVALENT":            3,
		"CONVERTABLE":           4,
		"SCALEABLE":             5,
		"FLEXIBLE":              6,
	}
)

Enum value maps for DataElementStringencyCode_Value.

View Source
var (
	TriggerTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "NAMED_EVENT",
		2: "PERIODIC",
		3: "DATA_ADDED",
		4: "DATA_MODIFIED",
		5: "DATA_REMOVED",
		6: "DATA_ACCESSED",
		7: "DATA_ACCESS_ENDED",
	}
	TriggerTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NAMED_EVENT":           1,
		"PERIODIC":              2,
		"DATA_ADDED":            3,
		"DATA_MODIFIED":         4,
		"DATA_REMOVED":          5,
		"DATA_ACCESSED":         6,
		"DATA_ACCESS_ENDED":     7,
	}
)

Enum value maps for TriggerTypeCode_Value.

View Source
var (
	DataTypeCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "ADDRESS",
		2:  "AGE",
		3:  "ANNOTATION",
		4:  "ATTACHMENT",
		5:  "BACKBONE_ELEMENT",
		6:  "CODEABLE_CONCEPT",
		7:  "CODING",
		8:  "CONTACT_DETAIL",
		9:  "CONTACT_POINT",
		10: "CONTRIBUTOR",
		11: "COUNT",
		12: "DATA_REQUIREMENT",
		13: "DISTANCE",
		14: "DOSAGE",
		15: "DURATION",
		16: "ELEMENT",
		17: "ELEMENT_DEFINITION",
		18: "EXTENSION",
		19: "HUMAN_NAME",
		20: "IDENTIFIER",
		21: "META",
		22: "MONEY",
		23: "NARRATIVE",
		24: "PARAMETER_DEFINITION",
		25: "PERIOD",
		26: "QUANTITY",
		27: "RANGE",
		28: "RATIO",
		29: "REFERENCE",
		30: "RELATED_ARTIFACT",
		31: "SAMPLED_DATA",
		32: "SIGNATURE",
		33: "SIMPLE_QUANTITY",
		34: "TIMING",
		35: "TRIGGER_DEFINITION",
		36: "USAGE_CONTEXT",
		37: "BASE64_BINARY",
		38: "BOOLEAN",
		39: "CODE",
		40: "DATE",
		41: "DATE_TIME",
		42: "DECIMAL",
		43: "ID",
		44: "INSTANT",
		45: "INTEGER",
		46: "MARKDOWN",
		47: "OID",
		48: "POSITIVE_INT",
		49: "STRING",
		50: "TIME",
		51: "UNSIGNED_INT",
		52: "URI",
		53: "UUID",
		54: "XHTML",
	}
	DataTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ADDRESS":               1,
		"AGE":                   2,
		"ANNOTATION":            3,
		"ATTACHMENT":            4,
		"BACKBONE_ELEMENT":      5,
		"CODEABLE_CONCEPT":      6,
		"CODING":                7,
		"CONTACT_DETAIL":        8,
		"CONTACT_POINT":         9,
		"CONTRIBUTOR":           10,
		"COUNT":                 11,
		"DATA_REQUIREMENT":      12,
		"DISTANCE":              13,
		"DOSAGE":                14,
		"DURATION":              15,
		"ELEMENT":               16,
		"ELEMENT_DEFINITION":    17,
		"EXTENSION":             18,
		"HUMAN_NAME":            19,
		"IDENTIFIER":            20,
		"META":                  21,
		"MONEY":                 22,
		"NARRATIVE":             23,
		"PARAMETER_DEFINITION":  24,
		"PERIOD":                25,
		"QUANTITY":              26,
		"RANGE":                 27,
		"RATIO":                 28,
		"REFERENCE":             29,
		"RELATED_ARTIFACT":      30,
		"SAMPLED_DATA":          31,
		"SIGNATURE":             32,
		"SIMPLE_QUANTITY":       33,
		"TIMING":                34,
		"TRIGGER_DEFINITION":    35,
		"USAGE_CONTEXT":         36,
		"BASE64_BINARY":         37,
		"BOOLEAN":               38,
		"CODE":                  39,
		"DATE":                  40,
		"DATE_TIME":             41,
		"DECIMAL":               42,
		"ID":                    43,
		"INSTANT":               44,
		"INTEGER":               45,
		"MARKDOWN":              46,
		"OID":                   47,
		"POSITIVE_INT":          48,
		"STRING":                49,
		"TIME":                  50,
		"UNSIGNED_INT":          51,
		"URI":                   52,
		"UUID":                  53,
		"XHTML":                 54,
	}
)

Enum value maps for DataTypeCode_Value.

View Source
var (
	FHIRAllTypesCode_Value_name = map[int32]string{}/* 176 elements not displayed */

	FHIRAllTypesCode_Value_value = map[string]int32{}/* 176 elements not displayed */

)

Enum value maps for FHIRAllTypesCode_Value.

View Source
var (
	FHIRDefinedTypeCode_Value_name = map[int32]string{}/* 174 elements not displayed */

	FHIRDefinedTypeCode_Value_value = map[string]int32{}/* 174 elements not displayed */

)

Enum value maps for FHIRDefinedTypeCode_Value.

View Source
var (
	DefinitionStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DRAFT",
		2: "ACTIVE",
		3: "WITHDRAWN",
		4: "UNKNOWN",
	}
	DefinitionStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DRAFT":                 1,
		"ACTIVE":                2,
		"WITHDRAWN":             3,
		"UNKNOWN":               4,
	}
)

Enum value maps for DefinitionStatusCode_Value.

View Source
var (
	DefinitionTopicCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "TREATMENT",
		2: "EDUCATION",
		3: "ASSESSMENT",
	}
	DefinitionTopicCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"TREATMENT":             1,
		"EDUCATION":             2,
		"ASSESSMENT":            3,
	}
)

Enum value maps for DefinitionTopicCode_Value.

View Source
var (
	DetectedIssueSeverityCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "HIGH",
		2: "MODERATE",
		3: "LOW",
	}
	DetectedIssueSeverityCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"HIGH":                  1,
		"MODERATE":              2,
		"LOW":                   3,
	}
)

Enum value maps for DetectedIssueSeverityCode_Value.

View Source
var (
	DeviceUseStatementStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "COMPLETED",
		3: "ENTERED_IN_ERROR",
		4: "INTENDED",
		5: "STOPPED",
		6: "ON_HOLD",
	}
	DeviceUseStatementStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"COMPLETED":             2,
		"ENTERED_IN_ERROR":      3,
		"INTENDED":              4,
		"STOPPED":               5,
		"ON_HOLD":               6,
	}
)

Enum value maps for DeviceUseStatementStatusCode_Value.

View Source
var (
	FHIRDeviceStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "INACTIVE",
		3: "ENTERED_IN_ERROR",
		4: "UNKNOWN",
	}
	FHIRDeviceStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"INACTIVE":              2,
		"ENTERED_IN_ERROR":      3,
		"UNKNOWN":               4,
	}
)

Enum value maps for FHIRDeviceStatusCode_Value.

View Source
var (
	DiagnosisRoleCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "AD",
		2: "DD",
		3: "CC",
		4: "CM",
		5: "PRE_OP",
		6: "POST_OP",
		7: "BILLING",
	}
	DiagnosisRoleCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"AD":                    1,
		"DD":                    2,
		"CC":                    3,
		"CM":                    4,
		"PRE_OP":                5,
		"POST_OP":               6,
		"BILLING":               7,
	}
)

Enum value maps for DiagnosisRoleCode_Value.

View Source
var (
	DiagnosticReportStatusCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "REGISTERED",
		2:  "PARTIAL",
		3:  "PRELIMINARY",
		4:  "FINAL",
		5:  "AMENDED",
		6:  "CORRECTED",
		7:  "APPENDED",
		8:  "CANCELLED",
		9:  "ENTERED_IN_ERROR",
		10: "UNKNOWN",
	}
	DiagnosticReportStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"REGISTERED":            1,
		"PARTIAL":               2,
		"PRELIMINARY":           3,
		"FINAL":                 4,
		"AMENDED":               5,
		"CORRECTED":             6,
		"APPENDED":              7,
		"CANCELLED":             8,
		"ENTERED_IN_ERROR":      9,
		"UNKNOWN":               10,
	}
)

Enum value maps for DiagnosticReportStatusCode_Value.

View Source
var (
	DigitalMediaTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PHOTO",
		2: "VIDEO",
		3: "AUDIO",
	}
	DigitalMediaTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PHOTO":                 1,
		"VIDEO":                 2,
		"AUDIO":                 3,
	}
)

Enum value maps for DigitalMediaTypeCode_Value.

View Source
var (
	DocumentModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PRODUCER",
		2: "CONSUMER",
	}
	DocumentModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PRODUCER":              1,
		"CONSUMER":              2,
	}
)

Enum value maps for DocumentModeCode_Value.

View Source
var (
	DocumentReferenceStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CURRENT",
		2: "SUPERSEDED",
		3: "ENTERED_IN_ERROR",
	}
	DocumentReferenceStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CURRENT":               1,
		"SUPERSEDED":            2,
		"ENTERED_IN_ERROR":      3,
	}
)

Enum value maps for DocumentReferenceStatusCode_Value.

View Source
var (
	DocumentRelationshipTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "REPLACES",
		2: "TRANSFORMS",
		3: "SIGNS",
		4: "APPENDS",
	}
	DocumentRelationshipTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"REPLACES":              1,
		"TRANSFORMS":            2,
		"SIGNS":                 3,
		"APPENDS":               4,
	}
)

Enum value maps for DocumentRelationshipTypeCode_Value.

View Source
var (
	AdmitSourceCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "HOSP_TRANS",
		2:  "EMD",
		3:  "OUTP",
		4:  "BORN",
		5:  "GP",
		6:  "MP",
		7:  "NURSING",
		8:  "PSYCH",
		9:  "REHAB",
		10: "OTHER",
	}
	AdmitSourceCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"HOSP_TRANS":            1,
		"EMD":                   2,
		"OUTP":                  3,
		"BORN":                  4,
		"GP":                    5,
		"MP":                    6,
		"NURSING":               7,
		"PSYCH":                 8,
		"REHAB":                 9,
		"OTHER":                 10,
	}
)

Enum value maps for AdmitSourceCode_Value.

View Source
var (
	DietCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "VEGETARIAN",
		2: "DAIRY_FREE",
		3: "NUT_FREE",
		4: "GLUTEN_FREE",
		5: "VEGAN",
		6: "HALAL",
		7: "KOSHER",
	}
	DietCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"VEGETARIAN":            1,
		"DAIRY_FREE":            2,
		"NUT_FREE":              3,
		"GLUTEN_FREE":           4,
		"VEGAN":                 5,
		"HALAL":                 6,
		"KOSHER":                7,
	}
)

Enum value maps for DietCode_Value.

View Source
var (
	DischargeDispositionCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "HOME",
		2:  "OTHER_HCF",
		3:  "HOSP",
		4:  "LONG",
		5:  "AADVICE",
		6:  "EXP",
		7:  "PSY",
		8:  "REHAB",
		9:  "SNF",
		10: "OTH",
	}
	DischargeDispositionCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"HOME":                  1,
		"OTHER_HCF":             2,
		"HOSP":                  3,
		"LONG":                  4,
		"AADVICE":               5,
		"EXP":                   6,
		"PSY":                   7,
		"REHAB":                 8,
		"SNF":                   9,
		"OTH":                   10,
	}
)

Enum value maps for DischargeDispositionCode_Value.

View Source
var (
	EncounterLocationStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PLANNED",
		2: "ACTIVE",
		3: "RESERVED",
		4: "COMPLETED",
	}
	EncounterLocationStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PLANNED":               1,
		"ACTIVE":                2,
		"RESERVED":              3,
		"COMPLETED":             4,
	}
)

Enum value maps for EncounterLocationStatusCode_Value.

View Source
var (
	SpecialArrangementsCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "WHEEL",
		2: "ADD_BED",
		3: "INT",
		4: "ATT",
		5: "DOG",
	}
	SpecialArrangementsCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"WHEEL":                 1,
		"ADD_BED":               2,
		"INT":                   3,
		"ATT":                   4,
		"DOG":                   5,
	}
)

Enum value maps for SpecialArrangementsCode_Value.

View Source
var (
	EncounterStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PLANNED",
		2: "ARRIVED",
		3: "TRIAGED",
		4: "IN_PROGRESS",
		5: "ONLEAVE",
		6: "FINISHED",
		7: "CANCELLED",
		8: "ENTERED_IN_ERROR",
		9: "UNKNOWN",
	}
	EncounterStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PLANNED":               1,
		"ARRIVED":               2,
		"TRIAGED":               3,
		"IN_PROGRESS":           4,
		"ONLEAVE":               5,
		"FINISHED":              6,
		"CANCELLED":             7,
		"ENTERED_IN_ERROR":      8,
		"UNKNOWN":               9,
	}
)

Enum value maps for EncounterStatusCode_Value.

View Source
var (
	EncounterTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ADMS",
		2: "BD_BM_CLIN",
		3: "CCS60",
		4: "OKI",
	}
	EncounterTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ADMS":                  1,
		"BD_BM_CLIN":            2,
		"CCS60":                 3,
		"OKI":                   4,
	}
)

Enum value maps for EncounterTypeCode_Value.

View Source
var (
	EndpointStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "SUSPENDED",
		3: "ERROR",
		4: "OFF",
		5: "ENTERED_IN_ERROR",
		6: "TEST",
	}
	EndpointStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"SUSPENDED":             2,
		"ERROR":                 3,
		"OFF":                   4,
		"ENTERED_IN_ERROR":      5,
		"TEST":                  6,
	}
)

Enum value maps for EndpointStatusCode_Value.

View Source
var (
	EntityNamePartQualifierCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "LS",
		2:  "AC",
		3:  "NB",
		4:  "PR",
		5:  "HON",
		6:  "BR",
		7:  "AD",
		8:  "SP",
		9:  "MID",
		10: "CL",
		11: "IN",
	}
	EntityNamePartQualifierCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"LS":                    1,
		"AC":                    2,
		"NB":                    3,
		"PR":                    4,
		"HON":                   5,
		"BR":                    6,
		"AD":                    7,
		"SP":                    8,
		"MID":                   9,
		"CL":                    10,
		"IN":                    11,
	}
)

Enum value maps for EntityNamePartQualifierCode_Value.

View Source
var (
	EnteralFormulaAdditiveTypeCodeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "LIPID",
		2: "PROTEIN",
		3: "CARBOHYDRATE",
		4: "FIBER",
		5: "WATER",
	}
	EnteralFormulaAdditiveTypeCodeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"LIPID":                 1,
		"PROTEIN":               2,
		"CARBOHYDRATE":          3,
		"FIBER":                 4,
		"WATER":                 5,
	}
)

Enum value maps for EnteralFormulaAdditiveTypeCodeCode_Value.

View Source
var (
	EpisodeOfCareStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PLANNED",
		2: "WAITLIST",
		3: "ACTIVE",
		4: "ONHOLD",
		5: "FINISHED",
		6: "CANCELLED",
		7: "ENTERED_IN_ERROR",
	}
	EpisodeOfCareStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PLANNED":               1,
		"WAITLIST":              2,
		"ACTIVE":                3,
		"ONHOLD":                4,
		"FINISHED":              5,
		"CANCELLED":             6,
		"ENTERED_IN_ERROR":      7,
	}
)

Enum value maps for EpisodeOfCareStatusCode_Value.

View Source
var (
	EpisodeOfCareTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "HACC",
		2: "PAC",
		3: "DIAB",
		4: "DA",
		5: "CACP",
	}
	EpisodeOfCareTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"HACC":                  1,
		"PAC":                   2,
		"DIAB":                  3,
		"DA":                    4,
		"CACP":                  5,
	}
)

Enum value maps for EpisodeOfCareTypeCode_Value.

View Source
var (
	EventCapabilityModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "SENDER",
		2: "RECEIVER",
	}
	EventCapabilityModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"SENDER":                1,
		"RECEIVER":              2,
	}
)

Enum value maps for EventCapabilityModeCode_Value.

View Source
var (
	EventStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PREPARATION",
		2: "IN_PROGRESS",
		3: "SUSPENDED",
		4: "ABORTED",
		5: "COMPLETED",
		6: "ENTERED_IN_ERROR",
		7: "UNKNOWN",
	}
	EventStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PREPARATION":           1,
		"IN_PROGRESS":           2,
		"SUSPENDED":             3,
		"ABORTED":               4,
		"COMPLETED":             5,
		"ENTERED_IN_ERROR":      6,
		"UNKNOWN":               7,
	}
)

Enum value maps for EventStatusCode_Value.

View Source
var (
	ClaimPayeeResourceTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ORGANIZATION",
		2: "PATIENT",
		3: "PRACTITIONER",
		4: "RELATEDPERSON",
	}
	ClaimPayeeResourceTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ORGANIZATION":          1,
		"PATIENT":               2,
		"PRACTITIONER":          3,
		"RELATEDPERSON":         4,
	}
)

Enum value maps for ClaimPayeeResourceTypeCode_Value.

View Source
var (
	ExplanationOfBenefitStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "CANCELLED",
		3: "DRAFT",
		4: "ENTERED_IN_ERROR",
	}
	ExplanationOfBenefitStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"CANCELLED":             2,
		"DRAFT":                 3,
		"ENTERED_IN_ERROR":      4,
	}
)

Enum value maps for ExplanationOfBenefitStatusCode_Value.

View Source
var (
	ExtensionContextCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "RESOURCE",
		2: "DATATYPE",
		3: "EXTENSION",
	}
	ExtensionContextCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"RESOURCE":              1,
		"DATATYPE":              2,
		"EXTENSION":             3,
	}
)

Enum value maps for ExtensionContextCode_Value.

View Source
var (
	FilterOperatorCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "EQUALS",
		2: "IS_A",
		3: "DESCENDENT_OF",
		4: "IS_NOT_A",
		5: "REGEX",
		6: "IN",
		7: "NOT_IN",
		8: "GENERALIZES",
		9: "EXISTS",
	}
	FilterOperatorCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"EQUALS":                1,
		"IS_A":                  2,
		"DESCENDENT_OF":         3,
		"IS_NOT_A":              4,
		"REGEX":                 5,
		"IN":                    6,
		"NOT_IN":                7,
		"GENERALIZES":           8,
		"EXISTS":                9,
	}
)

Enum value maps for FilterOperatorCode_Value.

View Source
var (
	FlagCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DIET",
		2: "DRUG",
		3: "LAB",
		4: "ADMIN",
		5: "CONTACT",
	}
	FlagCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DIET":                  1,
		"DRUG":                  2,
		"LAB":                   3,
		"ADMIN":                 4,
		"CONTACT":               5,
	}
)

Enum value maps for FlagCategoryCode_Value.

View Source
var (
	FlagPriorityCodesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PN",
		2: "PL",
		3: "PM",
		4: "PH",
	}
	FlagPriorityCodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PN":                    1,
		"PL":                    2,
		"PM":                    3,
		"PH":                    4,
	}
)

Enum value maps for FlagPriorityCodesCode_Value.

View Source
var (
	FlagStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "INACTIVE",
		3: "ENTERED_IN_ERROR",
	}
	FlagStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"INACTIVE":              2,
		"ENTERED_IN_ERROR":      3,
	}
)

Enum value maps for FlagStatusCode_Value.

View Source
var (
	FinancialResourceStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "CANCELLED",
		3: "DRAFT",
		4: "ENTERED_IN_ERROR",
	}
	FinancialResourceStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"CANCELLED":             2,
		"DRAFT":                 3,
		"ENTERED_IN_ERROR":      4,
	}
)

Enum value maps for FinancialResourceStatusCode_Value.

View Source
var (
	GoalAcceptanceStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "AGREE",
		2: "DISAGREE",
		3: "PENDING",
	}
	GoalAcceptanceStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"AGREE":                 1,
		"DISAGREE":              2,
		"PENDING":               3,
	}
)

Enum value maps for GoalAcceptanceStatusCode_Value.

View Source
var (
	GoalCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DIETARY",
		2: "SAFETY",
		3: "BEHAVIORAL",
		4: "NURSING",
		5: "PHYSIOTHERAPY",
	}
	GoalCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DIETARY":               1,
		"SAFETY":                2,
		"BEHAVIORAL":            3,
		"NURSING":               4,
		"PHYSIOTHERAPY":         5,
	}
)

Enum value maps for GoalCategoryCode_Value.

View Source
var (
	GoalPriorityCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "HIGH_PRIORITY",
		2: "MEDIUM_PRIORITY",
		3: "LOW_PRIORITY",
	}
	GoalPriorityCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"HIGH_PRIORITY":         1,
		"MEDIUM_PRIORITY":       2,
		"LOW_PRIORITY":          3,
	}
)

Enum value maps for GoalPriorityCode_Value.

View Source
var (
	GoalRelationshipTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PREDECESSOR",
		2: "SUCCESSOR",
		3: "REPLACEMENT",
		4: "MILESTONE",
		5: "OTHER",
	}
	GoalRelationshipTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PREDECESSOR":           1,
		"SUCCESSOR":             2,
		"REPLACEMENT":           3,
		"MILESTONE":             4,
		"OTHER":                 5,
	}
)

Enum value maps for GoalRelationshipTypeCode_Value.

View Source
var (
	GoalStatusCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "PROPOSED",
		2:  "ACCEPTED",
		3:  "PLANNED",
		4:  "IN_PROGRESS",
		5:  "ON_TARGET",
		6:  "AHEAD_OF_TARGET",
		7:  "BEHIND_TARGET",
		8:  "SUSTAINING",
		9:  "ACHIEVED",
		10: "ON_HOLD",
		11: "CANCELLED",
		12: "ENTERED_IN_ERROR",
		13: "REJECTED",
	}
	GoalStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROPOSED":              1,
		"ACCEPTED":              2,
		"PLANNED":               3,
		"IN_PROGRESS":           4,
		"ON_TARGET":             5,
		"AHEAD_OF_TARGET":       6,
		"BEHIND_TARGET":         7,
		"SUSTAINING":            8,
		"ACHIEVED":              9,
		"ON_HOLD":               10,
		"CANCELLED":             11,
		"ENTERED_IN_ERROR":      12,
		"REJECTED":              13,
	}
)

Enum value maps for GoalStatusCode_Value.

View Source
var (
	GoalStatusReasonCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "SURGERY",
		2: "LIFE_EVENT",
		3: "REPLACED",
		4: "PATIENT_REQUEST",
		5: "TEMP_NOT_ATTAINABLE",
		6: "PERMANENT_NOT_ATTAINABLE",
		7: "FINANCIAL_BARRIER",
		8: "LACK_OF_TRANSPORTATION",
		9: "LACK_OF_SOCIAL_SUPPORT",
	}
	GoalStatusReasonCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":    0,
		"SURGERY":                  1,
		"LIFE_EVENT":               2,
		"REPLACED":                 3,
		"PATIENT_REQUEST":          4,
		"TEMP_NOT_ATTAINABLE":      5,
		"PERMANENT_NOT_ATTAINABLE": 6,
		"FINANCIAL_BARRIER":        7,
		"LACK_OF_TRANSPORTATION":   8,
		"LACK_OF_SOCIAL_SUPPORT":   9,
	}
)

Enum value maps for GoalStatusReasonCode_Value.

View Source
var (
	GraphCompartmentRuleCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "IDENTICAL",
		2: "MATCHING",
		3: "DIFFERENT",
		4: "CUSTOM",
	}
	GraphCompartmentRuleCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"IDENTICAL":             1,
		"MATCHING":              2,
		"DIFFERENT":             3,
		"CUSTOM":                4,
	}
)

Enum value maps for GraphCompartmentRuleCode_Value.

View Source
var (
	GroupTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PERSON",
		2: "ANIMAL",
		3: "PRACTITIONER",
		4: "DEVICE",
		5: "MEDICATION",
		6: "SUBSTANCE",
	}
	GroupTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PERSON":                1,
		"ANIMAL":                2,
		"PRACTITIONER":          3,
		"DEVICE":                4,
		"MEDICATION":            5,
		"SUBSTANCE":             6,
	}
)

Enum value maps for GroupTypeCode_Value.

View Source
var (
	GuidanceResponseStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "SUCCESS",
		2: "DATA_REQUESTED",
		3: "DATA_REQUIRED",
		4: "IN_PROGRESS",
		5: "FAILURE",
		6: "ENTERED_IN_ERROR",
	}
	GuidanceResponseStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"SUCCESS":               1,
		"DATA_REQUESTED":        2,
		"DATA_REQUIRED":         3,
		"IN_PROGRESS":           4,
		"FAILURE":               5,
		"ENTERED_IN_ERROR":      6,
	}
)

Enum value maps for GuidanceResponseStatusCode_Value.

View Source
var (
	GuideDependencyTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "REFERENCE",
		2: "INCLUSION",
	}
	GuideDependencyTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"REFERENCE":             1,
		"INCLUSION":             2,
	}
)

Enum value maps for GuideDependencyTypeCode_Value.

View Source
var (
	GuidePageKindCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PAGE",
		2: "EXAMPLE",
		3: "LIST",
		4: "INCLUDE",
		5: "DIRECTORY",
		6: "DICTIONARY",
		7: "TOC",
		8: "RESOURCE",
	}
	GuidePageKindCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PAGE":                  1,
		"EXAMPLE":               2,
		"LIST":                  3,
		"INCLUDE":               4,
		"DIRECTORY":             5,
		"DICTIONARY":            6,
		"TOC":                   7,
		"RESOURCE":              8,
	}
)

Enum value maps for GuidePageKindCode_Value.

View Source
var (
	FamilyHistoryNotDoneReasonCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "SUBJECT_UNKNOWN",
		2: "WITHHELD",
		3: "UNABLE_TO_OBTAIN",
		4: "DEFERRED",
	}
	FamilyHistoryNotDoneReasonCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"SUBJECT_UNKNOWN":       1,
		"WITHHELD":              2,
		"UNABLE_TO_OBTAIN":      3,
		"DEFERRED":              4,
	}
)

Enum value maps for FamilyHistoryNotDoneReasonCode_Value.

View Source
var (
	FamilyHistoryStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PARTIAL",
		2: "COMPLETED",
		3: "ENTERED_IN_ERROR",
		4: "HEALTH_UNKNOWN",
	}
	FamilyHistoryStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PARTIAL":               1,
		"COMPLETED":             2,
		"ENTERED_IN_ERROR":      3,
		"HEALTH_UNKNOWN":        4,
	}
)

Enum value maps for FamilyHistoryStatusCode_Value.

View Source
var (
	HL7WorkgroupCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "CBCC",
		2:  "CDS",
		3:  "CQI",
		4:  "CG",
		5:  "DEV",
		6:  "EHR",
		7:  "FHIR",
		8:  "FM",
		9:  "HSI",
		10: "II",
		11: "INM",
		12: "ITS",
		13: "OO",
		14: "PA",
		15: "PC",
		16: "PHER",
		17: "PHX",
		18: "RCRIM",
		19: "SD",
		20: "SEC",
		21: "US",
		22: "VOCAB",
		23: "AID",
	}
	HL7WorkgroupCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CBCC":                  1,
		"CDS":                   2,
		"CQI":                   3,
		"CG":                    4,
		"DEV":                   5,
		"EHR":                   6,
		"FHIR":                  7,
		"FM":                    8,
		"HSI":                   9,
		"II":                    10,
		"INM":                   11,
		"ITS":                   12,
		"OO":                    13,
		"PA":                    14,
		"PC":                    15,
		"PHER":                  16,
		"PHX":                   17,
		"RCRIM":                 18,
		"SD":                    19,
		"SEC":                   20,
		"US":                    21,
		"VOCAB":                 22,
		"AID":                   23,
	}
)

Enum value maps for HL7WorkgroupCode_Value.

View Source
var (
	TestScriptRequestMethodCodeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DELETE",
		2: "GET",
		3: "OPTIONS",
		4: "PATCH",
		5: "POST",
		6: "PUT",
	}
	TestScriptRequestMethodCodeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DELETE":                1,
		"GET":                   2,
		"OPTIONS":               3,
		"PATCH":                 4,
		"POST":                  5,
		"PUT":                   6,
	}
)

Enum value maps for TestScriptRequestMethodCodeCode_Value.

View Source
var (
	HTTPVerbCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "GET",
		2: "POST",
		3: "PUT",
		4: "DELETE",
	}
	HTTPVerbCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"GET":                   1,
		"POST":                  2,
		"PUT":                   3,
		"DELETE":                4,
	}
)

Enum value maps for HTTPVerbCode_Value.

View Source
var (
	IdentityAssuranceLevelCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "LEVEL1",
		2: "LEVEL2",
		3: "LEVEL3",
		4: "LEVEL4",
	}
	IdentityAssuranceLevelCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"LEVEL1":                1,
		"LEVEL2":                2,
		"LEVEL3":                3,
		"LEVEL4":                4,
	}
)

Enum value maps for IdentityAssuranceLevelCode_Value.

View Source
var (
	ImmunizationOriginCodesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PROVIDER",
		2: "RECORD",
		3: "RECALL",
		4: "SCHOOL",
	}
	ImmunizationOriginCodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROVIDER":              1,
		"RECORD":                2,
		"RECALL":                3,
		"SCHOOL":                4,
	}
)

Enum value maps for ImmunizationOriginCodesCode_Value.

View Source
var (
	ImmunizationRecommendationDateCriterionCodesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DUE",
		2: "RECOMMENDED",
		3: "EARLIEST",
		4: "OVERDUE",
		5: "LATEST",
	}
	ImmunizationRecommendationDateCriterionCodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DUE":                   1,
		"RECOMMENDED":           2,
		"EARLIEST":              3,
		"OVERDUE":               4,
		"LATEST":                5,
	}
)

Enum value maps for ImmunizationRecommendationDateCriterionCodesCode_Value.

View Source
var (
	ImmunizationRecommendationStatusCodesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DUE",
		2: "OVERDUE",
	}
	ImmunizationRecommendationStatusCodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DUE":                   1,
		"OVERDUE":               2,
	}
)

Enum value maps for ImmunizationRecommendationStatusCodesCode_Value.

View Source
var (
	ImmunizationStatusCodesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "COMPLETED",
		2: "ENTERED_IN_ERROR",
	}
	ImmunizationStatusCodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"COMPLETED":             1,
		"ENTERED_IN_ERROR":      2,
	}
)

Enum value maps for ImmunizationStatusCodesCode_Value.

View Source
var (
	ImplantStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "FUNCTIONAL",
		2: "NON_FUNCTIONAL",
		3: "DISABLED",
		4: "UNKNOWN",
	}
	ImplantStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"FUNCTIONAL":            1,
		"NON_FUNCTIONAL":        2,
		"DISABLED":              3,
		"UNKNOWN":               4,
	}
)

Enum value maps for ImplantStatusCode_Value.

View Source
var (
	InstanceAvailabilityCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ONLINE",
		2: "OFFLINE",
		3: "NEARLINE",
		4: "UNAVAILABLE",
	}
	InstanceAvailabilityCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ONLINE":                1,
		"OFFLINE":               2,
		"NEARLINE":              3,
		"UNAVAILABLE":           4,
	}
)

Enum value maps for InstanceAvailabilityCode_Value.

View Source
var (
	IssueSeverityCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "FATAL",
		2: "ERROR",
		3: "WARNING",
		4: "INFORMATION",
	}
	IssueSeverityCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"FATAL":                 1,
		"ERROR":                 2,
		"WARNING":               3,
		"INFORMATION":           4,
	}
)

Enum value maps for IssueSeverityCode_Value.

View Source
var (
	IssueTypeCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "INVALID",
		2:  "STRUCTURE",
		3:  "REQUIRED",
		4:  "VALUE",
		5:  "INVARIANT",
		6:  "SECURITY",
		7:  "LOGIN",
		8:  "UNKNOWN",
		9:  "EXPIRED",
		10: "FORBIDDEN",
		11: "SUPPRESSED",
		12: "PROCESSING",
		13: "NOT_SUPPORTED",
		14: "DUPLICATE",
		15: "NOT_FOUND",
		16: "TOO_LONG",
		17: "CODE_INVALID",
		18: "EXTENSION",
		19: "TOO_COSTLY",
		20: "BUSINESS_RULE",
		21: "CONFLICT",
		22: "INCOMPLETE",
		23: "TRANSIENT",
		24: "LOCK_ERROR",
		25: "NO_STORE",
		26: "EXCEPTION",
		27: "TIMEOUT",
		28: "THROTTLED",
		29: "INFORMATIONAL",
	}
	IssueTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INVALID":               1,
		"STRUCTURE":             2,
		"REQUIRED":              3,
		"VALUE":                 4,
		"INVARIANT":             5,
		"SECURITY":              6,
		"LOGIN":                 7,
		"UNKNOWN":               8,
		"EXPIRED":               9,
		"FORBIDDEN":             10,
		"SUPPRESSED":            11,
		"PROCESSING":            12,
		"NOT_SUPPORTED":         13,
		"DUPLICATE":             14,
		"NOT_FOUND":             15,
		"TOO_LONG":              16,
		"CODE_INVALID":          17,
		"EXTENSION":             18,
		"TOO_COSTLY":            19,
		"BUSINESS_RULE":         20,
		"CONFLICT":              21,
		"INCOMPLETE":            22,
		"TRANSIENT":             23,
		"LOCK_ERROR":            24,
		"NO_STORE":              25,
		"EXCEPTION":             26,
		"TIMEOUT":               27,
		"THROTTLED":             28,
		"INFORMATIONAL":         29,
	}
)

Enum value maps for IssueTypeCode_Value.

View Source
var (
	QuestionnaireItemTypeCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "GROUP",
		2:  "DISPLAY",
		3:  "QUESTION",
		4:  "BOOLEAN",
		5:  "DECIMAL",
		6:  "INTEGER",
		7:  "DATE",
		8:  "DATE_TIME",
		9:  "TIME",
		10: "STRING",
		11: "TEXT",
		12: "URL",
		13: "CHOICE",
		14: "OPEN_CHOICE",
		15: "ATTACHMENT",
		16: "REFERENCE",
		17: "QUANTITY",
	}
	QuestionnaireItemTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"GROUP":                 1,
		"DISPLAY":               2,
		"QUESTION":              3,
		"BOOLEAN":               4,
		"DECIMAL":               5,
		"INTEGER":               6,
		"DATE":                  7,
		"DATE_TIME":             8,
		"TIME":                  9,
		"STRING":                10,
		"TEXT":                  11,
		"URL":                   12,
		"CHOICE":                13,
		"OPEN_CHOICE":           14,
		"ATTACHMENT":            15,
		"REFERENCE":             16,
		"QUANTITY":              17,
	}
)

Enum value maps for QuestionnaireItemTypeCode_Value.

View Source
var (
	LibraryTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "LOGIC_LIBRARY",
		2: "MODEL_DEFINITION",
		3: "ASSET_COLLECTION",
		4: "MODULE_DEFINITION",
	}
	LibraryTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"LOGIC_LIBRARY":         1,
		"MODEL_DEFINITION":      2,
		"ASSET_COLLECTION":      3,
		"MODULE_DEFINITION":     4,
	}
)

Enum value maps for LibraryTypeCode_Value.

View Source
var (
	LinkageTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "SOURCE",
		2: "ALTERNATE",
		3: "HISTORICAL",
	}
	LinkageTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"SOURCE":                1,
		"ALTERNATE":             2,
		"HISTORICAL":            3,
	}
)

Enum value maps for LinkageTypeCode_Value.

View Source
var (
	LinkTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "REPLACED_BY",
		2: "REPLACES",
		3: "REFER",
		4: "SEEALSO",
	}
	LinkTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"REPLACED_BY":           1,
		"REPLACES":              2,
		"REFER":                 3,
		"SEEALSO":               4,
	}
)

Enum value maps for LinkTypeCode_Value.

View Source
var (
	ListEmptyReasonsCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "NILKNOWN",
		2: "NOTASKED",
		3: "WITHHELD",
		4: "UNAVAILABLE",
		5: "NOTSTARTED",
		6: "CLOSED",
	}
	ListEmptyReasonsCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NILKNOWN":              1,
		"NOTASKED":              2,
		"WITHHELD":              3,
		"UNAVAILABLE":           4,
		"NOTSTARTED":            5,
		"CLOSED":                6,
	}
)

Enum value maps for ListEmptyReasonsCode_Value.

View Source
var (
	ExampleUseCodesforListCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ALERTS",
		2: "ADVERSERXNS",
		3: "ALLERGIES",
		4: "MEDICATIONS",
		5: "PROBLEMS",
		6: "WORKLIST",
		7: "WAITING",
		8: "PROTOCOLS",
		9: "PLANS",
	}
	ExampleUseCodesforListCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ALERTS":                1,
		"ADVERSERXNS":           2,
		"ALLERGIES":             3,
		"MEDICATIONS":           4,
		"PROBLEMS":              5,
		"WORKLIST":              6,
		"WAITING":               7,
		"PROTOCOLS":             8,
		"PLANS":                 9,
	}
)

Enum value maps for ExampleUseCodesforListCode_Value.

View Source
var (
	ListModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "WORKING",
		2: "SNAPSHOT",
		3: "CHANGES",
	}
	ListModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"WORKING":               1,
		"SNAPSHOT":              2,
		"CHANGES":               3,
	}
)

Enum value maps for ListModeCode_Value.

View Source
var (
	ListOrderCodesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "USER",
		2: "SYSTEM",
		3: "EVENT_DATE",
		4: "ENTRY_DATE",
		5: "PRIORITY",
		6: "ALPHABETIC",
		7: "CATEGORY",
		8: "PATIENT",
	}
	ListOrderCodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"USER":                  1,
		"SYSTEM":                2,
		"EVENT_DATE":            3,
		"ENTRY_DATE":            4,
		"PRIORITY":              5,
		"ALPHABETIC":            6,
		"CATEGORY":              7,
		"PATIENT":               8,
	}
)

Enum value maps for ListOrderCodesCode_Value.

View Source
var (
	ListStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CURRENT",
		2: "RETIRED",
		3: "ENTERED_IN_ERROR",
	}
	ListStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CURRENT":               1,
		"RETIRED":               2,
		"ENTERED_IN_ERROR":      3,
	}
)

Enum value maps for ListStatusCode_Value.

View Source
var (
	LocationModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "INSTANCE",
		2: "KIND",
	}
	LocationModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INSTANCE":              1,
		"KIND":                  2,
	}
)

Enum value maps for LocationModeCode_Value.

View Source
var (
	LocationTypeCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "SI",
		2:  "BU",
		3:  "WI",
		4:  "WA",
		5:  "LVL",
		6:  "CO",
		7:  "RO",
		8:  "BD",
		9:  "VE",
		10: "HO",
		11: "CA",
		12: "RD",
		13: "AREA",
		14: "JDN",
	}
	LocationTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"SI":                    1,
		"BU":                    2,
		"WI":                    3,
		"WA":                    4,
		"LVL":                   5,
		"CO":                    6,
		"RO":                    7,
		"BD":                    8,
		"VE":                    9,
		"HO":                    10,
		"CA":                    11,
		"RD":                    12,
		"AREA":                  13,
		"JDN":                   14,
	}
)

Enum value maps for LocationTypeCode_Value.

View Source
var (
	LocationStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "SUSPENDED",
		3: "INACTIVE",
	}
	LocationStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"SUSPENDED":             2,
		"INACTIVE":              3,
	}
)

Enum value maps for LocationStatusCode_Value.

View Source
var (
	ProbabilityDistributionTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "B",
		2: "E",
		3: "F",
		4: "G",
		5: "LN",
		6: "N",
		7: "T",
		8: "U",
		9: "X2",
	}
	ProbabilityDistributionTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"B":                     1,
		"E":                     2,
		"F":                     3,
		"G":                     4,
		"LN":                    5,
		"N":                     6,
		"T":                     7,
		"U":                     8,
		"X2":                    9,
	}
)

Enum value maps for ProbabilityDistributionTypeCode_Value.

View Source
var (
	StructureMapContextTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "TYPE",
		2: "VARIABLE",
	}
	StructureMapContextTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"TYPE":                  1,
		"VARIABLE":              2,
	}
)

Enum value maps for StructureMapContextTypeCode_Value.

View Source
var (
	StructureMapGroupTypeModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "NONE",
		2: "TYPES",
		3: "TYPE_AND_TYPES",
	}
	StructureMapGroupTypeModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NONE":                  1,
		"TYPES":                 2,
		"TYPE_AND_TYPES":        3,
	}
)

Enum value maps for StructureMapGroupTypeModeCode_Value.

View Source
var (
	StructureMapInputModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "SOURCE",
		2: "TARGET",
	}
	StructureMapInputModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"SOURCE":                1,
		"TARGET":                2,
	}
)

Enum value maps for StructureMapInputModeCode_Value.

View Source
var (
	StructureMapModelModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "SOURCE",
		2: "QUERIED",
		3: "TARGET",
		4: "PRODUCED",
	}
	StructureMapModelModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"SOURCE":                1,
		"QUERIED":               2,
		"TARGET":                3,
		"PRODUCED":              4,
	}
)

Enum value maps for StructureMapModelModeCode_Value.

View Source
var (
	StructureMapSourceListModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "FIRST",
		2: "NOT_FIRST",
		3: "LAST",
		4: "NOT_LAST",
		5: "ONLY_ONE",
	}
	StructureMapSourceListModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"FIRST":                 1,
		"NOT_FIRST":             2,
		"LAST":                  3,
		"NOT_LAST":              4,
		"ONLY_ONE":              5,
	}
)

Enum value maps for StructureMapSourceListModeCode_Value.

View Source
var (
	StructureMapTargetListModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "FIRST",
		2: "SHARE",
		3: "LAST",
		4: "COLLATE",
	}
	StructureMapTargetListModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"FIRST":                 1,
		"SHARE":                 2,
		"LAST":                  3,
		"COLLATE":               4,
	}
)

Enum value maps for StructureMapTargetListModeCode_Value.

View Source
var (
	StructureMapTransformCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "CREATE",
		2:  "COPY",
		3:  "TRUNCATE",
		4:  "ESCAPE",
		5:  "CAST",
		6:  "APPEND",
		7:  "TRANSLATE",
		8:  "REFERENCE",
		9:  "DATE_OP",
		10: "UUID",
		11: "POINTER",
		12: "EVALUATE",
		13: "CC",
		14: "C",
		15: "QTY",
		16: "ID",
		17: "CP",
	}
	StructureMapTransformCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CREATE":                1,
		"COPY":                  2,
		"TRUNCATE":              3,
		"ESCAPE":                4,
		"CAST":                  5,
		"APPEND":                6,
		"TRANSLATE":             7,
		"REFERENCE":             8,
		"DATE_OP":               9,
		"UUID":                  10,
		"POINTER":               11,
		"EVALUATE":              12,
		"CC":                    13,
		"C":                     14,
		"QTY":                   15,
		"ID":                    16,
		"CP":                    17,
	}
)

Enum value maps for StructureMapTransformCode_Value.

View Source
var (
	MatchGradeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CERTAIN",
		2: "PROBABLE",
		3: "POSSIBLE",
		4: "CERTAINLY_NOT",
	}
	MatchGradeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CERTAIN":               1,
		"PROBABLE":              2,
		"POSSIBLE":              3,
		"CERTAINLY_NOT":         4,
	}
)

Enum value maps for MatchGradeCode_Value.

View Source
var (
	MeasureDataUsageCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "SUPPLEMENTAL_DATA",
		2: "RISK_ADJUSTMENT_FACTOR",
	}
	MeasureDataUsageCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":  0,
		"SUPPLEMENTAL_DATA":      1,
		"RISK_ADJUSTMENT_FACTOR": 2,
	}
)

Enum value maps for MeasureDataUsageCode_Value.

View Source
var (
	MeasmntPrincipleCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "OTHER",
		2:  "CHEMICAL",
		3:  "ELECTRICAL",
		4:  "IMPEDANCE",
		5:  "NUCLEAR",
		6:  "OPTICAL",
		7:  "THERMAL",
		8:  "BIOLOGICAL",
		9:  "MECHANICAL",
		10: "ACOUSTICAL",
		11: "MANUAL",
	}
	MeasmntPrincipleCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"OTHER":                 1,
		"CHEMICAL":              2,
		"ELECTRICAL":            3,
		"IMPEDANCE":             4,
		"NUCLEAR":               5,
		"OPTICAL":               6,
		"THERMAL":               7,
		"BIOLOGICAL":            8,
		"MECHANICAL":            9,
		"ACOUSTICAL":            10,
		"MANUAL":                11,
	}
)

Enum value maps for MeasmntPrincipleCode_Value.

View Source
var (
	MeasurePopulationTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "INITIAL_POPULATION",
		2: "NUMERATOR",
		3: "NUMERATOR_EXCLUSION",
		4: "DENOMINATOR",
		5: "DENOMINATOR_EXCLUSION",
		6: "DENOMINATOR_EXCEPTION",
		7: "MEASURE_POPULATION",
		8: "MEASURE_POPULATION_EXCLUSION",
		9: "MEASURE_OBSERVATION",
	}
	MeasurePopulationTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":        0,
		"INITIAL_POPULATION":           1,
		"NUMERATOR":                    2,
		"NUMERATOR_EXCLUSION":          3,
		"DENOMINATOR":                  4,
		"DENOMINATOR_EXCLUSION":        5,
		"DENOMINATOR_EXCEPTION":        6,
		"MEASURE_POPULATION":           7,
		"MEASURE_POPULATION_EXCLUSION": 8,
		"MEASURE_OBSERVATION":          9,
	}
)

Enum value maps for MeasurePopulationTypeCode_Value.

View Source
var (
	MeasureReportStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "COMPLETE",
		2: "PENDING",
		3: "ERROR",
	}
	MeasureReportStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"COMPLETE":              1,
		"PENDING":               2,
		"ERROR":                 3,
	}
)

Enum value maps for MeasureReportStatusCode_Value.

View Source
var (
	MeasureReportTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "INDIVIDUAL",
		2: "PATIENT_LIST",
		3: "SUMMARY",
	}
	MeasureReportTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INDIVIDUAL":            1,
		"PATIENT_LIST":          2,
		"SUMMARY":               3,
	}
)

Enum value maps for MeasureReportTypeCode_Value.

View Source
var (
	MeasureScoringCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PROPORTION",
		2: "RATIO",
		3: "CONTINUOUS_VARIABLE",
		4: "COHORT",
	}
	MeasureScoringCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROPORTION":            1,
		"RATIO":                 2,
		"CONTINUOUS_VARIABLE":   3,
		"COHORT":                4,
	}
)

Enum value maps for MeasureScoringCode_Value.

View Source
var (
	MeasureTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PROCESS",
		2: "OUTCOME",
		3: "STRUCTURE",
		4: "PATIENT_REPORTED_OUTCOME",
		5: "COMPOSITE",
	}
	MeasureTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":    0,
		"PROCESS":                  1,
		"OUTCOME":                  2,
		"STRUCTURE":                3,
		"PATIENT_REPORTED_OUTCOME": 4,
		"COMPOSITE":                5,
	}
)

Enum value maps for MeasureTypeCode_Value.

View Source
var (
	MedicationAdministrationCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "INPATIENT",
		2: "OUTPATIENT",
		3: "COMMUNITY",
	}
	MedicationAdministrationCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INPATIENT":             1,
		"OUTPATIENT":            2,
		"COMMUNITY":             3,
	}
)

Enum value maps for MedicationAdministrationCategoryCode_Value.

View Source
var (
	MedicationAdministrationStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "IN_PROGRESS",
		2: "ON_HOLD",
		3: "COMPLETED",
		4: "ENTERED_IN_ERROR",
		5: "STOPPED",
		6: "UNKNOWN",
	}
	MedicationAdministrationStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"IN_PROGRESS":           1,
		"ON_HOLD":               2,
		"COMPLETED":             3,
		"ENTERED_IN_ERROR":      4,
		"STOPPED":               5,
		"UNKNOWN":               6,
	}
)

Enum value maps for MedicationAdministrationStatusCode_Value.

View Source
var (
	MedicationDispenseCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "INPATIENT",
		2: "OUTPATIENT",
		3: "COMMUNITY",
	}
	MedicationDispenseCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INPATIENT":             1,
		"OUTPATIENT":            2,
		"COMMUNITY":             3,
	}
)

Enum value maps for MedicationDispenseCategoryCode_Value.

View Source
var (
	MedicationDispenseStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PREPARATION",
		2: "IN_PROGRESS",
		3: "ON_HOLD",
		4: "COMPLETED",
		5: "ENTERED_IN_ERROR",
		6: "STOPPED",
	}
	MedicationDispenseStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PREPARATION":           1,
		"IN_PROGRESS":           2,
		"ON_HOLD":               3,
		"COMPLETED":             4,
		"ENTERED_IN_ERROR":      5,
		"STOPPED":               6,
	}
)

Enum value maps for MedicationDispenseStatusCode_Value.

View Source
var (
	MedicationContainerCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "AMPOULE",
		2: "BOTTLE",
		3: "BOX",
		4: "CARTRIDGE",
		5: "CONTAINER",
		6: "TUBE",
		7: "UNITDOSE",
		8: "VIAL",
	}
	MedicationContainerCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"AMPOULE":               1,
		"BOTTLE":                2,
		"BOX":                   3,
		"CARTRIDGE":             4,
		"CONTAINER":             5,
		"TUBE":                  6,
		"UNITDOSE":              7,
		"VIAL":                  8,
	}
)

Enum value maps for MedicationContainerCode_Value.

View Source
var (
	MedicationRequestCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "INPATIENT",
		2: "OUTPATIENT",
		3: "COMMUNITY",
	}
	MedicationRequestCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INPATIENT":             1,
		"OUTPATIENT":            2,
		"COMMUNITY":             3,
	}
)

Enum value maps for MedicationRequestCategoryCode_Value.

View Source
var (
	MedicationRequestIntentCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PROPOSAL",
		2: "PLAN",
		3: "ORDER",
		4: "INSTANCE_ORDER",
	}
	MedicationRequestIntentCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROPOSAL":              1,
		"PLAN":                  2,
		"ORDER":                 3,
		"INSTANCE_ORDER":        4,
	}
)

Enum value maps for MedicationRequestIntentCode_Value.

View Source
var (
	MedicationRequestPriorityCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ROUTINE",
		2: "URGENT",
		3: "STAT",
		4: "ASAP",
	}
	MedicationRequestPriorityCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ROUTINE":               1,
		"URGENT":                2,
		"STAT":                  3,
		"ASAP":                  4,
	}
)

Enum value maps for MedicationRequestPriorityCode_Value.

View Source
var (
	MedicationRequestStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "ON_HOLD",
		3: "CANCELLED",
		4: "COMPLETED",
		5: "ENTERED_IN_ERROR",
		6: "STOPPED",
		7: "DRAFT",
		8: "UNKNOWN",
	}
	MedicationRequestStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"ON_HOLD":               2,
		"CANCELLED":             3,
		"COMPLETED":             4,
		"ENTERED_IN_ERROR":      5,
		"STOPPED":               6,
		"DRAFT":                 7,
		"UNKNOWN":               8,
	}
)

Enum value maps for MedicationRequestStatusCode_Value.

View Source
var (
	MedicationStatementCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "INPATIENT",
		2: "OUTPATIENT",
		3: "COMMUNITY",
		4: "PATIENTSPECIFIED",
	}
	MedicationStatementCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INPATIENT":             1,
		"OUTPATIENT":            2,
		"COMMUNITY":             3,
		"PATIENTSPECIFIED":      4,
	}
)

Enum value maps for MedicationStatementCategoryCode_Value.

View Source
var (
	MedicationStatementStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "COMPLETED",
		3: "ENTERED_IN_ERROR",
		4: "INTENDED",
		5: "STOPPED",
		6: "ON_HOLD",
	}
	MedicationStatementStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"COMPLETED":             2,
		"ENTERED_IN_ERROR":      3,
		"INTENDED":              4,
		"STOPPED":               5,
		"ON_HOLD":               6,
	}
)

Enum value maps for MedicationStatementStatusCode_Value.

View Source
var (
	MedicationStatementTakenCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "Y",
		2: "N",
		3: "UNK",
		4: "NA",
	}
	MedicationStatementTakenCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"Y":                     1,
		"N":                     2,
		"UNK":                   3,
		"NA":                    4,
	}
)

Enum value maps for MedicationStatementTakenCode_Value.

View Source
var (
	MedicationStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "INACTIVE",
		3: "ENTERED_IN_ERROR",
	}
	MedicationStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"INACTIVE":              2,
		"ENTERED_IN_ERROR":      3,
	}
)

Enum value maps for MedicationStatusCode_Value.

View Source
var (
	MessageEventCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "CODE_SYSTEM_EXPAND",
		2:  "MEDICATION_ADMINISTRATION_COMPLETE",
		3:  "MEDICATION_ADMINISTRATION_NULLIFICATION",
		4:  "MEDICATION_ADMINISTRATION_RECORDING",
		5:  "MEDICATION_ADMINISTRATION_UPDATE",
		6:  "ADMIN_NOTIFY",
		7:  "COMMUNICATION_REQUEST",
		8:  "DIAGNOSTICREPORT_PROVIDE",
		9:  "OBSERVATION_PROVIDE",
		10: "PATIENT_LINK",
		11: "PATIENT_UNLINK",
		12: "VALUESET_EXPAND",
	}
	MessageEventCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":                   0,
		"CODE_SYSTEM_EXPAND":                      1,
		"MEDICATION_ADMINISTRATION_COMPLETE":      2,
		"MEDICATION_ADMINISTRATION_NULLIFICATION": 3,
		"MEDICATION_ADMINISTRATION_RECORDING":     4,
		"MEDICATION_ADMINISTRATION_UPDATE":        5,
		"ADMIN_NOTIFY":                            6,
		"COMMUNICATION_REQUEST":                   7,
		"DIAGNOSTICREPORT_PROVIDE":                8,
		"OBSERVATION_PROVIDE":                     9,
		"PATIENT_LINK":                            10,
		"PATIENT_UNLINK":                          11,
		"VALUESET_EXPAND":                         12,
	}
)

Enum value maps for MessageEventCode_Value.

View Source
var (
	MessageHeaderResponseRequestCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ALWAYS",
		2: "ON_ERROR",
		3: "NEVER",
		4: "ON_SUCCESS",
	}
	MessageHeaderResponseRequestCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ALWAYS":                1,
		"ON_ERROR":              2,
		"NEVER":                 3,
		"ON_SUCCESS":            4,
	}
)

Enum value maps for MessageHeaderResponseRequestCode_Value.

View Source
var (
	ExampleMessageReasonCodesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ADMIT",
		2: "DISCHARGE",
		3: "ABSENT",
		4: "RETURN",
		5: "MOVED",
		6: "EDIT",
	}
	ExampleMessageReasonCodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ADMIT":                 1,
		"DISCHARGE":             2,
		"ABSENT":                3,
		"RETURN":                4,
		"MOVED":                 5,
		"EDIT":                  6,
	}
)

Enum value maps for ExampleMessageReasonCodesCode_Value.

View Source
var (
	MessageSignificanceCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CONSEQUENCE",
		2: "CURRENCY",
		3: "NOTIFICATION",
	}
	MessageSignificanceCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CONSEQUENCE":           1,
		"CURRENCY":              2,
		"NOTIFICATION":          3,
	}
)

Enum value maps for MessageSignificanceCategoryCode_Value.

View Source
var (
	MessageTransportCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "HTTP",
		2: "FTP",
		3: "MLLP",
	}
	MessageTransportCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"HTTP":                  1,
		"FTP":                   2,
		"MLLP":                  3,
	}
)

Enum value maps for MessageTransportCode_Value.

View Source
var (
	DeviceMetricCalibrationStateCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "NOT_CALIBRATED",
		2: "CALIBRATION_REQUIRED",
		3: "CALIBRATED",
		4: "UNSPECIFIED",
	}
	DeviceMetricCalibrationStateCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NOT_CALIBRATED":        1,
		"CALIBRATION_REQUIRED":  2,
		"CALIBRATED":            3,
		"UNSPECIFIED":           4,
	}
)

Enum value maps for DeviceMetricCalibrationStateCode_Value.

View Source
var (
	DeviceMetricCalibrationTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "UNSPECIFIED",
		2: "OFFSET",
		3: "GAIN",
		4: "TWO_POINT",
	}
	DeviceMetricCalibrationTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"UNSPECIFIED":           1,
		"OFFSET":                2,
		"GAIN":                  3,
		"TWO_POINT":             4,
	}
)

Enum value maps for DeviceMetricCalibrationTypeCode_Value.

View Source
var (
	DeviceMetricCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "MEASUREMENT",
		2: "SETTING",
		3: "CALCULATION",
		4: "UNSPECIFIED",
	}
	DeviceMetricCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"MEASUREMENT":           1,
		"SETTING":               2,
		"CALCULATION":           3,
		"UNSPECIFIED":           4,
	}
)

Enum value maps for DeviceMetricCategoryCode_Value.

View Source
var (
	DeviceMetricColorCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "BLACK",
		2: "RED",
		3: "GREEN",
		4: "YELLOW",
		5: "BLUE",
		6: "MAGENTA",
		7: "CYAN",
		8: "WHITE",
	}
	DeviceMetricColorCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"BLACK":                 1,
		"RED":                   2,
		"GREEN":                 3,
		"YELLOW":                4,
		"BLUE":                  5,
		"MAGENTA":               6,
		"CYAN":                  7,
		"WHITE":                 8,
	}
)

Enum value maps for DeviceMetricColorCode_Value.

View Source
var (
	DeviceMetricOperationalStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ON",
		2: "OFF",
		3: "STANDBY",
		4: "ENTERED_IN_ERROR",
	}
	DeviceMetricOperationalStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ON":                    1,
		"OFF":                   2,
		"STANDBY":               3,
		"ENTERED_IN_ERROR":      4,
	}
)

Enum value maps for DeviceMetricOperationalStatusCode_Value.

View Source
var (
	HumanNameAssemblyOrderCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "NL1",
		2: "NL2",
		3: "NL3",
		4: "NL4",
	}
	HumanNameAssemblyOrderCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NL1":                   1,
		"NL2":                   2,
		"NL3":                   3,
		"NL4":                   4,
	}
)

Enum value maps for HumanNameAssemblyOrderCode_Value.

View Source
var (
	NameRepresentationUseCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ABC",
		2: "IDE",
		3: "SYL",
	}
	NameRepresentationUseCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ABC":                   1,
		"IDE":                   2,
		"SYL":                   3,
	}
)

Enum value maps for NameRepresentationUseCode_Value.

View Source
var (
	NamingSystemIdentifierTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "OID",
		2: "UUID",
		3: "URI",
		4: "OTHER",
	}
	NamingSystemIdentifierTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"OID":                   1,
		"UUID":                  2,
		"URI":                   3,
		"OTHER":                 4,
	}
)

Enum value maps for NamingSystemIdentifierTypeCode_Value.

View Source
var (
	NamingSystemTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CODESYSTEM",
		2: "IDENTIFIER",
		3: "ROOT",
	}
	NamingSystemTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CODESYSTEM":            1,
		"IDENTIFIER":            2,
		"ROOT":                  3,
	}
)

Enum value maps for NamingSystemTypeCode_Value.

View Source
var (
	AuditEventAgentNetworkTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "MACHINE_NAME",
		2: "IP_ADDRESS",
		3: "TELEPHONE_NUMBER",
		4: "EMAIL_ADDRESS",
		5: "URI",
	}
	AuditEventAgentNetworkTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"MACHINE_NAME":          1,
		"IP_ADDRESS":            2,
		"TELEPHONE_NUMBER":      3,
		"EMAIL_ADDRESS":         4,
		"URI":                   5,
	}
)

Enum value maps for AuditEventAgentNetworkTypeCode_Value.

View Source
var (
	NoteTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DISPLAY",
		2: "PRINT",
		3: "PRINTOPER",
	}
	NoteTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DISPLAY":               1,
		"PRINT":                 2,
		"PRINTOPER":             3,
	}
)

Enum value maps for NoteTypeCode_Value.

View Source
var (
	NullFlavorCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "NI",
		2:  "INV",
		3:  "DER",
		4:  "OTH",
		5:  "NINF",
		6:  "PINF",
		7:  "UNC",
		8:  "MSK",
		9:  "NA",
		10: "UNK",
		11: "ASKU",
		12: "NAV",
		13: "NASK",
		14: "NAVU",
		15: "QS",
		16: "TRC",
		17: "NP",
	}
	NullFlavorCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NI":                    1,
		"INV":                   2,
		"DER":                   3,
		"OTH":                   4,
		"NINF":                  5,
		"PINF":                  6,
		"UNC":                   7,
		"MSK":                   8,
		"NA":                    9,
		"UNK":                   10,
		"ASKU":                  11,
		"NAV":                   12,
		"NASK":                  13,
		"NAVU":                  14,
		"QS":                    15,
		"TRC":                   16,
		"NP":                    17,
	}
)

Enum value maps for NullFlavorCode_Value.

View Source
var (
	NutritionOrderStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PROPOSED",
		2: "DRAFT",
		3: "PLANNED",
		4: "REQUESTED",
		5: "ACTIVE",
		6: "ON_HOLD",
		7: "COMPLETED",
		8: "CANCELLED",
		9: "ENTERED_IN_ERROR",
	}
	NutritionOrderStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROPOSED":              1,
		"DRAFT":                 2,
		"PLANNED":               3,
		"REQUESTED":             4,
		"ACTIVE":                5,
		"ON_HOLD":               6,
		"COMPLETED":             7,
		"CANCELLED":             8,
		"ENTERED_IN_ERROR":      9,
	}
)

Enum value maps for NutritionOrderStatusCode_Value.

View Source
var (
	ObservationCategoryCodesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "SOCIAL_HISTORY",
		2: "VITAL_SIGNS",
		3: "IMAGING",
		4: "LABORATORY",
		5: "PROCEDURE",
		6: "SURVEY",
		7: "EXAM",
		8: "THERAPY",
	}
	ObservationCategoryCodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"SOCIAL_HISTORY":        1,
		"VITAL_SIGNS":           2,
		"IMAGING":               3,
		"LABORATORY":            4,
		"PROCEDURE":             5,
		"SURVEY":                6,
		"EXAM":                  7,
		"THERAPY":               8,
	}
)

Enum value maps for ObservationCategoryCodesCode_Value.

View Source
var (
	ObservationRelationshipTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "HAS_MEMBER",
		2: "DERIVED_FROM",
		3: "SEQUEL_TO",
		4: "REPLACES",
		5: "QUALIFIED_BY",
		6: "INTERFERED_BY",
	}
	ObservationRelationshipTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"HAS_MEMBER":            1,
		"DERIVED_FROM":          2,
		"SEQUEL_TO":             3,
		"REPLACES":              4,
		"QUALIFIED_BY":          5,
		"INTERFERED_BY":         6,
	}
)

Enum value maps for ObservationRelationshipTypeCode_Value.

View Source
var (
	StatisticsCodeCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "AVERAGE",
		2:  "MAXIMUM",
		3:  "MINIMUM",
		4:  "COUNT",
		5:  "TOTALCOUNT",
		6:  "MEDIAN",
		7:  "STD_DEV",
		8:  "SUM",
		9:  "VARIANCE",
		10: "TWENTY_PERCENT",
		11: "EIGHTY_PERCENT",
		12: "FOUR_LOWER",
		13: "FOUR_UPPER",
		14: "FOUR_DEV",
		15: "FIVE_ONE",
		16: "FIVE_TWO",
		17: "FIVE_THREE",
		18: "FIVE_FOUR",
		19: "SKEW",
		20: "KURTOSIS",
		21: "REGRESSION",
	}
	StatisticsCodeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"AVERAGE":               1,
		"MAXIMUM":               2,
		"MINIMUM":               3,
		"COUNT":                 4,
		"TOTALCOUNT":            5,
		"MEDIAN":                6,
		"STD_DEV":               7,
		"SUM":                   8,
		"VARIANCE":              9,
		"TWENTY_PERCENT":        10,
		"EIGHTY_PERCENT":        11,
		"FOUR_LOWER":            12,
		"FOUR_UPPER":            13,
		"FOUR_DEV":              14,
		"FIVE_ONE":              15,
		"FIVE_TWO":              16,
		"FIVE_THREE":            17,
		"FIVE_FOUR":             18,
		"SKEW":                  19,
		"KURTOSIS":              20,
		"REGRESSION":            21,
	}
)

Enum value maps for StatisticsCodeCode_Value.

View Source
var (
	ObservationStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "REGISTERED",
		2: "PRELIMINARY",
		3: "FINAL",
		4: "AMENDED",
		5: "CORRECTED",
		6: "CANCELLED",
		7: "ENTERED_IN_ERROR",
		8: "UNKNOWN",
	}
	ObservationStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"REGISTERED":            1,
		"PRELIMINARY":           2,
		"FINAL":                 3,
		"AMENDED":               4,
		"CORRECTED":             5,
		"CANCELLED":             6,
		"ENTERED_IN_ERROR":      7,
		"UNKNOWN":               8,
	}
)

Enum value maps for ObservationStatusCode_Value.

View Source
var (
	DeviceComponentOperationalStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "OFF",
		2: "ON",
		3: "NOT_READY",
		4: "STANDBY",
		5: "TRANSDUC_DISCON",
		6: "HW_DISCON",
		7: "ENTERED_IN_ERROR",
	}
	DeviceComponentOperationalStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"OFF":                   1,
		"ON":                    2,
		"NOT_READY":             3,
		"STANDBY":               4,
		"TRANSDUC_DISCON":       5,
		"HW_DISCON":             6,
		"ENTERED_IN_ERROR":      7,
	}
)

Enum value maps for DeviceComponentOperationalStatusCode_Value.

View Source
var (
	OperationKindCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "OPERATION",
		2: "QUERY",
	}
	OperationKindCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"OPERATION":             1,
		"QUERY":                 2,
	}
)

Enum value maps for OperationKindCode_Value.

View Source
var (
	OperationOutcomeCodesCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "MSG_AUTH_REQUIRED",
		2:  "MSG_BAD_FORMAT",
		3:  "MSG_BAD_SYNTAX",
		4:  "MSG_CANT_PARSE_CONTENT",
		5:  "MSG_CANT_PARSE_ROOT",
		6:  "MSG_CREATED",
		7:  "MSG_DATE_FORMAT",
		8:  "MSG_DELETED",
		9:  "MSG_DELETED_DONE",
		10: "MSG_DELETED_ID",
		11: "MSG_DUPLICATE_ID",
		12: "MSG_ERROR_PARSING",
		13: "MSG_ID_INVALID",
		14: "MSG_ID_TOO_LONG",
		15: "MSG_INVALID_ID",
		16: "MSG_JSON_OBJECT",
		17: "MSG_LOCAL_FAIL",
		18: "MSG_NO_MATCH",
		19: "MSG_NO_EXIST",
		20: "MSG_NO_MODULE",
		21: "MSG_NO_SUMMARY",
		22: "MSG_OP_NOT_ALLOWED",
		23: "MSG_PARAM_CHAINED",
		24: "MSG_PARAM_NO_REPEAT",
		25: "MSG_PARAM_UNKNOWN",
		26: "MSG_PARAM_INVALID",
		27: "MSG_PARAM_MODIFIER_INVALID",
		28: "MSG_RESOURCE_EXAMPLE_PROTECTED",
		29: "MSG_RESOURCE_ID_FAIL",
		30: "MSG_RESOURCE_NOT_ALLOWED",
		31: "MSG_RESOURCE_REQUIRED",
		32: "MSG_RESOURCE_ID_MISMATCH",
		33: "MSG_RESOURCE_ID_MISSING",
		34: "MSG_RESOURCE_TYPE_MISMATCH",
		35: "MSG_SORT_UNKNOWN",
		36: "MSG_TRANSACTION_DUPLICATE_ID",
		37: "MSG_TRANSACTION_MISSING_ID",
		38: "MSG_UNHANDLED_NODE_TYPE",
		39: "MSG_UNKNOWN_CONTENT",
		40: "MSG_UNKNOWN_OPERATION",
		41: "MSG_UNKNOWN_TYPE",
		42: "MSG_UPDATED",
		43: "MSG_VERSION_AWARE",
		44: "MSG_VERSION_AWARE_CONFLICT",
		45: "MSG_VERSION_AWARE_URL",
		46: "MSG_WRONG_NS",
		47: "SEARCH_MULTIPLE",
		48: "UPDATE_MULTIPLE_MATCHES",
		49: "DELETE_MULTIPLE_MATCHES",
		50: "SEARCH_NONE",
	}
	OperationOutcomeCodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":          0,
		"MSG_AUTH_REQUIRED":              1,
		"MSG_BAD_FORMAT":                 2,
		"MSG_BAD_SYNTAX":                 3,
		"MSG_CANT_PARSE_CONTENT":         4,
		"MSG_CANT_PARSE_ROOT":            5,
		"MSG_CREATED":                    6,
		"MSG_DATE_FORMAT":                7,
		"MSG_DELETED":                    8,
		"MSG_DELETED_DONE":               9,
		"MSG_DELETED_ID":                 10,
		"MSG_DUPLICATE_ID":               11,
		"MSG_ERROR_PARSING":              12,
		"MSG_ID_INVALID":                 13,
		"MSG_ID_TOO_LONG":                14,
		"MSG_INVALID_ID":                 15,
		"MSG_JSON_OBJECT":                16,
		"MSG_LOCAL_FAIL":                 17,
		"MSG_NO_MATCH":                   18,
		"MSG_NO_EXIST":                   19,
		"MSG_NO_MODULE":                  20,
		"MSG_NO_SUMMARY":                 21,
		"MSG_OP_NOT_ALLOWED":             22,
		"MSG_PARAM_CHAINED":              23,
		"MSG_PARAM_NO_REPEAT":            24,
		"MSG_PARAM_UNKNOWN":              25,
		"MSG_PARAM_INVALID":              26,
		"MSG_PARAM_MODIFIER_INVALID":     27,
		"MSG_RESOURCE_EXAMPLE_PROTECTED": 28,
		"MSG_RESOURCE_ID_FAIL":           29,
		"MSG_RESOURCE_NOT_ALLOWED":       30,
		"MSG_RESOURCE_REQUIRED":          31,
		"MSG_RESOURCE_ID_MISMATCH":       32,
		"MSG_RESOURCE_ID_MISSING":        33,
		"MSG_RESOURCE_TYPE_MISMATCH":     34,
		"MSG_SORT_UNKNOWN":               35,
		"MSG_TRANSACTION_DUPLICATE_ID":   36,
		"MSG_TRANSACTION_MISSING_ID":     37,
		"MSG_UNHANDLED_NODE_TYPE":        38,
		"MSG_UNKNOWN_CONTENT":            39,
		"MSG_UNKNOWN_OPERATION":          40,
		"MSG_UNKNOWN_TYPE":               41,
		"MSG_UPDATED":                    42,
		"MSG_VERSION_AWARE":              43,
		"MSG_VERSION_AWARE_CONFLICT":     44,
		"MSG_VERSION_AWARE_URL":          45,
		"MSG_WRONG_NS":                   46,
		"SEARCH_MULTIPLE":                47,
		"UPDATE_MULTIPLE_MATCHES":        48,
		"DELETE_MULTIPLE_MATCHES":        49,
		"SEARCH_NONE":                    50,
	}
)

Enum value maps for OperationOutcomeCodesCode_Value.

View Source
var (
	NarrativeStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "GENERATED",
		2: "EXTENSIONS",
		3: "ADDITIONAL",
		4: "EMPTY",
	}
	NarrativeStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"GENERATED":             1,
		"EXTENSIONS":            2,
		"ADDITIONAL":            3,
		"EMPTY":                 4,
	}
)

Enum value maps for NarrativeStatusCode_Value.

View Source
var (
	OperationParameterUseCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "IN",
		2: "OUT",
	}
	OperationParameterUseCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"IN":                    1,
		"OUT":                   2,
	}
)

Enum value maps for OperationParameterUseCode_Value.

View Source
var (
	OrganizationTypeCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "PROV",
		2:  "DEPT",
		3:  "TEAM",
		4:  "GOVT",
		5:  "INS",
		6:  "EDU",
		7:  "RELI",
		8:  "CRS",
		9:  "CG",
		10: "BUS",
		11: "OTHER",
	}
	OrganizationTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROV":                  1,
		"DEPT":                  2,
		"TEAM":                  3,
		"GOVT":                  4,
		"INS":                   5,
		"EDU":                   6,
		"RELI":                  7,
		"CRS":                   8,
		"CG":                    9,
		"BUS":                   10,
		"OTHER":                 11,
	}
)

Enum value maps for OrganizationTypeCode_Value.

View Source
var (
	DeviceComponentParameterGroupCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "HAEMODYNAMIC",
		2: "ECG",
		3: "RESPIRATORY",
		4: "VENTILATION",
		5: "NEUROLOGICAL",
		6: "DRUG_DELIVERY",
		7: "FLUID_CHEMISTRY",
		8: "BLOOD_CHEMISTRY",
		9: "MISCELLANEOUS",
	}
	DeviceComponentParameterGroupCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"HAEMODYNAMIC":          1,
		"ECG":                   2,
		"RESPIRATORY":           3,
		"VENTILATION":           4,
		"NEUROLOGICAL":          5,
		"DRUG_DELIVERY":         6,
		"FLUID_CHEMISTRY":       7,
		"BLOOD_CHEMISTRY":       8,
		"MISCELLANEOUS":         9,
	}
)

Enum value maps for DeviceComponentParameterGroupCode_Value.

View Source
var (
	ParticipantRequiredCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "REQUIRED",
		2: "OPTIONAL",
		3: "INFORMATION_ONLY",
	}
	ParticipantRequiredCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"REQUIRED":              1,
		"OPTIONAL":              2,
		"INFORMATION_ONLY":      3,
	}
)

Enum value maps for ParticipantRequiredCode_Value.

View Source
var (
	ParticipationStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACCEPTED",
		2: "DECLINED",
		3: "TENTATIVE",
		4: "NEEDS_ACTION",
	}
	ParticipationStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACCEPTED":              1,
		"DECLINED":              2,
		"TENTATIVE":             3,
		"NEEDS_ACTION":          4,
	}
)

Enum value maps for ParticipationStatusCode_Value.

View Source
var (
	PlanDefinitionTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ORDER_SET",
		2: "PROTOCOL",
		3: "ECA_RULE",
	}
	PlanDefinitionTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ORDER_SET":             1,
		"PROTOCOL":              2,
		"ECA_RULE":              3,
	}
)

Enum value maps for PlanDefinitionTypeCode_Value.

View Source
var (
	PostalAddressUseTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "BAD_ADDRESS",
		2: "CONFIDENTIAL_ADDRESS",
		3: "PRIMARY_HOME",
		4: "VACATION_HOME",
		5: "DIRECT",
		6: "PUBLIC",
		7: "PHYSICAL_VISIT_ADDRESS",
		8: "POSTAL_ADDRESS",
	}
	PostalAddressUseTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":  0,
		"BAD_ADDRESS":            1,
		"CONFIDENTIAL_ADDRESS":   2,
		"PRIMARY_HOME":           3,
		"VACATION_HOME":          4,
		"DIRECT":                 5,
		"PUBLIC":                 6,
		"PHYSICAL_VISIT_ADDRESS": 7,
		"POSTAL_ADDRESS":         8,
	}
)

Enum value maps for PostalAddressUseTypeCode_Value.

View Source
var (
	PractitionerRoleCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DOCTOR",
		2: "NURSE",
		3: "PHARMACIST",
		4: "RESEARCHER",
		5: "TEACHER",
		6: "ICT",
	}
	PractitionerRoleCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DOCTOR":                1,
		"NURSE":                 2,
		"PHARMACIST":            3,
		"RESEARCHER":            4,
		"TEACHER":               5,
		"ICT":                   6,
	}
)

Enum value maps for PractitionerRoleCode_Value.

View Source
var (
	PractitionerSpecialtyCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CARDIO",
		2: "DENT",
		3: "DIETARY",
		4: "MIDW",
		5: "SYSARCH",
	}
	PractitionerSpecialtyCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CARDIO":                1,
		"DENT":                  2,
		"DIETARY":               3,
		"MIDW":                  4,
		"SYSARCH":               5,
	}
)

Enum value maps for PractitionerSpecialtyCode_Value.

View Source
var (
	ProcedureProgressStatusCodesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "IN_OPERATING_ROOM",
		2: "PREPARED",
		3: "ANESTHESIA_INDUCED",
		4: "OPEN_INCISION",
		5: "CLOSED_INCISION",
		6: "IN_RECOVERY_ROOM",
	}
	ProcedureProgressStatusCodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"IN_OPERATING_ROOM":     1,
		"PREPARED":              2,
		"ANESTHESIA_INDUCED":    3,
		"OPEN_INCISION":         4,
		"CLOSED_INCISION":       5,
		"IN_RECOVERY_ROOM":      6,
	}
)

Enum value maps for ProcedureProgressStatusCodesCode_Value.

View Source
var (
	ProvenanceEntityRoleCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DERIVATION",
		2: "REVISION",
		3: "QUOTATION",
		4: "SOURCE",
		5: "REMOVAL",
	}
	ProvenanceEntityRoleCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DERIVATION":            1,
		"REVISION":              2,
		"QUOTATION":             3,
		"SOURCE":                4,
		"REMOVAL":               5,
	}
)

Enum value maps for ProvenanceEntityRoleCode_Value.

View Source
var (
	PublicationStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DRAFT",
		2: "ACTIVE",
		3: "RETIRED",
		4: "UNKNOWN",
	}
	PublicationStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DRAFT":                 1,
		"ACTIVE":                2,
		"RETIRED":               3,
		"UNKNOWN":               4,
	}
)

Enum value maps for PublicationStatusCode_Value.

View Source
var (
	QualityTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "INDEL",
		2: "SNP",
		3: "UNKNOWN",
	}
	QualityTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INDEL":                 1,
		"SNP":                   2,
		"UNKNOWN":               3,
	}
)

Enum value maps for QualityTypeCode_Value.

View Source
var (
	MaxOccursCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "MAX",
	}
	MaxOccursCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"MAX":                   1,
	}
)

Enum value maps for MaxOccursCode_Value.

View Source
var (
	QuestionnaireResponseStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "IN_PROGRESS",
		2: "COMPLETED",
		3: "AMENDED",
		4: "ENTERED_IN_ERROR",
		5: "STOPPED",
	}
	QuestionnaireResponseStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"IN_PROGRESS":           1,
		"COMPLETED":             2,
		"AMENDED":               3,
		"ENTERED_IN_ERROR":      4,
		"STOPPED":               5,
	}
)

Enum value maps for QuestionnaireResponseStatusCode_Value.

View Source
var (
	QuestionnaireTextCategoriesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "INSTRUCTIONS",
		2: "SECURITY",
	}
	QuestionnaireTextCategoriesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INSTRUCTIONS":          1,
		"SECURITY":              2,
	}
)

Enum value maps for QuestionnaireTextCategoriesCode_Value.

View Source
var (
	QuestionnaireItemUIControlCodesCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "LIST",
		2:  "TABLE",
		3:  "HEADER",
		4:  "FOOTER",
		5:  "INLINE",
		6:  "PROMPT",
		7:  "UNIT",
		8:  "LOWER",
		9:  "UPPER",
		10: "FLYOVER",
		11: "HELP",
		12: "AUTOCOMPLETE",
		13: "DROP_DOWN",
		14: "CHECK_BOX",
		15: "LOOKUP",
		16: "RADIO_BUTTON",
		17: "SLIDER",
		18: "SPINNER",
		19: "TEXT_BOX",
	}
	QuestionnaireItemUIControlCodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"LIST":                  1,
		"TABLE":                 2,
		"HEADER":                3,
		"FOOTER":                4,
		"INLINE":                5,
		"PROMPT":                6,
		"UNIT":                  7,
		"LOWER":                 8,
		"UPPER":                 9,
		"FLYOVER":               10,
		"HELP":                  11,
		"AUTOCOMPLETE":          12,
		"DROP_DOWN":             13,
		"CHECK_BOX":             14,
		"LOOKUP":                15,
		"RADIO_BUTTON":          16,
		"SLIDER":                17,
		"SPINNER":               18,
		"TEXT_BOX":              19,
	}
)

Enum value maps for QuestionnaireItemUIControlCodesCode_Value.

View Source
var (
	QuestionnaireItemUsageModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CAPTURE_DISPLAY",
		2: "CAPTURE",
		3: "DISPLAY",
		4: "DISPLAY_NON_EMPTY",
		5: "CAPTURE_DISPLAY_NON_EMPTY",
	}
	QuestionnaireItemUsageModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":     0,
		"CAPTURE_DISPLAY":           1,
		"CAPTURE":                   2,
		"DISPLAY":                   3,
		"DISPLAY_NON_EMPTY":         4,
		"CAPTURE_DISPLAY_NON_EMPTY": 5,
	}
)

Enum value maps for QuestionnaireItemUsageModeCode_Value.

View Source
var (
	AllergyIntoleranceCertaintyCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "UNLIKELY",
		2: "LIKELY",
		3: "CONFIRMED",
		4: "UNKNOWN",
	}
	AllergyIntoleranceCertaintyCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"UNLIKELY":              1,
		"LIKELY":                2,
		"CONFIRMED":             3,
		"UNKNOWN":               4,
	}
)

Enum value maps for AllergyIntoleranceCertaintyCode_Value.

View Source
var (
	AllergyIntoleranceSeverityCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "MILD",
		2: "MODERATE",
		3: "SEVERE",
	}
	AllergyIntoleranceSeverityCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"MILD":                  1,
		"MODERATE":              2,
		"SEVERE":                3,
	}
)

Enum value maps for AllergyIntoleranceSeverityCode_Value.

View Source
var (
	ReasonMedicationGivenCodesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "A",
		2: "B",
		3: "C",
	}
	ReasonMedicationGivenCodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"A":                     1,
		"B":                     2,
		"C":                     3,
	}
)

Enum value maps for ReasonMedicationGivenCodesCode_Value.

View Source
var (
	ReferenceHandlingPolicyCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "LITERAL",
		2: "LOGICAL",
		3: "RESOLVES",
		4: "ENFORCED",
		5: "LOCAL",
	}
	ReferenceHandlingPolicyCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"LITERAL":               1,
		"LOGICAL":               2,
		"RESOLVES":              3,
		"ENFORCED":              4,
		"LOCAL":                 5,
	}
)

Enum value maps for ReferenceHandlingPolicyCode_Value.

View Source
var (
	RelatedArtifactTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DOCUMENTATION",
		2: "JUSTIFICATION",
		3: "CITATION",
		4: "PREDECESSOR",
		5: "SUCCESSOR",
		6: "DERIVED_FROM",
		7: "DEPENDS_ON",
		8: "COMPOSED_OF",
	}
	RelatedArtifactTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DOCUMENTATION":         1,
		"JUSTIFICATION":         2,
		"CITATION":              3,
		"PREDECESSOR":           4,
		"SUCCESSOR":             5,
		"DERIVED_FROM":          6,
		"DEPENDS_ON":            7,
		"COMPOSED_OF":           8,
	}
)

Enum value maps for RelatedArtifactTypeCode_Value.

View Source
var (
	ObservationReferenceRangeMeaningCodesCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "NORMAL",
		2:  "RECOMMENDED",
		3:  "TREATMENT",
		4:  "THERAPEUTIC",
		5:  "PRE",
		6:  "POST",
		7:  "PRE_PUBERTY",
		8:  "FOLLICULAR",
		9:  "MIDCYCLE",
		10: "LUTEAL",
		11: "POSTMEOPAUSAL",
	}
	ObservationReferenceRangeMeaningCodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NORMAL":                1,
		"RECOMMENDED":           2,
		"TREATMENT":             3,
		"THERAPEUTIC":           4,
		"PRE":                   5,
		"POST":                  6,
		"PRE_PUBERTY":           7,
		"FOLLICULAR":            8,
		"MIDCYCLE":              9,
		"LUTEAL":                10,
		"POSTMEOPAUSAL":         11,
	}
)

Enum value maps for ObservationReferenceRangeMeaningCodesCode_Value.

View Source
var (
	TestReportActionResultCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PASS",
		2: "SKIP",
		3: "FAIL",
		4: "WARNING",
		5: "ERROR",
	}
	TestReportActionResultCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PASS":                  1,
		"SKIP":                  2,
		"FAIL":                  3,
		"WARNING":               4,
		"ERROR":                 5,
	}
)

Enum value maps for TestReportActionResultCode_Value.

View Source
var (
	TestReportParticipantTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "TEST_ENGINE",
		2: "CLIENT",
		3: "SERVER",
	}
	TestReportParticipantTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"TEST_ENGINE":           1,
		"CLIENT":                2,
		"SERVER":                3,
	}
)

Enum value maps for TestReportParticipantTypeCode_Value.

View Source
var (
	TestReportResultCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PASS",
		2: "FAIL",
		3: "PENDING",
	}
	TestReportResultCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PASS":                  1,
		"FAIL":                  2,
		"PENDING":               3,
	}
)

Enum value maps for TestReportResultCode_Value.

View Source
var (
	TestReportStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "COMPLETED",
		2: "IN_PROGRESS",
		3: "WAITING",
		4: "STOPPED",
		5: "ENTERED_IN_ERROR",
	}
	TestReportStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"COMPLETED":             1,
		"IN_PROGRESS":           2,
		"WAITING":               3,
		"STOPPED":               4,
		"ENTERED_IN_ERROR":      5,
	}
)

Enum value maps for TestReportStatusCode_Value.

View Source
var (
	RepositoryTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DIRECTLINK",
		2: "OPENAPI",
		3: "LOGIN",
		4: "OAUTH",
		5: "OTHER",
	}
	RepositoryTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DIRECTLINK":            1,
		"OPENAPI":               2,
		"LOGIN":                 3,
		"OAUTH":                 4,
		"OTHER":                 5,
	}
)

Enum value maps for RepositoryTypeCode_Value.

View Source
var (
	RequestIntentCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PROPOSAL",
		2: "PLAN",
		3: "ORDER",
		4: "ORIGINAL_ORDER",
		5: "REFLEX_ORDER",
		6: "FILLER_ORDER",
		7: "INSTANCE_ORDER",
		8: "OPTION",
	}
	RequestIntentCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROPOSAL":              1,
		"PLAN":                  2,
		"ORDER":                 3,
		"ORIGINAL_ORDER":        4,
		"REFLEX_ORDER":          5,
		"FILLER_ORDER":          6,
		"INSTANCE_ORDER":        7,
		"OPTION":                8,
	}
)

Enum value maps for RequestIntentCode_Value.

View Source
var (
	RequestPriorityCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ROUTINE",
		2: "URGENT",
		3: "ASAP",
		4: "STAT",
	}
	RequestPriorityCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ROUTINE":               1,
		"URGENT":                2,
		"ASAP":                  3,
		"STAT":                  4,
	}
)

Enum value maps for RequestPriorityCode_Value.

View Source
var (
	RequestStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DRAFT",
		2: "ACTIVE",
		3: "SUSPENDED",
		4: "CANCELLED",
		5: "COMPLETED",
		6: "ENTERED_IN_ERROR",
		7: "UNKNOWN",
	}
	RequestStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DRAFT":                 1,
		"ACTIVE":                2,
		"SUSPENDED":             3,
		"CANCELLED":             4,
		"COMPLETED":             5,
		"ENTERED_IN_ERROR":      6,
		"UNKNOWN":               7,
	}
)

Enum value maps for RequestStatusCode_Value.

View Source
var (
	ResearchStudyStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DRAFT",
		2: "IN_PROGRESS",
		3: "SUSPENDED",
		4: "STOPPED",
		5: "COMPLETED",
		6: "ENTERED_IN_ERROR",
	}
	ResearchStudyStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DRAFT":                 1,
		"IN_PROGRESS":           2,
		"SUSPENDED":             3,
		"STOPPED":               4,
		"COMPLETED":             5,
		"ENTERED_IN_ERROR":      6,
	}
)

Enum value maps for ResearchStudyStatusCode_Value.

View Source
var (
	ResearchSubjectStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CANDIDATE",
		2: "ENROLLED",
		3: "ACTIVE",
		4: "SUSPENDED",
		5: "WITHDRAWN",
		6: "COMPLETED",
	}
	ResearchSubjectStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CANDIDATE":             1,
		"ENROLLED":              2,
		"ACTIVE":                3,
		"SUSPENDED":             4,
		"WITHDRAWN":             5,
		"COMPLETED":             6,
	}
)

Enum value maps for ResearchSubjectStatusCode_Value.

View Source
var (
	PayeeResourceTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ORGANIZATION",
		2: "PATIENT",
		3: "PRACTITIONER",
		4: "RELATEDPERSON",
	}
	PayeeResourceTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ORGANIZATION":          1,
		"PATIENT":               2,
		"PRACTITIONER":          3,
		"RELATEDPERSON":         4,
	}
)

Enum value maps for PayeeResourceTypeCode_Value.

View Source
var (
	ResourceTypeCode_Value_name = map[int32]string{}/* 120 elements not displayed */

	ResourceTypeCode_Value_value = map[string]int32{}/* 120 elements not displayed */

)

Enum value maps for ResourceTypeCode_Value.

View Source
var (
	ResourceValidationModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CREATE",
		2: "UPDATE",
		3: "DELETE",
	}
	ResourceValidationModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CREATE":                1,
		"UPDATE":                2,
		"DELETE":                3,
	}
)

Enum value maps for ResourceValidationModeCode_Value.

View Source
var (
	ResponseTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "OK",
		2: "TRANSIENT_ERROR",
		3: "FATAL_ERROR",
	}
	ResponseTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"OK":                    1,
		"TRANSIENT_ERROR":       2,
		"FATAL_ERROR":           3,
	}
)

Enum value maps for ResponseTypeCode_Value.

View Source
var (
	RestfulCapabilityModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CLIENT",
		2: "SERVER",
	}
	RestfulCapabilityModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CLIENT":                1,
		"SERVER":                2,
	}
)

Enum value maps for RestfulCapabilityModeCode_Value.

View Source
var (
	RestfulSecurityServiceCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "OAUTH",
		2: "SMART_ON_FHIR",
		3: "NTLM",
		4: "BASIC",
		5: "KERBEROS",
		6: "CERTIFICATES",
	}
	RestfulSecurityServiceCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"OAUTH":                 1,
		"SMART_ON_FHIR":         2,
		"NTLM":                  3,
		"BASIC":                 4,
		"KERBEROS":              5,
		"CERTIFICATES":          6,
	}
)

Enum value maps for RestfulSecurityServiceCode_Value.

View Source
var (
	RiskProbabilityCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "NEGLIGIBLE",
		2: "LOW",
		3: "MODERATE",
		4: "HIGH",
		5: "CERTAIN",
	}
	RiskProbabilityCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NEGLIGIBLE":            1,
		"LOW":                   2,
		"MODERATE":              3,
		"HIGH":                  4,
		"CERTAIN":               5,
	}
)

Enum value maps for RiskProbabilityCode_Value.

View Source
var (
	SearchComparatorCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "EQ",
		2: "NE",
		3: "GT",
		4: "LT",
		5: "GE",
		6: "LE",
		7: "SA",
		8: "EB",
		9: "AP",
	}
	SearchComparatorCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"EQ":                    1,
		"NE":                    2,
		"GT":                    3,
		"LT":                    4,
		"GE":                    5,
		"LE":                    6,
		"SA":                    7,
		"EB":                    8,
		"AP":                    9,
	}
)

Enum value maps for SearchComparatorCode_Value.

View Source
var (
	SearchEntryModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "MATCH",
		2: "INCLUDE",
		3: "OUTCOME",
	}
	SearchEntryModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"MATCH":                 1,
		"INCLUDE":               2,
		"OUTCOME":               3,
	}
)

Enum value maps for SearchEntryModeCode_Value.

View Source
var (
	SearchModifierCodeCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "MISSING",
		2:  "EXACT",
		3:  "CONTAINS",
		4:  "NOT",
		5:  "TEXT",
		6:  "IN",
		7:  "NOT_IN",
		8:  "BELOW",
		9:  "ABOVE",
		10: "TYPE",
	}
	SearchModifierCodeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"MISSING":               1,
		"EXACT":                 2,
		"CONTAINS":              3,
		"NOT":                   4,
		"TEXT":                  5,
		"IN":                    6,
		"NOT_IN":                7,
		"BELOW":                 8,
		"ABOVE":                 9,
		"TYPE":                  10,
	}
)

Enum value maps for SearchModifierCodeCode_Value.

View Source
var (
	SearchParamTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "NUMBER",
		2: "DATE",
		3: "STRING",
		4: "TOKEN",
		5: "REFERENCE",
		6: "COMPOSITE",
		7: "QUANTITY",
		8: "URI",
	}
	SearchParamTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NUMBER":                1,
		"DATE":                  2,
		"STRING":                3,
		"TOKEN":                 4,
		"REFERENCE":             5,
		"COMPOSITE":             6,
		"QUANTITY":              7,
		"URI":                   8,
	}
)

Enum value maps for SearchParamTypeCode_Value.

View Source
var (
	XPathUsageTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "NORMAL",
		2: "PHONETIC",
		3: "NEARBY",
		4: "DISTANCE",
		5: "OTHER",
	}
	XPathUsageTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NORMAL":                1,
		"PHONETIC":              2,
		"NEARBY":                3,
		"DISTANCE":              4,
		"OTHER":                 5,
	}
)

Enum value maps for XPathUsageTypeCode_Value.

View Source
var (
	SequenceTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "AA",
		2: "DNA",
		3: "RNA",
	}
	SequenceTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"AA":                    1,
		"DNA":                   2,
		"RNA":                   3,
	}
)

Enum value maps for SequenceTypeCode_Value.

View Source
var (
	ServiceProvisionConditionsCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "FREE",
		2: "DISC",
		3: "COST",
	}
	ServiceProvisionConditionsCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"FREE":                  1,
		"DISC":                  2,
		"COST":                  3,
	}
)

Enum value maps for ServiceProvisionConditionsCode_Value.

View Source
var (
	ReferralMethodCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "FAX",
		2: "PHONE",
		3: "ELEC",
		4: "SEMAIL",
		5: "MAIL",
	}
	ReferralMethodCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"FAX":                   1,
		"PHONE":                 2,
		"ELEC":                  3,
		"SEMAIL":                4,
		"MAIL":                  5,
	}
)

Enum value maps for ReferralMethodCode_Value.

View Source
var (
	SlotStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "BUSY",
		2: "FREE",
		3: "BUSY_UNAVAILABLE",
		4: "BUSY_TENTATIVE",
		5: "ENTERED_IN_ERROR",
	}
	SlotStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"BUSY":                  1,
		"FREE":                  2,
		"BUSY_UNAVAILABLE":      3,
		"BUSY_TENTATIVE":        4,
		"ENTERED_IN_ERROR":      5,
	}
)

Enum value maps for SlotStatusCode_Value.

View Source
var (
	SpecialValuesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "TRUE",
		2: "FALSE",
		3: "TRACE",
		4: "SUFFICIENT",
		5: "WITHDRAWN",
		6: "NIL_KNOWN",
	}
	SpecialValuesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"TRUE":                  1,
		"FALSE":                 2,
		"TRACE":                 3,
		"SUFFICIENT":            4,
		"WITHDRAWN":             5,
		"NIL_KNOWN":             6,
	}
)

Enum value maps for SpecialValuesCode_Value.

View Source
var (
	DeviceSpecificationSpecTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "UNSPECIFIED",
		2: "SERIAL_NUMBER",
		3: "PART_NUMBER",
		4: "HARDWARE_REVISION",
		5: "SOFTWARE_REVISION",
		6: "FIRMWARE_REVISION",
		7: "PROTOCOL_REVISION",
		8: "GMDN",
	}
	DeviceSpecificationSpecTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"UNSPECIFIED":           1,
		"SERIAL_NUMBER":         2,
		"PART_NUMBER":           3,
		"HARDWARE_REVISION":     4,
		"SOFTWARE_REVISION":     5,
		"FIRMWARE_REVISION":     6,
		"PROTOCOL_REVISION":     7,
		"GMDN":                  8,
	}
)

Enum value maps for DeviceSpecificationSpecTypeCode_Value.

View Source
var (
	SpecimenStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "AVAILABLE",
		2: "UNAVAILABLE",
		3: "UNSATISFACTORY",
		4: "ENTERED_IN_ERROR",
	}
	SpecimenStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"AVAILABLE":             1,
		"UNAVAILABLE":           2,
		"UNSATISFACTORY":        3,
		"ENTERED_IN_ERROR":      4,
	}
)

Enum value maps for SpecimenStatusCode_Value.

View Source
var (
	StructureDefinitionKindCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PRIMITIVE_TYPE",
		2: "COMPLEX_TYPE",
		3: "RESOURCE",
		4: "LOGICAL",
	}
	StructureDefinitionKindCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PRIMITIVE_TYPE":        1,
		"COMPLEX_TYPE":          2,
		"RESOURCE":              3,
		"LOGICAL":               4,
	}
)

Enum value maps for StructureDefinitionKindCode_Value.

View Source
var (
	SubscriptionChannelTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "REST_HOOK",
		2: "WEBSOCKET",
		3: "EMAIL",
		4: "SMS",
		5: "MESSAGE",
	}
	SubscriptionChannelTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"REST_HOOK":             1,
		"WEBSOCKET":             2,
		"EMAIL":                 3,
		"SMS":                   4,
		"MESSAGE":               5,
	}
)

Enum value maps for SubscriptionChannelTypeCode_Value.

View Source
var (
	SubscriptionStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "REQUESTED",
		2: "ACTIVE",
		3: "ERROR",
		4: "OFF",
	}
	SubscriptionStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"REQUESTED":             1,
		"ACTIVE":                2,
		"ERROR":                 3,
		"OFF":                   4,
	}
)

Enum value maps for SubscriptionStatusCode_Value.

View Source
var (
	SubscriptionTagCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "QUEUED",
		2: "DELIVERED",
	}
	SubscriptionTagCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"QUEUED":                1,
		"DELIVERED":             2,
	}
)

Enum value maps for SubscriptionTagCode_Value.

View Source
var (
	SubstanceCategoryCodesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ALLERGEN",
		2: "BIOLOGICAL",
		3: "BODY",
		4: "CHEMICAL",
		5: "FOOD",
		6: "DRUG",
		7: "MATERIAL",
	}
	SubstanceCategoryCodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ALLERGEN":              1,
		"BIOLOGICAL":            2,
		"BODY":                  3,
		"CHEMICAL":              4,
		"FOOD":                  5,
		"DRUG":                  6,
		"MATERIAL":              7,
	}
)

Enum value maps for SubstanceCategoryCodesCode_Value.

View Source
var (
	FHIRSubstanceStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "INACTIVE",
		3: "ENTERED_IN_ERROR",
	}
	FHIRSubstanceStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"INACTIVE":              2,
		"ENTERED_IN_ERROR":      3,
	}
)

Enum value maps for FHIRSubstanceStatusCode_Value.

View Source
var (
	SupplyDeliveryStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "IN_PROGRESS",
		2: "COMPLETED",
		3: "ABANDONED",
		4: "ENTERED_IN_ERROR",
	}
	SupplyDeliveryStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"IN_PROGRESS":           1,
		"COMPLETED":             2,
		"ABANDONED":             3,
		"ENTERED_IN_ERROR":      4,
	}
)

Enum value maps for SupplyDeliveryStatusCode_Value.

View Source
var (
	SupplyItemTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "MEDICATION",
		2: "DEVICE",
	}
	SupplyItemTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"MEDICATION":            1,
		"DEVICE":                2,
	}
)

Enum value maps for SupplyItemTypeCode_Value.

View Source
var (
	SupplyTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CENTRAL",
		2: "NONSTOCK",
	}
	SupplyTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CENTRAL":               1,
		"NONSTOCK":              2,
	}
)

Enum value maps for SupplyTypeCode_Value.

View Source
var (
	SupplyRequestReasonCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PATIENT_CARE",
		2: "WARD_STOCK",
	}
	SupplyRequestReasonCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PATIENT_CARE":          1,
		"WARD_STOCK":            2,
	}
)

Enum value maps for SupplyRequestReasonCode_Value.

View Source
var (
	SupplyRequestStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DRAFT",
		2: "ACTIVE",
		3: "SUSPENDED",
		4: "CANCELLED",
		5: "COMPLETED",
		6: "ENTERED_IN_ERROR",
		7: "UNKNOWN",
	}
	SupplyRequestStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DRAFT":                 1,
		"ACTIVE":                2,
		"SUSPENDED":             3,
		"CANCELLED":             4,
		"COMPLETED":             5,
		"ENTERED_IN_ERROR":      6,
		"UNKNOWN":               7,
	}
)

Enum value maps for SupplyRequestStatusCode_Value.

View Source
var (
	SystemRestfulInteractionCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "TRANSACTION",
		2: "BATCH",
		3: "SEARCH_SYSTEM",
		4: "HISTORY_SYSTEM",
	}
	SystemRestfulInteractionCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"TRANSACTION":           1,
		"BATCH":                 2,
		"SEARCH_SYSTEM":         3,
		"HISTORY_SYSTEM":        4,
	}
)

Enum value maps for SystemRestfulInteractionCode_Value.

View Source
var (
	SystemVersionProcessingModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DEFAULT",
		2: "CHECK",
		3: "OVERRIDE",
	}
	SystemVersionProcessingModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DEFAULT":               1,
		"CHECK":                 2,
		"OVERRIDE":              3,
	}
)

Enum value maps for SystemVersionProcessingModeCode_Value.

View Source
var (
	TaskPerformerTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "REQUESTER",
		2: "DISPATCHER",
		3: "SCHEDULER",
		4: "PERFORMER",
		5: "MONITOR",
		6: "MANAGER",
		7: "ACQUIRER",
		8: "REVIEWER",
	}
	TaskPerformerTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"REQUESTER":             1,
		"DISPATCHER":            2,
		"SCHEDULER":             3,
		"PERFORMER":             4,
		"MONITOR":               5,
		"MANAGER":               6,
		"ACQUIRER":              7,
		"REVIEWER":              8,
	}
)

Enum value maps for TaskPerformerTypeCode_Value.

View Source
var (
	TemplateStatusCodeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DRAFT",
		2: "PENDING",
		3: "ACTIVE",
		4: "REVIEW",
		5: "CANCELLED",
		6: "REJECTED",
		7: "RETIRED",
		8: "TERMINATED",
	}
	TemplateStatusCodeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DRAFT":                 1,
		"PENDING":               2,
		"ACTIVE":                3,
		"REVIEW":                4,
		"CANCELLED":             5,
		"REJECTED":              6,
		"RETIRED":               7,
		"TERMINATED":            8,
	}
)

Enum value maps for TemplateStatusCodeCode_Value.

View Source
var (
	TaskStatusCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "DRAFT",
		2:  "REQUESTED",
		3:  "RECEIVED",
		4:  "ACCEPTED",
		5:  "REJECTED",
		6:  "READY",
		7:  "CANCELLED",
		8:  "IN_PROGRESS",
		9:  "ON_HOLD",
		10: "FAILED",
		11: "COMPLETED",
		12: "ENTERED_IN_ERROR",
	}
	TaskStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DRAFT":                 1,
		"REQUESTED":             2,
		"RECEIVED":              3,
		"ACCEPTED":              4,
		"REJECTED":              5,
		"READY":                 6,
		"CANCELLED":             7,
		"IN_PROGRESS":           8,
		"ON_HOLD":               9,
		"FAILED":                10,
		"COMPLETED":             11,
		"ENTERED_IN_ERROR":      12,
	}
)

Enum value maps for TaskStatusCode_Value.

View Source
var (
	TestScriptOperationCodeCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "READ",
		2:  "VREAD",
		3:  "UPDATE",
		4:  "UPDATE_CREATE",
		5:  "DELETE",
		6:  "DELETE_COND_SINGLE",
		7:  "DELETE_COND_MULTIPLE",
		8:  "HISTORY",
		9:  "CREATE",
		10: "SEARCH",
		11: "BATCH",
		12: "TRANSACTION",
		13: "CAPABILITIES",
		14: "APPLY",
		15: "CANCEL",
		16: "CLOSURE",
		17: "COMPOSE",
		18: "CONFORMS",
		19: "DATA_REQUIREMENTS",
		20: "DOCUMENT",
		21: "EVALUATE",
		22: "EVALUATE_MEASURE",
		23: "EVERYTHING",
		24: "EXPAND",
		25: "FAIL",
		26: "FIND",
		27: "FINISH",
		28: "IMPLEMENTS",
		29: "LOOKUP",
		30: "MATCH",
		31: "META",
		32: "META_ADD",
		33: "META_DELETE",
		34: "POPULATE",
		35: "POPULATEHTML",
		36: "POPULATELINK",
		37: "PROCESS_MESSAGE",
		38: "QUESTIONNAIRE",
		39: "RELEASE",
		40: "RESERVE",
		41: "RESUME",
		42: "SET_INPUT",
		43: "SET_OUTPUT",
		44: "START",
		45: "STATS",
		46: "STOP",
		47: "SUBSET",
		48: "SUBSUMES",
		49: "SUSPEND",
		50: "TRANSFORM",
		51: "TRANSLATE",
		52: "VALIDATE",
		53: "VALIDATE_CODE",
	}
	TestScriptOperationCodeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"READ":                  1,
		"VREAD":                 2,
		"UPDATE":                3,
		"UPDATE_CREATE":         4,
		"DELETE":                5,
		"DELETE_COND_SINGLE":    6,
		"DELETE_COND_MULTIPLE":  7,
		"HISTORY":               8,
		"CREATE":                9,
		"SEARCH":                10,
		"BATCH":                 11,
		"TRANSACTION":           12,
		"CAPABILITIES":          13,
		"APPLY":                 14,
		"CANCEL":                15,
		"CLOSURE":               16,
		"COMPOSE":               17,
		"CONFORMS":              18,
		"DATA_REQUIREMENTS":     19,
		"DOCUMENT":              20,
		"EVALUATE":              21,
		"EVALUATE_MEASURE":      22,
		"EVERYTHING":            23,
		"EXPAND":                24,
		"FAIL":                  25,
		"FIND":                  26,
		"FINISH":                27,
		"IMPLEMENTS":            28,
		"LOOKUP":                29,
		"MATCH":                 30,
		"META":                  31,
		"META_ADD":              32,
		"META_DELETE":           33,
		"POPULATE":              34,
		"POPULATEHTML":          35,
		"POPULATELINK":          36,
		"PROCESS_MESSAGE":       37,
		"QUESTIONNAIRE":         38,
		"RELEASE":               39,
		"RESERVE":               40,
		"RESUME":                41,
		"SET_INPUT":             42,
		"SET_OUTPUT":            43,
		"START":                 44,
		"STATS":                 45,
		"STOP":                  46,
		"SUBSET":                47,
		"SUBSUMES":              48,
		"SUSPEND":               49,
		"TRANSFORM":             50,
		"TRANSLATE":             51,
		"VALIDATE":              52,
		"VALIDATE_CODE":         53,
	}
)

Enum value maps for TestScriptOperationCodeCode_Value.

View Source
var (
	TestScriptProfileDestinationTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "FHIR_SERVER",
		2: "FHIR_SDC_FORMMANAGER",
		3: "FHIR_SDC_FORMPROCESSOR",
		4: "FHIR_SDC_FORMRECEIVER",
	}
	TestScriptProfileDestinationTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":  0,
		"FHIR_SERVER":            1,
		"FHIR_SDC_FORMMANAGER":   2,
		"FHIR_SDC_FORMPROCESSOR": 3,
		"FHIR_SDC_FORMRECEIVER":  4,
	}
)

Enum value maps for TestScriptProfileDestinationTypeCode_Value.

View Source
var (
	TestScriptProfileOriginTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "FHIR_CLIENT",
		2: "FHIR_SDC_FORMFILLER",
	}
	TestScriptProfileOriginTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"FHIR_CLIENT":           1,
		"FHIR_SDC_FORMFILLER":   2,
	}
)

Enum value maps for TestScriptProfileOriginTypeCode_Value.

View Source
var (
	TransactionModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "NOT_SUPPORTED",
		2: "BATCH",
		3: "TRANSACTION",
		4: "BOTH",
	}
	TransactionModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NOT_SUPPORTED":         1,
		"BATCH":                 2,
		"TRANSACTION":           3,
		"BOTH":                  4,
	}
)

Enum value maps for TransactionModeCode_Value.

View Source
var (
	TypeDerivationRuleCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "SPECIALIZATION",
		2: "CONSTRAINT",
	}
	TypeDerivationRuleCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"SPECIALIZATION":        1,
		"CONSTRAINT":            2,
	}
)

Enum value maps for TypeDerivationRuleCode_Value.

View Source
var (
	TypeRestfulInteractionCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "READ",
		2: "VREAD",
		3: "UPDATE",
		4: "PATCH",
		5: "DELETE",
		6: "HISTORY_INSTANCE",
		7: "HISTORY_TYPE",
		8: "CREATE",
		9: "SEARCH_TYPE",
	}
	TypeRestfulInteractionCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"READ":                  1,
		"VREAD":                 2,
		"UPDATE":                3,
		"PATCH":                 4,
		"DELETE":                5,
		"HISTORY_INSTANCE":      6,
		"HISTORY_TYPE":          7,
		"CREATE":                8,
		"SEARCH_TYPE":           9,
	}
)

Enum value maps for TypeRestfulInteractionCode_Value.

View Source
var (
	UDIEntryTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "BARCODE",
		2: "RFID",
		3: "MANUAL",
		4: "CARD",
		5: "SELF_REPORTED",
		6: "UNKNOWN",
	}
	UDIEntryTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"BARCODE":               1,
		"RFID":                  2,
		"MANUAL":                3,
		"CARD":                  4,
		"SELF_REPORTED":         5,
		"UNKNOWN":               6,
	}
)

Enum value maps for UDIEntryTypeCode_Value.

View Source
var (
	UnknownContentCodeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "NO",
		2: "EXTENSIONS",
		3: "ELEMENTS",
		4: "BOTH",
	}
	UnknownContentCodeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NO":                    1,
		"EXTENSIONS":            2,
		"ELEMENTS":              3,
		"BOTH":                  4,
	}
)

Enum value maps for UnknownContentCodeCode_Value.

View Source
var (
	UsageContextTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "GENDER",
		2: "AGE",
		3: "FOCUS",
		4: "USER",
		5: "WORKFLOW",
		6: "TASK",
		7: "VENUE",
		8: "SPECIES",
	}
	UsageContextTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"GENDER":                1,
		"AGE":                   2,
		"FOCUS":                 3,
		"USER":                  4,
		"WORKFLOW":              5,
		"TASK":                  6,
		"VENUE":                 7,
		"SPECIES":               8,
	}
)

Enum value maps for UsageContextTypeCode_Value.

View Source
var (
	ConfidentialityClassificationCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "U",
		2: "L",
		3: "M",
		4: "N",
		5: "R",
		6: "V",
	}
	ConfidentialityClassificationCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"U":                     1,
		"L":                     2,
		"M":                     3,
		"N":                     4,
		"R":                     5,
		"V":                     6,
	}
)

Enum value maps for ConfidentialityClassificationCode_Value.

View Source
var (
	VaccinationProtocolDoseStatuscodesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "COUNT",
		2: "NOCOUNT",
	}
	VaccinationProtocolDoseStatuscodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"COUNT":                 1,
		"NOCOUNT":               2,
	}
)

Enum value maps for VaccinationProtocolDoseStatuscodesCode_Value.

View Source
var (
	VaccinationProtocolDoseStatusReasoncodesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ADVSTORAGE",
		2: "COLDCHBRK",
		3: "EXPLOT",
		4: "OUTSIDESCHED",
		5: "PRODRECALL",
	}
	VaccinationProtocolDoseStatusReasoncodesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ADVSTORAGE":            1,
		"COLDCHBRK":             2,
		"EXPLOT":                3,
		"OUTSIDESCHED":          4,
		"PRODRECALL":            5,
	}
)

Enum value maps for VaccinationProtocolDoseStatusReasoncodesCode_Value.

View Source
var (
	SequenceStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "POSITIVE",
		2: "NEGATIVE",
		3: "ABSENT",
	}
	SequenceStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"POSITIVE":              1,
		"NEGATIVE":              2,
		"ABSENT":                3,
	}
)

Enum value maps for SequenceStatusCode_Value.

View Source
var (
	ResourceVersionPolicyCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "NO_VERSION",
		2: "VERSIONED",
		3: "VERSIONED_UPDATE",
	}
	ResourceVersionPolicyCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NO_VERSION":            1,
		"VERSIONED":             2,
		"VERSIONED_UPDATE":      3,
	}
)

Enum value maps for ResourceVersionPolicyCode_Value.

View Source
var (
	VisionBaseCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "UP",
		2: "DOWN",
		3: "IN",
		4: "OUT",
	}
	VisionBaseCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"UP":                    1,
		"DOWN":                  2,
		"IN":                    3,
		"OUT":                   4,
	}
)

Enum value maps for VisionBaseCode_Value.

View Source
var (
	VisionEyesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "RIGHT",
		2: "LEFT",
	}
	VisionEyesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"RIGHT":                 1,
		"LEFT":                  2,
	}
)

Enum value maps for VisionEyesCode_Value.

View Source
var File_proto_google_fhir_proto_stu3_codes_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AbstractTypeCode

type AbstractTypeCode struct {
	Value     AbstractTypeCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.AbstractTypeCode_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
}

A type defined by FHIR that is an abstract type See http://hl7.org/fhir/ValueSet/abstract-types

func (*AbstractTypeCode) Descriptor deprecated

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

Deprecated: Use AbstractTypeCode.ProtoReflect.Descriptor instead.

func (*AbstractTypeCode) GetExtension

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

func (*AbstractTypeCode) GetId

func (*AbstractTypeCode) GetValue

func (*AbstractTypeCode) ProtoMessage

func (*AbstractTypeCode) ProtoMessage()

func (*AbstractTypeCode) ProtoReflect

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

func (*AbstractTypeCode) Reset

func (x *AbstractTypeCode) Reset()

func (*AbstractTypeCode) String

func (x *AbstractTypeCode) String() string

type AbstractTypeCode_Value

type AbstractTypeCode_Value int32
const (
	AbstractTypeCode_INVALID_UNINITIALIZED AbstractTypeCode_Value = 0
	AbstractTypeCode_TYPE                  AbstractTypeCode_Value = 1
	AbstractTypeCode_ANY                   AbstractTypeCode_Value = 2
)

func (AbstractTypeCode_Value) Descriptor

func (AbstractTypeCode_Value) Enum

func (AbstractTypeCode_Value) EnumDescriptor deprecated

func (AbstractTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AbstractTypeCode_Value.Descriptor instead.

func (AbstractTypeCode_Value) Number

func (AbstractTypeCode_Value) String

func (x AbstractTypeCode_Value) String() string

func (AbstractTypeCode_Value) Type

type AccountStatusCode

type AccountStatusCode struct {
	Value     AccountStatusCode_Value         `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.AccountStatusCode_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
}

Indicates whether the account is available to be used. See http://hl7.org/fhir/ValueSet/account-status

func (*AccountStatusCode) Descriptor deprecated

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

Deprecated: Use AccountStatusCode.ProtoReflect.Descriptor instead.

func (*AccountStatusCode) GetExtension

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

func (*AccountStatusCode) GetId

func (*AccountStatusCode) GetValue

func (*AccountStatusCode) ProtoMessage

func (*AccountStatusCode) ProtoMessage()

func (*AccountStatusCode) ProtoReflect

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

func (*AccountStatusCode) Reset

func (x *AccountStatusCode) Reset()

func (*AccountStatusCode) String

func (x *AccountStatusCode) String() string

type AccountStatusCode_Value

type AccountStatusCode_Value int32
const (
	AccountStatusCode_INVALID_UNINITIALIZED AccountStatusCode_Value = 0
	AccountStatusCode_ACTIVE                AccountStatusCode_Value = 1
	AccountStatusCode_INACTIVE              AccountStatusCode_Value = 2
	AccountStatusCode_ENTERED_IN_ERROR      AccountStatusCode_Value = 3
)

func (AccountStatusCode_Value) Descriptor

func (AccountStatusCode_Value) Enum

func (AccountStatusCode_Value) EnumDescriptor deprecated

func (AccountStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AccountStatusCode_Value.Descriptor instead.

func (AccountStatusCode_Value) Number

func (AccountStatusCode_Value) String

func (x AccountStatusCode_Value) String() string

func (AccountStatusCode_Value) Type

type ActionCardinalityBehaviorCode

type ActionCardinalityBehaviorCode struct {
	Value     ActionCardinalityBehaviorCode_Value `` /* 128-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
}

Defines behavior for an action or a group for how many times that item may be repeated See http://hl7.org/fhir/ValueSet/action-cardinality-behavior

func (*ActionCardinalityBehaviorCode) Descriptor deprecated

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

Deprecated: Use ActionCardinalityBehaviorCode.ProtoReflect.Descriptor instead.

func (*ActionCardinalityBehaviorCode) GetExtension

func (*ActionCardinalityBehaviorCode) GetId

func (*ActionCardinalityBehaviorCode) GetValue

func (*ActionCardinalityBehaviorCode) ProtoMessage

func (*ActionCardinalityBehaviorCode) ProtoMessage()

func (*ActionCardinalityBehaviorCode) ProtoReflect

func (*ActionCardinalityBehaviorCode) Reset

func (x *ActionCardinalityBehaviorCode) Reset()

func (*ActionCardinalityBehaviorCode) String

type ActionCardinalityBehaviorCode_Value

type ActionCardinalityBehaviorCode_Value int32
const (
	ActionCardinalityBehaviorCode_INVALID_UNINITIALIZED ActionCardinalityBehaviorCode_Value = 0
	ActionCardinalityBehaviorCode_SINGLE                ActionCardinalityBehaviorCode_Value = 1
	ActionCardinalityBehaviorCode_MULTIPLE              ActionCardinalityBehaviorCode_Value = 2
)

func (ActionCardinalityBehaviorCode_Value) Descriptor

func (ActionCardinalityBehaviorCode_Value) Enum

func (ActionCardinalityBehaviorCode_Value) EnumDescriptor deprecated

func (ActionCardinalityBehaviorCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionCardinalityBehaviorCode_Value.Descriptor instead.

func (ActionCardinalityBehaviorCode_Value) Number

func (ActionCardinalityBehaviorCode_Value) String

func (ActionCardinalityBehaviorCode_Value) Type

type ActionConditionKindCode

type ActionConditionKindCode struct {
	Value     ActionConditionKindCode_Value   `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ActionConditionKindCode_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
}

Defines the kinds of conditions that can appear on actions See http://hl7.org/fhir/ValueSet/action-condition-kind

func (*ActionConditionKindCode) Descriptor deprecated

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

Deprecated: Use ActionConditionKindCode.ProtoReflect.Descriptor instead.

func (*ActionConditionKindCode) GetExtension

func (*ActionConditionKindCode) GetId

func (*ActionConditionKindCode) GetValue

func (*ActionConditionKindCode) ProtoMessage

func (*ActionConditionKindCode) ProtoMessage()

func (*ActionConditionKindCode) ProtoReflect

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

func (*ActionConditionKindCode) Reset

func (x *ActionConditionKindCode) Reset()

func (*ActionConditionKindCode) String

func (x *ActionConditionKindCode) String() string

type ActionConditionKindCode_Value

type ActionConditionKindCode_Value int32
const (
	ActionConditionKindCode_INVALID_UNINITIALIZED ActionConditionKindCode_Value = 0
	ActionConditionKindCode_APPLICABILITY         ActionConditionKindCode_Value = 1
	ActionConditionKindCode_START                 ActionConditionKindCode_Value = 2
	ActionConditionKindCode_STOP                  ActionConditionKindCode_Value = 3
)

func (ActionConditionKindCode_Value) Descriptor

func (ActionConditionKindCode_Value) Enum

func (ActionConditionKindCode_Value) EnumDescriptor deprecated

func (ActionConditionKindCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionConditionKindCode_Value.Descriptor instead.

func (ActionConditionKindCode_Value) Number

func (ActionConditionKindCode_Value) String

func (ActionConditionKindCode_Value) Type

type ActionGroupingBehaviorCode

type ActionGroupingBehaviorCode struct {
	Value     ActionGroupingBehaviorCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ActionGroupingBehaviorCode_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
}

Defines organization behavior of a group See http://hl7.org/fhir/ValueSet/action-grouping-behavior

func (*ActionGroupingBehaviorCode) Descriptor deprecated

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

Deprecated: Use ActionGroupingBehaviorCode.ProtoReflect.Descriptor instead.

func (*ActionGroupingBehaviorCode) GetExtension

func (*ActionGroupingBehaviorCode) GetId

func (*ActionGroupingBehaviorCode) GetValue

func (*ActionGroupingBehaviorCode) ProtoMessage

func (*ActionGroupingBehaviorCode) ProtoMessage()

func (*ActionGroupingBehaviorCode) ProtoReflect

func (*ActionGroupingBehaviorCode) Reset

func (x *ActionGroupingBehaviorCode) Reset()

func (*ActionGroupingBehaviorCode) String

func (x *ActionGroupingBehaviorCode) String() string

type ActionGroupingBehaviorCode_Value

type ActionGroupingBehaviorCode_Value int32
const (
	ActionGroupingBehaviorCode_INVALID_UNINITIALIZED ActionGroupingBehaviorCode_Value = 0
	ActionGroupingBehaviorCode_VISUAL_GROUP          ActionGroupingBehaviorCode_Value = 1
	ActionGroupingBehaviorCode_LOGICAL_GROUP         ActionGroupingBehaviorCode_Value = 2
	ActionGroupingBehaviorCode_SENTENCE_GROUP        ActionGroupingBehaviorCode_Value = 3
)

func (ActionGroupingBehaviorCode_Value) Descriptor

func (ActionGroupingBehaviorCode_Value) Enum

func (ActionGroupingBehaviorCode_Value) EnumDescriptor deprecated

func (ActionGroupingBehaviorCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionGroupingBehaviorCode_Value.Descriptor instead.

func (ActionGroupingBehaviorCode_Value) Number

func (ActionGroupingBehaviorCode_Value) String

func (ActionGroupingBehaviorCode_Value) Type

type ActionListCode

type ActionListCode struct {
	Value     ActionListCode_Value            `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ActionListCode_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
}

List of allowable action which this resource can request. See http://hl7.org/fhir/ValueSet/actionlist

func (*ActionListCode) Descriptor deprecated

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

Deprecated: Use ActionListCode.ProtoReflect.Descriptor instead.

func (*ActionListCode) GetExtension

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

func (*ActionListCode) GetId

func (*ActionListCode) GetValue

func (x *ActionListCode) GetValue() ActionListCode_Value

func (*ActionListCode) ProtoMessage

func (*ActionListCode) ProtoMessage()

func (*ActionListCode) ProtoReflect

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

func (*ActionListCode) Reset

func (x *ActionListCode) Reset()

func (*ActionListCode) String

func (x *ActionListCode) String() string

type ActionListCode_Value

type ActionListCode_Value int32
const (
	ActionListCode_INVALID_UNINITIALIZED ActionListCode_Value = 0
	ActionListCode_CANCEL                ActionListCode_Value = 1
	ActionListCode_POLL                  ActionListCode_Value = 2
	ActionListCode_REPROCESS             ActionListCode_Value = 3
	ActionListCode_STATUS                ActionListCode_Value = 4
)

func (ActionListCode_Value) Descriptor

func (ActionListCode_Value) Enum

func (ActionListCode_Value) EnumDescriptor deprecated

func (ActionListCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionListCode_Value.Descriptor instead.

func (ActionListCode_Value) Number

func (ActionListCode_Value) String

func (x ActionListCode_Value) String() string

func (ActionListCode_Value) Type

type ActionParticipantTypeCode

type ActionParticipantTypeCode struct {
	Value     ActionParticipantTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ActionParticipantTypeCode_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
}

The type of participant for the action See http://hl7.org/fhir/ValueSet/action-participant-type

func (*ActionParticipantTypeCode) Descriptor deprecated

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

Deprecated: Use ActionParticipantTypeCode.ProtoReflect.Descriptor instead.

func (*ActionParticipantTypeCode) GetExtension

func (*ActionParticipantTypeCode) GetId

func (*ActionParticipantTypeCode) GetValue

func (*ActionParticipantTypeCode) ProtoMessage

func (*ActionParticipantTypeCode) ProtoMessage()

func (*ActionParticipantTypeCode) ProtoReflect

func (*ActionParticipantTypeCode) Reset

func (x *ActionParticipantTypeCode) Reset()

func (*ActionParticipantTypeCode) String

func (x *ActionParticipantTypeCode) String() string

type ActionParticipantTypeCode_Value

type ActionParticipantTypeCode_Value int32
const (
	ActionParticipantTypeCode_INVALID_UNINITIALIZED ActionParticipantTypeCode_Value = 0
	ActionParticipantTypeCode_PATIENT               ActionParticipantTypeCode_Value = 1
	ActionParticipantTypeCode_PRACTITIONER          ActionParticipantTypeCode_Value = 2
	ActionParticipantTypeCode_RELATED_PERSON        ActionParticipantTypeCode_Value = 3
)

func (ActionParticipantTypeCode_Value) Descriptor

func (ActionParticipantTypeCode_Value) Enum

func (ActionParticipantTypeCode_Value) EnumDescriptor deprecated

func (ActionParticipantTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionParticipantTypeCode_Value.Descriptor instead.

func (ActionParticipantTypeCode_Value) Number

func (ActionParticipantTypeCode_Value) String

func (ActionParticipantTypeCode_Value) Type

type ActionPrecheckBehaviorCode

type ActionPrecheckBehaviorCode struct {
	Value     ActionPrecheckBehaviorCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ActionPrecheckBehaviorCode_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
}

Defines selection frequency behavior for an action or group See http://hl7.org/fhir/ValueSet/action-precheck-behavior

func (*ActionPrecheckBehaviorCode) Descriptor deprecated

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

Deprecated: Use ActionPrecheckBehaviorCode.ProtoReflect.Descriptor instead.

func (*ActionPrecheckBehaviorCode) GetExtension

func (*ActionPrecheckBehaviorCode) GetId

func (*ActionPrecheckBehaviorCode) GetValue

func (*ActionPrecheckBehaviorCode) ProtoMessage

func (*ActionPrecheckBehaviorCode) ProtoMessage()

func (*ActionPrecheckBehaviorCode) ProtoReflect

func (*ActionPrecheckBehaviorCode) Reset

func (x *ActionPrecheckBehaviorCode) Reset()

func (*ActionPrecheckBehaviorCode) String

func (x *ActionPrecheckBehaviorCode) String() string

type ActionPrecheckBehaviorCode_Value

type ActionPrecheckBehaviorCode_Value int32
const (
	ActionPrecheckBehaviorCode_INVALID_UNINITIALIZED ActionPrecheckBehaviorCode_Value = 0
	ActionPrecheckBehaviorCode_YES                   ActionPrecheckBehaviorCode_Value = 1
	ActionPrecheckBehaviorCode_NO                    ActionPrecheckBehaviorCode_Value = 2
)

func (ActionPrecheckBehaviorCode_Value) Descriptor

func (ActionPrecheckBehaviorCode_Value) Enum

func (ActionPrecheckBehaviorCode_Value) EnumDescriptor deprecated

func (ActionPrecheckBehaviorCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionPrecheckBehaviorCode_Value.Descriptor instead.

func (ActionPrecheckBehaviorCode_Value) Number

func (ActionPrecheckBehaviorCode_Value) String

func (ActionPrecheckBehaviorCode_Value) Type

type ActionRelationshipTypeCode

type ActionRelationshipTypeCode struct {
	Value     ActionRelationshipTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ActionRelationshipTypeCode_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
}

Defines the types of relationships between actions See http://hl7.org/fhir/ValueSet/action-relationship-type

func (*ActionRelationshipTypeCode) Descriptor deprecated

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

Deprecated: Use ActionRelationshipTypeCode.ProtoReflect.Descriptor instead.

func (*ActionRelationshipTypeCode) GetExtension

func (*ActionRelationshipTypeCode) GetId

func (*ActionRelationshipTypeCode) GetValue

func (*ActionRelationshipTypeCode) ProtoMessage

func (*ActionRelationshipTypeCode) ProtoMessage()

func (*ActionRelationshipTypeCode) ProtoReflect

func (*ActionRelationshipTypeCode) Reset

func (x *ActionRelationshipTypeCode) Reset()

func (*ActionRelationshipTypeCode) String

func (x *ActionRelationshipTypeCode) String() string

type ActionRelationshipTypeCode_Value

type ActionRelationshipTypeCode_Value int32
const (
	ActionRelationshipTypeCode_INVALID_UNINITIALIZED ActionRelationshipTypeCode_Value = 0
	ActionRelationshipTypeCode_BEFORE_START          ActionRelationshipTypeCode_Value = 1
	ActionRelationshipTypeCode_BEFORE                ActionRelationshipTypeCode_Value = 2
	ActionRelationshipTypeCode_BEFORE_END            ActionRelationshipTypeCode_Value = 3
	ActionRelationshipTypeCode_CONCURRENT_WITH_START ActionRelationshipTypeCode_Value = 4
	ActionRelationshipTypeCode_CONCURRENT            ActionRelationshipTypeCode_Value = 5
	ActionRelationshipTypeCode_CONCURRENT_WITH_END   ActionRelationshipTypeCode_Value = 6
	ActionRelationshipTypeCode_AFTER_START           ActionRelationshipTypeCode_Value = 7
	ActionRelationshipTypeCode_AFTER                 ActionRelationshipTypeCode_Value = 8
	ActionRelationshipTypeCode_AFTER_END             ActionRelationshipTypeCode_Value = 9
)

func (ActionRelationshipTypeCode_Value) Descriptor

func (ActionRelationshipTypeCode_Value) Enum

func (ActionRelationshipTypeCode_Value) EnumDescriptor deprecated

func (ActionRelationshipTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionRelationshipTypeCode_Value.Descriptor instead.

func (ActionRelationshipTypeCode_Value) Number

func (ActionRelationshipTypeCode_Value) String

func (ActionRelationshipTypeCode_Value) Type

type ActionRequiredBehaviorCode

type ActionRequiredBehaviorCode struct {
	Value     ActionRequiredBehaviorCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ActionRequiredBehaviorCode_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
}

Defines requiredness behavior for selecting an action or an action group See http://hl7.org/fhir/ValueSet/action-required-behavior

func (*ActionRequiredBehaviorCode) Descriptor deprecated

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

Deprecated: Use ActionRequiredBehaviorCode.ProtoReflect.Descriptor instead.

func (*ActionRequiredBehaviorCode) GetExtension

func (*ActionRequiredBehaviorCode) GetId

func (*ActionRequiredBehaviorCode) GetValue

func (*ActionRequiredBehaviorCode) ProtoMessage

func (*ActionRequiredBehaviorCode) ProtoMessage()

func (*ActionRequiredBehaviorCode) ProtoReflect

func (*ActionRequiredBehaviorCode) Reset

func (x *ActionRequiredBehaviorCode) Reset()

func (*ActionRequiredBehaviorCode) String

func (x *ActionRequiredBehaviorCode) String() string

type ActionRequiredBehaviorCode_Value

type ActionRequiredBehaviorCode_Value int32
const (
	ActionRequiredBehaviorCode_INVALID_UNINITIALIZED  ActionRequiredBehaviorCode_Value = 0
	ActionRequiredBehaviorCode_MUST                   ActionRequiredBehaviorCode_Value = 1
	ActionRequiredBehaviorCode_COULD                  ActionRequiredBehaviorCode_Value = 2
	ActionRequiredBehaviorCode_MUST_UNLESS_DOCUMENTED ActionRequiredBehaviorCode_Value = 3
)

func (ActionRequiredBehaviorCode_Value) Descriptor

func (ActionRequiredBehaviorCode_Value) Enum

func (ActionRequiredBehaviorCode_Value) EnumDescriptor deprecated

func (ActionRequiredBehaviorCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionRequiredBehaviorCode_Value.Descriptor instead.

func (ActionRequiredBehaviorCode_Value) Number

func (ActionRequiredBehaviorCode_Value) String

func (ActionRequiredBehaviorCode_Value) Type

type ActionSelectionBehaviorCode

type ActionSelectionBehaviorCode struct {
	Value     ActionSelectionBehaviorCode_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
}

Defines selection behavior of a group See http://hl7.org/fhir/ValueSet/action-selection-behavior

func (*ActionSelectionBehaviorCode) Descriptor deprecated

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

Deprecated: Use ActionSelectionBehaviorCode.ProtoReflect.Descriptor instead.

func (*ActionSelectionBehaviorCode) GetExtension

func (*ActionSelectionBehaviorCode) GetId

func (*ActionSelectionBehaviorCode) GetValue

func (*ActionSelectionBehaviorCode) ProtoMessage

func (*ActionSelectionBehaviorCode) ProtoMessage()

func (*ActionSelectionBehaviorCode) ProtoReflect

func (*ActionSelectionBehaviorCode) Reset

func (x *ActionSelectionBehaviorCode) Reset()

func (*ActionSelectionBehaviorCode) String

func (x *ActionSelectionBehaviorCode) String() string

type ActionSelectionBehaviorCode_Value

type ActionSelectionBehaviorCode_Value int32
const (
	ActionSelectionBehaviorCode_INVALID_UNINITIALIZED ActionSelectionBehaviorCode_Value = 0
	ActionSelectionBehaviorCode_ANY                   ActionSelectionBehaviorCode_Value = 1
	ActionSelectionBehaviorCode_ALL                   ActionSelectionBehaviorCode_Value = 2
	ActionSelectionBehaviorCode_ALL_OR_NONE           ActionSelectionBehaviorCode_Value = 3
	ActionSelectionBehaviorCode_EXACTLY_ONE           ActionSelectionBehaviorCode_Value = 4
	ActionSelectionBehaviorCode_AT_MOST_ONE           ActionSelectionBehaviorCode_Value = 5
	ActionSelectionBehaviorCode_ONE_OR_MORE           ActionSelectionBehaviorCode_Value = 6
)

func (ActionSelectionBehaviorCode_Value) Descriptor

func (ActionSelectionBehaviorCode_Value) Enum

func (ActionSelectionBehaviorCode_Value) EnumDescriptor deprecated

func (ActionSelectionBehaviorCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionSelectionBehaviorCode_Value.Descriptor instead.

func (ActionSelectionBehaviorCode_Value) Number

func (ActionSelectionBehaviorCode_Value) String

func (ActionSelectionBehaviorCode_Value) Type

type ActionTypeCode

type ActionTypeCode struct {
	Value     ActionTypeCode_Value            `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ActionTypeCode_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
}

The type of action to be performed See http://hl7.org/fhir/ValueSet/action-type

func (*ActionTypeCode) Descriptor deprecated

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

Deprecated: Use ActionTypeCode.ProtoReflect.Descriptor instead.

func (*ActionTypeCode) GetExtension

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

func (*ActionTypeCode) GetId

func (*ActionTypeCode) GetValue

func (x *ActionTypeCode) GetValue() ActionTypeCode_Value

func (*ActionTypeCode) ProtoMessage

func (*ActionTypeCode) ProtoMessage()

func (*ActionTypeCode) ProtoReflect

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

func (*ActionTypeCode) Reset

func (x *ActionTypeCode) Reset()

func (*ActionTypeCode) String

func (x *ActionTypeCode) String() string

type ActionTypeCode_Value

type ActionTypeCode_Value int32
const (
	ActionTypeCode_INVALID_UNINITIALIZED ActionTypeCode_Value = 0
	ActionTypeCode_CREATE                ActionTypeCode_Value = 1
	ActionTypeCode_UPDATE                ActionTypeCode_Value = 2
	ActionTypeCode_REMOVE                ActionTypeCode_Value = 3
	ActionTypeCode_FIRE_EVENT            ActionTypeCode_Value = 4
)

func (ActionTypeCode_Value) Descriptor

func (ActionTypeCode_Value) Enum

func (ActionTypeCode_Value) EnumDescriptor deprecated

func (ActionTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActionTypeCode_Value.Descriptor instead.

func (ActionTypeCode_Value) Number

func (ActionTypeCode_Value) String

func (x ActionTypeCode_Value) String() string

func (ActionTypeCode_Value) Type

type ActivityDefinitionCategoryCode

type ActivityDefinitionCategoryCode struct {
	Value     ActivityDefinitionCategoryCode_Value `` /* 129-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
}

High-level categorization of the type of activity See http://hl7.org/fhir/ValueSet/activity-definition-category

func (*ActivityDefinitionCategoryCode) Descriptor deprecated

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

Deprecated: Use ActivityDefinitionCategoryCode.ProtoReflect.Descriptor instead.

func (*ActivityDefinitionCategoryCode) GetExtension

func (*ActivityDefinitionCategoryCode) GetId

func (*ActivityDefinitionCategoryCode) GetValue

func (*ActivityDefinitionCategoryCode) ProtoMessage

func (*ActivityDefinitionCategoryCode) ProtoMessage()

func (*ActivityDefinitionCategoryCode) ProtoReflect

func (*ActivityDefinitionCategoryCode) Reset

func (x *ActivityDefinitionCategoryCode) Reset()

func (*ActivityDefinitionCategoryCode) String

type ActivityDefinitionCategoryCode_Value

type ActivityDefinitionCategoryCode_Value int32
const (
	ActivityDefinitionCategoryCode_INVALID_UNINITIALIZED ActivityDefinitionCategoryCode_Value = 0
	ActivityDefinitionCategoryCode_TREATMENT             ActivityDefinitionCategoryCode_Value = 1
	ActivityDefinitionCategoryCode_EDUCATION             ActivityDefinitionCategoryCode_Value = 2
	ActivityDefinitionCategoryCode_ASSESSMENT            ActivityDefinitionCategoryCode_Value = 3
)

func (ActivityDefinitionCategoryCode_Value) Descriptor

func (ActivityDefinitionCategoryCode_Value) Enum

func (ActivityDefinitionCategoryCode_Value) EnumDescriptor deprecated

func (ActivityDefinitionCategoryCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ActivityDefinitionCategoryCode_Value.Descriptor instead.

func (ActivityDefinitionCategoryCode_Value) Number

func (ActivityDefinitionCategoryCode_Value) String

func (ActivityDefinitionCategoryCode_Value) Type

type AdministrativeGenderCode

type AdministrativeGenderCode struct {
	Value     AdministrativeGenderCode_Value  `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.AdministrativeGenderCode_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
}

The gender of a person used for administrative purposes. See http://hl7.org/fhir/ValueSet/administrative-gender

func (*AdministrativeGenderCode) Descriptor deprecated

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

Deprecated: Use AdministrativeGenderCode.ProtoReflect.Descriptor instead.

func (*AdministrativeGenderCode) GetExtension

func (*AdministrativeGenderCode) GetId

func (*AdministrativeGenderCode) GetValue

func (*AdministrativeGenderCode) ProtoMessage

func (*AdministrativeGenderCode) ProtoMessage()

func (*AdministrativeGenderCode) ProtoReflect

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

func (*AdministrativeGenderCode) Reset

func (x *AdministrativeGenderCode) Reset()

func (*AdministrativeGenderCode) String

func (x *AdministrativeGenderCode) String() string

type AdministrativeGenderCode_Value

type AdministrativeGenderCode_Value int32
const (
	AdministrativeGenderCode_INVALID_UNINITIALIZED AdministrativeGenderCode_Value = 0
	AdministrativeGenderCode_MALE                  AdministrativeGenderCode_Value = 1
	AdministrativeGenderCode_FEMALE                AdministrativeGenderCode_Value = 2
	AdministrativeGenderCode_OTHER                 AdministrativeGenderCode_Value = 3
	AdministrativeGenderCode_UNKNOWN               AdministrativeGenderCode_Value = 4
)

func (AdministrativeGenderCode_Value) Descriptor

func (AdministrativeGenderCode_Value) Enum

func (AdministrativeGenderCode_Value) EnumDescriptor deprecated

func (AdministrativeGenderCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AdministrativeGenderCode_Value.Descriptor instead.

func (AdministrativeGenderCode_Value) Number

func (AdministrativeGenderCode_Value) String

func (AdministrativeGenderCode_Value) Type

type AdmitSourceCode

type AdmitSourceCode struct {
	Value     AdmitSourceCode_Value           `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.AdmitSourceCode_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
}

This value set defines a set of codes that can be used to indicate from where the patient came in. See http://hl7.org/fhir/ValueSet/encounter-admit-source

func (*AdmitSourceCode) Descriptor deprecated

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

Deprecated: Use AdmitSourceCode.ProtoReflect.Descriptor instead.

func (*AdmitSourceCode) GetExtension

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

func (*AdmitSourceCode) GetId

func (*AdmitSourceCode) GetValue

func (x *AdmitSourceCode) GetValue() AdmitSourceCode_Value

func (*AdmitSourceCode) ProtoMessage

func (*AdmitSourceCode) ProtoMessage()

func (*AdmitSourceCode) ProtoReflect

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

func (*AdmitSourceCode) Reset

func (x *AdmitSourceCode) Reset()

func (*AdmitSourceCode) String

func (x *AdmitSourceCode) String() string

type AdmitSourceCode_Value

type AdmitSourceCode_Value int32
const (
	AdmitSourceCode_INVALID_UNINITIALIZED AdmitSourceCode_Value = 0
	AdmitSourceCode_HOSP_TRANS            AdmitSourceCode_Value = 1
	AdmitSourceCode_EMD                   AdmitSourceCode_Value = 2
	AdmitSourceCode_OUTP                  AdmitSourceCode_Value = 3
	AdmitSourceCode_BORN                  AdmitSourceCode_Value = 4
	AdmitSourceCode_GP                    AdmitSourceCode_Value = 5
	AdmitSourceCode_MP                    AdmitSourceCode_Value = 6
	AdmitSourceCode_NURSING               AdmitSourceCode_Value = 7
	AdmitSourceCode_PSYCH                 AdmitSourceCode_Value = 8
	AdmitSourceCode_REHAB                 AdmitSourceCode_Value = 9
	AdmitSourceCode_OTHER                 AdmitSourceCode_Value = 10
)

func (AdmitSourceCode_Value) Descriptor

func (AdmitSourceCode_Value) Enum

func (AdmitSourceCode_Value) EnumDescriptor deprecated

func (AdmitSourceCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AdmitSourceCode_Value.Descriptor instead.

func (AdmitSourceCode_Value) Number

func (AdmitSourceCode_Value) String

func (x AdmitSourceCode_Value) String() string

func (AdmitSourceCode_Value) Type

type AdverseEventCategoryCode

type AdverseEventCategoryCode struct {
	Value     AdverseEventCategoryCode_Value  `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.AdverseEventCategoryCode_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
}

Overall categorization of the event, e.g. real or potential See http://hl7.org/fhir/ValueSet/adverse-event-category

func (*AdverseEventCategoryCode) Descriptor deprecated

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

Deprecated: Use AdverseEventCategoryCode.ProtoReflect.Descriptor instead.

func (*AdverseEventCategoryCode) GetExtension

func (*AdverseEventCategoryCode) GetId

func (*AdverseEventCategoryCode) GetValue

func (*AdverseEventCategoryCode) ProtoMessage

func (*AdverseEventCategoryCode) ProtoMessage()

func (*AdverseEventCategoryCode) ProtoReflect

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

func (*AdverseEventCategoryCode) Reset

func (x *AdverseEventCategoryCode) Reset()

func (*AdverseEventCategoryCode) String

func (x *AdverseEventCategoryCode) String() string

type AdverseEventCategoryCode_Value

type AdverseEventCategoryCode_Value int32
const (
	AdverseEventCategoryCode_INVALID_UNINITIALIZED AdverseEventCategoryCode_Value = 0
	AdverseEventCategoryCode_AE                    AdverseEventCategoryCode_Value = 1
	AdverseEventCategoryCode_PAE                   AdverseEventCategoryCode_Value = 2
)

func (AdverseEventCategoryCode_Value) Descriptor

func (AdverseEventCategoryCode_Value) Enum

func (AdverseEventCategoryCode_Value) EnumDescriptor deprecated

func (AdverseEventCategoryCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AdverseEventCategoryCode_Value.Descriptor instead.

func (AdverseEventCategoryCode_Value) Number

func (AdverseEventCategoryCode_Value) String

func (AdverseEventCategoryCode_Value) Type

type AdverseEventCausalityAssessmentCode

type AdverseEventCausalityAssessmentCode struct {
	Value     AdverseEventCausalityAssessmentCode_Value `` /* 134-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
}

TODO See http://hl7.org/fhir/ValueSet/adverse-event-causality-assess

func (*AdverseEventCausalityAssessmentCode) Descriptor deprecated

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

Deprecated: Use AdverseEventCausalityAssessmentCode.ProtoReflect.Descriptor instead.

func (*AdverseEventCausalityAssessmentCode) GetExtension

func (*AdverseEventCausalityAssessmentCode) GetId

func (*AdverseEventCausalityAssessmentCode) GetValue

func (*AdverseEventCausalityAssessmentCode) ProtoMessage

func (*AdverseEventCausalityAssessmentCode) ProtoMessage()

func (*AdverseEventCausalityAssessmentCode) ProtoReflect

func (*AdverseEventCausalityAssessmentCode) Reset

func (*AdverseEventCausalityAssessmentCode) String

type AdverseEventCausalityAssessmentCode_Value

type AdverseEventCausalityAssessmentCode_Value int32
const (
	AdverseEventCausalityAssessmentCode_INVALID_UNINITIALIZED AdverseEventCausalityAssessmentCode_Value = 0
	AdverseEventCausalityAssessmentCode_ASSESS1               AdverseEventCausalityAssessmentCode_Value = 1
	AdverseEventCausalityAssessmentCode_ASSESS2               AdverseEventCausalityAssessmentCode_Value = 2
)

func (AdverseEventCausalityAssessmentCode_Value) Descriptor

func (AdverseEventCausalityAssessmentCode_Value) Enum

func (AdverseEventCausalityAssessmentCode_Value) EnumDescriptor deprecated

func (AdverseEventCausalityAssessmentCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AdverseEventCausalityAssessmentCode_Value.Descriptor instead.

func (AdverseEventCausalityAssessmentCode_Value) Number

func (AdverseEventCausalityAssessmentCode_Value) String

func (AdverseEventCausalityAssessmentCode_Value) Type

type AdverseEventCausalityCode

type AdverseEventCausalityCode struct {
	Value     AdverseEventCausalityCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.AdverseEventCausalityCode_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
}

TODO See http://hl7.org/fhir/ValueSet/adverse-event-causality

func (*AdverseEventCausalityCode) Descriptor deprecated

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

Deprecated: Use AdverseEventCausalityCode.ProtoReflect.Descriptor instead.

func (*AdverseEventCausalityCode) GetExtension

func (*AdverseEventCausalityCode) GetId

func (*AdverseEventCausalityCode) GetValue

func (*AdverseEventCausalityCode) ProtoMessage

func (*AdverseEventCausalityCode) ProtoMessage()

func (*AdverseEventCausalityCode) ProtoReflect

func (*AdverseEventCausalityCode) Reset

func (x *AdverseEventCausalityCode) Reset()

func (*AdverseEventCausalityCode) String

func (x *AdverseEventCausalityCode) String() string

type AdverseEventCausalityCode_Value

type AdverseEventCausalityCode_Value int32
const (
	AdverseEventCausalityCode_INVALID_UNINITIALIZED AdverseEventCausalityCode_Value = 0
	AdverseEventCausalityCode_CAUSALITY1            AdverseEventCausalityCode_Value = 1
	AdverseEventCausalityCode_CAUSALITY2            AdverseEventCausalityCode_Value = 2
)

func (AdverseEventCausalityCode_Value) Descriptor

func (AdverseEventCausalityCode_Value) Enum

func (AdverseEventCausalityCode_Value) EnumDescriptor deprecated

func (AdverseEventCausalityCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AdverseEventCausalityCode_Value.Descriptor instead.

func (AdverseEventCausalityCode_Value) Number

func (AdverseEventCausalityCode_Value) String

func (AdverseEventCausalityCode_Value) Type

type AdverseEventCausalityMethodCode

type AdverseEventCausalityMethodCode struct {
	Value     AdverseEventCausalityMethodCode_Value `` /* 130-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
}

TODO See http://hl7.org/fhir/ValueSet/adverse-event-causality-method

func (*AdverseEventCausalityMethodCode) Descriptor deprecated

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

Deprecated: Use AdverseEventCausalityMethodCode.ProtoReflect.Descriptor instead.

func (*AdverseEventCausalityMethodCode) GetExtension

func (*AdverseEventCausalityMethodCode) GetId

func (*AdverseEventCausalityMethodCode) GetValue

func (*AdverseEventCausalityMethodCode) ProtoMessage

func (*AdverseEventCausalityMethodCode) ProtoMessage()

func (*AdverseEventCausalityMethodCode) ProtoReflect

func (*AdverseEventCausalityMethodCode) Reset

func (*AdverseEventCausalityMethodCode) String

type AdverseEventCausalityMethodCode_Value

type AdverseEventCausalityMethodCode_Value int32
const (
	AdverseEventCausalityMethodCode_INVALID_UNINITIALIZED AdverseEventCausalityMethodCode_Value = 0
	AdverseEventCausalityMethodCode_METHOD1               AdverseEventCausalityMethodCode_Value = 1
	AdverseEventCausalityMethodCode_METHOD2               AdverseEventCausalityMethodCode_Value = 2
)

func (AdverseEventCausalityMethodCode_Value) Descriptor

func (AdverseEventCausalityMethodCode_Value) Enum

func (AdverseEventCausalityMethodCode_Value) EnumDescriptor deprecated

func (AdverseEventCausalityMethodCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AdverseEventCausalityMethodCode_Value.Descriptor instead.

func (AdverseEventCausalityMethodCode_Value) Number

func (AdverseEventCausalityMethodCode_Value) String

func (AdverseEventCausalityMethodCode_Value) Type

type AdverseEventCausalityResultCode

type AdverseEventCausalityResultCode struct {
	Value     AdverseEventCausalityResultCode_Value `` /* 130-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
}

TODO See http://hl7.org/fhir/ValueSet/adverse-event-causality-result

func (*AdverseEventCausalityResultCode) Descriptor deprecated

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

Deprecated: Use AdverseEventCausalityResultCode.ProtoReflect.Descriptor instead.

func (*AdverseEventCausalityResultCode) GetExtension

func (*AdverseEventCausalityResultCode) GetId

func (*AdverseEventCausalityResultCode) GetValue

func (*AdverseEventCausalityResultCode) ProtoMessage

func (*AdverseEventCausalityResultCode) ProtoMessage()

func (*AdverseEventCausalityResultCode) ProtoReflect

func (*AdverseEventCausalityResultCode) Reset

func (*AdverseEventCausalityResultCode) String

type AdverseEventCausalityResultCode_Value

type AdverseEventCausalityResultCode_Value int32
const (
	AdverseEventCausalityResultCode_INVALID_UNINITIALIZED AdverseEventCausalityResultCode_Value = 0
	AdverseEventCausalityResultCode_RESULT1               AdverseEventCausalityResultCode_Value = 1
	AdverseEventCausalityResultCode_RESULT2               AdverseEventCausalityResultCode_Value = 2
)

func (AdverseEventCausalityResultCode_Value) Descriptor

func (AdverseEventCausalityResultCode_Value) Enum

func (AdverseEventCausalityResultCode_Value) EnumDescriptor deprecated

func (AdverseEventCausalityResultCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AdverseEventCausalityResultCode_Value.Descriptor instead.

func (AdverseEventCausalityResultCode_Value) Number

func (AdverseEventCausalityResultCode_Value) String

func (AdverseEventCausalityResultCode_Value) Type

type AdverseEventOutcomeCode

type AdverseEventOutcomeCode struct {
	Value     AdverseEventOutcomeCode_Value   `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.AdverseEventOutcomeCode_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
}

TODO (and should this be required?) See http://hl7.org/fhir/ValueSet/adverse-event-outcome

func (*AdverseEventOutcomeCode) Descriptor deprecated

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

Deprecated: Use AdverseEventOutcomeCode.ProtoReflect.Descriptor instead.

func (*AdverseEventOutcomeCode) GetExtension

func (*AdverseEventOutcomeCode) GetId

func (*AdverseEventOutcomeCode) GetValue

func (*AdverseEventOutcomeCode) ProtoMessage

func (*AdverseEventOutcomeCode) ProtoMessage()

func (*AdverseEventOutcomeCode) ProtoReflect

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

func (*AdverseEventOutcomeCode) Reset

func (x *AdverseEventOutcomeCode) Reset()

func (*AdverseEventOutcomeCode) String

func (x *AdverseEventOutcomeCode) String() string

type AdverseEventOutcomeCode_Value

type AdverseEventOutcomeCode_Value int32
const (
	AdverseEventOutcomeCode_INVALID_UNINITIALIZED AdverseEventOutcomeCode_Value = 0
	AdverseEventOutcomeCode_RESOLVED              AdverseEventOutcomeCode_Value = 1
	AdverseEventOutcomeCode_RECOVERING            AdverseEventOutcomeCode_Value = 2
	AdverseEventOutcomeCode_ONGOING               AdverseEventOutcomeCode_Value = 3
	AdverseEventOutcomeCode_RESOLVEDWITHSEQUELAE  AdverseEventOutcomeCode_Value = 4
	AdverseEventOutcomeCode_FATAL                 AdverseEventOutcomeCode_Value = 5
	AdverseEventOutcomeCode_UNKNOWN               AdverseEventOutcomeCode_Value = 6
)

func (AdverseEventOutcomeCode_Value) Descriptor

func (AdverseEventOutcomeCode_Value) Enum

func (AdverseEventOutcomeCode_Value) EnumDescriptor deprecated

func (AdverseEventOutcomeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AdverseEventOutcomeCode_Value.Descriptor instead.

func (AdverseEventOutcomeCode_Value) Number

func (AdverseEventOutcomeCode_Value) String

func (AdverseEventOutcomeCode_Value) Type

type AdverseEventSeriousnessCode

type AdverseEventSeriousnessCode struct {
	Value     AdverseEventSeriousnessCode_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
}

Overall seriousness of this event for the patient See http://hl7.org/fhir/ValueSet/adverse-event-seriousness

func (*AdverseEventSeriousnessCode) Descriptor deprecated

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

Deprecated: Use AdverseEventSeriousnessCode.ProtoReflect.Descriptor instead.

func (*AdverseEventSeriousnessCode) GetExtension

func (*AdverseEventSeriousnessCode) GetId

func (*AdverseEventSeriousnessCode) GetValue

func (*AdverseEventSeriousnessCode) ProtoMessage

func (*AdverseEventSeriousnessCode) ProtoMessage()

func (*AdverseEventSeriousnessCode) ProtoReflect

func (*AdverseEventSeriousnessCode) Reset

func (x *AdverseEventSeriousnessCode) Reset()

func (*AdverseEventSeriousnessCode) String

func (x *AdverseEventSeriousnessCode) String() string

type AdverseEventSeriousnessCode_Value

type AdverseEventSeriousnessCode_Value int32
const (
	AdverseEventSeriousnessCode_INVALID_UNINITIALIZED AdverseEventSeriousnessCode_Value = 0
	AdverseEventSeriousnessCode_MILD                  AdverseEventSeriousnessCode_Value = 1
	AdverseEventSeriousnessCode_MODERATE              AdverseEventSeriousnessCode_Value = 2
	AdverseEventSeriousnessCode_SEVERE                AdverseEventSeriousnessCode_Value = 3
)

func (AdverseEventSeriousnessCode_Value) Descriptor

func (AdverseEventSeriousnessCode_Value) Enum

func (AdverseEventSeriousnessCode_Value) EnumDescriptor deprecated

func (AdverseEventSeriousnessCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AdverseEventSeriousnessCode_Value.Descriptor instead.

func (AdverseEventSeriousnessCode_Value) Number

func (AdverseEventSeriousnessCode_Value) String

func (AdverseEventSeriousnessCode_Value) Type

type AggregationModeCode

type AggregationModeCode struct {
	Value     AggregationModeCode_Value       `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.AggregationModeCode_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
}

How resource references can be aggregated. See http://hl7.org/fhir/ValueSet/resource-aggregation-mode

func (*AggregationModeCode) Descriptor deprecated

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

Deprecated: Use AggregationModeCode.ProtoReflect.Descriptor instead.

func (*AggregationModeCode) GetExtension

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

func (*AggregationModeCode) GetId

func (*AggregationModeCode) GetValue

func (*AggregationModeCode) ProtoMessage

func (*AggregationModeCode) ProtoMessage()

func (*AggregationModeCode) ProtoReflect

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

func (*AggregationModeCode) Reset

func (x *AggregationModeCode) Reset()

func (*AggregationModeCode) String

func (x *AggregationModeCode) String() string

type AggregationModeCode_Value

type AggregationModeCode_Value int32
const (
	AggregationModeCode_INVALID_UNINITIALIZED AggregationModeCode_Value = 0
	AggregationModeCode_CONTAINED             AggregationModeCode_Value = 1
	AggregationModeCode_REFERENCED            AggregationModeCode_Value = 2
	AggregationModeCode_BUNDLED               AggregationModeCode_Value = 3
)

func (AggregationModeCode_Value) Descriptor

func (AggregationModeCode_Value) Enum

func (AggregationModeCode_Value) EnumDescriptor deprecated

func (AggregationModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AggregationModeCode_Value.Descriptor instead.

func (AggregationModeCode_Value) Number

func (AggregationModeCode_Value) String

func (x AggregationModeCode_Value) String() string

func (AggregationModeCode_Value) Type

type AllergyIntoleranceCategoryCode

type AllergyIntoleranceCategoryCode struct {
	Value     AllergyIntoleranceCategoryCode_Value `` /* 129-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
}

Category of an identified substance. See http://hl7.org/fhir/ValueSet/allergy-intolerance-category

func (*AllergyIntoleranceCategoryCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceCategoryCode.ProtoReflect.Descriptor instead.

func (*AllergyIntoleranceCategoryCode) GetExtension

func (*AllergyIntoleranceCategoryCode) GetId

func (*AllergyIntoleranceCategoryCode) GetValue

func (*AllergyIntoleranceCategoryCode) ProtoMessage

func (*AllergyIntoleranceCategoryCode) ProtoMessage()

func (*AllergyIntoleranceCategoryCode) ProtoReflect

func (*AllergyIntoleranceCategoryCode) Reset

func (x *AllergyIntoleranceCategoryCode) Reset()

func (*AllergyIntoleranceCategoryCode) String

type AllergyIntoleranceCategoryCode_Value

type AllergyIntoleranceCategoryCode_Value int32
const (
	AllergyIntoleranceCategoryCode_INVALID_UNINITIALIZED AllergyIntoleranceCategoryCode_Value = 0
	AllergyIntoleranceCategoryCode_FOOD                  AllergyIntoleranceCategoryCode_Value = 1
	AllergyIntoleranceCategoryCode_MEDICATION            AllergyIntoleranceCategoryCode_Value = 2
	AllergyIntoleranceCategoryCode_ENVIRONMENT           AllergyIntoleranceCategoryCode_Value = 3
	AllergyIntoleranceCategoryCode_BIOLOGIC              AllergyIntoleranceCategoryCode_Value = 4
)

func (AllergyIntoleranceCategoryCode_Value) Descriptor

func (AllergyIntoleranceCategoryCode_Value) Enum

func (AllergyIntoleranceCategoryCode_Value) EnumDescriptor deprecated

func (AllergyIntoleranceCategoryCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AllergyIntoleranceCategoryCode_Value.Descriptor instead.

func (AllergyIntoleranceCategoryCode_Value) Number

func (AllergyIntoleranceCategoryCode_Value) String

func (AllergyIntoleranceCategoryCode_Value) Type

type AllergyIntoleranceCertaintyCode

type AllergyIntoleranceCertaintyCode struct {
	Value     AllergyIntoleranceCertaintyCode_Value `` /* 130-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
}

Statement about the degree of clinical certainty that a specific substance was the cause of the manifestation in a reaction event. See http://hl7.org/fhir/ValueSet/reaction-event-certainty

func (*AllergyIntoleranceCertaintyCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceCertaintyCode.ProtoReflect.Descriptor instead.

func (*AllergyIntoleranceCertaintyCode) GetExtension

func (*AllergyIntoleranceCertaintyCode) GetId

func (*AllergyIntoleranceCertaintyCode) GetValue

func (*AllergyIntoleranceCertaintyCode) ProtoMessage

func (*AllergyIntoleranceCertaintyCode) ProtoMessage()

func (*AllergyIntoleranceCertaintyCode) ProtoReflect

func (*AllergyIntoleranceCertaintyCode) Reset

func (*AllergyIntoleranceCertaintyCode) String

type AllergyIntoleranceCertaintyCode_Value

type AllergyIntoleranceCertaintyCode_Value int32
const (
	AllergyIntoleranceCertaintyCode_INVALID_UNINITIALIZED AllergyIntoleranceCertaintyCode_Value = 0
	AllergyIntoleranceCertaintyCode_UNLIKELY              AllergyIntoleranceCertaintyCode_Value = 1
	AllergyIntoleranceCertaintyCode_LIKELY                AllergyIntoleranceCertaintyCode_Value = 2
	AllergyIntoleranceCertaintyCode_CONFIRMED             AllergyIntoleranceCertaintyCode_Value = 3
	AllergyIntoleranceCertaintyCode_UNKNOWN               AllergyIntoleranceCertaintyCode_Value = 4
)

func (AllergyIntoleranceCertaintyCode_Value) Descriptor

func (AllergyIntoleranceCertaintyCode_Value) Enum

func (AllergyIntoleranceCertaintyCode_Value) EnumDescriptor deprecated

func (AllergyIntoleranceCertaintyCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AllergyIntoleranceCertaintyCode_Value.Descriptor instead.

func (AllergyIntoleranceCertaintyCode_Value) Number

func (AllergyIntoleranceCertaintyCode_Value) String

func (AllergyIntoleranceCertaintyCode_Value) Type

type AllergyIntoleranceClinicalStatusCode

type AllergyIntoleranceClinicalStatusCode struct {
	Value     AllergyIntoleranceClinicalStatusCode_Value `` /* 135-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
}

The clinical status of the allergy or intolerance. See http://hl7.org/fhir/ValueSet/allergy-clinical-status

func (*AllergyIntoleranceClinicalStatusCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceClinicalStatusCode.ProtoReflect.Descriptor instead.

func (*AllergyIntoleranceClinicalStatusCode) GetExtension

func (*AllergyIntoleranceClinicalStatusCode) GetId

func (*AllergyIntoleranceClinicalStatusCode) GetValue

func (*AllergyIntoleranceClinicalStatusCode) ProtoMessage

func (*AllergyIntoleranceClinicalStatusCode) ProtoMessage()

func (*AllergyIntoleranceClinicalStatusCode) ProtoReflect

func (*AllergyIntoleranceClinicalStatusCode) Reset

func (*AllergyIntoleranceClinicalStatusCode) String

type AllergyIntoleranceClinicalStatusCode_Value

type AllergyIntoleranceClinicalStatusCode_Value int32
const (
	AllergyIntoleranceClinicalStatusCode_INVALID_UNINITIALIZED AllergyIntoleranceClinicalStatusCode_Value = 0
	AllergyIntoleranceClinicalStatusCode_ACTIVE                AllergyIntoleranceClinicalStatusCode_Value = 1
	AllergyIntoleranceClinicalStatusCode_INACTIVE              AllergyIntoleranceClinicalStatusCode_Value = 2
	AllergyIntoleranceClinicalStatusCode_RESOLVED              AllergyIntoleranceClinicalStatusCode_Value = 3
)

func (AllergyIntoleranceClinicalStatusCode_Value) Descriptor

func (AllergyIntoleranceClinicalStatusCode_Value) Enum

func (AllergyIntoleranceClinicalStatusCode_Value) EnumDescriptor deprecated

func (AllergyIntoleranceClinicalStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AllergyIntoleranceClinicalStatusCode_Value.Descriptor instead.

func (AllergyIntoleranceClinicalStatusCode_Value) Number

func (AllergyIntoleranceClinicalStatusCode_Value) String

func (AllergyIntoleranceClinicalStatusCode_Value) Type

type AllergyIntoleranceCriticalityCode

type AllergyIntoleranceCriticalityCode struct {
	Value     AllergyIntoleranceCriticalityCode_Value `` /* 132-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
}

Estimate of the potential clinical harm, or seriousness, of a reaction to an identified substance. See http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality

func (*AllergyIntoleranceCriticalityCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceCriticalityCode.ProtoReflect.Descriptor instead.

func (*AllergyIntoleranceCriticalityCode) GetExtension

func (*AllergyIntoleranceCriticalityCode) GetId

func (*AllergyIntoleranceCriticalityCode) GetValue

func (*AllergyIntoleranceCriticalityCode) ProtoMessage

func (*AllergyIntoleranceCriticalityCode) ProtoMessage()

func (*AllergyIntoleranceCriticalityCode) ProtoReflect

func (*AllergyIntoleranceCriticalityCode) Reset

func (*AllergyIntoleranceCriticalityCode) String

type AllergyIntoleranceCriticalityCode_Value

type AllergyIntoleranceCriticalityCode_Value int32
const (
	AllergyIntoleranceCriticalityCode_INVALID_UNINITIALIZED AllergyIntoleranceCriticalityCode_Value = 0
	AllergyIntoleranceCriticalityCode_LOW                   AllergyIntoleranceCriticalityCode_Value = 1
	AllergyIntoleranceCriticalityCode_HIGH                  AllergyIntoleranceCriticalityCode_Value = 2
	AllergyIntoleranceCriticalityCode_UNABLE_TO_ASSESS      AllergyIntoleranceCriticalityCode_Value = 3
)

func (AllergyIntoleranceCriticalityCode_Value) Descriptor

func (AllergyIntoleranceCriticalityCode_Value) Enum

func (AllergyIntoleranceCriticalityCode_Value) EnumDescriptor deprecated

func (AllergyIntoleranceCriticalityCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AllergyIntoleranceCriticalityCode_Value.Descriptor instead.

func (AllergyIntoleranceCriticalityCode_Value) Number

func (AllergyIntoleranceCriticalityCode_Value) String

func (AllergyIntoleranceCriticalityCode_Value) Type

type AllergyIntoleranceSeverityCode

type AllergyIntoleranceSeverityCode struct {
	Value     AllergyIntoleranceSeverityCode_Value `` /* 129-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
}

Clinical assessment of the severity of a reaction event as a whole, potentially considering multiple different manifestations. See http://hl7.org/fhir/ValueSet/reaction-event-severity

func (*AllergyIntoleranceSeverityCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceSeverityCode.ProtoReflect.Descriptor instead.

func (*AllergyIntoleranceSeverityCode) GetExtension

func (*AllergyIntoleranceSeverityCode) GetId

func (*AllergyIntoleranceSeverityCode) GetValue

func (*AllergyIntoleranceSeverityCode) ProtoMessage

func (*AllergyIntoleranceSeverityCode) ProtoMessage()

func (*AllergyIntoleranceSeverityCode) ProtoReflect

func (*AllergyIntoleranceSeverityCode) Reset

func (x *AllergyIntoleranceSeverityCode) Reset()

func (*AllergyIntoleranceSeverityCode) String

type AllergyIntoleranceSeverityCode_Value

type AllergyIntoleranceSeverityCode_Value int32
const (
	AllergyIntoleranceSeverityCode_INVALID_UNINITIALIZED AllergyIntoleranceSeverityCode_Value = 0
	AllergyIntoleranceSeverityCode_MILD                  AllergyIntoleranceSeverityCode_Value = 1
	AllergyIntoleranceSeverityCode_MODERATE              AllergyIntoleranceSeverityCode_Value = 2
	AllergyIntoleranceSeverityCode_SEVERE                AllergyIntoleranceSeverityCode_Value = 3
)

func (AllergyIntoleranceSeverityCode_Value) Descriptor

func (AllergyIntoleranceSeverityCode_Value) Enum

func (AllergyIntoleranceSeverityCode_Value) EnumDescriptor deprecated

func (AllergyIntoleranceSeverityCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AllergyIntoleranceSeverityCode_Value.Descriptor instead.

func (AllergyIntoleranceSeverityCode_Value) Number

func (AllergyIntoleranceSeverityCode_Value) String

func (AllergyIntoleranceSeverityCode_Value) Type

type AllergyIntoleranceSubstanceExposureRiskCode

type AllergyIntoleranceSubstanceExposureRiskCode struct {
	Value     AllergyIntoleranceSubstanceExposureRiskCode_Value `` /* 142-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
}

The risk of an adverse reaction (allergy or intolerance) for this patient upon exposure to the substance (including pharmaceutical products). See http://hl7.org/fhir/ValueSet/allerg-intol-substance-exp-risk

func (*AllergyIntoleranceSubstanceExposureRiskCode) Descriptor deprecated

Deprecated: Use AllergyIntoleranceSubstanceExposureRiskCode.ProtoReflect.Descriptor instead.

func (*AllergyIntoleranceSubstanceExposureRiskCode) GetExtension

func (*AllergyIntoleranceSubstanceExposureRiskCode) GetId

func (*AllergyIntoleranceSubstanceExposureRiskCode) GetValue

func (*AllergyIntoleranceSubstanceExposureRiskCode) ProtoMessage

func (*AllergyIntoleranceSubstanceExposureRiskCode) ProtoReflect

func (*AllergyIntoleranceSubstanceExposureRiskCode) Reset

func (*AllergyIntoleranceSubstanceExposureRiskCode) String

type AllergyIntoleranceSubstanceExposureRiskCode_Value

type AllergyIntoleranceSubstanceExposureRiskCode_Value int32
const (
	AllergyIntoleranceSubstanceExposureRiskCode_INVALID_UNINITIALIZED  AllergyIntoleranceSubstanceExposureRiskCode_Value = 0
	AllergyIntoleranceSubstanceExposureRiskCode_KNOWN_REACTION_RISK    AllergyIntoleranceSubstanceExposureRiskCode_Value = 1
	AllergyIntoleranceSubstanceExposureRiskCode_NO_KNOWN_REACTION_RISK AllergyIntoleranceSubstanceExposureRiskCode_Value = 2
)

func (AllergyIntoleranceSubstanceExposureRiskCode_Value) Descriptor

func (AllergyIntoleranceSubstanceExposureRiskCode_Value) Enum

func (AllergyIntoleranceSubstanceExposureRiskCode_Value) EnumDescriptor deprecated

Deprecated: Use AllergyIntoleranceSubstanceExposureRiskCode_Value.Descriptor instead.

func (AllergyIntoleranceSubstanceExposureRiskCode_Value) Number

func (AllergyIntoleranceSubstanceExposureRiskCode_Value) String

func (AllergyIntoleranceSubstanceExposureRiskCode_Value) Type

type AllergyIntoleranceTypeCode

type AllergyIntoleranceTypeCode struct {
	Value     AllergyIntoleranceTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.AllergyIntoleranceTypeCode_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
}

Identification of the underlying physiological mechanism for a Reaction Risk. See http://hl7.org/fhir/ValueSet/allergy-intolerance-type

func (*AllergyIntoleranceTypeCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceTypeCode.ProtoReflect.Descriptor instead.

func (*AllergyIntoleranceTypeCode) GetExtension

func (*AllergyIntoleranceTypeCode) GetId

func (*AllergyIntoleranceTypeCode) GetValue

func (*AllergyIntoleranceTypeCode) ProtoMessage

func (*AllergyIntoleranceTypeCode) ProtoMessage()

func (*AllergyIntoleranceTypeCode) ProtoReflect

func (*AllergyIntoleranceTypeCode) Reset

func (x *AllergyIntoleranceTypeCode) Reset()

func (*AllergyIntoleranceTypeCode) String

func (x *AllergyIntoleranceTypeCode) String() string

type AllergyIntoleranceTypeCode_Value

type AllergyIntoleranceTypeCode_Value int32
const (
	AllergyIntoleranceTypeCode_INVALID_UNINITIALIZED AllergyIntoleranceTypeCode_Value = 0
	AllergyIntoleranceTypeCode_ALLERGY               AllergyIntoleranceTypeCode_Value = 1
	AllergyIntoleranceTypeCode_INTOLERANCE           AllergyIntoleranceTypeCode_Value = 2
)

func (AllergyIntoleranceTypeCode_Value) Descriptor

func (AllergyIntoleranceTypeCode_Value) Enum

func (AllergyIntoleranceTypeCode_Value) EnumDescriptor deprecated

func (AllergyIntoleranceTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AllergyIntoleranceTypeCode_Value.Descriptor instead.

func (AllergyIntoleranceTypeCode_Value) Number

func (AllergyIntoleranceTypeCode_Value) String

func (AllergyIntoleranceTypeCode_Value) Type

type AllergyIntoleranceVerificationStatusCode

type AllergyIntoleranceVerificationStatusCode struct {
	Value     AllergyIntoleranceVerificationStatusCode_Value `` /* 139-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
}

Assertion about certainty associated with a propensity, or potential risk, of a reaction to the identified substance. See http://hl7.org/fhir/ValueSet/allergy-verification-status

func (*AllergyIntoleranceVerificationStatusCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceVerificationStatusCode.ProtoReflect.Descriptor instead.

func (*AllergyIntoleranceVerificationStatusCode) GetExtension

func (*AllergyIntoleranceVerificationStatusCode) GetId

func (*AllergyIntoleranceVerificationStatusCode) GetValue

func (*AllergyIntoleranceVerificationStatusCode) ProtoMessage

func (*AllergyIntoleranceVerificationStatusCode) ProtoReflect

func (*AllergyIntoleranceVerificationStatusCode) Reset

func (*AllergyIntoleranceVerificationStatusCode) String

type AllergyIntoleranceVerificationStatusCode_Value

type AllergyIntoleranceVerificationStatusCode_Value int32
const (
	AllergyIntoleranceVerificationStatusCode_INVALID_UNINITIALIZED AllergyIntoleranceVerificationStatusCode_Value = 0
	AllergyIntoleranceVerificationStatusCode_UNCONFIRMED           AllergyIntoleranceVerificationStatusCode_Value = 1
	AllergyIntoleranceVerificationStatusCode_CONFIRMED             AllergyIntoleranceVerificationStatusCode_Value = 2
	AllergyIntoleranceVerificationStatusCode_REFUTED               AllergyIntoleranceVerificationStatusCode_Value = 3
	AllergyIntoleranceVerificationStatusCode_ENTERED_IN_ERROR      AllergyIntoleranceVerificationStatusCode_Value = 4
)

func (AllergyIntoleranceVerificationStatusCode_Value) Descriptor

func (AllergyIntoleranceVerificationStatusCode_Value) Enum

func (AllergyIntoleranceVerificationStatusCode_Value) EnumDescriptor deprecated

Deprecated: Use AllergyIntoleranceVerificationStatusCode_Value.Descriptor instead.

func (AllergyIntoleranceVerificationStatusCode_Value) Number

func (AllergyIntoleranceVerificationStatusCode_Value) String

func (AllergyIntoleranceVerificationStatusCode_Value) Type

type AppointmentStatusCode

type AppointmentStatusCode struct {
	Value     AppointmentStatusCode_Value     `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.AppointmentStatusCode_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
}

The free/busy status of an appointment. See http://hl7.org/fhir/ValueSet/appointmentstatus

func (*AppointmentStatusCode) Descriptor deprecated

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

Deprecated: Use AppointmentStatusCode.ProtoReflect.Descriptor instead.

func (*AppointmentStatusCode) GetExtension

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

func (*AppointmentStatusCode) GetId

func (*AppointmentStatusCode) GetValue

func (*AppointmentStatusCode) ProtoMessage

func (*AppointmentStatusCode) ProtoMessage()

func (*AppointmentStatusCode) ProtoReflect

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

func (*AppointmentStatusCode) Reset

func (x *AppointmentStatusCode) Reset()

func (*AppointmentStatusCode) String

func (x *AppointmentStatusCode) String() string

type AppointmentStatusCode_Value

type AppointmentStatusCode_Value int32
const (
	AppointmentStatusCode_INVALID_UNINITIALIZED AppointmentStatusCode_Value = 0
	AppointmentStatusCode_PROPOSED              AppointmentStatusCode_Value = 1
	AppointmentStatusCode_PENDING               AppointmentStatusCode_Value = 2
	AppointmentStatusCode_BOOKED                AppointmentStatusCode_Value = 3
	AppointmentStatusCode_ARRIVED               AppointmentStatusCode_Value = 4
	AppointmentStatusCode_FULFILLED             AppointmentStatusCode_Value = 5
	AppointmentStatusCode_CANCELLED             AppointmentStatusCode_Value = 6
	AppointmentStatusCode_NOSHOW                AppointmentStatusCode_Value = 7
	AppointmentStatusCode_ENTERED_IN_ERROR      AppointmentStatusCode_Value = 8
)

func (AppointmentStatusCode_Value) Descriptor

func (AppointmentStatusCode_Value) Enum

func (AppointmentStatusCode_Value) EnumDescriptor deprecated

func (AppointmentStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AppointmentStatusCode_Value.Descriptor instead.

func (AppointmentStatusCode_Value) Number

func (AppointmentStatusCode_Value) String

func (AppointmentStatusCode_Value) Type

type AssertionDirectionTypeCode

type AssertionDirectionTypeCode struct {
	Value     AssertionDirectionTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.AssertionDirectionTypeCode_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
}

The type of direction to use for assertion. See http://hl7.org/fhir/ValueSet/assert-direction-codes

func (*AssertionDirectionTypeCode) Descriptor deprecated

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

Deprecated: Use AssertionDirectionTypeCode.ProtoReflect.Descriptor instead.

func (*AssertionDirectionTypeCode) GetExtension

func (*AssertionDirectionTypeCode) GetId

func (*AssertionDirectionTypeCode) GetValue

func (*AssertionDirectionTypeCode) ProtoMessage

func (*AssertionDirectionTypeCode) ProtoMessage()

func (*AssertionDirectionTypeCode) ProtoReflect

func (*AssertionDirectionTypeCode) Reset

func (x *AssertionDirectionTypeCode) Reset()

func (*AssertionDirectionTypeCode) String

func (x *AssertionDirectionTypeCode) String() string

type AssertionDirectionTypeCode_Value

type AssertionDirectionTypeCode_Value int32
const (
	AssertionDirectionTypeCode_INVALID_UNINITIALIZED AssertionDirectionTypeCode_Value = 0
	AssertionDirectionTypeCode_RESPONSE              AssertionDirectionTypeCode_Value = 1
	AssertionDirectionTypeCode_REQUEST               AssertionDirectionTypeCode_Value = 2
)

func (AssertionDirectionTypeCode_Value) Descriptor

func (AssertionDirectionTypeCode_Value) Enum

func (AssertionDirectionTypeCode_Value) EnumDescriptor deprecated

func (AssertionDirectionTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AssertionDirectionTypeCode_Value.Descriptor instead.

func (AssertionDirectionTypeCode_Value) Number

func (AssertionDirectionTypeCode_Value) String

func (AssertionDirectionTypeCode_Value) Type

type AssertionOperatorTypeCode

type AssertionOperatorTypeCode struct {
	Value     AssertionOperatorTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.AssertionOperatorTypeCode_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
}

The type of operator to use for assertion. See http://hl7.org/fhir/ValueSet/assert-operator-codes

func (*AssertionOperatorTypeCode) Descriptor deprecated

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

Deprecated: Use AssertionOperatorTypeCode.ProtoReflect.Descriptor instead.

func (*AssertionOperatorTypeCode) GetExtension

func (*AssertionOperatorTypeCode) GetId

func (*AssertionOperatorTypeCode) GetValue

func (*AssertionOperatorTypeCode) ProtoMessage

func (*AssertionOperatorTypeCode) ProtoMessage()

func (*AssertionOperatorTypeCode) ProtoReflect

func (*AssertionOperatorTypeCode) Reset

func (x *AssertionOperatorTypeCode) Reset()

func (*AssertionOperatorTypeCode) String

func (x *AssertionOperatorTypeCode) String() string

type AssertionOperatorTypeCode_Value

type AssertionOperatorTypeCode_Value int32
const (
	AssertionOperatorTypeCode_INVALID_UNINITIALIZED AssertionOperatorTypeCode_Value = 0
	AssertionOperatorTypeCode_EQUALS                AssertionOperatorTypeCode_Value = 1
	AssertionOperatorTypeCode_NOTEQUALS             AssertionOperatorTypeCode_Value = 2
	AssertionOperatorTypeCode_IN                    AssertionOperatorTypeCode_Value = 3
	AssertionOperatorTypeCode_NOTIN                 AssertionOperatorTypeCode_Value = 4
	AssertionOperatorTypeCode_GREATERTHAN           AssertionOperatorTypeCode_Value = 5
	AssertionOperatorTypeCode_LESSTHAN              AssertionOperatorTypeCode_Value = 6
	AssertionOperatorTypeCode_EMPTY                 AssertionOperatorTypeCode_Value = 7
	AssertionOperatorTypeCode_NOTEMPTY              AssertionOperatorTypeCode_Value = 8
	AssertionOperatorTypeCode_CONTAINS              AssertionOperatorTypeCode_Value = 9
	AssertionOperatorTypeCode_NOTCONTAINS           AssertionOperatorTypeCode_Value = 10
	AssertionOperatorTypeCode_EVAL                  AssertionOperatorTypeCode_Value = 11
)

func (AssertionOperatorTypeCode_Value) Descriptor

func (AssertionOperatorTypeCode_Value) Enum

func (AssertionOperatorTypeCode_Value) EnumDescriptor deprecated

func (AssertionOperatorTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AssertionOperatorTypeCode_Value.Descriptor instead.

func (AssertionOperatorTypeCode_Value) Number

func (AssertionOperatorTypeCode_Value) String

func (AssertionOperatorTypeCode_Value) Type

type AssertionResponseTypesCode

type AssertionResponseTypesCode struct {
	Value     AssertionResponseTypesCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.AssertionResponseTypesCode_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
}

The type of response code to use for assertion. See http://hl7.org/fhir/ValueSet/assert-response-code-types

func (*AssertionResponseTypesCode) Descriptor deprecated

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

Deprecated: Use AssertionResponseTypesCode.ProtoReflect.Descriptor instead.

func (*AssertionResponseTypesCode) GetExtension

func (*AssertionResponseTypesCode) GetId

func (*AssertionResponseTypesCode) GetValue

func (*AssertionResponseTypesCode) ProtoMessage

func (*AssertionResponseTypesCode) ProtoMessage()

func (*AssertionResponseTypesCode) ProtoReflect

func (*AssertionResponseTypesCode) Reset

func (x *AssertionResponseTypesCode) Reset()

func (*AssertionResponseTypesCode) String

func (x *AssertionResponseTypesCode) String() string

type AssertionResponseTypesCode_Value

type AssertionResponseTypesCode_Value int32
const (
	AssertionResponseTypesCode_INVALID_UNINITIALIZED AssertionResponseTypesCode_Value = 0
	AssertionResponseTypesCode_OKAY                  AssertionResponseTypesCode_Value = 1
	AssertionResponseTypesCode_CREATED               AssertionResponseTypesCode_Value = 2
	AssertionResponseTypesCode_NOCONTENT             AssertionResponseTypesCode_Value = 3
	AssertionResponseTypesCode_NOTMODIFIED           AssertionResponseTypesCode_Value = 4
	AssertionResponseTypesCode_BAD                   AssertionResponseTypesCode_Value = 5
	AssertionResponseTypesCode_FORBIDDEN             AssertionResponseTypesCode_Value = 6
	AssertionResponseTypesCode_NOTFOUND              AssertionResponseTypesCode_Value = 7
	AssertionResponseTypesCode_METHODNOTALLOWED      AssertionResponseTypesCode_Value = 8
	AssertionResponseTypesCode_CONFLICT              AssertionResponseTypesCode_Value = 9
	AssertionResponseTypesCode_GONE                  AssertionResponseTypesCode_Value = 10
	AssertionResponseTypesCode_PRECONDITIONFAILED    AssertionResponseTypesCode_Value = 11
	AssertionResponseTypesCode_UNPROCESSABLE         AssertionResponseTypesCode_Value = 12
)

func (AssertionResponseTypesCode_Value) Descriptor

func (AssertionResponseTypesCode_Value) Enum

func (AssertionResponseTypesCode_Value) EnumDescriptor deprecated

func (AssertionResponseTypesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AssertionResponseTypesCode_Value.Descriptor instead.

func (AssertionResponseTypesCode_Value) Number

func (AssertionResponseTypesCode_Value) String

func (AssertionResponseTypesCode_Value) Type

type AuditEventActionCode

type AuditEventActionCode struct {
	Value     AuditEventActionCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.AuditEventActionCode_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
}

Indicator for type of action performed during the event that generated the event See http://hl7.org/fhir/ValueSet/audit-event-action

func (*AuditEventActionCode) Descriptor deprecated

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

Deprecated: Use AuditEventActionCode.ProtoReflect.Descriptor instead.

func (*AuditEventActionCode) GetExtension

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

func (*AuditEventActionCode) GetId

func (*AuditEventActionCode) GetValue

func (*AuditEventActionCode) ProtoMessage

func (*AuditEventActionCode) ProtoMessage()

func (*AuditEventActionCode) ProtoReflect

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

func (*AuditEventActionCode) Reset

func (x *AuditEventActionCode) Reset()

func (*AuditEventActionCode) String

func (x *AuditEventActionCode) String() string

type AuditEventActionCode_Value

type AuditEventActionCode_Value int32
const (
	AuditEventActionCode_INVALID_UNINITIALIZED AuditEventActionCode_Value = 0
	AuditEventActionCode_C                     AuditEventActionCode_Value = 1
	AuditEventActionCode_R                     AuditEventActionCode_Value = 2
	AuditEventActionCode_U                     AuditEventActionCode_Value = 3
	AuditEventActionCode_D                     AuditEventActionCode_Value = 4
	AuditEventActionCode_E                     AuditEventActionCode_Value = 5
)

func (AuditEventActionCode_Value) Descriptor

func (AuditEventActionCode_Value) Enum

func (AuditEventActionCode_Value) EnumDescriptor deprecated

func (AuditEventActionCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AuditEventActionCode_Value.Descriptor instead.

func (AuditEventActionCode_Value) Number

func (AuditEventActionCode_Value) String

func (AuditEventActionCode_Value) Type

type AuditEventAgentNetworkTypeCode

type AuditEventAgentNetworkTypeCode struct {
	Value     AuditEventAgentNetworkTypeCode_Value `` /* 129-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
}

The type of network access point of this agent in the audit event See http://hl7.org/fhir/ValueSet/network-type

func (*AuditEventAgentNetworkTypeCode) Descriptor deprecated

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

Deprecated: Use AuditEventAgentNetworkTypeCode.ProtoReflect.Descriptor instead.

func (*AuditEventAgentNetworkTypeCode) GetExtension

func (*AuditEventAgentNetworkTypeCode) GetId

func (*AuditEventAgentNetworkTypeCode) GetValue

func (*AuditEventAgentNetworkTypeCode) ProtoMessage

func (*AuditEventAgentNetworkTypeCode) ProtoMessage()

func (*AuditEventAgentNetworkTypeCode) ProtoReflect

func (*AuditEventAgentNetworkTypeCode) Reset

func (x *AuditEventAgentNetworkTypeCode) Reset()

func (*AuditEventAgentNetworkTypeCode) String

type AuditEventAgentNetworkTypeCode_Value

type AuditEventAgentNetworkTypeCode_Value int32
const (
	AuditEventAgentNetworkTypeCode_INVALID_UNINITIALIZED AuditEventAgentNetworkTypeCode_Value = 0
	AuditEventAgentNetworkTypeCode_MACHINE_NAME          AuditEventAgentNetworkTypeCode_Value = 1
	AuditEventAgentNetworkTypeCode_IP_ADDRESS            AuditEventAgentNetworkTypeCode_Value = 2
	AuditEventAgentNetworkTypeCode_TELEPHONE_NUMBER      AuditEventAgentNetworkTypeCode_Value = 3
	AuditEventAgentNetworkTypeCode_EMAIL_ADDRESS         AuditEventAgentNetworkTypeCode_Value = 4
	AuditEventAgentNetworkTypeCode_URI                   AuditEventAgentNetworkTypeCode_Value = 5
)

func (AuditEventAgentNetworkTypeCode_Value) Descriptor

func (AuditEventAgentNetworkTypeCode_Value) Enum

func (AuditEventAgentNetworkTypeCode_Value) EnumDescriptor deprecated

func (AuditEventAgentNetworkTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AuditEventAgentNetworkTypeCode_Value.Descriptor instead.

func (AuditEventAgentNetworkTypeCode_Value) Number

func (AuditEventAgentNetworkTypeCode_Value) String

func (AuditEventAgentNetworkTypeCode_Value) Type

type AuditEventOutcomeCode

type AuditEventOutcomeCode struct {
	Value     AuditEventOutcomeCode_Value     `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.AuditEventOutcomeCode_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
}

Indicates whether the event succeeded or failed See http://hl7.org/fhir/ValueSet/audit-event-outcome

func (*AuditEventOutcomeCode) Descriptor deprecated

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

Deprecated: Use AuditEventOutcomeCode.ProtoReflect.Descriptor instead.

func (*AuditEventOutcomeCode) GetExtension

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

func (*AuditEventOutcomeCode) GetId

func (*AuditEventOutcomeCode) GetValue

func (*AuditEventOutcomeCode) ProtoMessage

func (*AuditEventOutcomeCode) ProtoMessage()

func (*AuditEventOutcomeCode) ProtoReflect

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

func (*AuditEventOutcomeCode) Reset

func (x *AuditEventOutcomeCode) Reset()

func (*AuditEventOutcomeCode) String

func (x *AuditEventOutcomeCode) String() string

type AuditEventOutcomeCode_Value

type AuditEventOutcomeCode_Value int32
const (
	AuditEventOutcomeCode_INVALID_UNINITIALIZED AuditEventOutcomeCode_Value = 0
	AuditEventOutcomeCode_SUCCESS               AuditEventOutcomeCode_Value = 1
	AuditEventOutcomeCode_MINOR_FAILURE         AuditEventOutcomeCode_Value = 2
	AuditEventOutcomeCode_SERIOUS_FAILURE       AuditEventOutcomeCode_Value = 3
	AuditEventOutcomeCode_MAJOR_FAILURE         AuditEventOutcomeCode_Value = 4
)

func (AuditEventOutcomeCode_Value) Descriptor

func (AuditEventOutcomeCode_Value) Enum

func (AuditEventOutcomeCode_Value) EnumDescriptor deprecated

func (AuditEventOutcomeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use AuditEventOutcomeCode_Value.Descriptor instead.

func (AuditEventOutcomeCode_Value) Number

func (AuditEventOutcomeCode_Value) String

func (AuditEventOutcomeCode_Value) Type

type BasicResourceTypesCode

type BasicResourceTypesCode struct {
	Value     BasicResourceTypesCode_Value    `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.BasicResourceTypesCode_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
}

This value set defines codes for resources not yet supported by (or which will never be supported by) FHIR. Many of the codes listed here will eventually be turned into official resources. However, there is no guarantee that any particular resource will be created nor that the scope will be exactly as defined by the codes presented here. Codes in this set will be deprecated if/when formal resources are defined that encompass these concepts. See http://hl7.org/fhir/ValueSet/basic-resource-type

func (*BasicResourceTypesCode) Descriptor deprecated

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

Deprecated: Use BasicResourceTypesCode.ProtoReflect.Descriptor instead.

func (*BasicResourceTypesCode) GetExtension

func (*BasicResourceTypesCode) GetId

func (*BasicResourceTypesCode) GetValue

func (*BasicResourceTypesCode) ProtoMessage

func (*BasicResourceTypesCode) ProtoMessage()

func (*BasicResourceTypesCode) ProtoReflect

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

func (*BasicResourceTypesCode) Reset

func (x *BasicResourceTypesCode) Reset()

func (*BasicResourceTypesCode) String

func (x *BasicResourceTypesCode) String() string

type BasicResourceTypesCode_Value

type BasicResourceTypesCode_Value int32
const (
	BasicResourceTypesCode_INVALID_UNINITIALIZED BasicResourceTypesCode_Value = 0
	BasicResourceTypesCode_CONSENT               BasicResourceTypesCode_Value = 1
	BasicResourceTypesCode_REFERRAL              BasicResourceTypesCode_Value = 2
	BasicResourceTypesCode_ADVEVENT              BasicResourceTypesCode_Value = 3
	BasicResourceTypesCode_APTMTREQ              BasicResourceTypesCode_Value = 4
	BasicResourceTypesCode_TRANSFER              BasicResourceTypesCode_Value = 5
	BasicResourceTypesCode_DIET                  BasicResourceTypesCode_Value = 6
	BasicResourceTypesCode_ADMINACT              BasicResourceTypesCode_Value = 7
	BasicResourceTypesCode_EXPOSURE              BasicResourceTypesCode_Value = 8
	BasicResourceTypesCode_INVESTIGATION         BasicResourceTypesCode_Value = 9
	BasicResourceTypesCode_ACCOUNT               BasicResourceTypesCode_Value = 10
	BasicResourceTypesCode_INVOICE               BasicResourceTypesCode_Value = 11
	BasicResourceTypesCode_ADJUDICAT             BasicResourceTypesCode_Value = 12
	BasicResourceTypesCode_PREDETREQ             BasicResourceTypesCode_Value = 13
	BasicResourceTypesCode_PREDETERMINE          BasicResourceTypesCode_Value = 14
	BasicResourceTypesCode_STUDY                 BasicResourceTypesCode_Value = 15
	BasicResourceTypesCode_PROTOCOL              BasicResourceTypesCode_Value = 16
)

func (BasicResourceTypesCode_Value) Descriptor

func (BasicResourceTypesCode_Value) Enum

func (BasicResourceTypesCode_Value) EnumDescriptor deprecated

func (BasicResourceTypesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use BasicResourceTypesCode_Value.Descriptor instead.

func (BasicResourceTypesCode_Value) Number

func (BasicResourceTypesCode_Value) String

func (BasicResourceTypesCode_Value) Type

type BindingStrengthCode

type BindingStrengthCode struct {
	Value     BindingStrengthCode_Value       `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.BindingStrengthCode_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
}

Indication of the degree of conformance expectations associated with a binding. See http://hl7.org/fhir/ValueSet/binding-strength

func (*BindingStrengthCode) Descriptor deprecated

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

Deprecated: Use BindingStrengthCode.ProtoReflect.Descriptor instead.

func (*BindingStrengthCode) GetExtension

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

func (*BindingStrengthCode) GetId

func (*BindingStrengthCode) GetValue

func (*BindingStrengthCode) ProtoMessage

func (*BindingStrengthCode) ProtoMessage()

func (*BindingStrengthCode) ProtoReflect

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

func (*BindingStrengthCode) Reset

func (x *BindingStrengthCode) Reset()

func (*BindingStrengthCode) String

func (x *BindingStrengthCode) String() string

type BindingStrengthCode_Value

type BindingStrengthCode_Value int32
const (
	BindingStrengthCode_INVALID_UNINITIALIZED BindingStrengthCode_Value = 0
	BindingStrengthCode_REQUIRED              BindingStrengthCode_Value = 1
	BindingStrengthCode_EXTENSIBLE            BindingStrengthCode_Value = 2
	BindingStrengthCode_PREFERRED             BindingStrengthCode_Value = 3
	BindingStrengthCode_EXAMPLE               BindingStrengthCode_Value = 4
)

func (BindingStrengthCode_Value) Descriptor

func (BindingStrengthCode_Value) Enum

func (BindingStrengthCode_Value) EnumDescriptor deprecated

func (BindingStrengthCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use BindingStrengthCode_Value.Descriptor instead.

func (BindingStrengthCode_Value) Number

func (BindingStrengthCode_Value) String

func (x BindingStrengthCode_Value) String() string

func (BindingStrengthCode_Value) Type

type BundleTypeCode

type BundleTypeCode struct {
	Value     BundleTypeCode_Value            `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.BundleTypeCode_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
}

Indicates the purpose of a bundle - how it was intended to be used. See http://hl7.org/fhir/ValueSet/bundle-type

func (*BundleTypeCode) Descriptor deprecated

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

Deprecated: Use BundleTypeCode.ProtoReflect.Descriptor instead.

func (*BundleTypeCode) GetExtension

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

func (*BundleTypeCode) GetId

func (*BundleTypeCode) GetValue

func (x *BundleTypeCode) GetValue() BundleTypeCode_Value

func (*BundleTypeCode) ProtoMessage

func (*BundleTypeCode) ProtoMessage()

func (*BundleTypeCode) ProtoReflect

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

func (*BundleTypeCode) Reset

func (x *BundleTypeCode) Reset()

func (*BundleTypeCode) String

func (x *BundleTypeCode) String() string

type BundleTypeCode_Value

type BundleTypeCode_Value int32
const (
	BundleTypeCode_INVALID_UNINITIALIZED BundleTypeCode_Value = 0
	BundleTypeCode_DOCUMENT              BundleTypeCode_Value = 1
	BundleTypeCode_MESSAGE               BundleTypeCode_Value = 2
	BundleTypeCode_TRANSACTION           BundleTypeCode_Value = 3
	BundleTypeCode_TRANSACTION_RESPONSE  BundleTypeCode_Value = 4
	BundleTypeCode_BATCH                 BundleTypeCode_Value = 5
	BundleTypeCode_BATCH_RESPONSE        BundleTypeCode_Value = 6
	BundleTypeCode_HISTORY               BundleTypeCode_Value = 7
	BundleTypeCode_SEARCHSET             BundleTypeCode_Value = 8
	BundleTypeCode_COLLECTION            BundleTypeCode_Value = 9
)

func (BundleTypeCode_Value) Descriptor

func (BundleTypeCode_Value) Enum

func (BundleTypeCode_Value) EnumDescriptor deprecated

func (BundleTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use BundleTypeCode_Value.Descriptor instead.

func (BundleTypeCode_Value) Number

func (BundleTypeCode_Value) String

func (x BundleTypeCode_Value) String() string

func (BundleTypeCode_Value) Type

type CapabilityStatementKindCode

type CapabilityStatementKindCode struct {
	Value     CapabilityStatementKindCode_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
}

How a capability statement is intended to be used. See http://hl7.org/fhir/ValueSet/capability-statement-kind

func (*CapabilityStatementKindCode) Descriptor deprecated

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

Deprecated: Use CapabilityStatementKindCode.ProtoReflect.Descriptor instead.

func (*CapabilityStatementKindCode) GetExtension

func (*CapabilityStatementKindCode) GetId

func (*CapabilityStatementKindCode) GetValue

func (*CapabilityStatementKindCode) ProtoMessage

func (*CapabilityStatementKindCode) ProtoMessage()

func (*CapabilityStatementKindCode) ProtoReflect

func (*CapabilityStatementKindCode) Reset

func (x *CapabilityStatementKindCode) Reset()

func (*CapabilityStatementKindCode) String

func (x *CapabilityStatementKindCode) String() string

type CapabilityStatementKindCode_Value

type CapabilityStatementKindCode_Value int32
const (
	CapabilityStatementKindCode_INVALID_UNINITIALIZED CapabilityStatementKindCode_Value = 0
	CapabilityStatementKindCode_INSTANCE              CapabilityStatementKindCode_Value = 1
	CapabilityStatementKindCode_CAPABILITY            CapabilityStatementKindCode_Value = 2
	CapabilityStatementKindCode_REQUIREMENTS          CapabilityStatementKindCode_Value = 3
)

func (CapabilityStatementKindCode_Value) Descriptor

func (CapabilityStatementKindCode_Value) Enum

func (CapabilityStatementKindCode_Value) EnumDescriptor deprecated

func (CapabilityStatementKindCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use CapabilityStatementKindCode_Value.Descriptor instead.

func (CapabilityStatementKindCode_Value) Number

func (CapabilityStatementKindCode_Value) String

func (CapabilityStatementKindCode_Value) Type

type CarePlanActivityCategoryCode

type CarePlanActivityCategoryCode struct {
	Value     CarePlanActivityCategoryCode_Value `` /* 127-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
}

High-level categorization of the type of activity in a care plan. See http://hl7.org/fhir/ValueSet/care-plan-activity-category

func (*CarePlanActivityCategoryCode) Descriptor deprecated

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

Deprecated: Use CarePlanActivityCategoryCode.ProtoReflect.Descriptor instead.

func (*CarePlanActivityCategoryCode) GetExtension

func (*CarePlanActivityCategoryCode) GetId

func (*CarePlanActivityCategoryCode) GetValue

func (*CarePlanActivityCategoryCode) ProtoMessage

func (*CarePlanActivityCategoryCode) ProtoMessage()

func (*CarePlanActivityCategoryCode) ProtoReflect

func (*CarePlanActivityCategoryCode) Reset

func (x *CarePlanActivityCategoryCode) Reset()

func (*CarePlanActivityCategoryCode) String

type CarePlanActivityCategoryCode_Value

type CarePlanActivityCategoryCode_Value int32
const (
	CarePlanActivityCategoryCode_INVALID_UNINITIALIZED CarePlanActivityCategoryCode_Value = 0
	CarePlanActivityCategoryCode_DIET                  CarePlanActivityCategoryCode_Value = 1
	CarePlanActivityCategoryCode_DRUG                  CarePlanActivityCategoryCode_Value = 2
	CarePlanActivityCategoryCode_ENCOUNTER             CarePlanActivityCategoryCode_Value = 3
	CarePlanActivityCategoryCode_OBSERVATION           CarePlanActivityCategoryCode_Value = 4
	CarePlanActivityCategoryCode_PROCEDURE             CarePlanActivityCategoryCode_Value = 5
	CarePlanActivityCategoryCode_SUPPLY                CarePlanActivityCategoryCode_Value = 6
	CarePlanActivityCategoryCode_OTHER                 CarePlanActivityCategoryCode_Value = 7
)

func (CarePlanActivityCategoryCode_Value) Descriptor

func (CarePlanActivityCategoryCode_Value) Enum

func (CarePlanActivityCategoryCode_Value) EnumDescriptor deprecated

func (CarePlanActivityCategoryCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use CarePlanActivityCategoryCode_Value.Descriptor instead.

func (CarePlanActivityCategoryCode_Value) Number

func (CarePlanActivityCategoryCode_Value) String

func (CarePlanActivityCategoryCode_Value) Type

type CarePlanActivityStatusCode

type CarePlanActivityStatusCode struct {
	Value     CarePlanActivityStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.CarePlanActivityStatusCode_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
}

Indicates where the activity is at in its overall life cycle. See http://hl7.org/fhir/ValueSet/care-plan-activity-status

func (*CarePlanActivityStatusCode) Descriptor deprecated

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

Deprecated: Use CarePlanActivityStatusCode.ProtoReflect.Descriptor instead.

func (*CarePlanActivityStatusCode) GetExtension

func (*CarePlanActivityStatusCode) GetId

func (*CarePlanActivityStatusCode) GetValue

func (*CarePlanActivityStatusCode) ProtoMessage

func (*CarePlanActivityStatusCode) ProtoMessage()

func (*CarePlanActivityStatusCode) ProtoReflect

func (*CarePlanActivityStatusCode) Reset

func (x *CarePlanActivityStatusCode) Reset()

func (*CarePlanActivityStatusCode) String

func (x *CarePlanActivityStatusCode) String() string

type CarePlanActivityStatusCode_Value

type CarePlanActivityStatusCode_Value int32
const (
	CarePlanActivityStatusCode_INVALID_UNINITIALIZED CarePlanActivityStatusCode_Value = 0
	CarePlanActivityStatusCode_NOT_STARTED           CarePlanActivityStatusCode_Value = 1
	CarePlanActivityStatusCode_SCHEDULED             CarePlanActivityStatusCode_Value = 2
	CarePlanActivityStatusCode_IN_PROGRESS           CarePlanActivityStatusCode_Value = 3
	CarePlanActivityStatusCode_ON_HOLD               CarePlanActivityStatusCode_Value = 4
	CarePlanActivityStatusCode_COMPLETED             CarePlanActivityStatusCode_Value = 5
	CarePlanActivityStatusCode_CANCELLED             CarePlanActivityStatusCode_Value = 6
	CarePlanActivityStatusCode_UNKNOWN               CarePlanActivityStatusCode_Value = 7
)

func (CarePlanActivityStatusCode_Value) Descriptor

func (CarePlanActivityStatusCode_Value) Enum

func (CarePlanActivityStatusCode_Value) EnumDescriptor deprecated

func (CarePlanActivityStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use CarePlanActivityStatusCode_Value.Descriptor instead.

func (CarePlanActivityStatusCode_Value) Number

func (CarePlanActivityStatusCode_Value) String

func (CarePlanActivityStatusCode_Value) Type

type CarePlanIntentCode

type CarePlanIntentCode struct {
	Value     CarePlanIntentCode_Value        `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.CarePlanIntentCode_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
}

Codes indicating the degree of authority/intentionality associated with a care plan See http://hl7.org/fhir/ValueSet/care-plan-intent

func (*CarePlanIntentCode) Descriptor deprecated

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

Deprecated: Use CarePlanIntentCode.ProtoReflect.Descriptor instead.

func (*CarePlanIntentCode) GetExtension

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

func (*CarePlanIntentCode) GetId

func (*CarePlanIntentCode) GetValue

func (*CarePlanIntentCode) ProtoMessage

func (*CarePlanIntentCode) ProtoMessage()

func (*CarePlanIntentCode) ProtoReflect

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

func (*CarePlanIntentCode) Reset

func (x *CarePlanIntentCode) Reset()

func (*CarePlanIntentCode) String

func (x *CarePlanIntentCode) String() string

type CarePlanIntentCode_Value

type CarePlanIntentCode_Value int32
const (
	CarePlanIntentCode_INVALID_UNINITIALIZED CarePlanIntentCode_Value = 0
	CarePlanIntentCode_PROPOSAL              CarePlanIntentCode_Value = 1
	CarePlanIntentCode_PLAN                  CarePlanIntentCode_Value = 2
	CarePlanIntentCode_ORDER                 CarePlanIntentCode_Value = 3
	CarePlanIntentCode_OPTION                CarePlanIntentCode_Value = 4
)

func (CarePlanIntentCode_Value) Descriptor

func (CarePlanIntentCode_Value) Enum

func (CarePlanIntentCode_Value) EnumDescriptor deprecated

func (CarePlanIntentCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use CarePlanIntentCode_Value.Descriptor instead.

func (CarePlanIntentCode_Value) Number

func (CarePlanIntentCode_Value) String

func (x CarePlanIntentCode_Value) String() string

func (CarePlanIntentCode_Value) Type

type CarePlanStatusCode

type CarePlanStatusCode struct {
	Value     CarePlanStatusCode_Value        `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.CarePlanStatusCode_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
}

Indicates whether the plan is currently being acted upon, represents future intentions or is now a historical record. See http://hl7.org/fhir/ValueSet/care-plan-status

func (*CarePlanStatusCode) Descriptor deprecated

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

Deprecated: Use CarePlanStatusCode.ProtoReflect.Descriptor instead.

func (*CarePlanStatusCode) GetExtension

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

func (*CarePlanStatusCode) GetId

func (*CarePlanStatusCode) GetValue

func (*CarePlanStatusCode) ProtoMessage

func (*CarePlanStatusCode) ProtoMessage()

func (*CarePlanStatusCode) ProtoReflect

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

func (*CarePlanStatusCode) Reset

func (x *CarePlanStatusCode) Reset()

func (*CarePlanStatusCode) String

func (x *CarePlanStatusCode) String() string

type CarePlanStatusCode_Value

type CarePlanStatusCode_Value int32
const (
	CarePlanStatusCode_INVALID_UNINITIALIZED CarePlanStatusCode_Value = 0
	CarePlanStatusCode_DRAFT                 CarePlanStatusCode_Value = 1
	CarePlanStatusCode_ACTIVE                CarePlanStatusCode_Value = 2
	CarePlanStatusCode_SUSPENDED             CarePlanStatusCode_Value = 3
	CarePlanStatusCode_COMPLETED             CarePlanStatusCode_Value = 4
	CarePlanStatusCode_ENTERED_IN_ERROR      CarePlanStatusCode_Value = 5
	CarePlanStatusCode_CANCELLED             CarePlanStatusCode_Value = 6
	CarePlanStatusCode_UNKNOWN               CarePlanStatusCode_Value = 7
)

func (CarePlanStatusCode_Value) Descriptor

func (CarePlanStatusCode_Value) Enum

func (CarePlanStatusCode_Value) EnumDescriptor deprecated

func (CarePlanStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use CarePlanStatusCode_Value.Descriptor instead.

func (CarePlanStatusCode_Value) Number

func (CarePlanStatusCode_Value) String

func (x CarePlanStatusCode_Value) String() string

func (CarePlanStatusCode_Value) Type

type CareTeamCategoryCode

type CareTeamCategoryCode struct {
	Value     CareTeamCategoryCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.CareTeamCategoryCode_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
}

Indicates the type of care team. See http://hl7.org/fhir/ValueSet/care-team-category

func (*CareTeamCategoryCode) Descriptor deprecated

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

Deprecated: Use CareTeamCategoryCode.ProtoReflect.Descriptor instead.

func (*CareTeamCategoryCode) GetExtension

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

func (*CareTeamCategoryCode) GetId

func (*CareTeamCategoryCode) GetValue

func (*CareTeamCategoryCode) ProtoMessage

func (*CareTeamCategoryCode) ProtoMessage()

func (*CareTeamCategoryCode) ProtoReflect

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

func (*CareTeamCategoryCode) Reset

func (x *CareTeamCategoryCode) Reset()

func (*CareTeamCategoryCode) String

func (x *CareTeamCategoryCode) String() string

type CareTeamCategoryCode_Value

type CareTeamCategoryCode_Value int32
const (
	CareTeamCategoryCode_INVALID_UNINITIALIZED CareTeamCategoryCode_Value = 0
	CareTeamCategoryCode_EVENT                 CareTeamCategoryCode_Value = 1
	CareTeamCategoryCode_ENCOUNTER             CareTeamCategoryCode_Value = 2
	CareTeamCategoryCode_EPISODE               CareTeamCategoryCode_Value = 3
	CareTeamCategoryCode_LONGITUDINAL          CareTeamCategoryCode_Value = 4
	CareTeamCategoryCode_CONDITION             CareTeamCategoryCode_Value = 5
	CareTeamCategoryCode_CLINICAL_RESEARCH     CareTeamCategoryCode_Value = 6
)

func (CareTeamCategoryCode_Value) Descriptor

func (CareTeamCategoryCode_Value) Enum

func (CareTeamCategoryCode_Value) EnumDescriptor deprecated

func (CareTeamCategoryCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use CareTeamCategoryCode_Value.Descriptor instead.

func (CareTeamCategoryCode_Value) Number

func (CareTeamCategoryCode_Value) String

func (CareTeamCategoryCode_Value) Type

type CareTeamStatusCode

type CareTeamStatusCode struct {
	Value     CareTeamStatusCode_Value        `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.CareTeamStatusCode_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
}

Indicates the status of the care team. See http://hl7.org/fhir/ValueSet/care-team-status

func (*CareTeamStatusCode) Descriptor deprecated

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

Deprecated: Use CareTeamStatusCode.ProtoReflect.Descriptor instead.

func (*CareTeamStatusCode) GetExtension

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

func (*CareTeamStatusCode) GetId

func (*CareTeamStatusCode) GetValue

func (*CareTeamStatusCode) ProtoMessage

func (*CareTeamStatusCode) ProtoMessage()

func (*CareTeamStatusCode) ProtoReflect

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

func (*CareTeamStatusCode) Reset

func (x *CareTeamStatusCode) Reset()

func (*CareTeamStatusCode) String

func (x *CareTeamStatusCode) String() string

type CareTeamStatusCode_Value

type CareTeamStatusCode_Value int32
const (
	CareTeamStatusCode_INVALID_UNINITIALIZED CareTeamStatusCode_Value = 0
	CareTeamStatusCode_PROPOSED              CareTeamStatusCode_Value = 1
	CareTeamStatusCode_ACTIVE                CareTeamStatusCode_Value = 2
	CareTeamStatusCode_SUSPENDED             CareTeamStatusCode_Value = 3
	CareTeamStatusCode_INACTIVE              CareTeamStatusCode_Value = 4
	CareTeamStatusCode_ENTERED_IN_ERROR      CareTeamStatusCode_Value = 5
)

func (CareTeamStatusCode_Value) Descriptor

func (CareTeamStatusCode_Value) Enum

func (CareTeamStatusCode_Value) EnumDescriptor deprecated

func (CareTeamStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use CareTeamStatusCode_Value.Descriptor instead.

func (CareTeamStatusCode_Value) Number

func (CareTeamStatusCode_Value) String

func (x CareTeamStatusCode_Value) String() string

func (CareTeamStatusCode_Value) Type

type ChargeItemStatusCode

type ChargeItemStatusCode struct {
	Value     ChargeItemStatusCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.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
}

Codes identifying the stage lifecycle stage of a ChargeItem See http://hl7.org/fhir/ValueSet/chargeitem-status

func (*ChargeItemStatusCode) Descriptor deprecated

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

Deprecated: Use ChargeItemStatusCode.ProtoReflect.Descriptor instead.

func (*ChargeItemStatusCode) GetExtension

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

func (*ChargeItemStatusCode) GetId

func (*ChargeItemStatusCode) GetValue

func (*ChargeItemStatusCode) ProtoMessage

func (*ChargeItemStatusCode) ProtoMessage()

func (*ChargeItemStatusCode) ProtoReflect

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

func (*ChargeItemStatusCode) Reset

func (x *ChargeItemStatusCode) Reset()

func (*ChargeItemStatusCode) String

func (x *ChargeItemStatusCode) String() string

type ChargeItemStatusCode_Value

type ChargeItemStatusCode_Value int32
const (
	ChargeItemStatusCode_INVALID_UNINITIALIZED ChargeItemStatusCode_Value = 0
	ChargeItemStatusCode_PLANNED               ChargeItemStatusCode_Value = 1
	ChargeItemStatusCode_BILLABLE              ChargeItemStatusCode_Value = 2
	ChargeItemStatusCode_NOT_BILLABLE          ChargeItemStatusCode_Value = 3
	ChargeItemStatusCode_ABORTED               ChargeItemStatusCode_Value = 4
	ChargeItemStatusCode_BILLED                ChargeItemStatusCode_Value = 5
	ChargeItemStatusCode_ENTERED_IN_ERROR      ChargeItemStatusCode_Value = 6
	ChargeItemStatusCode_UNKNOWN               ChargeItemStatusCode_Value = 7
)

func (ChargeItemStatusCode_Value) Descriptor

func (ChargeItemStatusCode_Value) Enum

func (ChargeItemStatusCode_Value) EnumDescriptor deprecated

func (ChargeItemStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChargeItemStatusCode_Value.Descriptor instead.

func (ChargeItemStatusCode_Value) Number

func (ChargeItemStatusCode_Value) String

func (ChargeItemStatusCode_Value) Type

type ChoiceListOrientationCode

type ChoiceListOrientationCode struct {
	Value     ChoiceListOrientationCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ChoiceListOrientationCode_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
}

Direction in which lists of question options should be displayed See http://hl7.org/fhir/ValueSet/choice-list-orientation

func (*ChoiceListOrientationCode) Descriptor deprecated

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

Deprecated: Use ChoiceListOrientationCode.ProtoReflect.Descriptor instead.

func (*ChoiceListOrientationCode) GetExtension

func (*ChoiceListOrientationCode) GetId

func (*ChoiceListOrientationCode) GetValue

func (*ChoiceListOrientationCode) ProtoMessage

func (*ChoiceListOrientationCode) ProtoMessage()

func (*ChoiceListOrientationCode) ProtoReflect

func (*ChoiceListOrientationCode) Reset

func (x *ChoiceListOrientationCode) Reset()

func (*ChoiceListOrientationCode) String

func (x *ChoiceListOrientationCode) String() string

type ChoiceListOrientationCode_Value

type ChoiceListOrientationCode_Value int32
const (
	ChoiceListOrientationCode_INVALID_UNINITIALIZED ChoiceListOrientationCode_Value = 0
	ChoiceListOrientationCode_HORIZONTAL            ChoiceListOrientationCode_Value = 1
	ChoiceListOrientationCode_VERTICAL              ChoiceListOrientationCode_Value = 2
)

func (ChoiceListOrientationCode_Value) Descriptor

func (ChoiceListOrientationCode_Value) Enum

func (ChoiceListOrientationCode_Value) EnumDescriptor deprecated

func (ChoiceListOrientationCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ChoiceListOrientationCode_Value.Descriptor instead.

func (ChoiceListOrientationCode_Value) Number

func (ChoiceListOrientationCode_Value) String

func (ChoiceListOrientationCode_Value) Type

type ClaimPayeeResourceTypeCode

type ClaimPayeeResourceTypeCode struct {
	Value     ClaimPayeeResourceTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ClaimPayeeResourceTypeCode_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
}

The type of Claim payee Resource See http://hl7.org/fhir/ValueSet/ex-payee-resource-type

func (*ClaimPayeeResourceTypeCode) Descriptor deprecated

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

Deprecated: Use ClaimPayeeResourceTypeCode.ProtoReflect.Descriptor instead.

func (*ClaimPayeeResourceTypeCode) GetExtension

func (*ClaimPayeeResourceTypeCode) GetId

func (*ClaimPayeeResourceTypeCode) GetValue

func (*ClaimPayeeResourceTypeCode) ProtoMessage

func (*ClaimPayeeResourceTypeCode) ProtoMessage()

func (*ClaimPayeeResourceTypeCode) ProtoReflect

func (*ClaimPayeeResourceTypeCode) Reset

func (x *ClaimPayeeResourceTypeCode) Reset()

func (*ClaimPayeeResourceTypeCode) String

func (x *ClaimPayeeResourceTypeCode) String() string

type ClaimPayeeResourceTypeCode_Value

type ClaimPayeeResourceTypeCode_Value int32
const (
	ClaimPayeeResourceTypeCode_INVALID_UNINITIALIZED ClaimPayeeResourceTypeCode_Value = 0
	ClaimPayeeResourceTypeCode_ORGANIZATION          ClaimPayeeResourceTypeCode_Value = 1
	ClaimPayeeResourceTypeCode_PATIENT               ClaimPayeeResourceTypeCode_Value = 2
	ClaimPayeeResourceTypeCode_PRACTITIONER          ClaimPayeeResourceTypeCode_Value = 3
	ClaimPayeeResourceTypeCode_RELATEDPERSON         ClaimPayeeResourceTypeCode_Value = 4
)

func (ClaimPayeeResourceTypeCode_Value) Descriptor

func (ClaimPayeeResourceTypeCode_Value) Enum

func (ClaimPayeeResourceTypeCode_Value) EnumDescriptor deprecated

func (ClaimPayeeResourceTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClaimPayeeResourceTypeCode_Value.Descriptor instead.

func (ClaimPayeeResourceTypeCode_Value) Number

func (ClaimPayeeResourceTypeCode_Value) String

func (ClaimPayeeResourceTypeCode_Value) Type

type ClassificationOrContextCode

type ClassificationOrContextCode struct {
	Value     ClassificationOrContextCode_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
}

Identifies whether a useContext represents a context or classification for the element See http://hl7.org/fhir/ValueSet/classification-or-context

func (*ClassificationOrContextCode) Descriptor deprecated

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

Deprecated: Use ClassificationOrContextCode.ProtoReflect.Descriptor instead.

func (*ClassificationOrContextCode) GetExtension

func (*ClassificationOrContextCode) GetId

func (*ClassificationOrContextCode) GetValue

func (*ClassificationOrContextCode) ProtoMessage

func (*ClassificationOrContextCode) ProtoMessage()

func (*ClassificationOrContextCode) ProtoReflect

func (*ClassificationOrContextCode) Reset

func (x *ClassificationOrContextCode) Reset()

func (*ClassificationOrContextCode) String

func (x *ClassificationOrContextCode) String() string

type ClassificationOrContextCode_Value

type ClassificationOrContextCode_Value int32
const (
	ClassificationOrContextCode_INVALID_UNINITIALIZED ClassificationOrContextCode_Value = 0
	ClassificationOrContextCode_CLASSIFICATION        ClassificationOrContextCode_Value = 1
	ClassificationOrContextCode_CONTEXT               ClassificationOrContextCode_Value = 2
)

func (ClassificationOrContextCode_Value) Descriptor

func (ClassificationOrContextCode_Value) Enum

func (ClassificationOrContextCode_Value) EnumDescriptor deprecated

func (ClassificationOrContextCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClassificationOrContextCode_Value.Descriptor instead.

func (ClassificationOrContextCode_Value) Number

func (ClassificationOrContextCode_Value) String

func (ClassificationOrContextCode_Value) Type

type ClinicalImpressionStatusCode

type ClinicalImpressionStatusCode struct {
	Value     ClinicalImpressionStatusCode_Value `` /* 127-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
}

The workflow state of a clinical impression. See http://hl7.org/fhir/ValueSet/clinical-impression-status

func (*ClinicalImpressionStatusCode) Descriptor deprecated

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

Deprecated: Use ClinicalImpressionStatusCode.ProtoReflect.Descriptor instead.

func (*ClinicalImpressionStatusCode) GetExtension

func (*ClinicalImpressionStatusCode) GetId

func (*ClinicalImpressionStatusCode) GetValue

func (*ClinicalImpressionStatusCode) ProtoMessage

func (*ClinicalImpressionStatusCode) ProtoMessage()

func (*ClinicalImpressionStatusCode) ProtoReflect

func (*ClinicalImpressionStatusCode) Reset

func (x *ClinicalImpressionStatusCode) Reset()

func (*ClinicalImpressionStatusCode) String

type ClinicalImpressionStatusCode_Value

type ClinicalImpressionStatusCode_Value int32
const (
	ClinicalImpressionStatusCode_INVALID_UNINITIALIZED ClinicalImpressionStatusCode_Value = 0
	ClinicalImpressionStatusCode_DRAFT                 ClinicalImpressionStatusCode_Value = 1
	ClinicalImpressionStatusCode_COMPLETED             ClinicalImpressionStatusCode_Value = 2
	ClinicalImpressionStatusCode_ENTERED_IN_ERROR      ClinicalImpressionStatusCode_Value = 3
)

func (ClinicalImpressionStatusCode_Value) Descriptor

func (ClinicalImpressionStatusCode_Value) Enum

func (ClinicalImpressionStatusCode_Value) EnumDescriptor deprecated

func (ClinicalImpressionStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ClinicalImpressionStatusCode_Value.Descriptor instead.

func (ClinicalImpressionStatusCode_Value) Number

func (ClinicalImpressionStatusCode_Value) String

func (ClinicalImpressionStatusCode_Value) Type

type CodeSystemContentModeCode

type CodeSystemContentModeCode struct {
	Value     CodeSystemContentModeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.CodeSystemContentModeCode_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
}

How much of the content of the code system - the concepts and codes it defines - are represented in a code system resource See http://hl7.org/fhir/ValueSet/codesystem-content-mode

func (*CodeSystemContentModeCode) Descriptor deprecated

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

Deprecated: Use CodeSystemContentModeCode.ProtoReflect.Descriptor instead.

func (*CodeSystemContentModeCode) GetExtension

func (*CodeSystemContentModeCode) GetId

func (*CodeSystemContentModeCode) GetValue

func (*CodeSystemContentModeCode) ProtoMessage

func (*CodeSystemContentModeCode) ProtoMessage()

func (*CodeSystemContentModeCode) ProtoReflect

func (*CodeSystemContentModeCode) Reset

func (x *CodeSystemContentModeCode) Reset()

func (*CodeSystemContentModeCode) String

func (x *CodeSystemContentModeCode) String() string

type CodeSystemContentModeCode_Value

type CodeSystemContentModeCode_Value int32
const (
	CodeSystemContentModeCode_INVALID_UNINITIALIZED CodeSystemContentModeCode_Value = 0
	CodeSystemContentModeCode_NOT_PRESENT           CodeSystemContentModeCode_Value = 1
	CodeSystemContentModeCode_EXAMPLE               CodeSystemContentModeCode_Value = 2
	CodeSystemContentModeCode_FRAGMENT              CodeSystemContentModeCode_Value = 3
	CodeSystemContentModeCode_COMPLETE              CodeSystemContentModeCode_Value = 4
)

func (CodeSystemContentModeCode_Value) Descriptor

func (CodeSystemContentModeCode_Value) Enum

func (CodeSystemContentModeCode_Value) EnumDescriptor deprecated

func (CodeSystemContentModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use CodeSystemContentModeCode_Value.Descriptor instead.

func (CodeSystemContentModeCode_Value) Number

func (CodeSystemContentModeCode_Value) String

func (CodeSystemContentModeCode_Value) Type

type CodeSystemHierarchyMeaningCode

type CodeSystemHierarchyMeaningCode struct {
	Value     CodeSystemHierarchyMeaningCode_Value `` /* 129-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
}

The meaning of the hierarchy of concepts in a code system See http://hl7.org/fhir/ValueSet/codesystem-hierarchy-meaning

func (*CodeSystemHierarchyMeaningCode) Descriptor deprecated

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

Deprecated: Use CodeSystemHierarchyMeaningCode.ProtoReflect.Descriptor instead.

func (*CodeSystemHierarchyMeaningCode) GetExtension

func (*CodeSystemHierarchyMeaningCode) GetId

func (*CodeSystemHierarchyMeaningCode) GetValue

func (*CodeSystemHierarchyMeaningCode) ProtoMessage

func (*CodeSystemHierarchyMeaningCode) ProtoMessage()

func (*CodeSystemHierarchyMeaningCode) ProtoReflect

func (*CodeSystemHierarchyMeaningCode) Reset

func (x *CodeSystemHierarchyMeaningCode) Reset()

func (*CodeSystemHierarchyMeaningCode) String

type CodeSystemHierarchyMeaningCode_Value

type CodeSystemHierarchyMeaningCode_Value int32
const (
	CodeSystemHierarchyMeaningCode_INVALID_UNINITIALIZED CodeSystemHierarchyMeaningCode_Value = 0
	CodeSystemHierarchyMeaningCode_GROUPED_BY            CodeSystemHierarchyMeaningCode_Value = 1
	CodeSystemHierarchyMeaningCode_IS_A                  CodeSystemHierarchyMeaningCode_Value = 2
	CodeSystemHierarchyMeaningCode_PART_OF               CodeSystemHierarchyMeaningCode_Value = 3
	CodeSystemHierarchyMeaningCode_CLASSIFIED_WITH       CodeSystemHierarchyMeaningCode_Value = 4
)

func (CodeSystemHierarchyMeaningCode_Value) Descriptor

func (CodeSystemHierarchyMeaningCode_Value) Enum

func (CodeSystemHierarchyMeaningCode_Value) EnumDescriptor deprecated

func (CodeSystemHierarchyMeaningCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use CodeSystemHierarchyMeaningCode_Value.Descriptor instead.

func (CodeSystemHierarchyMeaningCode_Value) Number

func (CodeSystemHierarchyMeaningCode_Value) String

func (CodeSystemHierarchyMeaningCode_Value) Type

type CommonTagsCode

type CommonTagsCode struct {
	Value     CommonTagsCode_Value            `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.CommonTagsCode_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
}

Common Tag Codes defined by FHIR project See http://hl7.org/fhir/ValueSet/common-tags

func (*CommonTagsCode) Descriptor deprecated

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

Deprecated: Use CommonTagsCode.ProtoReflect.Descriptor instead.

func (*CommonTagsCode) GetExtension

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

func (*CommonTagsCode) GetId

func (*CommonTagsCode) GetValue

func (x *CommonTagsCode) GetValue() CommonTagsCode_Value

func (*CommonTagsCode) ProtoMessage

func (*CommonTagsCode) ProtoMessage()

func (*CommonTagsCode) ProtoReflect

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

func (*CommonTagsCode) Reset

func (x *CommonTagsCode) Reset()

func (*CommonTagsCode) String

func (x *CommonTagsCode) String() string

type CommonTagsCode_Value

type CommonTagsCode_Value int32
const (
	CommonTagsCode_INVALID_UNINITIALIZED CommonTagsCode_Value = 0
	CommonTagsCode_ACTIONABLE            CommonTagsCode_Value = 1
)

func (CommonTagsCode_Value) Descriptor

func (CommonTagsCode_Value) Enum

func (CommonTagsCode_Value) EnumDescriptor deprecated

func (CommonTagsCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use CommonTagsCode_Value.Descriptor instead.

func (CommonTagsCode_Value) Number

func (CommonTagsCode_Value) String

func (x CommonTagsCode_Value) String() string

func (CommonTagsCode_Value) Type

type CommunicationCategoryCode

type CommunicationCategoryCode struct {
	Value     CommunicationCategoryCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.CommunicationCategoryCode_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
}

Codes for general categories of communications such as alerts, instruction, etc. See http://hl7.org/fhir/ValueSet/communication-category

func (*CommunicationCategoryCode) Descriptor deprecated

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

Deprecated: Use CommunicationCategoryCode.ProtoReflect.Descriptor instead.

func (*CommunicationCategoryCode) GetExtension

func (*CommunicationCategoryCode) GetId

func (*CommunicationCategoryCode) GetValue

func (*CommunicationCategoryCode) ProtoMessage

func (*CommunicationCategoryCode) ProtoMessage()

func (*CommunicationCategoryCode) ProtoReflect

func (*CommunicationCategoryCode) Reset

func (x *CommunicationCategoryCode) Reset()

func (*CommunicationCategoryCode) String

func (x *CommunicationCategoryCode) String() string

type CommunicationCategoryCode_Value

type CommunicationCategoryCode_Value int32
const (
	CommunicationCategoryCode_INVALID_UNINITIALIZED CommunicationCategoryCode_Value = 0
	CommunicationCategoryCode_ALERT                 CommunicationCategoryCode_Value = 1
	CommunicationCategoryCode_NOTIFICATION          CommunicationCategoryCode_Value = 2
	CommunicationCategoryCode_REMINDER              CommunicationCategoryCode_Value = 3
	CommunicationCategoryCode_INSTRUCTION           CommunicationCategoryCode_Value = 4
)

func (CommunicationCategoryCode_Value) Descriptor

func (CommunicationCategoryCode_Value) Enum

func (CommunicationCategoryCode_Value) EnumDescriptor deprecated

func (CommunicationCategoryCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use CommunicationCategoryCode_Value.Descriptor instead.

func (CommunicationCategoryCode_Value) Number

func (CommunicationCategoryCode_Value) String

func (CommunicationCategoryCode_Value) Type

type CommunicationNotDoneReasonCode

type CommunicationNotDoneReasonCode struct {
	Value     CommunicationNotDoneReasonCode_Value `` /* 129-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
}

Codes for the reason why a communication was not done. See http://hl7.org/fhir/ValueSet/communication-not-done-reason

func (*CommunicationNotDoneReasonCode) Descriptor deprecated

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

Deprecated: Use CommunicationNotDoneReasonCode.ProtoReflect.Descriptor instead.

func (*CommunicationNotDoneReasonCode) GetExtension

func (*CommunicationNotDoneReasonCode) GetId

func (*CommunicationNotDoneReasonCode) GetValue

func (*CommunicationNotDoneReasonCode) ProtoMessage

func (*CommunicationNotDoneReasonCode) ProtoMessage()

func (*CommunicationNotDoneReasonCode) ProtoReflect

func (*CommunicationNotDoneReasonCode) Reset

func (x *CommunicationNotDoneReasonCode) Reset()

func (*CommunicationNotDoneReasonCode) String

type CommunicationNotDoneReasonCode_Value

type CommunicationNotDoneReasonCode_Value int32
const (
	CommunicationNotDoneReasonCode_INVALID_UNINITIALIZED CommunicationNotDoneReasonCode_Value = 0
	CommunicationNotDoneReasonCode_UNKNOWN               CommunicationNotDoneReasonCode_Value = 1
	CommunicationNotDoneReasonCode_SYSTEM_ERROR          CommunicationNotDoneReasonCode_Value = 2
	CommunicationNotDoneReasonCode_INVALID_PHONE_NUMBER  CommunicationNotDoneReasonCode_Value = 3
	CommunicationNotDoneReasonCode_RECIPIENT_UNAVAILABLE CommunicationNotDoneReasonCode_Value = 4
	CommunicationNotDoneReasonCode_FAMILY_OBJECTION      CommunicationNotDoneReasonCode_Value = 5
	CommunicationNotDoneReasonCode_PATIENT_OBJECTION     CommunicationNotDoneReasonCode_Value = 6
)

func (CommunicationNotDoneReasonCode_Value) Descriptor

func (CommunicationNotDoneReasonCode_Value) Enum

func (CommunicationNotDoneReasonCode_Value) EnumDescriptor deprecated

func (CommunicationNotDoneReasonCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use CommunicationNotDoneReasonCode_Value.Descriptor instead.

func (CommunicationNotDoneReasonCode_Value) Number

func (CommunicationNotDoneReasonCode_Value) String

func (CommunicationNotDoneReasonCode_Value) Type

type CompartmentTypeCode

type CompartmentTypeCode struct {
	Value     CompartmentTypeCode_Value       `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.CompartmentTypeCode_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
}

Which compartment a compartment definition describes See http://hl7.org/fhir/ValueSet/compartment-type

func (*CompartmentTypeCode) Descriptor deprecated

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

Deprecated: Use CompartmentTypeCode.ProtoReflect.Descriptor instead.

func (*CompartmentTypeCode) GetExtension

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

func (*CompartmentTypeCode) GetId

func (*CompartmentTypeCode) GetValue

func (*CompartmentTypeCode) ProtoMessage

func (*CompartmentTypeCode) ProtoMessage()

func (*CompartmentTypeCode) ProtoReflect

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

func (*CompartmentTypeCode) Reset

func (x *CompartmentTypeCode) Reset()

func (*CompartmentTypeCode) String

func (x *CompartmentTypeCode) String() string

type CompartmentTypeCode_Value

type CompartmentTypeCode_Value int32
const (
	CompartmentTypeCode_INVALID_UNINITIALIZED CompartmentTypeCode_Value = 0
	CompartmentTypeCode_PATIENT               CompartmentTypeCode_Value = 1
	CompartmentTypeCode_ENCOUNTER             CompartmentTypeCode_Value = 2
	CompartmentTypeCode_RELATEDPERSON         CompartmentTypeCode_Value = 3
	CompartmentTypeCode_PRACTITIONER          CompartmentTypeCode_Value = 4
	CompartmentTypeCode_DEVICE                CompartmentTypeCode_Value = 5
)

func (CompartmentTypeCode_Value) Descriptor

func (CompartmentTypeCode_Value) Enum

func (CompartmentTypeCode_Value) EnumDescriptor deprecated

func (CompartmentTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use CompartmentTypeCode_Value.Descriptor instead.

func (CompartmentTypeCode_Value) Number

func (CompartmentTypeCode_Value) String

func (x CompartmentTypeCode_Value) String() string

func (CompartmentTypeCode_Value) Type

type CompositeMeasureScoringCode

type CompositeMeasureScoringCode struct {
	Value     CompositeMeasureScoringCode_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
}

The composite scoring method of the measure See http://hl7.org/fhir/ValueSet/composite-measure-scoring

func (*CompositeMeasureScoringCode) Descriptor deprecated

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

Deprecated: Use CompositeMeasureScoringCode.ProtoReflect.Descriptor instead.

func (*CompositeMeasureScoringCode) GetExtension

func (*CompositeMeasureScoringCode) GetId

func (*CompositeMeasureScoringCode) GetValue

func (*CompositeMeasureScoringCode) ProtoMessage

func (*CompositeMeasureScoringCode) ProtoMessage()

func (*CompositeMeasureScoringCode) ProtoReflect

func (*CompositeMeasureScoringCode) Reset

func (x *CompositeMeasureScoringCode) Reset()

func (*CompositeMeasureScoringCode) String

func (x *CompositeMeasureScoringCode) String() string

type CompositeMeasureScoringCode_Value

type CompositeMeasureScoringCode_Value int32
const (
	CompositeMeasureScoringCode_INVALID_UNINITIALIZED CompositeMeasureScoringCode_Value = 0
	CompositeMeasureScoringCode_OPPORTUNITY           CompositeMeasureScoringCode_Value = 1
	CompositeMeasureScoringCode_ALL_OR_NOTHING        CompositeMeasureScoringCode_Value = 2
	CompositeMeasureScoringCode_LINEAR                CompositeMeasureScoringCode_Value = 3
	CompositeMeasureScoringCode_WEIGHTED              CompositeMeasureScoringCode_Value = 4
)

func (CompositeMeasureScoringCode_Value) Descriptor

func (CompositeMeasureScoringCode_Value) Enum

func (CompositeMeasureScoringCode_Value) EnumDescriptor deprecated

func (CompositeMeasureScoringCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use CompositeMeasureScoringCode_Value.Descriptor instead.

func (CompositeMeasureScoringCode_Value) Number

func (CompositeMeasureScoringCode_Value) String

func (CompositeMeasureScoringCode_Value) Type

type CompositionAttestationModeCode

type CompositionAttestationModeCode struct {
	Value     CompositionAttestationModeCode_Value `` /* 129-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
}

The way in which a person authenticated a composition. See http://hl7.org/fhir/ValueSet/composition-attestation-mode

func (*CompositionAttestationModeCode) Descriptor deprecated

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

Deprecated: Use CompositionAttestationModeCode.ProtoReflect.Descriptor instead.

func (*CompositionAttestationModeCode) GetExtension

func (*CompositionAttestationModeCode) GetId

func (*CompositionAttestationModeCode) GetValue

func (*CompositionAttestationModeCode) ProtoMessage

func (*CompositionAttestationModeCode) ProtoMessage()

func (*CompositionAttestationModeCode) ProtoReflect

func (*CompositionAttestationModeCode) Reset

func (x *CompositionAttestationModeCode) Reset()

func (*CompositionAttestationModeCode) String

type CompositionAttestationModeCode_Value

type CompositionAttestationModeCode_Value int32
const (
	CompositionAttestationModeCode_INVALID_UNINITIALIZED CompositionAttestationModeCode_Value = 0
	CompositionAttestationModeCode_PERSONAL              CompositionAttestationModeCode_Value = 1
	CompositionAttestationModeCode_PROFESSIONAL          CompositionAttestationModeCode_Value = 2
	CompositionAttestationModeCode_LEGAL                 CompositionAttestationModeCode_Value = 3
	CompositionAttestationModeCode_OFFICIAL              CompositionAttestationModeCode_Value = 4
)

func (CompositionAttestationModeCode_Value) Descriptor

func (CompositionAttestationModeCode_Value) Enum

func (CompositionAttestationModeCode_Value) EnumDescriptor deprecated

func (CompositionAttestationModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use CompositionAttestationModeCode_Value.Descriptor instead.

func (CompositionAttestationModeCode_Value) Number

func (CompositionAttestationModeCode_Value) String

func (CompositionAttestationModeCode_Value) Type

type CompositionStatusCode

type CompositionStatusCode struct {
	Value     CompositionStatusCode_Value     `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.CompositionStatusCode_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
}

The workflow/clinical status of the composition. See http://hl7.org/fhir/ValueSet/composition-status

func (*CompositionStatusCode) Descriptor deprecated

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

Deprecated: Use CompositionStatusCode.ProtoReflect.Descriptor instead.

func (*CompositionStatusCode) GetExtension

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

func (*CompositionStatusCode) GetId

func (*CompositionStatusCode) GetValue

func (*CompositionStatusCode) ProtoMessage

func (*CompositionStatusCode) ProtoMessage()

func (*CompositionStatusCode) ProtoReflect

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

func (*CompositionStatusCode) Reset

func (x *CompositionStatusCode) Reset()

func (*CompositionStatusCode) String

func (x *CompositionStatusCode) String() string

type CompositionStatusCode_Value

type CompositionStatusCode_Value int32
const (
	CompositionStatusCode_INVALID_UNINITIALIZED CompositionStatusCode_Value = 0
	CompositionStatusCode_PRELIMINARY           CompositionStatusCode_Value = 1
	CompositionStatusCode_FINAL                 CompositionStatusCode_Value = 2
	CompositionStatusCode_AMENDED               CompositionStatusCode_Value = 3
	CompositionStatusCode_ENTERED_IN_ERROR      CompositionStatusCode_Value = 4
)

func (CompositionStatusCode_Value) Descriptor

func (CompositionStatusCode_Value) Enum

func (CompositionStatusCode_Value) EnumDescriptor deprecated

func (CompositionStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use CompositionStatusCode_Value.Descriptor instead.

func (CompositionStatusCode_Value) Number

func (CompositionStatusCode_Value) String

func (CompositionStatusCode_Value) Type

type ConceptMapEquivalenceCode

type ConceptMapEquivalenceCode struct {
	Value     ConceptMapEquivalenceCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ConceptMapEquivalenceCode_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
}

The degree of equivalence between concepts. See http://hl7.org/fhir/ValueSet/concept-map-equivalence

func (*ConceptMapEquivalenceCode) Descriptor deprecated

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

Deprecated: Use ConceptMapEquivalenceCode.ProtoReflect.Descriptor instead.

func (*ConceptMapEquivalenceCode) GetExtension

func (*ConceptMapEquivalenceCode) GetId

func (*ConceptMapEquivalenceCode) GetValue

func (*ConceptMapEquivalenceCode) ProtoMessage

func (*ConceptMapEquivalenceCode) ProtoMessage()

func (*ConceptMapEquivalenceCode) ProtoReflect

func (*ConceptMapEquivalenceCode) Reset

func (x *ConceptMapEquivalenceCode) Reset()

func (*ConceptMapEquivalenceCode) String

func (x *ConceptMapEquivalenceCode) String() string

type ConceptMapEquivalenceCode_Value

type ConceptMapEquivalenceCode_Value int32
const (
	ConceptMapEquivalenceCode_INVALID_UNINITIALIZED ConceptMapEquivalenceCode_Value = 0
	ConceptMapEquivalenceCode_RELATEDTO             ConceptMapEquivalenceCode_Value = 1
	ConceptMapEquivalenceCode_EQUIVALENT            ConceptMapEquivalenceCode_Value = 2
	ConceptMapEquivalenceCode_EQUAL                 ConceptMapEquivalenceCode_Value = 3
	ConceptMapEquivalenceCode_WIDER                 ConceptMapEquivalenceCode_Value = 4
	ConceptMapEquivalenceCode_SUBSUMES              ConceptMapEquivalenceCode_Value = 5
	ConceptMapEquivalenceCode_NARROWER              ConceptMapEquivalenceCode_Value = 6
	ConceptMapEquivalenceCode_SPECIALIZES           ConceptMapEquivalenceCode_Value = 7
	ConceptMapEquivalenceCode_INEXACT               ConceptMapEquivalenceCode_Value = 8
	ConceptMapEquivalenceCode_UNMATCHED             ConceptMapEquivalenceCode_Value = 9
	ConceptMapEquivalenceCode_DISJOINT              ConceptMapEquivalenceCode_Value = 10
)

func (ConceptMapEquivalenceCode_Value) Descriptor

func (ConceptMapEquivalenceCode_Value) Enum

func (ConceptMapEquivalenceCode_Value) EnumDescriptor deprecated

func (ConceptMapEquivalenceCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConceptMapEquivalenceCode_Value.Descriptor instead.

func (ConceptMapEquivalenceCode_Value) Number

func (ConceptMapEquivalenceCode_Value) String

func (ConceptMapEquivalenceCode_Value) Type

type ConceptMapGroupUnmappedModeCode

type ConceptMapGroupUnmappedModeCode struct {
	Value     ConceptMapGroupUnmappedModeCode_Value `` /* 130-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
}

Defines which action to take if there is no match in the group. See http://hl7.org/fhir/ValueSet/conceptmap-unmapped-mode

func (*ConceptMapGroupUnmappedModeCode) Descriptor deprecated

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

Deprecated: Use ConceptMapGroupUnmappedModeCode.ProtoReflect.Descriptor instead.

func (*ConceptMapGroupUnmappedModeCode) GetExtension

func (*ConceptMapGroupUnmappedModeCode) GetId

func (*ConceptMapGroupUnmappedModeCode) GetValue

func (*ConceptMapGroupUnmappedModeCode) ProtoMessage

func (*ConceptMapGroupUnmappedModeCode) ProtoMessage()

func (*ConceptMapGroupUnmappedModeCode) ProtoReflect

func (*ConceptMapGroupUnmappedModeCode) Reset

func (*ConceptMapGroupUnmappedModeCode) String

type ConceptMapGroupUnmappedModeCode_Value

type ConceptMapGroupUnmappedModeCode_Value int32
const (
	ConceptMapGroupUnmappedModeCode_INVALID_UNINITIALIZED ConceptMapGroupUnmappedModeCode_Value = 0
	ConceptMapGroupUnmappedModeCode_PROVIDED              ConceptMapGroupUnmappedModeCode_Value = 1
	ConceptMapGroupUnmappedModeCode_FIXED                 ConceptMapGroupUnmappedModeCode_Value = 2
	ConceptMapGroupUnmappedModeCode_OTHER_MAP             ConceptMapGroupUnmappedModeCode_Value = 3
)

func (ConceptMapGroupUnmappedModeCode_Value) Descriptor

func (ConceptMapGroupUnmappedModeCode_Value) Enum

func (ConceptMapGroupUnmappedModeCode_Value) EnumDescriptor deprecated

func (ConceptMapGroupUnmappedModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConceptMapGroupUnmappedModeCode_Value.Descriptor instead.

func (ConceptMapGroupUnmappedModeCode_Value) Number

func (ConceptMapGroupUnmappedModeCode_Value) String

func (ConceptMapGroupUnmappedModeCode_Value) Type

type ConditionCategoryCodesCode

type ConditionCategoryCodesCode struct {
	Value     ConditionCategoryCodesCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ConditionCategoryCodesCode_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
}

Preferred value set for Condition Categories. See http://hl7.org/fhir/ValueSet/condition-category

func (*ConditionCategoryCodesCode) Descriptor deprecated

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

Deprecated: Use ConditionCategoryCodesCode.ProtoReflect.Descriptor instead.

func (*ConditionCategoryCodesCode) GetExtension

func (*ConditionCategoryCodesCode) GetId

func (*ConditionCategoryCodesCode) GetValue

func (*ConditionCategoryCodesCode) ProtoMessage

func (*ConditionCategoryCodesCode) ProtoMessage()

func (*ConditionCategoryCodesCode) ProtoReflect

func (*ConditionCategoryCodesCode) Reset

func (x *ConditionCategoryCodesCode) Reset()

func (*ConditionCategoryCodesCode) String

func (x *ConditionCategoryCodesCode) String() string

type ConditionCategoryCodesCode_Value

type ConditionCategoryCodesCode_Value int32
const (
	ConditionCategoryCodesCode_INVALID_UNINITIALIZED ConditionCategoryCodesCode_Value = 0
	ConditionCategoryCodesCode_PROBLEM_LIST_ITEM     ConditionCategoryCodesCode_Value = 1
	ConditionCategoryCodesCode_ENCOUNTER_DIAGNOSIS   ConditionCategoryCodesCode_Value = 2
)

func (ConditionCategoryCodesCode_Value) Descriptor

func (ConditionCategoryCodesCode_Value) Enum

func (ConditionCategoryCodesCode_Value) EnumDescriptor deprecated

func (ConditionCategoryCodesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConditionCategoryCodesCode_Value.Descriptor instead.

func (ConditionCategoryCodesCode_Value) Number

func (ConditionCategoryCodesCode_Value) String

func (ConditionCategoryCodesCode_Value) Type

type ConditionClinicalStatusCodesCode

type ConditionClinicalStatusCodesCode struct {
	Value     ConditionClinicalStatusCodesCode_Value `` /* 131-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
}

Preferred value set for Condition Clinical Status. See http://hl7.org/fhir/ValueSet/condition-clinical

func (*ConditionClinicalStatusCodesCode) Descriptor deprecated

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

Deprecated: Use ConditionClinicalStatusCodesCode.ProtoReflect.Descriptor instead.

func (*ConditionClinicalStatusCodesCode) GetExtension

func (*ConditionClinicalStatusCodesCode) GetId

func (*ConditionClinicalStatusCodesCode) GetValue

func (*ConditionClinicalStatusCodesCode) ProtoMessage

func (*ConditionClinicalStatusCodesCode) ProtoMessage()

func (*ConditionClinicalStatusCodesCode) ProtoReflect

func (*ConditionClinicalStatusCodesCode) Reset

func (*ConditionClinicalStatusCodesCode) String

type ConditionClinicalStatusCodesCode_Value

type ConditionClinicalStatusCodesCode_Value int32
const (
	ConditionClinicalStatusCodesCode_INVALID_UNINITIALIZED ConditionClinicalStatusCodesCode_Value = 0
	ConditionClinicalStatusCodesCode_ACTIVE                ConditionClinicalStatusCodesCode_Value = 1
	ConditionClinicalStatusCodesCode_RECURRENCE            ConditionClinicalStatusCodesCode_Value = 2
	ConditionClinicalStatusCodesCode_INACTIVE              ConditionClinicalStatusCodesCode_Value = 3
	ConditionClinicalStatusCodesCode_REMISSION             ConditionClinicalStatusCodesCode_Value = 4
	ConditionClinicalStatusCodesCode_RESOLVED              ConditionClinicalStatusCodesCode_Value = 5
)

func (ConditionClinicalStatusCodesCode_Value) Descriptor

func (ConditionClinicalStatusCodesCode_Value) Enum

func (ConditionClinicalStatusCodesCode_Value) EnumDescriptor deprecated

func (ConditionClinicalStatusCodesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConditionClinicalStatusCodesCode_Value.Descriptor instead.

func (ConditionClinicalStatusCodesCode_Value) Number

func (ConditionClinicalStatusCodesCode_Value) String

func (ConditionClinicalStatusCodesCode_Value) Type

type ConditionStateCode

type ConditionStateCode struct {
	Value     ConditionStateCode_Value        `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ConditionStateCode_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
}

Enumeration indicating whether the condition is currently active, inactive, or has been resolved. See http://hl7.org/fhir/ValueSet/condition-state

func (*ConditionStateCode) Descriptor deprecated

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

Deprecated: Use ConditionStateCode.ProtoReflect.Descriptor instead.

func (*ConditionStateCode) GetExtension

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

func (*ConditionStateCode) GetId

func (*ConditionStateCode) GetValue

func (*ConditionStateCode) ProtoMessage

func (*ConditionStateCode) ProtoMessage()

func (*ConditionStateCode) ProtoReflect

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

func (*ConditionStateCode) Reset

func (x *ConditionStateCode) Reset()

func (*ConditionStateCode) String

func (x *ConditionStateCode) String() string

type ConditionStateCode_Value

type ConditionStateCode_Value int32
const (
	ConditionStateCode_INVALID_UNINITIALIZED ConditionStateCode_Value = 0
	ConditionStateCode_ACTIVE                ConditionStateCode_Value = 1
	ConditionStateCode_INACTIVE              ConditionStateCode_Value = 2
	ConditionStateCode_RESOLVED              ConditionStateCode_Value = 3
)

func (ConditionStateCode_Value) Descriptor

func (ConditionStateCode_Value) Enum

func (ConditionStateCode_Value) EnumDescriptor deprecated

func (ConditionStateCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConditionStateCode_Value.Descriptor instead.

func (ConditionStateCode_Value) Number

func (ConditionStateCode_Value) String

func (x ConditionStateCode_Value) String() string

func (ConditionStateCode_Value) Type

type ConditionVerificationStatusCode

type ConditionVerificationStatusCode struct {
	Value     ConditionVerificationStatusCode_Value `` /* 130-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
}

The verification status to support or decline the clinical status of the condition or diagnosis. See http://hl7.org/fhir/ValueSet/condition-ver-status

func (*ConditionVerificationStatusCode) Descriptor deprecated

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

Deprecated: Use ConditionVerificationStatusCode.ProtoReflect.Descriptor instead.

func (*ConditionVerificationStatusCode) GetExtension

func (*ConditionVerificationStatusCode) GetId

func (*ConditionVerificationStatusCode) GetValue

func (*ConditionVerificationStatusCode) ProtoMessage

func (*ConditionVerificationStatusCode) ProtoMessage()

func (*ConditionVerificationStatusCode) ProtoReflect

func (*ConditionVerificationStatusCode) Reset

func (*ConditionVerificationStatusCode) String

type ConditionVerificationStatusCode_Value

type ConditionVerificationStatusCode_Value int32
const (
	ConditionVerificationStatusCode_INVALID_UNINITIALIZED ConditionVerificationStatusCode_Value = 0
	ConditionVerificationStatusCode_PROVISIONAL           ConditionVerificationStatusCode_Value = 1
	ConditionVerificationStatusCode_DIFFERENTIAL          ConditionVerificationStatusCode_Value = 2
	ConditionVerificationStatusCode_CONFIRMED             ConditionVerificationStatusCode_Value = 3
	ConditionVerificationStatusCode_REFUTED               ConditionVerificationStatusCode_Value = 4
	ConditionVerificationStatusCode_ENTERED_IN_ERROR      ConditionVerificationStatusCode_Value = 5
	ConditionVerificationStatusCode_UNKNOWN               ConditionVerificationStatusCode_Value = 6
)

func (ConditionVerificationStatusCode_Value) Descriptor

func (ConditionVerificationStatusCode_Value) Enum

func (ConditionVerificationStatusCode_Value) EnumDescriptor deprecated

func (ConditionVerificationStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConditionVerificationStatusCode_Value.Descriptor instead.

func (ConditionVerificationStatusCode_Value) Number

func (ConditionVerificationStatusCode_Value) String

func (ConditionVerificationStatusCode_Value) Type

type ConditionalDeleteStatusCode

type ConditionalDeleteStatusCode struct {
	Value     ConditionalDeleteStatusCode_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
}

A code that indicates how the server supports conditional delete. See http://hl7.org/fhir/ValueSet/conditional-delete-status

func (*ConditionalDeleteStatusCode) Descriptor deprecated

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

Deprecated: Use ConditionalDeleteStatusCode.ProtoReflect.Descriptor instead.

func (*ConditionalDeleteStatusCode) GetExtension

func (*ConditionalDeleteStatusCode) GetId

func (*ConditionalDeleteStatusCode) GetValue

func (*ConditionalDeleteStatusCode) ProtoMessage

func (*ConditionalDeleteStatusCode) ProtoMessage()

func (*ConditionalDeleteStatusCode) ProtoReflect

func (*ConditionalDeleteStatusCode) Reset

func (x *ConditionalDeleteStatusCode) Reset()

func (*ConditionalDeleteStatusCode) String

func (x *ConditionalDeleteStatusCode) String() string

type ConditionalDeleteStatusCode_Value

type ConditionalDeleteStatusCode_Value int32
const (
	ConditionalDeleteStatusCode_INVALID_UNINITIALIZED ConditionalDeleteStatusCode_Value = 0
	ConditionalDeleteStatusCode_NOT_SUPPORTED         ConditionalDeleteStatusCode_Value = 1
	ConditionalDeleteStatusCode_SINGLE                ConditionalDeleteStatusCode_Value = 2
	ConditionalDeleteStatusCode_MULTIPLE              ConditionalDeleteStatusCode_Value = 3
)

func (ConditionalDeleteStatusCode_Value) Descriptor

func (ConditionalDeleteStatusCode_Value) Enum

func (ConditionalDeleteStatusCode_Value) EnumDescriptor deprecated

func (ConditionalDeleteStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConditionalDeleteStatusCode_Value.Descriptor instead.

func (ConditionalDeleteStatusCode_Value) Number

func (ConditionalDeleteStatusCode_Value) String

func (ConditionalDeleteStatusCode_Value) Type

type ConditionalReadStatusCode

type ConditionalReadStatusCode struct {
	Value     ConditionalReadStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ConditionalReadStatusCode_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
}

A code that indicates how the server supports conditional read. See http://hl7.org/fhir/ValueSet/conditional-read-status

func (*ConditionalReadStatusCode) Descriptor deprecated

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

Deprecated: Use ConditionalReadStatusCode.ProtoReflect.Descriptor instead.

func (*ConditionalReadStatusCode) GetExtension

func (*ConditionalReadStatusCode) GetId

func (*ConditionalReadStatusCode) GetValue

func (*ConditionalReadStatusCode) ProtoMessage

func (*ConditionalReadStatusCode) ProtoMessage()

func (*ConditionalReadStatusCode) ProtoReflect

func (*ConditionalReadStatusCode) Reset

func (x *ConditionalReadStatusCode) Reset()

func (*ConditionalReadStatusCode) String

func (x *ConditionalReadStatusCode) String() string

type ConditionalReadStatusCode_Value

type ConditionalReadStatusCode_Value int32
const (
	ConditionalReadStatusCode_INVALID_UNINITIALIZED ConditionalReadStatusCode_Value = 0
	ConditionalReadStatusCode_NOT_SUPPORTED         ConditionalReadStatusCode_Value = 1
	ConditionalReadStatusCode_MODIFIED_SINCE        ConditionalReadStatusCode_Value = 2
	ConditionalReadStatusCode_NOT_MATCH             ConditionalReadStatusCode_Value = 3
	ConditionalReadStatusCode_FULL_SUPPORT          ConditionalReadStatusCode_Value = 4
)

func (ConditionalReadStatusCode_Value) Descriptor

func (ConditionalReadStatusCode_Value) Enum

func (ConditionalReadStatusCode_Value) EnumDescriptor deprecated

func (ConditionalReadStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConditionalReadStatusCode_Value.Descriptor instead.

func (ConditionalReadStatusCode_Value) Number

func (ConditionalReadStatusCode_Value) String

func (ConditionalReadStatusCode_Value) Type

type ConfidentialityClassificationCode

type ConfidentialityClassificationCode struct {
	Value     ConfidentialityClassificationCode_Value `` /* 132-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
}

Set of codes used to value Act.Confidentiality and Role.Confidentiality attribute in accordance with the definition for concept domain "Confidentiality". See http://hl7.org/fhir/ValueSet/v3-ConfidentialityClassification

func (*ConfidentialityClassificationCode) Descriptor deprecated

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

Deprecated: Use ConfidentialityClassificationCode.ProtoReflect.Descriptor instead.

func (*ConfidentialityClassificationCode) GetExtension

func (*ConfidentialityClassificationCode) GetId

func (*ConfidentialityClassificationCode) GetValue

func (*ConfidentialityClassificationCode) ProtoMessage

func (*ConfidentialityClassificationCode) ProtoMessage()

func (*ConfidentialityClassificationCode) ProtoReflect

func (*ConfidentialityClassificationCode) Reset

func (*ConfidentialityClassificationCode) String

type ConfidentialityClassificationCode_Value

type ConfidentialityClassificationCode_Value int32
const (
	ConfidentialityClassificationCode_INVALID_UNINITIALIZED ConfidentialityClassificationCode_Value = 0
	ConfidentialityClassificationCode_U                     ConfidentialityClassificationCode_Value = 1
	ConfidentialityClassificationCode_L                     ConfidentialityClassificationCode_Value = 2
	ConfidentialityClassificationCode_M                     ConfidentialityClassificationCode_Value = 3
	ConfidentialityClassificationCode_N                     ConfidentialityClassificationCode_Value = 4
	ConfidentialityClassificationCode_R                     ConfidentialityClassificationCode_Value = 5
	ConfidentialityClassificationCode_V                     ConfidentialityClassificationCode_Value = 6
)

func (ConfidentialityClassificationCode_Value) Descriptor

func (ConfidentialityClassificationCode_Value) Enum

func (ConfidentialityClassificationCode_Value) EnumDescriptor deprecated

func (ConfidentialityClassificationCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConfidentialityClassificationCode_Value.Descriptor instead.

func (ConfidentialityClassificationCode_Value) Number

func (ConfidentialityClassificationCode_Value) String

func (ConfidentialityClassificationCode_Value) Type

type ConformanceExpectationCode

type ConformanceExpectationCode struct {
	Value     ConformanceExpectationCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ConformanceExpectationCode_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
}

Indicates the degree of adherence to a specified behavior or capability expected for a system to be deemed conformant with a specification. See http://hl7.org/fhir/ValueSet/conformance-expectation

func (*ConformanceExpectationCode) Descriptor deprecated

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

Deprecated: Use ConformanceExpectationCode.ProtoReflect.Descriptor instead.

func (*ConformanceExpectationCode) GetExtension

func (*ConformanceExpectationCode) GetId

func (*ConformanceExpectationCode) GetValue

func (*ConformanceExpectationCode) ProtoMessage

func (*ConformanceExpectationCode) ProtoMessage()

func (*ConformanceExpectationCode) ProtoReflect

func (*ConformanceExpectationCode) Reset

func (x *ConformanceExpectationCode) Reset()

func (*ConformanceExpectationCode) String

func (x *ConformanceExpectationCode) String() string

type ConformanceExpectationCode_Value

type ConformanceExpectationCode_Value int32
const (
	ConformanceExpectationCode_INVALID_UNINITIALIZED ConformanceExpectationCode_Value = 0
	ConformanceExpectationCode_SHALL                 ConformanceExpectationCode_Value = 1
	ConformanceExpectationCode_SHOULD                ConformanceExpectationCode_Value = 2
	ConformanceExpectationCode_MAY                   ConformanceExpectationCode_Value = 3
	ConformanceExpectationCode_SHOULD_NOT            ConformanceExpectationCode_Value = 4
)

func (ConformanceExpectationCode_Value) Descriptor

func (ConformanceExpectationCode_Value) Enum

func (ConformanceExpectationCode_Value) EnumDescriptor deprecated

func (ConformanceExpectationCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConformanceExpectationCode_Value.Descriptor instead.

func (ConformanceExpectationCode_Value) Number

func (ConformanceExpectationCode_Value) String

func (ConformanceExpectationCode_Value) Type

type ConsentDataMeaningCode

type ConsentDataMeaningCode struct {
	Value     ConsentDataMeaningCode_Value    `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ConsentDataMeaningCode_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
}

How a resource reference is interpreted when testing consent restrictions See http://hl7.org/fhir/ValueSet/consent-data-meaning

func (*ConsentDataMeaningCode) Descriptor deprecated

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

Deprecated: Use ConsentDataMeaningCode.ProtoReflect.Descriptor instead.

func (*ConsentDataMeaningCode) GetExtension

func (*ConsentDataMeaningCode) GetId

func (*ConsentDataMeaningCode) GetValue

func (*ConsentDataMeaningCode) ProtoMessage

func (*ConsentDataMeaningCode) ProtoMessage()

func (*ConsentDataMeaningCode) ProtoReflect

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

func (*ConsentDataMeaningCode) Reset

func (x *ConsentDataMeaningCode) Reset()

func (*ConsentDataMeaningCode) String

func (x *ConsentDataMeaningCode) String() string

type ConsentDataMeaningCode_Value

type ConsentDataMeaningCode_Value int32
const (
	ConsentDataMeaningCode_INVALID_UNINITIALIZED ConsentDataMeaningCode_Value = 0
	ConsentDataMeaningCode_INSTANCE              ConsentDataMeaningCode_Value = 1
	ConsentDataMeaningCode_RELATED               ConsentDataMeaningCode_Value = 2
	ConsentDataMeaningCode_DEPENDENTS            ConsentDataMeaningCode_Value = 3
	ConsentDataMeaningCode_AUTHOREDBY            ConsentDataMeaningCode_Value = 4
)

func (ConsentDataMeaningCode_Value) Descriptor

func (ConsentDataMeaningCode_Value) Enum

func (ConsentDataMeaningCode_Value) EnumDescriptor deprecated

func (ConsentDataMeaningCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConsentDataMeaningCode_Value.Descriptor instead.

func (ConsentDataMeaningCode_Value) Number

func (ConsentDataMeaningCode_Value) String

func (ConsentDataMeaningCode_Value) Type

type ConsentExceptTypeCode

type ConsentExceptTypeCode struct {
	Value     ConsentExceptTypeCode_Value     `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ConsentExceptTypeCode_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
}

How an exception statement is applied, such as adding additional consent or removing consent See http://hl7.org/fhir/ValueSet/consent-except-type

func (*ConsentExceptTypeCode) Descriptor deprecated

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

Deprecated: Use ConsentExceptTypeCode.ProtoReflect.Descriptor instead.

func (*ConsentExceptTypeCode) GetExtension

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

func (*ConsentExceptTypeCode) GetId

func (*ConsentExceptTypeCode) GetValue

func (*ConsentExceptTypeCode) ProtoMessage

func (*ConsentExceptTypeCode) ProtoMessage()

func (*ConsentExceptTypeCode) ProtoReflect

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

func (*ConsentExceptTypeCode) Reset

func (x *ConsentExceptTypeCode) Reset()

func (*ConsentExceptTypeCode) String

func (x *ConsentExceptTypeCode) String() string

type ConsentExceptTypeCode_Value

type ConsentExceptTypeCode_Value int32
const (
	ConsentExceptTypeCode_INVALID_UNINITIALIZED ConsentExceptTypeCode_Value = 0
	ConsentExceptTypeCode_DENY                  ConsentExceptTypeCode_Value = 1
	ConsentExceptTypeCode_PERMIT                ConsentExceptTypeCode_Value = 2
)

func (ConsentExceptTypeCode_Value) Descriptor

func (ConsentExceptTypeCode_Value) Enum

func (ConsentExceptTypeCode_Value) EnumDescriptor deprecated

func (ConsentExceptTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConsentExceptTypeCode_Value.Descriptor instead.

func (ConsentExceptTypeCode_Value) Number

func (ConsentExceptTypeCode_Value) String

func (ConsentExceptTypeCode_Value) Type

type ConsentStateCode

type ConsentStateCode struct {
	Value     ConsentStateCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ConsentStateCode_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
}

Indicates the state of the consent See http://hl7.org/fhir/ValueSet/consent-state-codes

func (*ConsentStateCode) Descriptor deprecated

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

Deprecated: Use ConsentStateCode.ProtoReflect.Descriptor instead.

func (*ConsentStateCode) GetExtension

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

func (*ConsentStateCode) GetId

func (*ConsentStateCode) GetValue

func (*ConsentStateCode) ProtoMessage

func (*ConsentStateCode) ProtoMessage()

func (*ConsentStateCode) ProtoReflect

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

func (*ConsentStateCode) Reset

func (x *ConsentStateCode) Reset()

func (*ConsentStateCode) String

func (x *ConsentStateCode) String() string

type ConsentStateCode_Value

type ConsentStateCode_Value int32
const (
	ConsentStateCode_INVALID_UNINITIALIZED ConsentStateCode_Value = 0
	ConsentStateCode_DRAFT                 ConsentStateCode_Value = 1
	ConsentStateCode_PROPOSED              ConsentStateCode_Value = 2
	ConsentStateCode_ACTIVE                ConsentStateCode_Value = 3
	ConsentStateCode_REJECTED              ConsentStateCode_Value = 4
	ConsentStateCode_INACTIVE              ConsentStateCode_Value = 5
	ConsentStateCode_ENTERED_IN_ERROR      ConsentStateCode_Value = 6
)

func (ConsentStateCode_Value) Descriptor

func (ConsentStateCode_Value) Enum

func (ConsentStateCode_Value) EnumDescriptor deprecated

func (ConsentStateCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConsentStateCode_Value.Descriptor instead.

func (ConsentStateCode_Value) Number

func (ConsentStateCode_Value) String

func (x ConsentStateCode_Value) String() string

func (ConsentStateCode_Value) Type

type ConstraintSeverityCode

type ConstraintSeverityCode struct {
	Value     ConstraintSeverityCode_Value    `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ConstraintSeverityCode_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
}

SHALL applications comply with this constraint? See http://hl7.org/fhir/ValueSet/constraint-severity

func (*ConstraintSeverityCode) Descriptor deprecated

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

Deprecated: Use ConstraintSeverityCode.ProtoReflect.Descriptor instead.

func (*ConstraintSeverityCode) GetExtension

func (*ConstraintSeverityCode) GetId

func (*ConstraintSeverityCode) GetValue

func (*ConstraintSeverityCode) ProtoMessage

func (*ConstraintSeverityCode) ProtoMessage()

func (*ConstraintSeverityCode) ProtoReflect

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

func (*ConstraintSeverityCode) Reset

func (x *ConstraintSeverityCode) Reset()

func (*ConstraintSeverityCode) String

func (x *ConstraintSeverityCode) String() string

type ConstraintSeverityCode_Value

type ConstraintSeverityCode_Value int32
const (
	ConstraintSeverityCode_INVALID_UNINITIALIZED ConstraintSeverityCode_Value = 0
	ConstraintSeverityCode_ERROR                 ConstraintSeverityCode_Value = 1
	ConstraintSeverityCode_WARNING               ConstraintSeverityCode_Value = 2
)

func (ConstraintSeverityCode_Value) Descriptor

func (ConstraintSeverityCode_Value) Enum

func (ConstraintSeverityCode_Value) EnumDescriptor deprecated

func (ConstraintSeverityCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ConstraintSeverityCode_Value.Descriptor instead.

func (ConstraintSeverityCode_Value) Number

func (ConstraintSeverityCode_Value) String

func (ConstraintSeverityCode_Value) Type

type ContactEntityTypeCode

type ContactEntityTypeCode struct {
	Value     ContactEntityTypeCode_Value     `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ContactEntityTypeCode_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
}

This example value set defines a set of codes that can be used to indicate the purpose for which you would contact a contact party. See http://hl7.org/fhir/ValueSet/contactentity-type

func (*ContactEntityTypeCode) Descriptor deprecated

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

Deprecated: Use ContactEntityTypeCode.ProtoReflect.Descriptor instead.

func (*ContactEntityTypeCode) GetExtension

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

func (*ContactEntityTypeCode) GetId

func (*ContactEntityTypeCode) GetValue

func (*ContactEntityTypeCode) ProtoMessage

func (*ContactEntityTypeCode) ProtoMessage()

func (*ContactEntityTypeCode) ProtoReflect

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

func (*ContactEntityTypeCode) Reset

func (x *ContactEntityTypeCode) Reset()

func (*ContactEntityTypeCode) String

func (x *ContactEntityTypeCode) String() string

type ContactEntityTypeCode_Value

type ContactEntityTypeCode_Value int32
const (
	ContactEntityTypeCode_INVALID_UNINITIALIZED ContactEntityTypeCode_Value = 0
	ContactEntityTypeCode_BILL                  ContactEntityTypeCode_Value = 1
	ContactEntityTypeCode_ADMIN                 ContactEntityTypeCode_Value = 2
	ContactEntityTypeCode_HR                    ContactEntityTypeCode_Value = 3
	ContactEntityTypeCode_PAYOR                 ContactEntityTypeCode_Value = 4
	ContactEntityTypeCode_PATINF                ContactEntityTypeCode_Value = 5
	ContactEntityTypeCode_PRESS                 ContactEntityTypeCode_Value = 6
)

func (ContactEntityTypeCode_Value) Descriptor

func (ContactEntityTypeCode_Value) Enum

func (ContactEntityTypeCode_Value) EnumDescriptor deprecated

func (ContactEntityTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ContactEntityTypeCode_Value.Descriptor instead.

func (ContactEntityTypeCode_Value) Number

func (ContactEntityTypeCode_Value) String

func (ContactEntityTypeCode_Value) Type

type ContentTypeCode

type ContentTypeCode struct {
	Value     ContentTypeCode_Value           `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ContentTypeCode_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
}

The content or mime type. See http://hl7.org/fhir/ValueSet/content-type

func (*ContentTypeCode) Descriptor deprecated

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

Deprecated: Use ContentTypeCode.ProtoReflect.Descriptor instead.

func (*ContentTypeCode) GetExtension

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

func (*ContentTypeCode) GetId

func (*ContentTypeCode) GetValue

func (x *ContentTypeCode) GetValue() ContentTypeCode_Value

func (*ContentTypeCode) ProtoMessage

func (*ContentTypeCode) ProtoMessage()

func (*ContentTypeCode) ProtoReflect

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

func (*ContentTypeCode) Reset

func (x *ContentTypeCode) Reset()

func (*ContentTypeCode) String

func (x *ContentTypeCode) String() string

type ContentTypeCode_Value

type ContentTypeCode_Value int32
const (
	ContentTypeCode_INVALID_UNINITIALIZED ContentTypeCode_Value = 0
	ContentTypeCode_XML                   ContentTypeCode_Value = 1
	ContentTypeCode_JSON                  ContentTypeCode_Value = 2
	ContentTypeCode_TTL                   ContentTypeCode_Value = 3
	ContentTypeCode_NONE                  ContentTypeCode_Value = 4
)

func (ContentTypeCode_Value) Descriptor

func (ContentTypeCode_Value) Enum

func (ContentTypeCode_Value) EnumDescriptor deprecated

func (ContentTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ContentTypeCode_Value.Descriptor instead.

func (ContentTypeCode_Value) Number

func (ContentTypeCode_Value) String

func (x ContentTypeCode_Value) String() string

func (ContentTypeCode_Value) Type

type ContractResourceStatusCode

type ContractResourceStatusCode struct {
	Value     ContractResourceStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ContractResourceStatusCode_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
}

This value set contract specific codes for status. See http://hl7.org/fhir/ValueSet/contract-status

func (*ContractResourceStatusCode) Descriptor deprecated

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

Deprecated: Use ContractResourceStatusCode.ProtoReflect.Descriptor instead.

func (*ContractResourceStatusCode) GetExtension

func (*ContractResourceStatusCode) GetId

func (*ContractResourceStatusCode) GetValue

func (*ContractResourceStatusCode) ProtoMessage

func (*ContractResourceStatusCode) ProtoMessage()

func (*ContractResourceStatusCode) ProtoReflect

func (*ContractResourceStatusCode) Reset

func (x *ContractResourceStatusCode) Reset()

func (*ContractResourceStatusCode) String

func (x *ContractResourceStatusCode) String() string

type ContractResourceStatusCode_Value

type ContractResourceStatusCode_Value int32
const (
	ContractResourceStatusCode_INVALID_UNINITIALIZED ContractResourceStatusCode_Value = 0
	ContractResourceStatusCode_AMENDED               ContractResourceStatusCode_Value = 1
	ContractResourceStatusCode_APPENDED              ContractResourceStatusCode_Value = 2
	ContractResourceStatusCode_CANCELLED             ContractResourceStatusCode_Value = 3
	ContractResourceStatusCode_DISPUTED              ContractResourceStatusCode_Value = 4
	ContractResourceStatusCode_ENTERED_IN_ERROR      ContractResourceStatusCode_Value = 5
	ContractResourceStatusCode_EXECUTABLE            ContractResourceStatusCode_Value = 6
	ContractResourceStatusCode_EXECUTED              ContractResourceStatusCode_Value = 7
	ContractResourceStatusCode_NEGOTIABLE            ContractResourceStatusCode_Value = 8
	ContractResourceStatusCode_OFFERED               ContractResourceStatusCode_Value = 9
	ContractResourceStatusCode_POLICY                ContractResourceStatusCode_Value = 10
	ContractResourceStatusCode_REJECTED              ContractResourceStatusCode_Value = 11
	ContractResourceStatusCode_RENEWED               ContractResourceStatusCode_Value = 12
	ContractResourceStatusCode_REVOKED               ContractResourceStatusCode_Value = 13
	ContractResourceStatusCode_RESOLVED              ContractResourceStatusCode_Value = 14
	ContractResourceStatusCode_TERMINATED            ContractResourceStatusCode_Value = 15
)

func (ContractResourceStatusCode_Value) Descriptor

func (ContractResourceStatusCode_Value) Enum

func (ContractResourceStatusCode_Value) EnumDescriptor deprecated

func (ContractResourceStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ContractResourceStatusCode_Value.Descriptor instead.

func (ContractResourceStatusCode_Value) Number

func (ContractResourceStatusCode_Value) String

func (ContractResourceStatusCode_Value) Type

type ContributorTypeCode

type ContributorTypeCode struct {
	Value     ContributorTypeCode_Value       `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ContributorTypeCode_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
}

The type of contributor See http://hl7.org/fhir/ValueSet/contributor-type

func (*ContributorTypeCode) Descriptor deprecated

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

Deprecated: Use ContributorTypeCode.ProtoReflect.Descriptor instead.

func (*ContributorTypeCode) GetExtension

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

func (*ContributorTypeCode) GetId

func (*ContributorTypeCode) GetValue

func (*ContributorTypeCode) ProtoMessage

func (*ContributorTypeCode) ProtoMessage()

func (*ContributorTypeCode) ProtoReflect

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

func (*ContributorTypeCode) Reset

func (x *ContributorTypeCode) Reset()

func (*ContributorTypeCode) String

func (x *ContributorTypeCode) String() string

type ContributorTypeCode_Value

type ContributorTypeCode_Value int32
const (
	ContributorTypeCode_INVALID_UNINITIALIZED ContributorTypeCode_Value = 0
	ContributorTypeCode_AUTHOR                ContributorTypeCode_Value = 1
	ContributorTypeCode_EDITOR                ContributorTypeCode_Value = 2
	ContributorTypeCode_REVIEWER              ContributorTypeCode_Value = 3
	ContributorTypeCode_ENDORSER              ContributorTypeCode_Value = 4
)

func (ContributorTypeCode_Value) Descriptor

func (ContributorTypeCode_Value) Enum

func (ContributorTypeCode_Value) EnumDescriptor deprecated

func (ContributorTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ContributorTypeCode_Value.Descriptor instead.

func (ContributorTypeCode_Value) Number

func (ContributorTypeCode_Value) String

func (x ContributorTypeCode_Value) String() string

func (ContributorTypeCode_Value) Type

type CopyNumberEventCode

type CopyNumberEventCode struct {
	Value     CopyNumberEventCode_Value       `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.CopyNumberEventCode_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
}

Copy Number Event See http://hl7.org/fhir/ValueSet/copy-number-event

func (*CopyNumberEventCode) Descriptor deprecated

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

Deprecated: Use CopyNumberEventCode.ProtoReflect.Descriptor instead.

func (*CopyNumberEventCode) GetExtension

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

func (*CopyNumberEventCode) GetId

func (*CopyNumberEventCode) GetValue

func (*CopyNumberEventCode) ProtoMessage

func (*CopyNumberEventCode) ProtoMessage()

func (*CopyNumberEventCode) ProtoReflect

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

func (*CopyNumberEventCode) Reset

func (x *CopyNumberEventCode) Reset()

func (*CopyNumberEventCode) String

func (x *CopyNumberEventCode) String() string

type CopyNumberEventCode_Value

type CopyNumberEventCode_Value int32
const (
	CopyNumberEventCode_INVALID_UNINITIALIZED CopyNumberEventCode_Value = 0
	CopyNumberEventCode_AMP                   CopyNumberEventCode_Value = 1
	CopyNumberEventCode_DEL                   CopyNumberEventCode_Value = 2
	CopyNumberEventCode_LOF                   CopyNumberEventCode_Value = 3
)

func (CopyNumberEventCode_Value) Descriptor

func (CopyNumberEventCode_Value) Enum

func (CopyNumberEventCode_Value) EnumDescriptor deprecated

func (CopyNumberEventCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use CopyNumberEventCode_Value.Descriptor instead.

func (CopyNumberEventCode_Value) Number

func (CopyNumberEventCode_Value) String

func (x CopyNumberEventCode_Value) String() string

func (CopyNumberEventCode_Value) Type

type DataAbsentReasonCode

type DataAbsentReasonCode struct {
	Value     DataAbsentReasonCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.DataAbsentReasonCode_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
}

Used to specify why the normally expected content of the data element is missing. See http://hl7.org/fhir/ValueSet/data-absent-reason

func (*DataAbsentReasonCode) Descriptor deprecated

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

Deprecated: Use DataAbsentReasonCode.ProtoReflect.Descriptor instead.

func (*DataAbsentReasonCode) GetExtension

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

func (*DataAbsentReasonCode) GetId

func (*DataAbsentReasonCode) GetValue

func (*DataAbsentReasonCode) ProtoMessage

func (*DataAbsentReasonCode) ProtoMessage()

func (*DataAbsentReasonCode) ProtoReflect

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

func (*DataAbsentReasonCode) Reset

func (x *DataAbsentReasonCode) Reset()

func (*DataAbsentReasonCode) String

func (x *DataAbsentReasonCode) String() string

type DataAbsentReasonCode_Value

type DataAbsentReasonCode_Value int32
const (
	DataAbsentReasonCode_INVALID_UNINITIALIZED DataAbsentReasonCode_Value = 0
	DataAbsentReasonCode_UNKNOWN               DataAbsentReasonCode_Value = 1
	DataAbsentReasonCode_ASKED                 DataAbsentReasonCode_Value = 2
	DataAbsentReasonCode_TEMP                  DataAbsentReasonCode_Value = 3
	DataAbsentReasonCode_NOT_ASKED             DataAbsentReasonCode_Value = 4
	DataAbsentReasonCode_MASKED                DataAbsentReasonCode_Value = 5
	DataAbsentReasonCode_UNSUPPORTED           DataAbsentReasonCode_Value = 6
	DataAbsentReasonCode_ASTEXT                DataAbsentReasonCode_Value = 7
	DataAbsentReasonCode_ERROR                 DataAbsentReasonCode_Value = 8
	DataAbsentReasonCode_NOT_A_NUMBER          DataAbsentReasonCode_Value = 9
	DataAbsentReasonCode_NOT_PERFORMED         DataAbsentReasonCode_Value = 10
)

func (DataAbsentReasonCode_Value) Descriptor

func (DataAbsentReasonCode_Value) Enum

func (DataAbsentReasonCode_Value) EnumDescriptor deprecated

func (DataAbsentReasonCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DataAbsentReasonCode_Value.Descriptor instead.

func (DataAbsentReasonCode_Value) Number

func (DataAbsentReasonCode_Value) String

func (DataAbsentReasonCode_Value) Type

type DataElementStringencyCode

type DataElementStringencyCode struct {
	Value     DataElementStringencyCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.DataElementStringencyCode_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
}

Indicates the degree of precision of the data element definition. See http://hl7.org/fhir/ValueSet/dataelement-stringency

func (*DataElementStringencyCode) Descriptor deprecated

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

Deprecated: Use DataElementStringencyCode.ProtoReflect.Descriptor instead.

func (*DataElementStringencyCode) GetExtension

func (*DataElementStringencyCode) GetId

func (*DataElementStringencyCode) GetValue

func (*DataElementStringencyCode) ProtoMessage

func (*DataElementStringencyCode) ProtoMessage()

func (*DataElementStringencyCode) ProtoReflect

func (*DataElementStringencyCode) Reset

func (x *DataElementStringencyCode) Reset()

func (*DataElementStringencyCode) String

func (x *DataElementStringencyCode) String() string

type DataElementStringencyCode_Value

type DataElementStringencyCode_Value int32
const (
	DataElementStringencyCode_INVALID_UNINITIALIZED DataElementStringencyCode_Value = 0
	DataElementStringencyCode_COMPARABLE            DataElementStringencyCode_Value = 1
	DataElementStringencyCode_FULLY_SPECIFIED       DataElementStringencyCode_Value = 2
	DataElementStringencyCode_EQUIVALENT            DataElementStringencyCode_Value = 3
	DataElementStringencyCode_CONVERTABLE           DataElementStringencyCode_Value = 4
	DataElementStringencyCode_SCALEABLE             DataElementStringencyCode_Value = 5
	DataElementStringencyCode_FLEXIBLE              DataElementStringencyCode_Value = 6
)

func (DataElementStringencyCode_Value) Descriptor

func (DataElementStringencyCode_Value) Enum

func (DataElementStringencyCode_Value) EnumDescriptor deprecated

func (DataElementStringencyCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DataElementStringencyCode_Value.Descriptor instead.

func (DataElementStringencyCode_Value) Number

func (DataElementStringencyCode_Value) String

func (DataElementStringencyCode_Value) Type

type DataTypeCode

type DataTypeCode struct {
	Value     DataTypeCode_Value              `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.DataTypeCode_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
}

The type of an element - one of the FHIR data types. See http://hl7.org/fhir/ValueSet/data-types

func (*DataTypeCode) Descriptor deprecated

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

Deprecated: Use DataTypeCode.ProtoReflect.Descriptor instead.

func (*DataTypeCode) GetExtension

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

func (*DataTypeCode) GetId

func (*DataTypeCode) GetValue

func (x *DataTypeCode) GetValue() DataTypeCode_Value

func (*DataTypeCode) ProtoMessage

func (*DataTypeCode) ProtoMessage()

func (*DataTypeCode) ProtoReflect

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

func (*DataTypeCode) Reset

func (x *DataTypeCode) Reset()

func (*DataTypeCode) String

func (x *DataTypeCode) String() string

type DataTypeCode_Value

type DataTypeCode_Value int32
const (
	DataTypeCode_INVALID_UNINITIALIZED DataTypeCode_Value = 0
	DataTypeCode_ADDRESS               DataTypeCode_Value = 1
	DataTypeCode_AGE                   DataTypeCode_Value = 2
	DataTypeCode_ANNOTATION            DataTypeCode_Value = 3
	DataTypeCode_ATTACHMENT            DataTypeCode_Value = 4
	DataTypeCode_BACKBONE_ELEMENT      DataTypeCode_Value = 5
	DataTypeCode_CODEABLE_CONCEPT      DataTypeCode_Value = 6
	DataTypeCode_CODING                DataTypeCode_Value = 7
	DataTypeCode_CONTACT_DETAIL        DataTypeCode_Value = 8
	DataTypeCode_CONTACT_POINT         DataTypeCode_Value = 9
	DataTypeCode_CONTRIBUTOR           DataTypeCode_Value = 10
	DataTypeCode_COUNT                 DataTypeCode_Value = 11
	DataTypeCode_DATA_REQUIREMENT      DataTypeCode_Value = 12
	DataTypeCode_DISTANCE              DataTypeCode_Value = 13
	DataTypeCode_DOSAGE                DataTypeCode_Value = 14
	DataTypeCode_DURATION              DataTypeCode_Value = 15
	DataTypeCode_ELEMENT               DataTypeCode_Value = 16
	DataTypeCode_ELEMENT_DEFINITION    DataTypeCode_Value = 17
	DataTypeCode_EXTENSION             DataTypeCode_Value = 18
	DataTypeCode_HUMAN_NAME            DataTypeCode_Value = 19
	DataTypeCode_IDENTIFIER            DataTypeCode_Value = 20
	DataTypeCode_META                  DataTypeCode_Value = 21
	DataTypeCode_MONEY                 DataTypeCode_Value = 22
	DataTypeCode_NARRATIVE             DataTypeCode_Value = 23
	DataTypeCode_PARAMETER_DEFINITION  DataTypeCode_Value = 24
	DataTypeCode_PERIOD                DataTypeCode_Value = 25
	DataTypeCode_QUANTITY              DataTypeCode_Value = 26
	DataTypeCode_RANGE                 DataTypeCode_Value = 27
	DataTypeCode_RATIO                 DataTypeCode_Value = 28
	DataTypeCode_REFERENCE             DataTypeCode_Value = 29
	DataTypeCode_RELATED_ARTIFACT      DataTypeCode_Value = 30
	DataTypeCode_SAMPLED_DATA          DataTypeCode_Value = 31
	DataTypeCode_SIGNATURE             DataTypeCode_Value = 32
	DataTypeCode_SIMPLE_QUANTITY       DataTypeCode_Value = 33
	DataTypeCode_TIMING                DataTypeCode_Value = 34
	DataTypeCode_TRIGGER_DEFINITION    DataTypeCode_Value = 35
	DataTypeCode_USAGE_CONTEXT         DataTypeCode_Value = 36
	DataTypeCode_BASE64_BINARY         DataTypeCode_Value = 37
	DataTypeCode_BOOLEAN               DataTypeCode_Value = 38
	DataTypeCode_CODE                  DataTypeCode_Value = 39
	DataTypeCode_DATE                  DataTypeCode_Value = 40
	DataTypeCode_DATE_TIME             DataTypeCode_Value = 41
	DataTypeCode_DECIMAL               DataTypeCode_Value = 42
	DataTypeCode_ID                    DataTypeCode_Value = 43
	DataTypeCode_INSTANT               DataTypeCode_Value = 44
	DataTypeCode_INTEGER               DataTypeCode_Value = 45
	DataTypeCode_MARKDOWN              DataTypeCode_Value = 46
	DataTypeCode_OID                   DataTypeCode_Value = 47
	DataTypeCode_POSITIVE_INT          DataTypeCode_Value = 48
	DataTypeCode_STRING                DataTypeCode_Value = 49
	DataTypeCode_TIME                  DataTypeCode_Value = 50
	DataTypeCode_UNSIGNED_INT          DataTypeCode_Value = 51
	DataTypeCode_URI                   DataTypeCode_Value = 52
	DataTypeCode_UUID                  DataTypeCode_Value = 53
	DataTypeCode_XHTML                 DataTypeCode_Value = 54
)

func (DataTypeCode_Value) Descriptor

func (DataTypeCode_Value) Enum

func (DataTypeCode_Value) EnumDescriptor deprecated

func (DataTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DataTypeCode_Value.Descriptor instead.

func (DataTypeCode_Value) Number

func (DataTypeCode_Value) String

func (x DataTypeCode_Value) String() string

func (DataTypeCode_Value) Type

type DefinitionStatusCode

type DefinitionStatusCode struct {
	Value     DefinitionStatusCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.DefinitionStatusCode_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
}

Codes identifying the lifecycle stage of a definition See http://hl7.org/fhir/ValueSet/definition-status

func (*DefinitionStatusCode) Descriptor deprecated

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

Deprecated: Use DefinitionStatusCode.ProtoReflect.Descriptor instead.

func (*DefinitionStatusCode) GetExtension

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

func (*DefinitionStatusCode) GetId

func (*DefinitionStatusCode) GetValue

func (*DefinitionStatusCode) ProtoMessage

func (*DefinitionStatusCode) ProtoMessage()

func (*DefinitionStatusCode) ProtoReflect

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

func (*DefinitionStatusCode) Reset

func (x *DefinitionStatusCode) Reset()

func (*DefinitionStatusCode) String

func (x *DefinitionStatusCode) String() string

type DefinitionStatusCode_Value

type DefinitionStatusCode_Value int32
const (
	DefinitionStatusCode_INVALID_UNINITIALIZED DefinitionStatusCode_Value = 0
	DefinitionStatusCode_DRAFT                 DefinitionStatusCode_Value = 1
	DefinitionStatusCode_ACTIVE                DefinitionStatusCode_Value = 2
	DefinitionStatusCode_WITHDRAWN             DefinitionStatusCode_Value = 3
	DefinitionStatusCode_UNKNOWN               DefinitionStatusCode_Value = 4
)

func (DefinitionStatusCode_Value) Descriptor

func (DefinitionStatusCode_Value) Enum

func (DefinitionStatusCode_Value) EnumDescriptor deprecated

func (DefinitionStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DefinitionStatusCode_Value.Descriptor instead.

func (DefinitionStatusCode_Value) Number

func (DefinitionStatusCode_Value) String

func (DefinitionStatusCode_Value) Type

type DefinitionTopicCode

type DefinitionTopicCode struct {
	Value     DefinitionTopicCode_Value       `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.DefinitionTopicCode_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
}

High-level categorization of the definition, used for searching, sorting, and filtering See http://hl7.org/fhir/ValueSet/definition-topic

func (*DefinitionTopicCode) Descriptor deprecated

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

Deprecated: Use DefinitionTopicCode.ProtoReflect.Descriptor instead.

func (*DefinitionTopicCode) GetExtension

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

func (*DefinitionTopicCode) GetId

func (*DefinitionTopicCode) GetValue

func (*DefinitionTopicCode) ProtoMessage

func (*DefinitionTopicCode) ProtoMessage()

func (*DefinitionTopicCode) ProtoReflect

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

func (*DefinitionTopicCode) Reset

func (x *DefinitionTopicCode) Reset()

func (*DefinitionTopicCode) String

func (x *DefinitionTopicCode) String() string

type DefinitionTopicCode_Value

type DefinitionTopicCode_Value int32
const (
	DefinitionTopicCode_INVALID_UNINITIALIZED DefinitionTopicCode_Value = 0
	DefinitionTopicCode_TREATMENT             DefinitionTopicCode_Value = 1
	DefinitionTopicCode_EDUCATION             DefinitionTopicCode_Value = 2
	DefinitionTopicCode_ASSESSMENT            DefinitionTopicCode_Value = 3
)

func (DefinitionTopicCode_Value) Descriptor

func (DefinitionTopicCode_Value) Enum

func (DefinitionTopicCode_Value) EnumDescriptor deprecated

func (DefinitionTopicCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DefinitionTopicCode_Value.Descriptor instead.

func (DefinitionTopicCode_Value) Number

func (DefinitionTopicCode_Value) String

func (x DefinitionTopicCode_Value) String() string

func (DefinitionTopicCode_Value) Type

type DetectedIssueSeverityCode

type DetectedIssueSeverityCode struct {
	Value     DetectedIssueSeverityCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.DetectedIssueSeverityCode_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
}

Indicates the potential degree of impact of the identified issue on the patient. See http://hl7.org/fhir/ValueSet/detectedissue-severity

func (*DetectedIssueSeverityCode) Descriptor deprecated

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

Deprecated: Use DetectedIssueSeverityCode.ProtoReflect.Descriptor instead.

func (*DetectedIssueSeverityCode) GetExtension

func (*DetectedIssueSeverityCode) GetId

func (*DetectedIssueSeverityCode) GetValue

func (*DetectedIssueSeverityCode) ProtoMessage

func (*DetectedIssueSeverityCode) ProtoMessage()

func (*DetectedIssueSeverityCode) ProtoReflect

func (*DetectedIssueSeverityCode) Reset

func (x *DetectedIssueSeverityCode) Reset()

func (*DetectedIssueSeverityCode) String

func (x *DetectedIssueSeverityCode) String() string

type DetectedIssueSeverityCode_Value

type DetectedIssueSeverityCode_Value int32
const (
	DetectedIssueSeverityCode_INVALID_UNINITIALIZED DetectedIssueSeverityCode_Value = 0
	DetectedIssueSeverityCode_HIGH                  DetectedIssueSeverityCode_Value = 1
	DetectedIssueSeverityCode_MODERATE              DetectedIssueSeverityCode_Value = 2
	DetectedIssueSeverityCode_LOW                   DetectedIssueSeverityCode_Value = 3
)

func (DetectedIssueSeverityCode_Value) Descriptor

func (DetectedIssueSeverityCode_Value) Enum

func (DetectedIssueSeverityCode_Value) EnumDescriptor deprecated

func (DetectedIssueSeverityCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DetectedIssueSeverityCode_Value.Descriptor instead.

func (DetectedIssueSeverityCode_Value) Number

func (DetectedIssueSeverityCode_Value) String

func (DetectedIssueSeverityCode_Value) Type

type DeviceComponentOperationalStatusCode

type DeviceComponentOperationalStatusCode struct {
	Value     DeviceComponentOperationalStatusCode_Value `` /* 135-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
}

Codes representing the current status of the device - on, off, suspended, etc. See http://hl7.org/fhir/ValueSet/operational-status

func (*DeviceComponentOperationalStatusCode) Descriptor deprecated

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

Deprecated: Use DeviceComponentOperationalStatusCode.ProtoReflect.Descriptor instead.

func (*DeviceComponentOperationalStatusCode) GetExtension

func (*DeviceComponentOperationalStatusCode) GetId

func (*DeviceComponentOperationalStatusCode) GetValue

func (*DeviceComponentOperationalStatusCode) ProtoMessage

func (*DeviceComponentOperationalStatusCode) ProtoMessage()

func (*DeviceComponentOperationalStatusCode) ProtoReflect

func (*DeviceComponentOperationalStatusCode) Reset

func (*DeviceComponentOperationalStatusCode) String

type DeviceComponentOperationalStatusCode_Value

type DeviceComponentOperationalStatusCode_Value int32
const (
	DeviceComponentOperationalStatusCode_INVALID_UNINITIALIZED DeviceComponentOperationalStatusCode_Value = 0
	DeviceComponentOperationalStatusCode_OFF                   DeviceComponentOperationalStatusCode_Value = 1
	DeviceComponentOperationalStatusCode_ON                    DeviceComponentOperationalStatusCode_Value = 2
	DeviceComponentOperationalStatusCode_NOT_READY             DeviceComponentOperationalStatusCode_Value = 3
	DeviceComponentOperationalStatusCode_STANDBY               DeviceComponentOperationalStatusCode_Value = 4
	DeviceComponentOperationalStatusCode_TRANSDUC_DISCON       DeviceComponentOperationalStatusCode_Value = 5
	DeviceComponentOperationalStatusCode_HW_DISCON             DeviceComponentOperationalStatusCode_Value = 6
	DeviceComponentOperationalStatusCode_ENTERED_IN_ERROR      DeviceComponentOperationalStatusCode_Value = 7
)

func (DeviceComponentOperationalStatusCode_Value) Descriptor

func (DeviceComponentOperationalStatusCode_Value) Enum

func (DeviceComponentOperationalStatusCode_Value) EnumDescriptor deprecated

func (DeviceComponentOperationalStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DeviceComponentOperationalStatusCode_Value.Descriptor instead.

func (DeviceComponentOperationalStatusCode_Value) Number

func (DeviceComponentOperationalStatusCode_Value) String

func (DeviceComponentOperationalStatusCode_Value) Type

type DeviceComponentParameterGroupCode

type DeviceComponentParameterGroupCode struct {
	Value     DeviceComponentParameterGroupCode_Value `` /* 132-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
}

Codes identifying groupings of parameters; e.g. Cardiovascular. See http://hl7.org/fhir/ValueSet/parameter-group

func (*DeviceComponentParameterGroupCode) Descriptor deprecated

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

Deprecated: Use DeviceComponentParameterGroupCode.ProtoReflect.Descriptor instead.

func (*DeviceComponentParameterGroupCode) GetExtension

func (*DeviceComponentParameterGroupCode) GetId

func (*DeviceComponentParameterGroupCode) GetValue

func (*DeviceComponentParameterGroupCode) ProtoMessage

func (*DeviceComponentParameterGroupCode) ProtoMessage()

func (*DeviceComponentParameterGroupCode) ProtoReflect

func (*DeviceComponentParameterGroupCode) Reset

func (*DeviceComponentParameterGroupCode) String

type DeviceComponentParameterGroupCode_Value

type DeviceComponentParameterGroupCode_Value int32
const (
	DeviceComponentParameterGroupCode_INVALID_UNINITIALIZED DeviceComponentParameterGroupCode_Value = 0
	DeviceComponentParameterGroupCode_HAEMODYNAMIC          DeviceComponentParameterGroupCode_Value = 1
	DeviceComponentParameterGroupCode_ECG                   DeviceComponentParameterGroupCode_Value = 2
	DeviceComponentParameterGroupCode_RESPIRATORY           DeviceComponentParameterGroupCode_Value = 3
	DeviceComponentParameterGroupCode_VENTILATION           DeviceComponentParameterGroupCode_Value = 4
	DeviceComponentParameterGroupCode_NEUROLOGICAL          DeviceComponentParameterGroupCode_Value = 5
	DeviceComponentParameterGroupCode_DRUG_DELIVERY         DeviceComponentParameterGroupCode_Value = 6
	DeviceComponentParameterGroupCode_FLUID_CHEMISTRY       DeviceComponentParameterGroupCode_Value = 7
	DeviceComponentParameterGroupCode_BLOOD_CHEMISTRY       DeviceComponentParameterGroupCode_Value = 8
	DeviceComponentParameterGroupCode_MISCELLANEOUS         DeviceComponentParameterGroupCode_Value = 9
)

func (DeviceComponentParameterGroupCode_Value) Descriptor

func (DeviceComponentParameterGroupCode_Value) Enum

func (DeviceComponentParameterGroupCode_Value) EnumDescriptor deprecated

func (DeviceComponentParameterGroupCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DeviceComponentParameterGroupCode_Value.Descriptor instead.

func (DeviceComponentParameterGroupCode_Value) Number

func (DeviceComponentParameterGroupCode_Value) String

func (DeviceComponentParameterGroupCode_Value) Type

type DeviceMetricCalibrationStateCode

type DeviceMetricCalibrationStateCode struct {
	Value     DeviceMetricCalibrationStateCode_Value `` /* 131-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
}

Describes the state of a metric calibration. See http://hl7.org/fhir/ValueSet/metric-calibration-state

func (*DeviceMetricCalibrationStateCode) Descriptor deprecated

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

Deprecated: Use DeviceMetricCalibrationStateCode.ProtoReflect.Descriptor instead.

func (*DeviceMetricCalibrationStateCode) GetExtension

func (*DeviceMetricCalibrationStateCode) GetId

func (*DeviceMetricCalibrationStateCode) GetValue

func (*DeviceMetricCalibrationStateCode) ProtoMessage

func (*DeviceMetricCalibrationStateCode) ProtoMessage()

func (*DeviceMetricCalibrationStateCode) ProtoReflect

func (*DeviceMetricCalibrationStateCode) Reset

func (*DeviceMetricCalibrationStateCode) String

type DeviceMetricCalibrationStateCode_Value

type DeviceMetricCalibrationStateCode_Value int32
const (
	DeviceMetricCalibrationStateCode_INVALID_UNINITIALIZED DeviceMetricCalibrationStateCode_Value = 0
	DeviceMetricCalibrationStateCode_NOT_CALIBRATED        DeviceMetricCalibrationStateCode_Value = 1
	DeviceMetricCalibrationStateCode_CALIBRATION_REQUIRED  DeviceMetricCalibrationStateCode_Value = 2
	DeviceMetricCalibrationStateCode_CALIBRATED            DeviceMetricCalibrationStateCode_Value = 3
	DeviceMetricCalibrationStateCode_UNSPECIFIED           DeviceMetricCalibrationStateCode_Value = 4
)

func (DeviceMetricCalibrationStateCode_Value) Descriptor

func (DeviceMetricCalibrationStateCode_Value) Enum

func (DeviceMetricCalibrationStateCode_Value) EnumDescriptor deprecated

func (DeviceMetricCalibrationStateCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DeviceMetricCalibrationStateCode_Value.Descriptor instead.

func (DeviceMetricCalibrationStateCode_Value) Number

func (DeviceMetricCalibrationStateCode_Value) String

func (DeviceMetricCalibrationStateCode_Value) Type

type DeviceMetricCalibrationTypeCode

type DeviceMetricCalibrationTypeCode struct {
	Value     DeviceMetricCalibrationTypeCode_Value `` /* 130-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
}

Describes the type of a metric calibration. See http://hl7.org/fhir/ValueSet/metric-calibration-type

func (*DeviceMetricCalibrationTypeCode) Descriptor deprecated

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

Deprecated: Use DeviceMetricCalibrationTypeCode.ProtoReflect.Descriptor instead.

func (*DeviceMetricCalibrationTypeCode) GetExtension

func (*DeviceMetricCalibrationTypeCode) GetId

func (*DeviceMetricCalibrationTypeCode) GetValue

func (*DeviceMetricCalibrationTypeCode) ProtoMessage

func (*DeviceMetricCalibrationTypeCode) ProtoMessage()

func (*DeviceMetricCalibrationTypeCode) ProtoReflect

func (*DeviceMetricCalibrationTypeCode) Reset

func (*DeviceMetricCalibrationTypeCode) String

type DeviceMetricCalibrationTypeCode_Value

type DeviceMetricCalibrationTypeCode_Value int32
const (
	DeviceMetricCalibrationTypeCode_INVALID_UNINITIALIZED DeviceMetricCalibrationTypeCode_Value = 0
	DeviceMetricCalibrationTypeCode_UNSPECIFIED           DeviceMetricCalibrationTypeCode_Value = 1
	DeviceMetricCalibrationTypeCode_OFFSET                DeviceMetricCalibrationTypeCode_Value = 2
	DeviceMetricCalibrationTypeCode_GAIN                  DeviceMetricCalibrationTypeCode_Value = 3
	DeviceMetricCalibrationTypeCode_TWO_POINT             DeviceMetricCalibrationTypeCode_Value = 4
)

func (DeviceMetricCalibrationTypeCode_Value) Descriptor

func (DeviceMetricCalibrationTypeCode_Value) Enum

func (DeviceMetricCalibrationTypeCode_Value) EnumDescriptor deprecated

func (DeviceMetricCalibrationTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DeviceMetricCalibrationTypeCode_Value.Descriptor instead.

func (DeviceMetricCalibrationTypeCode_Value) Number

func (DeviceMetricCalibrationTypeCode_Value) String

func (DeviceMetricCalibrationTypeCode_Value) Type

type DeviceMetricCategoryCode

type DeviceMetricCategoryCode struct {
	Value     DeviceMetricCategoryCode_Value  `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.DeviceMetricCategoryCode_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
}

Describes the category of the metric. See http://hl7.org/fhir/ValueSet/metric-category

func (*DeviceMetricCategoryCode) Descriptor deprecated

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

Deprecated: Use DeviceMetricCategoryCode.ProtoReflect.Descriptor instead.

func (*DeviceMetricCategoryCode) GetExtension

func (*DeviceMetricCategoryCode) GetId

func (*DeviceMetricCategoryCode) GetValue

func (*DeviceMetricCategoryCode) ProtoMessage

func (*DeviceMetricCategoryCode) ProtoMessage()

func (*DeviceMetricCategoryCode) ProtoReflect

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

func (*DeviceMetricCategoryCode) Reset

func (x *DeviceMetricCategoryCode) Reset()

func (*DeviceMetricCategoryCode) String

func (x *DeviceMetricCategoryCode) String() string

type DeviceMetricCategoryCode_Value

type DeviceMetricCategoryCode_Value int32
const (
	DeviceMetricCategoryCode_INVALID_UNINITIALIZED DeviceMetricCategoryCode_Value = 0
	DeviceMetricCategoryCode_MEASUREMENT           DeviceMetricCategoryCode_Value = 1
	DeviceMetricCategoryCode_SETTING               DeviceMetricCategoryCode_Value = 2
	DeviceMetricCategoryCode_CALCULATION           DeviceMetricCategoryCode_Value = 3
	DeviceMetricCategoryCode_UNSPECIFIED           DeviceMetricCategoryCode_Value = 4
)

func (DeviceMetricCategoryCode_Value) Descriptor

func (DeviceMetricCategoryCode_Value) Enum

func (DeviceMetricCategoryCode_Value) EnumDescriptor deprecated

func (DeviceMetricCategoryCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DeviceMetricCategoryCode_Value.Descriptor instead.

func (DeviceMetricCategoryCode_Value) Number

func (DeviceMetricCategoryCode_Value) String

func (DeviceMetricCategoryCode_Value) Type

type DeviceMetricColorCode

type DeviceMetricColorCode struct {
	Value     DeviceMetricColorCode_Value     `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.DeviceMetricColorCode_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
}

Describes the typical color of representation. See http://hl7.org/fhir/ValueSet/metric-color

func (*DeviceMetricColorCode) Descriptor deprecated

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

Deprecated: Use DeviceMetricColorCode.ProtoReflect.Descriptor instead.

func (*DeviceMetricColorCode) GetExtension

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

func (*DeviceMetricColorCode) GetId

func (*DeviceMetricColorCode) GetValue

func (*DeviceMetricColorCode) ProtoMessage

func (*DeviceMetricColorCode) ProtoMessage()

func (*DeviceMetricColorCode) ProtoReflect

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

func (*DeviceMetricColorCode) Reset

func (x *DeviceMetricColorCode) Reset()

func (*DeviceMetricColorCode) String

func (x *DeviceMetricColorCode) String() string

type DeviceMetricColorCode_Value

type DeviceMetricColorCode_Value int32
const (
	DeviceMetricColorCode_INVALID_UNINITIALIZED DeviceMetricColorCode_Value = 0
	DeviceMetricColorCode_BLACK                 DeviceMetricColorCode_Value = 1
	DeviceMetricColorCode_RED                   DeviceMetricColorCode_Value = 2
	DeviceMetricColorCode_GREEN                 DeviceMetricColorCode_Value = 3
	DeviceMetricColorCode_YELLOW                DeviceMetricColorCode_Value = 4
	DeviceMetricColorCode_BLUE                  DeviceMetricColorCode_Value = 5
	DeviceMetricColorCode_MAGENTA               DeviceMetricColorCode_Value = 6
	DeviceMetricColorCode_CYAN                  DeviceMetricColorCode_Value = 7
	DeviceMetricColorCode_WHITE                 DeviceMetricColorCode_Value = 8
)

func (DeviceMetricColorCode_Value) Descriptor

func (DeviceMetricColorCode_Value) Enum

func (DeviceMetricColorCode_Value) EnumDescriptor deprecated

func (DeviceMetricColorCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DeviceMetricColorCode_Value.Descriptor instead.

func (DeviceMetricColorCode_Value) Number

func (DeviceMetricColorCode_Value) String

func (DeviceMetricColorCode_Value) Type

type DeviceMetricOperationalStatusCode

type DeviceMetricOperationalStatusCode struct {
	Value     DeviceMetricOperationalStatusCode_Value `` /* 132-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
}

Describes the operational status of the DeviceMetric. See http://hl7.org/fhir/ValueSet/metric-operational-status

func (*DeviceMetricOperationalStatusCode) Descriptor deprecated

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

Deprecated: Use DeviceMetricOperationalStatusCode.ProtoReflect.Descriptor instead.

func (*DeviceMetricOperationalStatusCode) GetExtension

func (*DeviceMetricOperationalStatusCode) GetId

func (*DeviceMetricOperationalStatusCode) GetValue

func (*DeviceMetricOperationalStatusCode) ProtoMessage

func (*DeviceMetricOperationalStatusCode) ProtoMessage()

func (*DeviceMetricOperationalStatusCode) ProtoReflect

func (*DeviceMetricOperationalStatusCode) Reset

func (*DeviceMetricOperationalStatusCode) String

type DeviceMetricOperationalStatusCode_Value

type DeviceMetricOperationalStatusCode_Value int32
const (
	DeviceMetricOperationalStatusCode_INVALID_UNINITIALIZED DeviceMetricOperationalStatusCode_Value = 0
	DeviceMetricOperationalStatusCode_ON                    DeviceMetricOperationalStatusCode_Value = 1
	DeviceMetricOperationalStatusCode_OFF                   DeviceMetricOperationalStatusCode_Value = 2
	DeviceMetricOperationalStatusCode_STANDBY               DeviceMetricOperationalStatusCode_Value = 3
	DeviceMetricOperationalStatusCode_ENTERED_IN_ERROR      DeviceMetricOperationalStatusCode_Value = 4
)

func (DeviceMetricOperationalStatusCode_Value) Descriptor

func (DeviceMetricOperationalStatusCode_Value) Enum

func (DeviceMetricOperationalStatusCode_Value) EnumDescriptor deprecated

func (DeviceMetricOperationalStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DeviceMetricOperationalStatusCode_Value.Descriptor instead.

func (DeviceMetricOperationalStatusCode_Value) Number

func (DeviceMetricOperationalStatusCode_Value) String

func (DeviceMetricOperationalStatusCode_Value) Type

type DeviceSpecificationSpecTypeCode

type DeviceSpecificationSpecTypeCode struct {
	Value     DeviceSpecificationSpecTypeCode_Value `` /* 130-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
}

Codes for device specification types such as serial number, part number, hardware revision, software revision, etc. See http://hl7.org/fhir/ValueSet/specification-type

func (*DeviceSpecificationSpecTypeCode) Descriptor deprecated

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

Deprecated: Use DeviceSpecificationSpecTypeCode.ProtoReflect.Descriptor instead.

func (*DeviceSpecificationSpecTypeCode) GetExtension

func (*DeviceSpecificationSpecTypeCode) GetId

func (*DeviceSpecificationSpecTypeCode) GetValue

func (*DeviceSpecificationSpecTypeCode) ProtoMessage

func (*DeviceSpecificationSpecTypeCode) ProtoMessage()

func (*DeviceSpecificationSpecTypeCode) ProtoReflect

func (*DeviceSpecificationSpecTypeCode) Reset

func (*DeviceSpecificationSpecTypeCode) String

type DeviceSpecificationSpecTypeCode_Value

type DeviceSpecificationSpecTypeCode_Value int32
const (
	DeviceSpecificationSpecTypeCode_INVALID_UNINITIALIZED DeviceSpecificationSpecTypeCode_Value = 0
	DeviceSpecificationSpecTypeCode_UNSPECIFIED           DeviceSpecificationSpecTypeCode_Value = 1
	DeviceSpecificationSpecTypeCode_SERIAL_NUMBER         DeviceSpecificationSpecTypeCode_Value = 2
	DeviceSpecificationSpecTypeCode_PART_NUMBER           DeviceSpecificationSpecTypeCode_Value = 3
	DeviceSpecificationSpecTypeCode_HARDWARE_REVISION     DeviceSpecificationSpecTypeCode_Value = 4
	DeviceSpecificationSpecTypeCode_SOFTWARE_REVISION     DeviceSpecificationSpecTypeCode_Value = 5
	DeviceSpecificationSpecTypeCode_FIRMWARE_REVISION     DeviceSpecificationSpecTypeCode_Value = 6
	DeviceSpecificationSpecTypeCode_PROTOCOL_REVISION     DeviceSpecificationSpecTypeCode_Value = 7
	DeviceSpecificationSpecTypeCode_GMDN                  DeviceSpecificationSpecTypeCode_Value = 8
)

func (DeviceSpecificationSpecTypeCode_Value) Descriptor

func (DeviceSpecificationSpecTypeCode_Value) Enum

func (DeviceSpecificationSpecTypeCode_Value) EnumDescriptor deprecated

func (DeviceSpecificationSpecTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DeviceSpecificationSpecTypeCode_Value.Descriptor instead.

func (DeviceSpecificationSpecTypeCode_Value) Number

func (DeviceSpecificationSpecTypeCode_Value) String

func (DeviceSpecificationSpecTypeCode_Value) Type

type DeviceUseStatementStatusCode

type DeviceUseStatementStatusCode struct {
	Value     DeviceUseStatementStatusCode_Value `` /* 127-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
}

A coded concept indicating the current status of a the Device Usage See http://hl7.org/fhir/ValueSet/device-statement-status

func (*DeviceUseStatementStatusCode) Descriptor deprecated

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

Deprecated: Use DeviceUseStatementStatusCode.ProtoReflect.Descriptor instead.

func (*DeviceUseStatementStatusCode) GetExtension

func (*DeviceUseStatementStatusCode) GetId

func (*DeviceUseStatementStatusCode) GetValue

func (*DeviceUseStatementStatusCode) ProtoMessage

func (*DeviceUseStatementStatusCode) ProtoMessage()

func (*DeviceUseStatementStatusCode) ProtoReflect

func (*DeviceUseStatementStatusCode) Reset

func (x *DeviceUseStatementStatusCode) Reset()

func (*DeviceUseStatementStatusCode) String

type DeviceUseStatementStatusCode_Value

type DeviceUseStatementStatusCode_Value int32
const (
	DeviceUseStatementStatusCode_INVALID_UNINITIALIZED DeviceUseStatementStatusCode_Value = 0
	DeviceUseStatementStatusCode_ACTIVE                DeviceUseStatementStatusCode_Value = 1
	DeviceUseStatementStatusCode_COMPLETED             DeviceUseStatementStatusCode_Value = 2
	DeviceUseStatementStatusCode_ENTERED_IN_ERROR      DeviceUseStatementStatusCode_Value = 3
	DeviceUseStatementStatusCode_INTENDED              DeviceUseStatementStatusCode_Value = 4
	DeviceUseStatementStatusCode_STOPPED               DeviceUseStatementStatusCode_Value = 5
	DeviceUseStatementStatusCode_ON_HOLD               DeviceUseStatementStatusCode_Value = 6
)

func (DeviceUseStatementStatusCode_Value) Descriptor

func (DeviceUseStatementStatusCode_Value) Enum

func (DeviceUseStatementStatusCode_Value) EnumDescriptor deprecated

func (DeviceUseStatementStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DeviceUseStatementStatusCode_Value.Descriptor instead.

func (DeviceUseStatementStatusCode_Value) Number

func (DeviceUseStatementStatusCode_Value) String

func (DeviceUseStatementStatusCode_Value) Type

type DiagnosisRoleCode

type DiagnosisRoleCode struct {
	Value     DiagnosisRoleCode_Value         `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.DiagnosisRoleCode_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
}

This value set defines a set of codes that can be used to express the role of a diagnosis on the Encounter or EpisodeOfCare record. See http://hl7.org/fhir/ValueSet/diagnosis-role

func (*DiagnosisRoleCode) Descriptor deprecated

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

Deprecated: Use DiagnosisRoleCode.ProtoReflect.Descriptor instead.

func (*DiagnosisRoleCode) GetExtension

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

func (*DiagnosisRoleCode) GetId

func (*DiagnosisRoleCode) GetValue

func (*DiagnosisRoleCode) ProtoMessage

func (*DiagnosisRoleCode) ProtoMessage()

func (*DiagnosisRoleCode) ProtoReflect

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

func (*DiagnosisRoleCode) Reset

func (x *DiagnosisRoleCode) Reset()

func (*DiagnosisRoleCode) String

func (x *DiagnosisRoleCode) String() string

type DiagnosisRoleCode_Value

type DiagnosisRoleCode_Value int32
const (
	DiagnosisRoleCode_INVALID_UNINITIALIZED DiagnosisRoleCode_Value = 0
	DiagnosisRoleCode_AD                    DiagnosisRoleCode_Value = 1
	DiagnosisRoleCode_DD                    DiagnosisRoleCode_Value = 2
	DiagnosisRoleCode_CC                    DiagnosisRoleCode_Value = 3
	DiagnosisRoleCode_CM                    DiagnosisRoleCode_Value = 4
	DiagnosisRoleCode_PRE_OP                DiagnosisRoleCode_Value = 5
	DiagnosisRoleCode_POST_OP               DiagnosisRoleCode_Value = 6
	DiagnosisRoleCode_BILLING               DiagnosisRoleCode_Value = 7
)

func (DiagnosisRoleCode_Value) Descriptor

func (DiagnosisRoleCode_Value) Enum

func (DiagnosisRoleCode_Value) EnumDescriptor deprecated

func (DiagnosisRoleCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DiagnosisRoleCode_Value.Descriptor instead.

func (DiagnosisRoleCode_Value) Number

func (DiagnosisRoleCode_Value) String

func (x DiagnosisRoleCode_Value) String() string

func (DiagnosisRoleCode_Value) Type

type DiagnosticReportStatusCode

type DiagnosticReportStatusCode struct {
	Value     DiagnosticReportStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.DiagnosticReportStatusCode_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
}

The status of the diagnostic report as a whole. See http://hl7.org/fhir/ValueSet/diagnostic-report-status

func (*DiagnosticReportStatusCode) Descriptor deprecated

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

Deprecated: Use DiagnosticReportStatusCode.ProtoReflect.Descriptor instead.

func (*DiagnosticReportStatusCode) GetExtension

func (*DiagnosticReportStatusCode) GetId

func (*DiagnosticReportStatusCode) GetValue

func (*DiagnosticReportStatusCode) ProtoMessage

func (*DiagnosticReportStatusCode) ProtoMessage()

func (*DiagnosticReportStatusCode) ProtoReflect

func (*DiagnosticReportStatusCode) Reset

func (x *DiagnosticReportStatusCode) Reset()

func (*DiagnosticReportStatusCode) String

func (x *DiagnosticReportStatusCode) String() string

type DiagnosticReportStatusCode_Value

type DiagnosticReportStatusCode_Value int32
const (
	DiagnosticReportStatusCode_INVALID_UNINITIALIZED DiagnosticReportStatusCode_Value = 0
	DiagnosticReportStatusCode_REGISTERED            DiagnosticReportStatusCode_Value = 1
	DiagnosticReportStatusCode_PARTIAL               DiagnosticReportStatusCode_Value = 2
	DiagnosticReportStatusCode_PRELIMINARY           DiagnosticReportStatusCode_Value = 3
	DiagnosticReportStatusCode_FINAL                 DiagnosticReportStatusCode_Value = 4
	DiagnosticReportStatusCode_AMENDED               DiagnosticReportStatusCode_Value = 5
	DiagnosticReportStatusCode_CORRECTED             DiagnosticReportStatusCode_Value = 6
	DiagnosticReportStatusCode_APPENDED              DiagnosticReportStatusCode_Value = 7
	DiagnosticReportStatusCode_CANCELLED             DiagnosticReportStatusCode_Value = 8
	DiagnosticReportStatusCode_ENTERED_IN_ERROR      DiagnosticReportStatusCode_Value = 9
	DiagnosticReportStatusCode_UNKNOWN               DiagnosticReportStatusCode_Value = 10
)

func (DiagnosticReportStatusCode_Value) Descriptor

func (DiagnosticReportStatusCode_Value) Enum

func (DiagnosticReportStatusCode_Value) EnumDescriptor deprecated

func (DiagnosticReportStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DiagnosticReportStatusCode_Value.Descriptor instead.

func (DiagnosticReportStatusCode_Value) Number

func (DiagnosticReportStatusCode_Value) String

func (DiagnosticReportStatusCode_Value) Type

type DietCode

type DietCode struct {
	Value     DietCode_Value                  `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.DietCode_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
}

This value set defines a set of codes that can be used to indicate dietary preferences or restrictions a patient may have. See http://hl7.org/fhir/ValueSet/encounter-diet

func (*DietCode) Descriptor deprecated

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

Deprecated: Use DietCode.ProtoReflect.Descriptor instead.

func (*DietCode) GetExtension

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

func (*DietCode) GetId

func (x *DietCode) GetId() *datatypes_go_proto.String

func (*DietCode) GetValue

func (x *DietCode) GetValue() DietCode_Value

func (*DietCode) ProtoMessage

func (*DietCode) ProtoMessage()

func (*DietCode) ProtoReflect

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

func (*DietCode) Reset

func (x *DietCode) Reset()

func (*DietCode) String

func (x *DietCode) String() string

type DietCode_Value

type DietCode_Value int32
const (
	DietCode_INVALID_UNINITIALIZED DietCode_Value = 0
	DietCode_VEGETARIAN            DietCode_Value = 1
	DietCode_DAIRY_FREE            DietCode_Value = 2
	DietCode_NUT_FREE              DietCode_Value = 3
	DietCode_GLUTEN_FREE           DietCode_Value = 4
	DietCode_VEGAN                 DietCode_Value = 5
	DietCode_HALAL                 DietCode_Value = 6
	DietCode_KOSHER                DietCode_Value = 7
)

func (DietCode_Value) Descriptor

func (DietCode_Value) Enum

func (x DietCode_Value) Enum() *DietCode_Value

func (DietCode_Value) EnumDescriptor deprecated

func (DietCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DietCode_Value.Descriptor instead.

func (DietCode_Value) Number

func (DietCode_Value) String

func (x DietCode_Value) String() string

func (DietCode_Value) Type

type DigitalMediaTypeCode

type DigitalMediaTypeCode struct {
	Value     DigitalMediaTypeCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.DigitalMediaTypeCode_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
}

Whether the media is a photo, video, or audio See http://hl7.org/fhir/ValueSet/digital-media-type

func (*DigitalMediaTypeCode) Descriptor deprecated

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

Deprecated: Use DigitalMediaTypeCode.ProtoReflect.Descriptor instead.

func (*DigitalMediaTypeCode) GetExtension

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

func (*DigitalMediaTypeCode) GetId

func (*DigitalMediaTypeCode) GetValue

func (*DigitalMediaTypeCode) ProtoMessage

func (*DigitalMediaTypeCode) ProtoMessage()

func (*DigitalMediaTypeCode) ProtoReflect

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

func (*DigitalMediaTypeCode) Reset

func (x *DigitalMediaTypeCode) Reset()

func (*DigitalMediaTypeCode) String

func (x *DigitalMediaTypeCode) String() string

type DigitalMediaTypeCode_Value

type DigitalMediaTypeCode_Value int32
const (
	DigitalMediaTypeCode_INVALID_UNINITIALIZED DigitalMediaTypeCode_Value = 0
	DigitalMediaTypeCode_PHOTO                 DigitalMediaTypeCode_Value = 1
	DigitalMediaTypeCode_VIDEO                 DigitalMediaTypeCode_Value = 2
	DigitalMediaTypeCode_AUDIO                 DigitalMediaTypeCode_Value = 3
)

func (DigitalMediaTypeCode_Value) Descriptor

func (DigitalMediaTypeCode_Value) Enum

func (DigitalMediaTypeCode_Value) EnumDescriptor deprecated

func (DigitalMediaTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DigitalMediaTypeCode_Value.Descriptor instead.

func (DigitalMediaTypeCode_Value) Number

func (DigitalMediaTypeCode_Value) String

func (DigitalMediaTypeCode_Value) Type

type DischargeDispositionCode

type DischargeDispositionCode struct {
	Value     DischargeDispositionCode_Value  `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.DischargeDispositionCode_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
}

This value set defines a set of codes that can be used to where the patient left the hospital. See http://hl7.org/fhir/ValueSet/encounter-discharge-disposition

func (*DischargeDispositionCode) Descriptor deprecated

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

Deprecated: Use DischargeDispositionCode.ProtoReflect.Descriptor instead.

func (*DischargeDispositionCode) GetExtension

func (*DischargeDispositionCode) GetId

func (*DischargeDispositionCode) GetValue

func (*DischargeDispositionCode) ProtoMessage

func (*DischargeDispositionCode) ProtoMessage()

func (*DischargeDispositionCode) ProtoReflect

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

func (*DischargeDispositionCode) Reset

func (x *DischargeDispositionCode) Reset()

func (*DischargeDispositionCode) String

func (x *DischargeDispositionCode) String() string

type DischargeDispositionCode_Value

type DischargeDispositionCode_Value int32
const (
	DischargeDispositionCode_INVALID_UNINITIALIZED DischargeDispositionCode_Value = 0
	DischargeDispositionCode_HOME                  DischargeDispositionCode_Value = 1
	DischargeDispositionCode_OTHER_HCF             DischargeDispositionCode_Value = 2
	DischargeDispositionCode_HOSP                  DischargeDispositionCode_Value = 3
	DischargeDispositionCode_LONG                  DischargeDispositionCode_Value = 4
	DischargeDispositionCode_AADVICE               DischargeDispositionCode_Value = 5
	DischargeDispositionCode_EXP                   DischargeDispositionCode_Value = 6
	DischargeDispositionCode_PSY                   DischargeDispositionCode_Value = 7
	DischargeDispositionCode_REHAB                 DischargeDispositionCode_Value = 8
	DischargeDispositionCode_SNF                   DischargeDispositionCode_Value = 9
	DischargeDispositionCode_OTH                   DischargeDispositionCode_Value = 10
)

func (DischargeDispositionCode_Value) Descriptor

func (DischargeDispositionCode_Value) Enum

func (DischargeDispositionCode_Value) EnumDescriptor deprecated

func (DischargeDispositionCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DischargeDispositionCode_Value.Descriptor instead.

func (DischargeDispositionCode_Value) Number

func (DischargeDispositionCode_Value) String

func (DischargeDispositionCode_Value) Type

type DiscriminatorTypeCode

type DiscriminatorTypeCode struct {
	Value     DiscriminatorTypeCode_Value     `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.DiscriminatorTypeCode_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
}

How an element value is interpreted when discrimination is evaluated See http://hl7.org/fhir/ValueSet/discriminator-type

func (*DiscriminatorTypeCode) Descriptor deprecated

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

Deprecated: Use DiscriminatorTypeCode.ProtoReflect.Descriptor instead.

func (*DiscriminatorTypeCode) GetExtension

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

func (*DiscriminatorTypeCode) GetId

func (*DiscriminatorTypeCode) GetValue

func (*DiscriminatorTypeCode) ProtoMessage

func (*DiscriminatorTypeCode) ProtoMessage()

func (*DiscriminatorTypeCode) ProtoReflect

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

func (*DiscriminatorTypeCode) Reset

func (x *DiscriminatorTypeCode) Reset()

func (*DiscriminatorTypeCode) String

func (x *DiscriminatorTypeCode) String() string

type DiscriminatorTypeCode_Value

type DiscriminatorTypeCode_Value int32
const (
	DiscriminatorTypeCode_INVALID_UNINITIALIZED DiscriminatorTypeCode_Value = 0
	DiscriminatorTypeCode_VALUE                 DiscriminatorTypeCode_Value = 1
	DiscriminatorTypeCode_EXISTS                DiscriminatorTypeCode_Value = 2
	DiscriminatorTypeCode_PATTERN               DiscriminatorTypeCode_Value = 3
	DiscriminatorTypeCode_TYPE                  DiscriminatorTypeCode_Value = 4
	DiscriminatorTypeCode_PROFILE               DiscriminatorTypeCode_Value = 5
)

func (DiscriminatorTypeCode_Value) Descriptor

func (DiscriminatorTypeCode_Value) Enum

func (DiscriminatorTypeCode_Value) EnumDescriptor deprecated

func (DiscriminatorTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DiscriminatorTypeCode_Value.Descriptor instead.

func (DiscriminatorTypeCode_Value) Number

func (DiscriminatorTypeCode_Value) String

func (DiscriminatorTypeCode_Value) Type

type DocumentModeCode

type DocumentModeCode struct {
	Value     DocumentModeCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.DocumentModeCode_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
}

Whether the application produces or consumes documents. See http://hl7.org/fhir/ValueSet/document-mode

func (*DocumentModeCode) Descriptor deprecated

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

Deprecated: Use DocumentModeCode.ProtoReflect.Descriptor instead.

func (*DocumentModeCode) GetExtension

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

func (*DocumentModeCode) GetId

func (*DocumentModeCode) GetValue

func (*DocumentModeCode) ProtoMessage

func (*DocumentModeCode) ProtoMessage()

func (*DocumentModeCode) ProtoReflect

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

func (*DocumentModeCode) Reset

func (x *DocumentModeCode) Reset()

func (*DocumentModeCode) String

func (x *DocumentModeCode) String() string

type DocumentModeCode_Value

type DocumentModeCode_Value int32
const (
	DocumentModeCode_INVALID_UNINITIALIZED DocumentModeCode_Value = 0
	DocumentModeCode_PRODUCER              DocumentModeCode_Value = 1
	DocumentModeCode_CONSUMER              DocumentModeCode_Value = 2
)

func (DocumentModeCode_Value) Descriptor

func (DocumentModeCode_Value) Enum

func (DocumentModeCode_Value) EnumDescriptor deprecated

func (DocumentModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DocumentModeCode_Value.Descriptor instead.

func (DocumentModeCode_Value) Number

func (DocumentModeCode_Value) String

func (x DocumentModeCode_Value) String() string

func (DocumentModeCode_Value) Type

type DocumentReferenceStatusCode

type DocumentReferenceStatusCode struct {
	Value     DocumentReferenceStatusCode_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
}

The status of the document reference. See http://hl7.org/fhir/ValueSet/document-reference-status

func (*DocumentReferenceStatusCode) Descriptor deprecated

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

Deprecated: Use DocumentReferenceStatusCode.ProtoReflect.Descriptor instead.

func (*DocumentReferenceStatusCode) GetExtension

func (*DocumentReferenceStatusCode) GetId

func (*DocumentReferenceStatusCode) GetValue

func (*DocumentReferenceStatusCode) ProtoMessage

func (*DocumentReferenceStatusCode) ProtoMessage()

func (*DocumentReferenceStatusCode) ProtoReflect

func (*DocumentReferenceStatusCode) Reset

func (x *DocumentReferenceStatusCode) Reset()

func (*DocumentReferenceStatusCode) String

func (x *DocumentReferenceStatusCode) String() string

type DocumentReferenceStatusCode_Value

type DocumentReferenceStatusCode_Value int32
const (
	DocumentReferenceStatusCode_INVALID_UNINITIALIZED DocumentReferenceStatusCode_Value = 0
	DocumentReferenceStatusCode_CURRENT               DocumentReferenceStatusCode_Value = 1
	DocumentReferenceStatusCode_SUPERSEDED            DocumentReferenceStatusCode_Value = 2
	DocumentReferenceStatusCode_ENTERED_IN_ERROR      DocumentReferenceStatusCode_Value = 3
)

func (DocumentReferenceStatusCode_Value) Descriptor

func (DocumentReferenceStatusCode_Value) Enum

func (DocumentReferenceStatusCode_Value) EnumDescriptor deprecated

func (DocumentReferenceStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DocumentReferenceStatusCode_Value.Descriptor instead.

func (DocumentReferenceStatusCode_Value) Number

func (DocumentReferenceStatusCode_Value) String

func (DocumentReferenceStatusCode_Value) Type

type DocumentRelationshipTypeCode

type DocumentRelationshipTypeCode struct {
	Value     DocumentRelationshipTypeCode_Value `` /* 127-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
}

The type of relationship between documents. See http://hl7.org/fhir/ValueSet/document-relationship-type

func (*DocumentRelationshipTypeCode) Descriptor deprecated

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

Deprecated: Use DocumentRelationshipTypeCode.ProtoReflect.Descriptor instead.

func (*DocumentRelationshipTypeCode) GetExtension

func (*DocumentRelationshipTypeCode) GetId

func (*DocumentRelationshipTypeCode) GetValue

func (*DocumentRelationshipTypeCode) ProtoMessage

func (*DocumentRelationshipTypeCode) ProtoMessage()

func (*DocumentRelationshipTypeCode) ProtoReflect

func (*DocumentRelationshipTypeCode) Reset

func (x *DocumentRelationshipTypeCode) Reset()

func (*DocumentRelationshipTypeCode) String

type DocumentRelationshipTypeCode_Value

type DocumentRelationshipTypeCode_Value int32
const (
	DocumentRelationshipTypeCode_INVALID_UNINITIALIZED DocumentRelationshipTypeCode_Value = 0
	DocumentRelationshipTypeCode_REPLACES              DocumentRelationshipTypeCode_Value = 1
	DocumentRelationshipTypeCode_TRANSFORMS            DocumentRelationshipTypeCode_Value = 2
	DocumentRelationshipTypeCode_SIGNS                 DocumentRelationshipTypeCode_Value = 3
	DocumentRelationshipTypeCode_APPENDS               DocumentRelationshipTypeCode_Value = 4
)

func (DocumentRelationshipTypeCode_Value) Descriptor

func (DocumentRelationshipTypeCode_Value) Enum

func (DocumentRelationshipTypeCode_Value) EnumDescriptor deprecated

func (DocumentRelationshipTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use DocumentRelationshipTypeCode_Value.Descriptor instead.

func (DocumentRelationshipTypeCode_Value) Number

func (DocumentRelationshipTypeCode_Value) String

func (DocumentRelationshipTypeCode_Value) Type

type EncounterLocationStatusCode

type EncounterLocationStatusCode struct {
	Value     EncounterLocationStatusCode_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
}

The status of the location. See http://hl7.org/fhir/ValueSet/encounter-location-status

func (*EncounterLocationStatusCode) Descriptor deprecated

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

Deprecated: Use EncounterLocationStatusCode.ProtoReflect.Descriptor instead.

func (*EncounterLocationStatusCode) GetExtension

func (*EncounterLocationStatusCode) GetId

func (*EncounterLocationStatusCode) GetValue

func (*EncounterLocationStatusCode) ProtoMessage

func (*EncounterLocationStatusCode) ProtoMessage()

func (*EncounterLocationStatusCode) ProtoReflect

func (*EncounterLocationStatusCode) Reset

func (x *EncounterLocationStatusCode) Reset()

func (*EncounterLocationStatusCode) String

func (x *EncounterLocationStatusCode) String() string

type EncounterLocationStatusCode_Value

type EncounterLocationStatusCode_Value int32
const (
	EncounterLocationStatusCode_INVALID_UNINITIALIZED EncounterLocationStatusCode_Value = 0
	EncounterLocationStatusCode_PLANNED               EncounterLocationStatusCode_Value = 1
	EncounterLocationStatusCode_ACTIVE                EncounterLocationStatusCode_Value = 2
	EncounterLocationStatusCode_RESERVED              EncounterLocationStatusCode_Value = 3
	EncounterLocationStatusCode_COMPLETED             EncounterLocationStatusCode_Value = 4
)

func (EncounterLocationStatusCode_Value) Descriptor

func (EncounterLocationStatusCode_Value) Enum

func (EncounterLocationStatusCode_Value) EnumDescriptor deprecated

func (EncounterLocationStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use EncounterLocationStatusCode_Value.Descriptor instead.

func (EncounterLocationStatusCode_Value) Number

func (EncounterLocationStatusCode_Value) String

func (EncounterLocationStatusCode_Value) Type

type EncounterStatusCode

type EncounterStatusCode struct {
	Value     EncounterStatusCode_Value       `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.EncounterStatusCode_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
}

Current state of the encounter See http://hl7.org/fhir/ValueSet/encounter-status

func (*EncounterStatusCode) Descriptor deprecated

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

Deprecated: Use EncounterStatusCode.ProtoReflect.Descriptor instead.

func (*EncounterStatusCode) GetExtension

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

func (*EncounterStatusCode) GetId

func (*EncounterStatusCode) GetValue

func (*EncounterStatusCode) ProtoMessage

func (*EncounterStatusCode) ProtoMessage()

func (*EncounterStatusCode) ProtoReflect

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

func (*EncounterStatusCode) Reset

func (x *EncounterStatusCode) Reset()

func (*EncounterStatusCode) String

func (x *EncounterStatusCode) String() string

type EncounterStatusCode_Value

type EncounterStatusCode_Value int32
const (
	EncounterStatusCode_INVALID_UNINITIALIZED EncounterStatusCode_Value = 0
	EncounterStatusCode_PLANNED               EncounterStatusCode_Value = 1
	EncounterStatusCode_ARRIVED               EncounterStatusCode_Value = 2
	EncounterStatusCode_TRIAGED               EncounterStatusCode_Value = 3
	EncounterStatusCode_IN_PROGRESS           EncounterStatusCode_Value = 4
	EncounterStatusCode_ONLEAVE               EncounterStatusCode_Value = 5
	EncounterStatusCode_FINISHED              EncounterStatusCode_Value = 6
	EncounterStatusCode_CANCELLED             EncounterStatusCode_Value = 7
	EncounterStatusCode_ENTERED_IN_ERROR      EncounterStatusCode_Value = 8
	EncounterStatusCode_UNKNOWN               EncounterStatusCode_Value = 9
)

func (EncounterStatusCode_Value) Descriptor

func (EncounterStatusCode_Value) Enum

func (EncounterStatusCode_Value) EnumDescriptor deprecated

func (EncounterStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use EncounterStatusCode_Value.Descriptor instead.

func (EncounterStatusCode_Value) Number

func (EncounterStatusCode_Value) String

func (x EncounterStatusCode_Value) String() string

func (EncounterStatusCode_Value) Type

type EncounterTypeCode

type EncounterTypeCode struct {
	Value     EncounterTypeCode_Value         `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.EncounterTypeCode_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
}

This example value set defines a set of codes that can be used to indicate the type of encounter: a specific code indicating type of service provided. See http://hl7.org/fhir/ValueSet/encounter-type

func (*EncounterTypeCode) Descriptor deprecated

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

Deprecated: Use EncounterTypeCode.ProtoReflect.Descriptor instead.

func (*EncounterTypeCode) GetExtension

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

func (*EncounterTypeCode) GetId

func (*EncounterTypeCode) GetValue

func (*EncounterTypeCode) ProtoMessage

func (*EncounterTypeCode) ProtoMessage()

func (*EncounterTypeCode) ProtoReflect

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

func (*EncounterTypeCode) Reset

func (x *EncounterTypeCode) Reset()

func (*EncounterTypeCode) String

func (x *EncounterTypeCode) String() string

type EncounterTypeCode_Value

type EncounterTypeCode_Value int32
const (
	EncounterTypeCode_INVALID_UNINITIALIZED EncounterTypeCode_Value = 0
	EncounterTypeCode_ADMS                  EncounterTypeCode_Value = 1
	EncounterTypeCode_BD_BM_CLIN            EncounterTypeCode_Value = 2
	EncounterTypeCode_CCS60                 EncounterTypeCode_Value = 3
	EncounterTypeCode_OKI                   EncounterTypeCode_Value = 4
)

func (EncounterTypeCode_Value) Descriptor

func (EncounterTypeCode_Value) Enum

func (EncounterTypeCode_Value) EnumDescriptor deprecated

func (EncounterTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use EncounterTypeCode_Value.Descriptor instead.

func (EncounterTypeCode_Value) Number

func (EncounterTypeCode_Value) String

func (x EncounterTypeCode_Value) String() string

func (EncounterTypeCode_Value) Type

type EndpointStatusCode

type EndpointStatusCode struct {
	Value     EndpointStatusCode_Value        `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.EndpointStatusCode_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
}

The status of the endpoint See http://hl7.org/fhir/ValueSet/endpoint-status

func (*EndpointStatusCode) Descriptor deprecated

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

Deprecated: Use EndpointStatusCode.ProtoReflect.Descriptor instead.

func (*EndpointStatusCode) GetExtension

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

func (*EndpointStatusCode) GetId

func (*EndpointStatusCode) GetValue

func (*EndpointStatusCode) ProtoMessage

func (*EndpointStatusCode) ProtoMessage()

func (*EndpointStatusCode) ProtoReflect

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

func (*EndpointStatusCode) Reset

func (x *EndpointStatusCode) Reset()

func (*EndpointStatusCode) String

func (x *EndpointStatusCode) String() string

type EndpointStatusCode_Value

type EndpointStatusCode_Value int32
const (
	EndpointStatusCode_INVALID_UNINITIALIZED EndpointStatusCode_Value = 0
	EndpointStatusCode_ACTIVE                EndpointStatusCode_Value = 1
	EndpointStatusCode_SUSPENDED             EndpointStatusCode_Value = 2
	EndpointStatusCode_ERROR                 EndpointStatusCode_Value = 3
	EndpointStatusCode_OFF                   EndpointStatusCode_Value = 4
	EndpointStatusCode_ENTERED_IN_ERROR      EndpointStatusCode_Value = 5
	EndpointStatusCode_TEST                  EndpointStatusCode_Value = 6
)

func (EndpointStatusCode_Value) Descriptor

func (EndpointStatusCode_Value) Enum

func (EndpointStatusCode_Value) EnumDescriptor deprecated

func (EndpointStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use EndpointStatusCode_Value.Descriptor instead.

func (EndpointStatusCode_Value) Number

func (EndpointStatusCode_Value) String

func (x EndpointStatusCode_Value) String() string

func (EndpointStatusCode_Value) Type

type EnteralFormulaAdditiveTypeCodeCode

type EnteralFormulaAdditiveTypeCodeCode struct {
	Value     EnteralFormulaAdditiveTypeCodeCode_Value `` /* 133-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
}

EnteralFormulaAdditiveType: Codes for the type of modular component such as protein, carbohydrate or fiber to be provided in addition to or mixed with the base formula. This value set is provided as a suggestive example. See http://hl7.org/fhir/ValueSet/entformula-additive

func (*EnteralFormulaAdditiveTypeCodeCode) Descriptor deprecated

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

Deprecated: Use EnteralFormulaAdditiveTypeCodeCode.ProtoReflect.Descriptor instead.

func (*EnteralFormulaAdditiveTypeCodeCode) GetExtension

func (*EnteralFormulaAdditiveTypeCodeCode) GetId

func (*EnteralFormulaAdditiveTypeCodeCode) GetValue

func (*EnteralFormulaAdditiveTypeCodeCode) ProtoMessage

func (*EnteralFormulaAdditiveTypeCodeCode) ProtoMessage()

func (*EnteralFormulaAdditiveTypeCodeCode) ProtoReflect

func (*EnteralFormulaAdditiveTypeCodeCode) Reset

func (*EnteralFormulaAdditiveTypeCodeCode) String

type EnteralFormulaAdditiveTypeCodeCode_Value

type EnteralFormulaAdditiveTypeCodeCode_Value int32
const (
	EnteralFormulaAdditiveTypeCodeCode_INVALID_UNINITIALIZED EnteralFormulaAdditiveTypeCodeCode_Value = 0
	EnteralFormulaAdditiveTypeCodeCode_LIPID                 EnteralFormulaAdditiveTypeCodeCode_Value = 1
	EnteralFormulaAdditiveTypeCodeCode_PROTEIN               EnteralFormulaAdditiveTypeCodeCode_Value = 2
	EnteralFormulaAdditiveTypeCodeCode_CARBOHYDRATE          EnteralFormulaAdditiveTypeCodeCode_Value = 3
	EnteralFormulaAdditiveTypeCodeCode_FIBER                 EnteralFormulaAdditiveTypeCodeCode_Value = 4
	EnteralFormulaAdditiveTypeCodeCode_WATER                 EnteralFormulaAdditiveTypeCodeCode_Value = 5
)

func (EnteralFormulaAdditiveTypeCodeCode_Value) Descriptor

func (EnteralFormulaAdditiveTypeCodeCode_Value) Enum

func (EnteralFormulaAdditiveTypeCodeCode_Value) EnumDescriptor deprecated

func (EnteralFormulaAdditiveTypeCodeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use EnteralFormulaAdditiveTypeCodeCode_Value.Descriptor instead.

func (EnteralFormulaAdditiveTypeCodeCode_Value) Number

func (EnteralFormulaAdditiveTypeCodeCode_Value) String

func (EnteralFormulaAdditiveTypeCodeCode_Value) Type

type EntityNamePartQualifierCode

type EntityNamePartQualifierCode struct {
	Value     EntityNamePartQualifierCode_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
}

A set of codes each of which specifies a certain subcategory of the name part in addition to the main name part type See http://hl7.org/fhir/ValueSet/name-part-qualifier

func (*EntityNamePartQualifierCode) Descriptor deprecated

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

Deprecated: Use EntityNamePartQualifierCode.ProtoReflect.Descriptor instead.

func (*EntityNamePartQualifierCode) GetExtension

func (*EntityNamePartQualifierCode) GetId

func (*EntityNamePartQualifierCode) GetValue

func (*EntityNamePartQualifierCode) ProtoMessage

func (*EntityNamePartQualifierCode) ProtoMessage()

func (*EntityNamePartQualifierCode) ProtoReflect

func (*EntityNamePartQualifierCode) Reset

func (x *EntityNamePartQualifierCode) Reset()

func (*EntityNamePartQualifierCode) String

func (x *EntityNamePartQualifierCode) String() string

type EntityNamePartQualifierCode_Value

type EntityNamePartQualifierCode_Value int32
const (
	EntityNamePartQualifierCode_INVALID_UNINITIALIZED EntityNamePartQualifierCode_Value = 0
	EntityNamePartQualifierCode_LS                    EntityNamePartQualifierCode_Value = 1
	EntityNamePartQualifierCode_AC                    EntityNamePartQualifierCode_Value = 2
	EntityNamePartQualifierCode_NB                    EntityNamePartQualifierCode_Value = 3
	EntityNamePartQualifierCode_PR                    EntityNamePartQualifierCode_Value = 4
	EntityNamePartQualifierCode_HON                   EntityNamePartQualifierCode_Value = 5
	EntityNamePartQualifierCode_BR                    EntityNamePartQualifierCode_Value = 6
	EntityNamePartQualifierCode_AD                    EntityNamePartQualifierCode_Value = 7
	EntityNamePartQualifierCode_SP                    EntityNamePartQualifierCode_Value = 8
	EntityNamePartQualifierCode_MID                   EntityNamePartQualifierCode_Value = 9
	EntityNamePartQualifierCode_CL                    EntityNamePartQualifierCode_Value = 10
	EntityNamePartQualifierCode_IN                    EntityNamePartQualifierCode_Value = 11
)

func (EntityNamePartQualifierCode_Value) Descriptor

func (EntityNamePartQualifierCode_Value) Enum

func (EntityNamePartQualifierCode_Value) EnumDescriptor deprecated

func (EntityNamePartQualifierCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use EntityNamePartQualifierCode_Value.Descriptor instead.

func (EntityNamePartQualifierCode_Value) Number

func (EntityNamePartQualifierCode_Value) String

func (EntityNamePartQualifierCode_Value) Type

type EpisodeOfCareStatusCode

type EpisodeOfCareStatusCode struct {
	Value     EpisodeOfCareStatusCode_Value   `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.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
}

The status of the episode of care. See http://hl7.org/fhir/ValueSet/episode-of-care-status

func (*EpisodeOfCareStatusCode) Descriptor deprecated

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

Deprecated: Use EpisodeOfCareStatusCode.ProtoReflect.Descriptor instead.

func (*EpisodeOfCareStatusCode) GetExtension

func (*EpisodeOfCareStatusCode) GetId

func (*EpisodeOfCareStatusCode) GetValue

func (*EpisodeOfCareStatusCode) ProtoMessage

func (*EpisodeOfCareStatusCode) ProtoMessage()

func (*EpisodeOfCareStatusCode) ProtoReflect

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

func (*EpisodeOfCareStatusCode) Reset

func (x *EpisodeOfCareStatusCode) Reset()

func (*EpisodeOfCareStatusCode) String

func (x *EpisodeOfCareStatusCode) String() string

type EpisodeOfCareStatusCode_Value

type EpisodeOfCareStatusCode_Value int32
const (
	EpisodeOfCareStatusCode_INVALID_UNINITIALIZED EpisodeOfCareStatusCode_Value = 0
	EpisodeOfCareStatusCode_PLANNED               EpisodeOfCareStatusCode_Value = 1
	EpisodeOfCareStatusCode_WAITLIST              EpisodeOfCareStatusCode_Value = 2
	EpisodeOfCareStatusCode_ACTIVE                EpisodeOfCareStatusCode_Value = 3
	EpisodeOfCareStatusCode_ONHOLD                EpisodeOfCareStatusCode_Value = 4
	EpisodeOfCareStatusCode_FINISHED              EpisodeOfCareStatusCode_Value = 5
	EpisodeOfCareStatusCode_CANCELLED             EpisodeOfCareStatusCode_Value = 6
	EpisodeOfCareStatusCode_ENTERED_IN_ERROR      EpisodeOfCareStatusCode_Value = 7
)

func (EpisodeOfCareStatusCode_Value) Descriptor

func (EpisodeOfCareStatusCode_Value) Enum

func (EpisodeOfCareStatusCode_Value) EnumDescriptor deprecated

func (EpisodeOfCareStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use EpisodeOfCareStatusCode_Value.Descriptor instead.

func (EpisodeOfCareStatusCode_Value) Number

func (EpisodeOfCareStatusCode_Value) String

func (EpisodeOfCareStatusCode_Value) Type

type EpisodeOfCareTypeCode

type EpisodeOfCareTypeCode struct {
	Value     EpisodeOfCareTypeCode_Value     `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.EpisodeOfCareTypeCode_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
}

This example value set defines a set of codes that can be used to express the usage type of an EpisodeOfCare record. See http://hl7.org/fhir/ValueSet/episodeofcare-type

func (*EpisodeOfCareTypeCode) Descriptor deprecated

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

Deprecated: Use EpisodeOfCareTypeCode.ProtoReflect.Descriptor instead.

func (*EpisodeOfCareTypeCode) GetExtension

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

func (*EpisodeOfCareTypeCode) GetId

func (*EpisodeOfCareTypeCode) GetValue

func (*EpisodeOfCareTypeCode) ProtoMessage

func (*EpisodeOfCareTypeCode) ProtoMessage()

func (*EpisodeOfCareTypeCode) ProtoReflect

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

func (*EpisodeOfCareTypeCode) Reset

func (x *EpisodeOfCareTypeCode) Reset()

func (*EpisodeOfCareTypeCode) String

func (x *EpisodeOfCareTypeCode) String() string

type EpisodeOfCareTypeCode_Value

type EpisodeOfCareTypeCode_Value int32
const (
	EpisodeOfCareTypeCode_INVALID_UNINITIALIZED EpisodeOfCareTypeCode_Value = 0
	EpisodeOfCareTypeCode_HACC                  EpisodeOfCareTypeCode_Value = 1
	EpisodeOfCareTypeCode_PAC                   EpisodeOfCareTypeCode_Value = 2
	EpisodeOfCareTypeCode_DIAB                  EpisodeOfCareTypeCode_Value = 3
	EpisodeOfCareTypeCode_DA                    EpisodeOfCareTypeCode_Value = 4
	EpisodeOfCareTypeCode_CACP                  EpisodeOfCareTypeCode_Value = 5
)

func (EpisodeOfCareTypeCode_Value) Descriptor

func (EpisodeOfCareTypeCode_Value) Enum

func (EpisodeOfCareTypeCode_Value) EnumDescriptor deprecated

func (EpisodeOfCareTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use EpisodeOfCareTypeCode_Value.Descriptor instead.

func (EpisodeOfCareTypeCode_Value) Number

func (EpisodeOfCareTypeCode_Value) String

func (EpisodeOfCareTypeCode_Value) Type

type EventCapabilityModeCode

type EventCapabilityModeCode struct {
	Value     EventCapabilityModeCode_Value   `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.EventCapabilityModeCode_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
}

The mode of a message capability statement. See http://hl7.org/fhir/ValueSet/event-capability-mode

func (*EventCapabilityModeCode) Descriptor deprecated

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

Deprecated: Use EventCapabilityModeCode.ProtoReflect.Descriptor instead.

func (*EventCapabilityModeCode) GetExtension

func (*EventCapabilityModeCode) GetId

func (*EventCapabilityModeCode) GetValue

func (*EventCapabilityModeCode) ProtoMessage

func (*EventCapabilityModeCode) ProtoMessage()

func (*EventCapabilityModeCode) ProtoReflect

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

func (*EventCapabilityModeCode) Reset

func (x *EventCapabilityModeCode) Reset()

func (*EventCapabilityModeCode) String

func (x *EventCapabilityModeCode) String() string

type EventCapabilityModeCode_Value

type EventCapabilityModeCode_Value int32
const (
	EventCapabilityModeCode_INVALID_UNINITIALIZED EventCapabilityModeCode_Value = 0
	EventCapabilityModeCode_SENDER                EventCapabilityModeCode_Value = 1
	EventCapabilityModeCode_RECEIVER              EventCapabilityModeCode_Value = 2
)

func (EventCapabilityModeCode_Value) Descriptor

func (EventCapabilityModeCode_Value) Enum

func (EventCapabilityModeCode_Value) EnumDescriptor deprecated

func (EventCapabilityModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use EventCapabilityModeCode_Value.Descriptor instead.

func (EventCapabilityModeCode_Value) Number

func (EventCapabilityModeCode_Value) String

func (EventCapabilityModeCode_Value) Type

type EventStatusCode

type EventStatusCode struct {
	Value     EventStatusCode_Value           `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.EventStatusCode_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
}

Codes identifying the stage lifecycle stage of a event See http://hl7.org/fhir/ValueSet/event-status

func (*EventStatusCode) Descriptor deprecated

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

Deprecated: Use EventStatusCode.ProtoReflect.Descriptor instead.

func (*EventStatusCode) GetExtension

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

func (*EventStatusCode) GetId

func (*EventStatusCode) GetValue

func (x *EventStatusCode) GetValue() EventStatusCode_Value

func (*EventStatusCode) ProtoMessage

func (*EventStatusCode) ProtoMessage()

func (*EventStatusCode) ProtoReflect

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

func (*EventStatusCode) Reset

func (x *EventStatusCode) Reset()

func (*EventStatusCode) String

func (x *EventStatusCode) String() string

type EventStatusCode_Value

type EventStatusCode_Value int32
const (
	EventStatusCode_INVALID_UNINITIALIZED EventStatusCode_Value = 0
	EventStatusCode_PREPARATION           EventStatusCode_Value = 1
	EventStatusCode_IN_PROGRESS           EventStatusCode_Value = 2
	EventStatusCode_SUSPENDED             EventStatusCode_Value = 3
	EventStatusCode_ABORTED               EventStatusCode_Value = 4
	EventStatusCode_COMPLETED             EventStatusCode_Value = 5
	EventStatusCode_ENTERED_IN_ERROR      EventStatusCode_Value = 6
	EventStatusCode_UNKNOWN               EventStatusCode_Value = 7
)

func (EventStatusCode_Value) Descriptor

func (EventStatusCode_Value) Enum

func (EventStatusCode_Value) EnumDescriptor deprecated

func (EventStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use EventStatusCode_Value.Descriptor instead.

func (EventStatusCode_Value) Number

func (EventStatusCode_Value) String

func (x EventStatusCode_Value) String() string

func (EventStatusCode_Value) Type

type ExampleMessageReasonCodesCode

type ExampleMessageReasonCodesCode struct {
	Value     ExampleMessageReasonCodesCode_Value `` /* 128-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
}

Example Message Reasons. These are the set of codes that might be used an updating an encounter using admin-update. See http://hl7.org/fhir/ValueSet/message-reason-encounter

func (*ExampleMessageReasonCodesCode) Descriptor deprecated

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

Deprecated: Use ExampleMessageReasonCodesCode.ProtoReflect.Descriptor instead.

func (*ExampleMessageReasonCodesCode) GetExtension

func (*ExampleMessageReasonCodesCode) GetId

func (*ExampleMessageReasonCodesCode) GetValue

func (*ExampleMessageReasonCodesCode) ProtoMessage

func (*ExampleMessageReasonCodesCode) ProtoMessage()

func (*ExampleMessageReasonCodesCode) ProtoReflect

func (*ExampleMessageReasonCodesCode) Reset

func (x *ExampleMessageReasonCodesCode) Reset()

func (*ExampleMessageReasonCodesCode) String

type ExampleMessageReasonCodesCode_Value

type ExampleMessageReasonCodesCode_Value int32
const (
	ExampleMessageReasonCodesCode_INVALID_UNINITIALIZED ExampleMessageReasonCodesCode_Value = 0
	ExampleMessageReasonCodesCode_ADMIT                 ExampleMessageReasonCodesCode_Value = 1
	ExampleMessageReasonCodesCode_DISCHARGE             ExampleMessageReasonCodesCode_Value = 2
	ExampleMessageReasonCodesCode_ABSENT                ExampleMessageReasonCodesCode_Value = 3
	ExampleMessageReasonCodesCode_RETURN                ExampleMessageReasonCodesCode_Value = 4
	ExampleMessageReasonCodesCode_MOVED                 ExampleMessageReasonCodesCode_Value = 5
	ExampleMessageReasonCodesCode_EDIT                  ExampleMessageReasonCodesCode_Value = 6
)

func (ExampleMessageReasonCodesCode_Value) Descriptor

func (ExampleMessageReasonCodesCode_Value) Enum

func (ExampleMessageReasonCodesCode_Value) EnumDescriptor deprecated

func (ExampleMessageReasonCodesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExampleMessageReasonCodesCode_Value.Descriptor instead.

func (ExampleMessageReasonCodesCode_Value) Number

func (ExampleMessageReasonCodesCode_Value) String

func (ExampleMessageReasonCodesCode_Value) Type

type ExampleUseCodesforListCode

type ExampleUseCodesforListCode struct {
	Value     ExampleUseCodesforListCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ExampleUseCodesforListCode_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
}

Example use codes for the List resource - typical kinds of use. See http://hl7.org/fhir/ValueSet/list-example-codes

func (*ExampleUseCodesforListCode) Descriptor deprecated

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

Deprecated: Use ExampleUseCodesforListCode.ProtoReflect.Descriptor instead.

func (*ExampleUseCodesforListCode) GetExtension

func (*ExampleUseCodesforListCode) GetId

func (*ExampleUseCodesforListCode) GetValue

func (*ExampleUseCodesforListCode) ProtoMessage

func (*ExampleUseCodesforListCode) ProtoMessage()

func (*ExampleUseCodesforListCode) ProtoReflect

func (*ExampleUseCodesforListCode) Reset

func (x *ExampleUseCodesforListCode) Reset()

func (*ExampleUseCodesforListCode) String

func (x *ExampleUseCodesforListCode) String() string

type ExampleUseCodesforListCode_Value

type ExampleUseCodesforListCode_Value int32
const (
	ExampleUseCodesforListCode_INVALID_UNINITIALIZED ExampleUseCodesforListCode_Value = 0
	ExampleUseCodesforListCode_ALERTS                ExampleUseCodesforListCode_Value = 1
	ExampleUseCodesforListCode_ADVERSERXNS           ExampleUseCodesforListCode_Value = 2
	ExampleUseCodesforListCode_ALLERGIES             ExampleUseCodesforListCode_Value = 3
	ExampleUseCodesforListCode_MEDICATIONS           ExampleUseCodesforListCode_Value = 4
	ExampleUseCodesforListCode_PROBLEMS              ExampleUseCodesforListCode_Value = 5
	ExampleUseCodesforListCode_WORKLIST              ExampleUseCodesforListCode_Value = 6
	ExampleUseCodesforListCode_WAITING               ExampleUseCodesforListCode_Value = 7
	ExampleUseCodesforListCode_PROTOCOLS             ExampleUseCodesforListCode_Value = 8
	ExampleUseCodesforListCode_PLANS                 ExampleUseCodesforListCode_Value = 9
)

func (ExampleUseCodesforListCode_Value) Descriptor

func (ExampleUseCodesforListCode_Value) Enum

func (ExampleUseCodesforListCode_Value) EnumDescriptor deprecated

func (ExampleUseCodesforListCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExampleUseCodesforListCode_Value.Descriptor instead.

func (ExampleUseCodesforListCode_Value) Number

func (ExampleUseCodesforListCode_Value) String

func (ExampleUseCodesforListCode_Value) Type

type ExplanationOfBenefitStatusCode

type ExplanationOfBenefitStatusCode struct {
	Value     ExplanationOfBenefitStatusCode_Value `` /* 129-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
}

A code specifying the state of the resource instance. See http://hl7.org/fhir/ValueSet/explanationofbenefit-status

func (*ExplanationOfBenefitStatusCode) Descriptor deprecated

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

Deprecated: Use ExplanationOfBenefitStatusCode.ProtoReflect.Descriptor instead.

func (*ExplanationOfBenefitStatusCode) GetExtension

func (*ExplanationOfBenefitStatusCode) GetId

func (*ExplanationOfBenefitStatusCode) GetValue

func (*ExplanationOfBenefitStatusCode) ProtoMessage

func (*ExplanationOfBenefitStatusCode) ProtoMessage()

func (*ExplanationOfBenefitStatusCode) ProtoReflect

func (*ExplanationOfBenefitStatusCode) Reset

func (x *ExplanationOfBenefitStatusCode) Reset()

func (*ExplanationOfBenefitStatusCode) String

type ExplanationOfBenefitStatusCode_Value

type ExplanationOfBenefitStatusCode_Value int32
const (
	ExplanationOfBenefitStatusCode_INVALID_UNINITIALIZED ExplanationOfBenefitStatusCode_Value = 0
	ExplanationOfBenefitStatusCode_ACTIVE                ExplanationOfBenefitStatusCode_Value = 1
	ExplanationOfBenefitStatusCode_CANCELLED             ExplanationOfBenefitStatusCode_Value = 2
	ExplanationOfBenefitStatusCode_DRAFT                 ExplanationOfBenefitStatusCode_Value = 3
	ExplanationOfBenefitStatusCode_ENTERED_IN_ERROR      ExplanationOfBenefitStatusCode_Value = 4
)

func (ExplanationOfBenefitStatusCode_Value) Descriptor

func (ExplanationOfBenefitStatusCode_Value) Enum

func (ExplanationOfBenefitStatusCode_Value) EnumDescriptor deprecated

func (ExplanationOfBenefitStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExplanationOfBenefitStatusCode_Value.Descriptor instead.

func (ExplanationOfBenefitStatusCode_Value) Number

func (ExplanationOfBenefitStatusCode_Value) String

func (ExplanationOfBenefitStatusCode_Value) Type

type ExtensionContextCode

type ExtensionContextCode struct {
	Value     ExtensionContextCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ExtensionContextCode_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
}

How an extension context is interpreted. See http://hl7.org/fhir/ValueSet/extension-context

func (*ExtensionContextCode) Descriptor deprecated

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

Deprecated: Use ExtensionContextCode.ProtoReflect.Descriptor instead.

func (*ExtensionContextCode) GetExtension

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

func (*ExtensionContextCode) GetId

func (*ExtensionContextCode) GetValue

func (*ExtensionContextCode) ProtoMessage

func (*ExtensionContextCode) ProtoMessage()

func (*ExtensionContextCode) ProtoReflect

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

func (*ExtensionContextCode) Reset

func (x *ExtensionContextCode) Reset()

func (*ExtensionContextCode) String

func (x *ExtensionContextCode) String() string

type ExtensionContextCode_Value

type ExtensionContextCode_Value int32
const (
	ExtensionContextCode_INVALID_UNINITIALIZED ExtensionContextCode_Value = 0
	ExtensionContextCode_RESOURCE              ExtensionContextCode_Value = 1
	ExtensionContextCode_DATATYPE              ExtensionContextCode_Value = 2
	ExtensionContextCode_EXTENSION             ExtensionContextCode_Value = 3
)

func (ExtensionContextCode_Value) Descriptor

func (ExtensionContextCode_Value) Enum

func (ExtensionContextCode_Value) EnumDescriptor deprecated

func (ExtensionContextCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ExtensionContextCode_Value.Descriptor instead.

func (ExtensionContextCode_Value) Number

func (ExtensionContextCode_Value) String

func (ExtensionContextCode_Value) Type

type FHIRAllTypesCode

type FHIRAllTypesCode struct {
	Value     FHIRAllTypesCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.FHIRAllTypesCode_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
}

Either an abstract type, a resource or a data type. See http://hl7.org/fhir/ValueSet/all-types

func (*FHIRAllTypesCode) Descriptor deprecated

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

Deprecated: Use FHIRAllTypesCode.ProtoReflect.Descriptor instead.

func (*FHIRAllTypesCode) GetExtension

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

func (*FHIRAllTypesCode) GetId

func (*FHIRAllTypesCode) GetValue

func (*FHIRAllTypesCode) ProtoMessage

func (*FHIRAllTypesCode) ProtoMessage()

func (*FHIRAllTypesCode) ProtoReflect

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

func (*FHIRAllTypesCode) Reset

func (x *FHIRAllTypesCode) Reset()

func (*FHIRAllTypesCode) String

func (x *FHIRAllTypesCode) String() string

type FHIRAllTypesCode_Value

type FHIRAllTypesCode_Value int32
const (
	FHIRAllTypesCode_INVALID_UNINITIALIZED       FHIRAllTypesCode_Value = 0
	FHIRAllTypesCode_ADDRESS                     FHIRAllTypesCode_Value = 1
	FHIRAllTypesCode_AGE                         FHIRAllTypesCode_Value = 2
	FHIRAllTypesCode_ANNOTATION                  FHIRAllTypesCode_Value = 3
	FHIRAllTypesCode_ATTACHMENT                  FHIRAllTypesCode_Value = 4
	FHIRAllTypesCode_BACKBONE_ELEMENT            FHIRAllTypesCode_Value = 5
	FHIRAllTypesCode_CODEABLE_CONCEPT            FHIRAllTypesCode_Value = 6
	FHIRAllTypesCode_CODING                      FHIRAllTypesCode_Value = 7
	FHIRAllTypesCode_CONTACT_DETAIL              FHIRAllTypesCode_Value = 8
	FHIRAllTypesCode_CONTACT_POINT               FHIRAllTypesCode_Value = 9
	FHIRAllTypesCode_CONTRIBUTOR                 FHIRAllTypesCode_Value = 10
	FHIRAllTypesCode_COUNT                       FHIRAllTypesCode_Value = 11
	FHIRAllTypesCode_DATA_REQUIREMENT            FHIRAllTypesCode_Value = 12
	FHIRAllTypesCode_DISTANCE                    FHIRAllTypesCode_Value = 13
	FHIRAllTypesCode_DOSAGE                      FHIRAllTypesCode_Value = 14
	FHIRAllTypesCode_DURATION                    FHIRAllTypesCode_Value = 15
	FHIRAllTypesCode_ELEMENT                     FHIRAllTypesCode_Value = 16
	FHIRAllTypesCode_ELEMENT_DEFINITION          FHIRAllTypesCode_Value = 17
	FHIRAllTypesCode_EXTENSION                   FHIRAllTypesCode_Value = 18
	FHIRAllTypesCode_HUMAN_NAME                  FHIRAllTypesCode_Value = 19
	FHIRAllTypesCode_IDENTIFIER                  FHIRAllTypesCode_Value = 20
	FHIRAllTypesCode_META                        FHIRAllTypesCode_Value = 21
	FHIRAllTypesCode_MONEY                       FHIRAllTypesCode_Value = 22
	FHIRAllTypesCode_NARRATIVE                   FHIRAllTypesCode_Value = 23
	FHIRAllTypesCode_PARAMETER_DEFINITION        FHIRAllTypesCode_Value = 24
	FHIRAllTypesCode_PERIOD                      FHIRAllTypesCode_Value = 25
	FHIRAllTypesCode_QUANTITY                    FHIRAllTypesCode_Value = 26
	FHIRAllTypesCode_RANGE                       FHIRAllTypesCode_Value = 27
	FHIRAllTypesCode_RATIO                       FHIRAllTypesCode_Value = 28
	FHIRAllTypesCode_REFERENCE                   FHIRAllTypesCode_Value = 29
	FHIRAllTypesCode_RELATED_ARTIFACT            FHIRAllTypesCode_Value = 30
	FHIRAllTypesCode_SAMPLED_DATA                FHIRAllTypesCode_Value = 31
	FHIRAllTypesCode_SIGNATURE                   FHIRAllTypesCode_Value = 32
	FHIRAllTypesCode_SIMPLE_QUANTITY             FHIRAllTypesCode_Value = 33
	FHIRAllTypesCode_TIMING                      FHIRAllTypesCode_Value = 34
	FHIRAllTypesCode_TRIGGER_DEFINITION          FHIRAllTypesCode_Value = 35
	FHIRAllTypesCode_USAGE_CONTEXT               FHIRAllTypesCode_Value = 36
	FHIRAllTypesCode_BASE64_BINARY               FHIRAllTypesCode_Value = 37
	FHIRAllTypesCode_BOOLEAN                     FHIRAllTypesCode_Value = 38
	FHIRAllTypesCode_CODE                        FHIRAllTypesCode_Value = 39
	FHIRAllTypesCode_DATE                        FHIRAllTypesCode_Value = 40
	FHIRAllTypesCode_DATE_TIME                   FHIRAllTypesCode_Value = 41
	FHIRAllTypesCode_DECIMAL                     FHIRAllTypesCode_Value = 42
	FHIRAllTypesCode_ID                          FHIRAllTypesCode_Value = 43
	FHIRAllTypesCode_INSTANT                     FHIRAllTypesCode_Value = 44
	FHIRAllTypesCode_INTEGER                     FHIRAllTypesCode_Value = 45
	FHIRAllTypesCode_MARKDOWN                    FHIRAllTypesCode_Value = 46
	FHIRAllTypesCode_OID                         FHIRAllTypesCode_Value = 47
	FHIRAllTypesCode_POSITIVE_INT                FHIRAllTypesCode_Value = 48
	FHIRAllTypesCode_STRING                      FHIRAllTypesCode_Value = 49
	FHIRAllTypesCode_TIME                        FHIRAllTypesCode_Value = 50
	FHIRAllTypesCode_UNSIGNED_INT                FHIRAllTypesCode_Value = 51
	FHIRAllTypesCode_URI                         FHIRAllTypesCode_Value = 52
	FHIRAllTypesCode_UUID                        FHIRAllTypesCode_Value = 53
	FHIRAllTypesCode_XHTML                       FHIRAllTypesCode_Value = 54
	FHIRAllTypesCode_ACCOUNT                     FHIRAllTypesCode_Value = 55
	FHIRAllTypesCode_ACTIVITY_DEFINITION         FHIRAllTypesCode_Value = 56
	FHIRAllTypesCode_ADVERSE_EVENT               FHIRAllTypesCode_Value = 57
	FHIRAllTypesCode_ALLERGY_INTOLERANCE         FHIRAllTypesCode_Value = 58
	FHIRAllTypesCode_APPOINTMENT                 FHIRAllTypesCode_Value = 59
	FHIRAllTypesCode_APPOINTMENT_RESPONSE        FHIRAllTypesCode_Value = 60
	FHIRAllTypesCode_AUDIT_EVENT                 FHIRAllTypesCode_Value = 61
	FHIRAllTypesCode_BASIC                       FHIRAllTypesCode_Value = 62
	FHIRAllTypesCode_BINARY                      FHIRAllTypesCode_Value = 63
	FHIRAllTypesCode_BODY_SITE                   FHIRAllTypesCode_Value = 64
	FHIRAllTypesCode_BUNDLE                      FHIRAllTypesCode_Value = 65
	FHIRAllTypesCode_CAPABILITY_STATEMENT        FHIRAllTypesCode_Value = 66
	FHIRAllTypesCode_CARE_PLAN                   FHIRAllTypesCode_Value = 67
	FHIRAllTypesCode_CARE_TEAM                   FHIRAllTypesCode_Value = 68
	FHIRAllTypesCode_CHARGE_ITEM                 FHIRAllTypesCode_Value = 69
	FHIRAllTypesCode_CLAIM                       FHIRAllTypesCode_Value = 70
	FHIRAllTypesCode_CLAIM_RESPONSE              FHIRAllTypesCode_Value = 71
	FHIRAllTypesCode_CLINICAL_IMPRESSION         FHIRAllTypesCode_Value = 72
	FHIRAllTypesCode_CODE_SYSTEM                 FHIRAllTypesCode_Value = 73
	FHIRAllTypesCode_COMMUNICATION               FHIRAllTypesCode_Value = 74
	FHIRAllTypesCode_COMMUNICATION_REQUEST       FHIRAllTypesCode_Value = 75
	FHIRAllTypesCode_COMPARTMENT_DEFINITION      FHIRAllTypesCode_Value = 76
	FHIRAllTypesCode_COMPOSITION                 FHIRAllTypesCode_Value = 77
	FHIRAllTypesCode_CONCEPT_MAP                 FHIRAllTypesCode_Value = 78
	FHIRAllTypesCode_CONDITION                   FHIRAllTypesCode_Value = 79
	FHIRAllTypesCode_CONSENT                     FHIRAllTypesCode_Value = 80
	FHIRAllTypesCode_CONTRACT                    FHIRAllTypesCode_Value = 81
	FHIRAllTypesCode_COVERAGE                    FHIRAllTypesCode_Value = 82
	FHIRAllTypesCode_DATA_ELEMENT                FHIRAllTypesCode_Value = 83
	FHIRAllTypesCode_DETECTED_ISSUE              FHIRAllTypesCode_Value = 84
	FHIRAllTypesCode_DEVICE                      FHIRAllTypesCode_Value = 85
	FHIRAllTypesCode_DEVICE_COMPONENT            FHIRAllTypesCode_Value = 86
	FHIRAllTypesCode_DEVICE_METRIC               FHIRAllTypesCode_Value = 87
	FHIRAllTypesCode_DEVICE_REQUEST              FHIRAllTypesCode_Value = 88
	FHIRAllTypesCode_DEVICE_USE_STATEMENT        FHIRAllTypesCode_Value = 89
	FHIRAllTypesCode_DIAGNOSTIC_REPORT           FHIRAllTypesCode_Value = 90
	FHIRAllTypesCode_DOCUMENT_MANIFEST           FHIRAllTypesCode_Value = 91
	FHIRAllTypesCode_DOCUMENT_REFERENCE          FHIRAllTypesCode_Value = 92
	FHIRAllTypesCode_DOMAIN_RESOURCE             FHIRAllTypesCode_Value = 93
	FHIRAllTypesCode_ELIGIBILITY_REQUEST         FHIRAllTypesCode_Value = 94
	FHIRAllTypesCode_ELIGIBILITY_RESPONSE        FHIRAllTypesCode_Value = 95
	FHIRAllTypesCode_ENCOUNTER                   FHIRAllTypesCode_Value = 96
	FHIRAllTypesCode_ENDPOINT                    FHIRAllTypesCode_Value = 97
	FHIRAllTypesCode_ENROLLMENT_REQUEST          FHIRAllTypesCode_Value = 98
	FHIRAllTypesCode_ENROLLMENT_RESPONSE         FHIRAllTypesCode_Value = 99
	FHIRAllTypesCode_EPISODE_OF_CARE             FHIRAllTypesCode_Value = 100
	FHIRAllTypesCode_EXPANSION_PROFILE           FHIRAllTypesCode_Value = 101
	FHIRAllTypesCode_EXPLANATION_OF_BENEFIT      FHIRAllTypesCode_Value = 102
	FHIRAllTypesCode_FAMILY_MEMBER_HISTORY       FHIRAllTypesCode_Value = 103
	FHIRAllTypesCode_FLAG                        FHIRAllTypesCode_Value = 104
	FHIRAllTypesCode_GOAL                        FHIRAllTypesCode_Value = 105
	FHIRAllTypesCode_GRAPH_DEFINITION            FHIRAllTypesCode_Value = 106
	FHIRAllTypesCode_GROUP                       FHIRAllTypesCode_Value = 107
	FHIRAllTypesCode_GUIDANCE_RESPONSE           FHIRAllTypesCode_Value = 108
	FHIRAllTypesCode_HEALTHCARE_SERVICE          FHIRAllTypesCode_Value = 109
	FHIRAllTypesCode_IMAGING_MANIFEST            FHIRAllTypesCode_Value = 110
	FHIRAllTypesCode_IMAGING_STUDY               FHIRAllTypesCode_Value = 111
	FHIRAllTypesCode_IMMUNIZATION                FHIRAllTypesCode_Value = 112
	FHIRAllTypesCode_IMMUNIZATION_RECOMMENDATION FHIRAllTypesCode_Value = 113
	FHIRAllTypesCode_IMPLEMENTATION_GUIDE        FHIRAllTypesCode_Value = 114
	FHIRAllTypesCode_LIBRARY                     FHIRAllTypesCode_Value = 115
	FHIRAllTypesCode_LINKAGE                     FHIRAllTypesCode_Value = 116
	FHIRAllTypesCode_LIST                        FHIRAllTypesCode_Value = 117
	FHIRAllTypesCode_LOCATION                    FHIRAllTypesCode_Value = 118
	FHIRAllTypesCode_MEASURE                     FHIRAllTypesCode_Value = 119
	FHIRAllTypesCode_MEASURE_REPORT              FHIRAllTypesCode_Value = 120
	FHIRAllTypesCode_MEDIA                       FHIRAllTypesCode_Value = 121
	FHIRAllTypesCode_MEDICATION                  FHIRAllTypesCode_Value = 122
	FHIRAllTypesCode_MEDICATION_ADMINISTRATION   FHIRAllTypesCode_Value = 123
	FHIRAllTypesCode_MEDICATION_DISPENSE         FHIRAllTypesCode_Value = 124
	FHIRAllTypesCode_MEDICATION_REQUEST          FHIRAllTypesCode_Value = 125
	FHIRAllTypesCode_MEDICATION_STATEMENT        FHIRAllTypesCode_Value = 126
	FHIRAllTypesCode_MESSAGE_DEFINITION          FHIRAllTypesCode_Value = 127
	FHIRAllTypesCode_MESSAGE_HEADER              FHIRAllTypesCode_Value = 128
	FHIRAllTypesCode_NAMING_SYSTEM               FHIRAllTypesCode_Value = 129
	FHIRAllTypesCode_NUTRITION_ORDER             FHIRAllTypesCode_Value = 130
	FHIRAllTypesCode_OBSERVATION                 FHIRAllTypesCode_Value = 131
	FHIRAllTypesCode_OPERATION_DEFINITION        FHIRAllTypesCode_Value = 132
	FHIRAllTypesCode_OPERATION_OUTCOME           FHIRAllTypesCode_Value = 133
	FHIRAllTypesCode_ORGANIZATION                FHIRAllTypesCode_Value = 134
	FHIRAllTypesCode_PARAMETERS                  FHIRAllTypesCode_Value = 135
	FHIRAllTypesCode_PATIENT                     FHIRAllTypesCode_Value = 136
	FHIRAllTypesCode_PAYMENT_NOTICE              FHIRAllTypesCode_Value = 137
	FHIRAllTypesCode_PAYMENT_RECONCILIATION      FHIRAllTypesCode_Value = 138
	FHIRAllTypesCode_PERSON                      FHIRAllTypesCode_Value = 139
	FHIRAllTypesCode_PLAN_DEFINITION             FHIRAllTypesCode_Value = 140
	FHIRAllTypesCode_PRACTITIONER                FHIRAllTypesCode_Value = 141
	FHIRAllTypesCode_PRACTITIONER_ROLE           FHIRAllTypesCode_Value = 142
	FHIRAllTypesCode_PROCEDURE                   FHIRAllTypesCode_Value = 143
	FHIRAllTypesCode_PROCEDURE_REQUEST           FHIRAllTypesCode_Value = 144
	FHIRAllTypesCode_PROCESS_REQUEST             FHIRAllTypesCode_Value = 145
	FHIRAllTypesCode_PROCESS_RESPONSE            FHIRAllTypesCode_Value = 146
	FHIRAllTypesCode_PROVENANCE                  FHIRAllTypesCode_Value = 147
	FHIRAllTypesCode_QUESTIONNAIRE               FHIRAllTypesCode_Value = 148
	FHIRAllTypesCode_QUESTIONNAIRE_RESPONSE      FHIRAllTypesCode_Value = 149
	FHIRAllTypesCode_REFERRAL_REQUEST            FHIRAllTypesCode_Value = 150
	FHIRAllTypesCode_RELATED_PERSON              FHIRAllTypesCode_Value = 151
	FHIRAllTypesCode_REQUEST_GROUP               FHIRAllTypesCode_Value = 152
	FHIRAllTypesCode_RESEARCH_STUDY              FHIRAllTypesCode_Value = 153
	FHIRAllTypesCode_RESEARCH_SUBJECT            FHIRAllTypesCode_Value = 154
	FHIRAllTypesCode_RESOURCE                    FHIRAllTypesCode_Value = 155
	FHIRAllTypesCode_RISK_ASSESSMENT             FHIRAllTypesCode_Value = 156
	FHIRAllTypesCode_SCHEDULE                    FHIRAllTypesCode_Value = 157
	FHIRAllTypesCode_SEARCH_PARAMETER            FHIRAllTypesCode_Value = 158
	FHIRAllTypesCode_SEQUENCE                    FHIRAllTypesCode_Value = 159
	FHIRAllTypesCode_SERVICE_DEFINITION          FHIRAllTypesCode_Value = 160
	FHIRAllTypesCode_SLOT                        FHIRAllTypesCode_Value = 161
	FHIRAllTypesCode_SPECIMEN                    FHIRAllTypesCode_Value = 162
	FHIRAllTypesCode_STRUCTURE_DEFINITION        FHIRAllTypesCode_Value = 163
	FHIRAllTypesCode_STRUCTURE_MAP               FHIRAllTypesCode_Value = 164
	FHIRAllTypesCode_SUBSCRIPTION                FHIRAllTypesCode_Value = 165
	FHIRAllTypesCode_SUBSTANCE                   FHIRAllTypesCode_Value = 166
	FHIRAllTypesCode_SUPPLY_DELIVERY             FHIRAllTypesCode_Value = 167
	FHIRAllTypesCode_SUPPLY_REQUEST              FHIRAllTypesCode_Value = 168
	FHIRAllTypesCode_TASK                        FHIRAllTypesCode_Value = 169
	FHIRAllTypesCode_TEST_REPORT                 FHIRAllTypesCode_Value = 170
	FHIRAllTypesCode_TEST_SCRIPT                 FHIRAllTypesCode_Value = 171
	FHIRAllTypesCode_VALUE_SET                   FHIRAllTypesCode_Value = 172
	FHIRAllTypesCode_VISION_PRESCRIPTION         FHIRAllTypesCode_Value = 173
	FHIRAllTypesCode_TYPE                        FHIRAllTypesCode_Value = 174
	FHIRAllTypesCode_ANY                         FHIRAllTypesCode_Value = 175
)

func (FHIRAllTypesCode_Value) Descriptor

func (FHIRAllTypesCode_Value) Enum

func (FHIRAllTypesCode_Value) EnumDescriptor deprecated

func (FHIRAllTypesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use FHIRAllTypesCode_Value.Descriptor instead.

func (FHIRAllTypesCode_Value) Number

func (FHIRAllTypesCode_Value) String

func (x FHIRAllTypesCode_Value) String() string

func (FHIRAllTypesCode_Value) Type

type FHIRDefinedTypeCode

type FHIRDefinedTypeCode struct {
	Value     FHIRDefinedTypeCode_Value       `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.FHIRDefinedTypeCode_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
}

Either a resource or a data type. See http://hl7.org/fhir/ValueSet/defined-types

func (*FHIRDefinedTypeCode) Descriptor deprecated

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

Deprecated: Use FHIRDefinedTypeCode.ProtoReflect.Descriptor instead.

func (*FHIRDefinedTypeCode) GetExtension

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

func (*FHIRDefinedTypeCode) GetId

func (*FHIRDefinedTypeCode) GetValue

func (*FHIRDefinedTypeCode) ProtoMessage

func (*FHIRDefinedTypeCode) ProtoMessage()

func (*FHIRDefinedTypeCode) ProtoReflect

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

func (*FHIRDefinedTypeCode) Reset

func (x *FHIRDefinedTypeCode) Reset()

func (*FHIRDefinedTypeCode) String

func (x *FHIRDefinedTypeCode) String() string

type FHIRDefinedTypeCode_Value

type FHIRDefinedTypeCode_Value int32
const (
	FHIRDefinedTypeCode_INVALID_UNINITIALIZED       FHIRDefinedTypeCode_Value = 0
	FHIRDefinedTypeCode_ADDRESS                     FHIRDefinedTypeCode_Value = 1
	FHIRDefinedTypeCode_AGE                         FHIRDefinedTypeCode_Value = 2
	FHIRDefinedTypeCode_ANNOTATION                  FHIRDefinedTypeCode_Value = 3
	FHIRDefinedTypeCode_ATTACHMENT                  FHIRDefinedTypeCode_Value = 4
	FHIRDefinedTypeCode_BACKBONE_ELEMENT            FHIRDefinedTypeCode_Value = 5
	FHIRDefinedTypeCode_CODEABLE_CONCEPT            FHIRDefinedTypeCode_Value = 6
	FHIRDefinedTypeCode_CODING                      FHIRDefinedTypeCode_Value = 7
	FHIRDefinedTypeCode_CONTACT_DETAIL              FHIRDefinedTypeCode_Value = 8
	FHIRDefinedTypeCode_CONTACT_POINT               FHIRDefinedTypeCode_Value = 9
	FHIRDefinedTypeCode_CONTRIBUTOR                 FHIRDefinedTypeCode_Value = 10
	FHIRDefinedTypeCode_COUNT                       FHIRDefinedTypeCode_Value = 11
	FHIRDefinedTypeCode_DATA_REQUIREMENT            FHIRDefinedTypeCode_Value = 12
	FHIRDefinedTypeCode_DISTANCE                    FHIRDefinedTypeCode_Value = 13
	FHIRDefinedTypeCode_DOSAGE                      FHIRDefinedTypeCode_Value = 14
	FHIRDefinedTypeCode_DURATION                    FHIRDefinedTypeCode_Value = 15
	FHIRDefinedTypeCode_ELEMENT                     FHIRDefinedTypeCode_Value = 16
	FHIRDefinedTypeCode_ELEMENT_DEFINITION          FHIRDefinedTypeCode_Value = 17
	FHIRDefinedTypeCode_EXTENSION                   FHIRDefinedTypeCode_Value = 18
	FHIRDefinedTypeCode_HUMAN_NAME                  FHIRDefinedTypeCode_Value = 19
	FHIRDefinedTypeCode_IDENTIFIER                  FHIRDefinedTypeCode_Value = 20
	FHIRDefinedTypeCode_META                        FHIRDefinedTypeCode_Value = 21
	FHIRDefinedTypeCode_MONEY                       FHIRDefinedTypeCode_Value = 22
	FHIRDefinedTypeCode_NARRATIVE                   FHIRDefinedTypeCode_Value = 23
	FHIRDefinedTypeCode_PARAMETER_DEFINITION        FHIRDefinedTypeCode_Value = 24
	FHIRDefinedTypeCode_PERIOD                      FHIRDefinedTypeCode_Value = 25
	FHIRDefinedTypeCode_QUANTITY                    FHIRDefinedTypeCode_Value = 26
	FHIRDefinedTypeCode_RANGE                       FHIRDefinedTypeCode_Value = 27
	FHIRDefinedTypeCode_RATIO                       FHIRDefinedTypeCode_Value = 28
	FHIRDefinedTypeCode_REFERENCE                   FHIRDefinedTypeCode_Value = 29
	FHIRDefinedTypeCode_RELATED_ARTIFACT            FHIRDefinedTypeCode_Value = 30
	FHIRDefinedTypeCode_SAMPLED_DATA                FHIRDefinedTypeCode_Value = 31
	FHIRDefinedTypeCode_SIGNATURE                   FHIRDefinedTypeCode_Value = 32
	FHIRDefinedTypeCode_SIMPLE_QUANTITY             FHIRDefinedTypeCode_Value = 33
	FHIRDefinedTypeCode_TIMING                      FHIRDefinedTypeCode_Value = 34
	FHIRDefinedTypeCode_TRIGGER_DEFINITION          FHIRDefinedTypeCode_Value = 35
	FHIRDefinedTypeCode_USAGE_CONTEXT               FHIRDefinedTypeCode_Value = 36
	FHIRDefinedTypeCode_BASE64_BINARY               FHIRDefinedTypeCode_Value = 37
	FHIRDefinedTypeCode_BOOLEAN                     FHIRDefinedTypeCode_Value = 38
	FHIRDefinedTypeCode_CODE                        FHIRDefinedTypeCode_Value = 39
	FHIRDefinedTypeCode_DATE                        FHIRDefinedTypeCode_Value = 40
	FHIRDefinedTypeCode_DATE_TIME                   FHIRDefinedTypeCode_Value = 41
	FHIRDefinedTypeCode_DECIMAL                     FHIRDefinedTypeCode_Value = 42
	FHIRDefinedTypeCode_ID                          FHIRDefinedTypeCode_Value = 43
	FHIRDefinedTypeCode_INSTANT                     FHIRDefinedTypeCode_Value = 44
	FHIRDefinedTypeCode_INTEGER                     FHIRDefinedTypeCode_Value = 45
	FHIRDefinedTypeCode_MARKDOWN                    FHIRDefinedTypeCode_Value = 46
	FHIRDefinedTypeCode_OID                         FHIRDefinedTypeCode_Value = 47
	FHIRDefinedTypeCode_POSITIVE_INT                FHIRDefinedTypeCode_Value = 48
	FHIRDefinedTypeCode_STRING                      FHIRDefinedTypeCode_Value = 49
	FHIRDefinedTypeCode_TIME                        FHIRDefinedTypeCode_Value = 50
	FHIRDefinedTypeCode_UNSIGNED_INT                FHIRDefinedTypeCode_Value = 51
	FHIRDefinedTypeCode_URI                         FHIRDefinedTypeCode_Value = 52
	FHIRDefinedTypeCode_UUID                        FHIRDefinedTypeCode_Value = 53
	FHIRDefinedTypeCode_XHTML                       FHIRDefinedTypeCode_Value = 54
	FHIRDefinedTypeCode_ACCOUNT                     FHIRDefinedTypeCode_Value = 55
	FHIRDefinedTypeCode_ACTIVITY_DEFINITION         FHIRDefinedTypeCode_Value = 56
	FHIRDefinedTypeCode_ADVERSE_EVENT               FHIRDefinedTypeCode_Value = 57
	FHIRDefinedTypeCode_ALLERGY_INTOLERANCE         FHIRDefinedTypeCode_Value = 58
	FHIRDefinedTypeCode_APPOINTMENT                 FHIRDefinedTypeCode_Value = 59
	FHIRDefinedTypeCode_APPOINTMENT_RESPONSE        FHIRDefinedTypeCode_Value = 60
	FHIRDefinedTypeCode_AUDIT_EVENT                 FHIRDefinedTypeCode_Value = 61
	FHIRDefinedTypeCode_BASIC                       FHIRDefinedTypeCode_Value = 62
	FHIRDefinedTypeCode_BINARY                      FHIRDefinedTypeCode_Value = 63
	FHIRDefinedTypeCode_BODY_SITE                   FHIRDefinedTypeCode_Value = 64
	FHIRDefinedTypeCode_BUNDLE                      FHIRDefinedTypeCode_Value = 65
	FHIRDefinedTypeCode_CAPABILITY_STATEMENT        FHIRDefinedTypeCode_Value = 66
	FHIRDefinedTypeCode_CARE_PLAN                   FHIRDefinedTypeCode_Value = 67
	FHIRDefinedTypeCode_CARE_TEAM                   FHIRDefinedTypeCode_Value = 68
	FHIRDefinedTypeCode_CHARGE_ITEM                 FHIRDefinedTypeCode_Value = 69
	FHIRDefinedTypeCode_CLAIM                       FHIRDefinedTypeCode_Value = 70
	FHIRDefinedTypeCode_CLAIM_RESPONSE              FHIRDefinedTypeCode_Value = 71
	FHIRDefinedTypeCode_CLINICAL_IMPRESSION         FHIRDefinedTypeCode_Value = 72
	FHIRDefinedTypeCode_CODE_SYSTEM                 FHIRDefinedTypeCode_Value = 73
	FHIRDefinedTypeCode_COMMUNICATION               FHIRDefinedTypeCode_Value = 74
	FHIRDefinedTypeCode_COMMUNICATION_REQUEST       FHIRDefinedTypeCode_Value = 75
	FHIRDefinedTypeCode_COMPARTMENT_DEFINITION      FHIRDefinedTypeCode_Value = 76
	FHIRDefinedTypeCode_COMPOSITION                 FHIRDefinedTypeCode_Value = 77
	FHIRDefinedTypeCode_CONCEPT_MAP                 FHIRDefinedTypeCode_Value = 78
	FHIRDefinedTypeCode_CONDITION                   FHIRDefinedTypeCode_Value = 79
	FHIRDefinedTypeCode_CONSENT                     FHIRDefinedTypeCode_Value = 80
	FHIRDefinedTypeCode_CONTRACT                    FHIRDefinedTypeCode_Value = 81
	FHIRDefinedTypeCode_COVERAGE                    FHIRDefinedTypeCode_Value = 82
	FHIRDefinedTypeCode_DATA_ELEMENT                FHIRDefinedTypeCode_Value = 83
	FHIRDefinedTypeCode_DETECTED_ISSUE              FHIRDefinedTypeCode_Value = 84
	FHIRDefinedTypeCode_DEVICE                      FHIRDefinedTypeCode_Value = 85
	FHIRDefinedTypeCode_DEVICE_COMPONENT            FHIRDefinedTypeCode_Value = 86
	FHIRDefinedTypeCode_DEVICE_METRIC               FHIRDefinedTypeCode_Value = 87
	FHIRDefinedTypeCode_DEVICE_REQUEST              FHIRDefinedTypeCode_Value = 88
	FHIRDefinedTypeCode_DEVICE_USE_STATEMENT        FHIRDefinedTypeCode_Value = 89
	FHIRDefinedTypeCode_DIAGNOSTIC_REPORT           FHIRDefinedTypeCode_Value = 90
	FHIRDefinedTypeCode_DOCUMENT_MANIFEST           FHIRDefinedTypeCode_Value = 91
	FHIRDefinedTypeCode_DOCUMENT_REFERENCE          FHIRDefinedTypeCode_Value = 92
	FHIRDefinedTypeCode_DOMAIN_RESOURCE             FHIRDefinedTypeCode_Value = 93
	FHIRDefinedTypeCode_ELIGIBILITY_REQUEST         FHIRDefinedTypeCode_Value = 94
	FHIRDefinedTypeCode_ELIGIBILITY_RESPONSE        FHIRDefinedTypeCode_Value = 95
	FHIRDefinedTypeCode_ENCOUNTER                   FHIRDefinedTypeCode_Value = 96
	FHIRDefinedTypeCode_ENDPOINT                    FHIRDefinedTypeCode_Value = 97
	FHIRDefinedTypeCode_ENROLLMENT_REQUEST          FHIRDefinedTypeCode_Value = 98
	FHIRDefinedTypeCode_ENROLLMENT_RESPONSE         FHIRDefinedTypeCode_Value = 99
	FHIRDefinedTypeCode_EPISODE_OF_CARE             FHIRDefinedTypeCode_Value = 100
	FHIRDefinedTypeCode_EXPANSION_PROFILE           FHIRDefinedTypeCode_Value = 101
	FHIRDefinedTypeCode_EXPLANATION_OF_BENEFIT      FHIRDefinedTypeCode_Value = 102
	FHIRDefinedTypeCode_FAMILY_MEMBER_HISTORY       FHIRDefinedTypeCode_Value = 103
	FHIRDefinedTypeCode_FLAG                        FHIRDefinedTypeCode_Value = 104
	FHIRDefinedTypeCode_GOAL                        FHIRDefinedTypeCode_Value = 105
	FHIRDefinedTypeCode_GRAPH_DEFINITION            FHIRDefinedTypeCode_Value = 106
	FHIRDefinedTypeCode_GROUP                       FHIRDefinedTypeCode_Value = 107
	FHIRDefinedTypeCode_GUIDANCE_RESPONSE           FHIRDefinedTypeCode_Value = 108
	FHIRDefinedTypeCode_HEALTHCARE_SERVICE          FHIRDefinedTypeCode_Value = 109
	FHIRDefinedTypeCode_IMAGING_MANIFEST            FHIRDefinedTypeCode_Value = 110
	FHIRDefinedTypeCode_IMAGING_STUDY               FHIRDefinedTypeCode_Value = 111
	FHIRDefinedTypeCode_IMMUNIZATION                FHIRDefinedTypeCode_Value = 112
	FHIRDefinedTypeCode_IMMUNIZATION_RECOMMENDATION FHIRDefinedTypeCode_Value = 113
	FHIRDefinedTypeCode_IMPLEMENTATION_GUIDE        FHIRDefinedTypeCode_Value = 114
	FHIRDefinedTypeCode_LIBRARY                     FHIRDefinedTypeCode_Value = 115
	FHIRDefinedTypeCode_LINKAGE                     FHIRDefinedTypeCode_Value = 116
	FHIRDefinedTypeCode_LIST                        FHIRDefinedTypeCode_Value = 117
	FHIRDefinedTypeCode_LOCATION                    FHIRDefinedTypeCode_Value = 118
	FHIRDefinedTypeCode_MEASURE                     FHIRDefinedTypeCode_Value = 119
	FHIRDefinedTypeCode_MEASURE_REPORT              FHIRDefinedTypeCode_Value = 120
	FHIRDefinedTypeCode_MEDIA                       FHIRDefinedTypeCode_Value = 121
	FHIRDefinedTypeCode_MEDICATION                  FHIRDefinedTypeCode_Value = 122
	FHIRDefinedTypeCode_MEDICATION_ADMINISTRATION   FHIRDefinedTypeCode_Value = 123
	FHIRDefinedTypeCode_MEDICATION_DISPENSE         FHIRDefinedTypeCode_Value = 124
	FHIRDefinedTypeCode_MEDICATION_REQUEST          FHIRDefinedTypeCode_Value = 125
	FHIRDefinedTypeCode_MEDICATION_STATEMENT        FHIRDefinedTypeCode_Value = 126
	FHIRDefinedTypeCode_MESSAGE_DEFINITION          FHIRDefinedTypeCode_Value = 127
	FHIRDefinedTypeCode_MESSAGE_HEADER              FHIRDefinedTypeCode_Value = 128
	FHIRDefinedTypeCode_NAMING_SYSTEM               FHIRDefinedTypeCode_Value = 129
	FHIRDefinedTypeCode_NUTRITION_ORDER             FHIRDefinedTypeCode_Value = 130
	FHIRDefinedTypeCode_OBSERVATION                 FHIRDefinedTypeCode_Value = 131
	FHIRDefinedTypeCode_OPERATION_DEFINITION        FHIRDefinedTypeCode_Value = 132
	FHIRDefinedTypeCode_OPERATION_OUTCOME           FHIRDefinedTypeCode_Value = 133
	FHIRDefinedTypeCode_ORGANIZATION                FHIRDefinedTypeCode_Value = 134
	FHIRDefinedTypeCode_PARAMETERS                  FHIRDefinedTypeCode_Value = 135
	FHIRDefinedTypeCode_PATIENT                     FHIRDefinedTypeCode_Value = 136
	FHIRDefinedTypeCode_PAYMENT_NOTICE              FHIRDefinedTypeCode_Value = 137
	FHIRDefinedTypeCode_PAYMENT_RECONCILIATION      FHIRDefinedTypeCode_Value = 138
	FHIRDefinedTypeCode_PERSON                      FHIRDefinedTypeCode_Value = 139
	FHIRDefinedTypeCode_PLAN_DEFINITION             FHIRDefinedTypeCode_Value = 140
	FHIRDefinedTypeCode_PRACTITIONER                FHIRDefinedTypeCode_Value = 141
	FHIRDefinedTypeCode_PRACTITIONER_ROLE           FHIRDefinedTypeCode_Value = 142
	FHIRDefinedTypeCode_PROCEDURE                   FHIRDefinedTypeCode_Value = 143
	FHIRDefinedTypeCode_PROCEDURE_REQUEST           FHIRDefinedTypeCode_Value = 144
	FHIRDefinedTypeCode_PROCESS_REQUEST             FHIRDefinedTypeCode_Value = 145
	FHIRDefinedTypeCode_PROCESS_RESPONSE            FHIRDefinedTypeCode_Value = 146
	FHIRDefinedTypeCode_PROVENANCE                  FHIRDefinedTypeCode_Value = 147
	FHIRDefinedTypeCode_QUESTIONNAIRE               FHIRDefinedTypeCode_Value = 148
	FHIRDefinedTypeCode_QUESTIONNAIRE_RESPONSE      FHIRDefinedTypeCode_Value = 149
	FHIRDefinedTypeCode_REFERRAL_REQUEST            FHIRDefinedTypeCode_Value = 150
	FHIRDefinedTypeCode_RELATED_PERSON              FHIRDefinedTypeCode_Value = 151
	FHIRDefinedTypeCode_REQUEST_GROUP               FHIRDefinedTypeCode_Value = 152
	FHIRDefinedTypeCode_RESEARCH_STUDY              FHIRDefinedTypeCode_Value = 153
	FHIRDefinedTypeCode_RESEARCH_SUBJECT            FHIRDefinedTypeCode_Value = 154
	FHIRDefinedTypeCode_RESOURCE                    FHIRDefinedTypeCode_Value = 155
	FHIRDefinedTypeCode_RISK_ASSESSMENT             FHIRDefinedTypeCode_Value = 156
	FHIRDefinedTypeCode_SCHEDULE                    FHIRDefinedTypeCode_Value = 157
	FHIRDefinedTypeCode_SEARCH_PARAMETER            FHIRDefinedTypeCode_Value = 158
	FHIRDefinedTypeCode_SEQUENCE                    FHIRDefinedTypeCode_Value = 159
	FHIRDefinedTypeCode_SERVICE_DEFINITION          FHIRDefinedTypeCode_Value = 160
	FHIRDefinedTypeCode_SLOT                        FHIRDefinedTypeCode_Value = 161
	FHIRDefinedTypeCode_SPECIMEN                    FHIRDefinedTypeCode_Value = 162
	FHIRDefinedTypeCode_STRUCTURE_DEFINITION        FHIRDefinedTypeCode_Value = 163
	FHIRDefinedTypeCode_STRUCTURE_MAP               FHIRDefinedTypeCode_Value = 164
	FHIRDefinedTypeCode_SUBSCRIPTION                FHIRDefinedTypeCode_Value = 165
	FHIRDefinedTypeCode_SUBSTANCE                   FHIRDefinedTypeCode_Value = 166
	FHIRDefinedTypeCode_SUPPLY_DELIVERY             FHIRDefinedTypeCode_Value = 167
	FHIRDefinedTypeCode_SUPPLY_REQUEST              FHIRDefinedTypeCode_Value = 168
	FHIRDefinedTypeCode_TASK                        FHIRDefinedTypeCode_Value = 169
	FHIRDefinedTypeCode_TEST_REPORT                 FHIRDefinedTypeCode_Value = 170
	FHIRDefinedTypeCode_TEST_SCRIPT                 FHIRDefinedTypeCode_Value = 171
	FHIRDefinedTypeCode_VALUE_SET                   FHIRDefinedTypeCode_Value = 172
	FHIRDefinedTypeCode_VISION_PRESCRIPTION         FHIRDefinedTypeCode_Value = 173
)

func (FHIRDefinedTypeCode_Value) Descriptor

func (FHIRDefinedTypeCode_Value) Enum

func (FHIRDefinedTypeCode_Value) EnumDescriptor deprecated

func (FHIRDefinedTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use FHIRDefinedTypeCode_Value.Descriptor instead.

func (FHIRDefinedTypeCode_Value) Number

func (FHIRDefinedTypeCode_Value) String

func (x FHIRDefinedTypeCode_Value) String() string

func (FHIRDefinedTypeCode_Value) Type

type FHIRDefinedTypeExtCode

type FHIRDefinedTypeExtCode struct {
	Value     string                          `protobuf:"bytes,1,opt,name=value,proto3" 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
}

Either a resource or a data type, extended to allow arbitrary other codes representing FHIR resources. See http://hl7.org/fhir/ValueSet/defined-types Due to https://gforge.hl7.org/gf/project/fhir/tracker/?action=TrackerItemEdit&tracker_item_id=15559 there are two value sets with valueset url: http://hl7.org/fhir/ValueSet/defined-types. Fragment added here to disambiguate.

func (*FHIRDefinedTypeExtCode) Descriptor deprecated

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

Deprecated: Use FHIRDefinedTypeExtCode.ProtoReflect.Descriptor instead.

func (*FHIRDefinedTypeExtCode) GetExtension

func (*FHIRDefinedTypeExtCode) GetId

func (*FHIRDefinedTypeExtCode) GetValue

func (x *FHIRDefinedTypeExtCode) GetValue() string

func (*FHIRDefinedTypeExtCode) ProtoMessage

func (*FHIRDefinedTypeExtCode) ProtoMessage()

func (*FHIRDefinedTypeExtCode) ProtoReflect

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

func (*FHIRDefinedTypeExtCode) Reset

func (x *FHIRDefinedTypeExtCode) Reset()

func (*FHIRDefinedTypeExtCode) String

func (x *FHIRDefinedTypeExtCode) String() string

type FHIRDeviceStatusCode

type FHIRDeviceStatusCode struct {
	Value     FHIRDeviceStatusCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.FHIRDeviceStatusCode_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
}

The availability status of the device. See http://hl7.org/fhir/ValueSet/device-status

func (*FHIRDeviceStatusCode) Descriptor deprecated

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

Deprecated: Use FHIRDeviceStatusCode.ProtoReflect.Descriptor instead.

func (*FHIRDeviceStatusCode) GetExtension

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

func (*FHIRDeviceStatusCode) GetId

func (*FHIRDeviceStatusCode) GetValue

func (*FHIRDeviceStatusCode) ProtoMessage

func (*FHIRDeviceStatusCode) ProtoMessage()

func (*FHIRDeviceStatusCode) ProtoReflect

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

func (*FHIRDeviceStatusCode) Reset

func (x *FHIRDeviceStatusCode) Reset()

func (*FHIRDeviceStatusCode) String

func (x *FHIRDeviceStatusCode) String() string

type FHIRDeviceStatusCode_Value

type FHIRDeviceStatusCode_Value int32
const (
	FHIRDeviceStatusCode_INVALID_UNINITIALIZED FHIRDeviceStatusCode_Value = 0
	FHIRDeviceStatusCode_ACTIVE                FHIRDeviceStatusCode_Value = 1
	FHIRDeviceStatusCode_INACTIVE              FHIRDeviceStatusCode_Value = 2
	FHIRDeviceStatusCode_ENTERED_IN_ERROR      FHIRDeviceStatusCode_Value = 3
	FHIRDeviceStatusCode_UNKNOWN               FHIRDeviceStatusCode_Value = 4
)

func (FHIRDeviceStatusCode_Value) Descriptor

func (FHIRDeviceStatusCode_Value) Enum

func (FHIRDeviceStatusCode_Value) EnumDescriptor deprecated

func (FHIRDeviceStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use FHIRDeviceStatusCode_Value.Descriptor instead.

func (FHIRDeviceStatusCode_Value) Number

func (FHIRDeviceStatusCode_Value) String

func (FHIRDeviceStatusCode_Value) Type

type FHIRSubstanceStatusCode

type FHIRSubstanceStatusCode struct {
	Value     FHIRSubstanceStatusCode_Value   `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.FHIRSubstanceStatusCode_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
}

A code to indicate if the substance is actively used See http://hl7.org/fhir/ValueSet/substance-status

func (*FHIRSubstanceStatusCode) Descriptor deprecated

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

Deprecated: Use FHIRSubstanceStatusCode.ProtoReflect.Descriptor instead.

func (*FHIRSubstanceStatusCode) GetExtension

func (*FHIRSubstanceStatusCode) GetId

func (*FHIRSubstanceStatusCode) GetValue

func (*FHIRSubstanceStatusCode) ProtoMessage

func (*FHIRSubstanceStatusCode) ProtoMessage()

func (*FHIRSubstanceStatusCode) ProtoReflect

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

func (*FHIRSubstanceStatusCode) Reset

func (x *FHIRSubstanceStatusCode) Reset()

func (*FHIRSubstanceStatusCode) String

func (x *FHIRSubstanceStatusCode) String() string

type FHIRSubstanceStatusCode_Value

type FHIRSubstanceStatusCode_Value int32
const (
	FHIRSubstanceStatusCode_INVALID_UNINITIALIZED FHIRSubstanceStatusCode_Value = 0
	FHIRSubstanceStatusCode_ACTIVE                FHIRSubstanceStatusCode_Value = 1
	FHIRSubstanceStatusCode_INACTIVE              FHIRSubstanceStatusCode_Value = 2
	FHIRSubstanceStatusCode_ENTERED_IN_ERROR      FHIRSubstanceStatusCode_Value = 3
)

func (FHIRSubstanceStatusCode_Value) Descriptor

func (FHIRSubstanceStatusCode_Value) Enum

func (FHIRSubstanceStatusCode_Value) EnumDescriptor deprecated

func (FHIRSubstanceStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use FHIRSubstanceStatusCode_Value.Descriptor instead.

func (FHIRSubstanceStatusCode_Value) Number

func (FHIRSubstanceStatusCode_Value) String

func (FHIRSubstanceStatusCode_Value) Type

type FamilyHistoryNotDoneReasonCode

type FamilyHistoryNotDoneReasonCode struct {
	Value     FamilyHistoryNotDoneReasonCode_Value `` /* 129-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
}

Codes describing the reason why a family member history was not done. See http://hl7.org/fhir/ValueSet/history-not-done-reason

func (*FamilyHistoryNotDoneReasonCode) Descriptor deprecated

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

Deprecated: Use FamilyHistoryNotDoneReasonCode.ProtoReflect.Descriptor instead.

func (*FamilyHistoryNotDoneReasonCode) GetExtension

func (*FamilyHistoryNotDoneReasonCode) GetId

func (*FamilyHistoryNotDoneReasonCode) GetValue

func (*FamilyHistoryNotDoneReasonCode) ProtoMessage

func (*FamilyHistoryNotDoneReasonCode) ProtoMessage()

func (*FamilyHistoryNotDoneReasonCode) ProtoReflect

func (*FamilyHistoryNotDoneReasonCode) Reset

func (x *FamilyHistoryNotDoneReasonCode) Reset()

func (*FamilyHistoryNotDoneReasonCode) String

type FamilyHistoryNotDoneReasonCode_Value

type FamilyHistoryNotDoneReasonCode_Value int32
const (
	FamilyHistoryNotDoneReasonCode_INVALID_UNINITIALIZED FamilyHistoryNotDoneReasonCode_Value = 0
	FamilyHistoryNotDoneReasonCode_SUBJECT_UNKNOWN       FamilyHistoryNotDoneReasonCode_Value = 1
	FamilyHistoryNotDoneReasonCode_WITHHELD              FamilyHistoryNotDoneReasonCode_Value = 2
	FamilyHistoryNotDoneReasonCode_UNABLE_TO_OBTAIN      FamilyHistoryNotDoneReasonCode_Value = 3
	FamilyHistoryNotDoneReasonCode_DEFERRED              FamilyHistoryNotDoneReasonCode_Value = 4
)

func (FamilyHistoryNotDoneReasonCode_Value) Descriptor

func (FamilyHistoryNotDoneReasonCode_Value) Enum

func (FamilyHistoryNotDoneReasonCode_Value) EnumDescriptor deprecated

func (FamilyHistoryNotDoneReasonCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use FamilyHistoryNotDoneReasonCode_Value.Descriptor instead.

func (FamilyHistoryNotDoneReasonCode_Value) Number

func (FamilyHistoryNotDoneReasonCode_Value) String

func (FamilyHistoryNotDoneReasonCode_Value) Type

type FamilyHistoryStatusCode

type FamilyHistoryStatusCode struct {
	Value     FamilyHistoryStatusCode_Value   `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.FamilyHistoryStatusCode_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
}

A code that identifies the status of the family history record. See http://hl7.org/fhir/ValueSet/history-status

func (*FamilyHistoryStatusCode) Descriptor deprecated

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

Deprecated: Use FamilyHistoryStatusCode.ProtoReflect.Descriptor instead.

func (*FamilyHistoryStatusCode) GetExtension

func (*FamilyHistoryStatusCode) GetId

func (*FamilyHistoryStatusCode) GetValue

func (*FamilyHistoryStatusCode) ProtoMessage

func (*FamilyHistoryStatusCode) ProtoMessage()

func (*FamilyHistoryStatusCode) ProtoReflect

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

func (*FamilyHistoryStatusCode) Reset

func (x *FamilyHistoryStatusCode) Reset()

func (*FamilyHistoryStatusCode) String

func (x *FamilyHistoryStatusCode) String() string

type FamilyHistoryStatusCode_Value

type FamilyHistoryStatusCode_Value int32
const (
	FamilyHistoryStatusCode_INVALID_UNINITIALIZED FamilyHistoryStatusCode_Value = 0
	FamilyHistoryStatusCode_PARTIAL               FamilyHistoryStatusCode_Value = 1
	FamilyHistoryStatusCode_COMPLETED             FamilyHistoryStatusCode_Value = 2
	FamilyHistoryStatusCode_ENTERED_IN_ERROR      FamilyHistoryStatusCode_Value = 3
	FamilyHistoryStatusCode_HEALTH_UNKNOWN        FamilyHistoryStatusCode_Value = 4
)

func (FamilyHistoryStatusCode_Value) Descriptor

func (FamilyHistoryStatusCode_Value) Enum

func (FamilyHistoryStatusCode_Value) EnumDescriptor deprecated

func (FamilyHistoryStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use FamilyHistoryStatusCode_Value.Descriptor instead.

func (FamilyHistoryStatusCode_Value) Number

func (FamilyHistoryStatusCode_Value) String

func (FamilyHistoryStatusCode_Value) Type

type FilterOperatorCode

type FilterOperatorCode struct {
	Value     FilterOperatorCode_Value        `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.FilterOperatorCode_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
}

The kind of operation to perform as a part of a property based filter. See http://hl7.org/fhir/ValueSet/filter-operator

func (*FilterOperatorCode) Descriptor deprecated

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

Deprecated: Use FilterOperatorCode.ProtoReflect.Descriptor instead.

func (*FilterOperatorCode) GetExtension

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

func (*FilterOperatorCode) GetId

func (*FilterOperatorCode) GetValue

func (*FilterOperatorCode) ProtoMessage

func (*FilterOperatorCode) ProtoMessage()

func (*FilterOperatorCode) ProtoReflect

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

func (*FilterOperatorCode) Reset

func (x *FilterOperatorCode) Reset()

func (*FilterOperatorCode) String

func (x *FilterOperatorCode) String() string

type FilterOperatorCode_Value

type FilterOperatorCode_Value int32
const (
	FilterOperatorCode_INVALID_UNINITIALIZED FilterOperatorCode_Value = 0
	FilterOperatorCode_EQUALS                FilterOperatorCode_Value = 1
	FilterOperatorCode_IS_A                  FilterOperatorCode_Value = 2
	FilterOperatorCode_DESCENDENT_OF         FilterOperatorCode_Value = 3
	FilterOperatorCode_IS_NOT_A              FilterOperatorCode_Value = 4
	FilterOperatorCode_REGEX                 FilterOperatorCode_Value = 5
	FilterOperatorCode_IN                    FilterOperatorCode_Value = 6
	FilterOperatorCode_NOT_IN                FilterOperatorCode_Value = 7
	FilterOperatorCode_GENERALIZES           FilterOperatorCode_Value = 8
	FilterOperatorCode_EXISTS                FilterOperatorCode_Value = 9
)

func (FilterOperatorCode_Value) Descriptor

func (FilterOperatorCode_Value) Enum

func (FilterOperatorCode_Value) EnumDescriptor deprecated

func (FilterOperatorCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use FilterOperatorCode_Value.Descriptor instead.

func (FilterOperatorCode_Value) Number

func (FilterOperatorCode_Value) String

func (x FilterOperatorCode_Value) String() string

func (FilterOperatorCode_Value) Type

type FinancialResourceStatusCode

type FinancialResourceStatusCode struct {
	Value     FinancialResourceStatusCode_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
}

This value set includes Status codes. See http://hl7.org/fhir/ValueSet/fm-status

func (*FinancialResourceStatusCode) Descriptor deprecated

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

Deprecated: Use FinancialResourceStatusCode.ProtoReflect.Descriptor instead.

func (*FinancialResourceStatusCode) GetExtension

func (*FinancialResourceStatusCode) GetId

func (*FinancialResourceStatusCode) GetValue

func (*FinancialResourceStatusCode) ProtoMessage

func (*FinancialResourceStatusCode) ProtoMessage()

func (*FinancialResourceStatusCode) ProtoReflect

func (*FinancialResourceStatusCode) Reset

func (x *FinancialResourceStatusCode) Reset()

func (*FinancialResourceStatusCode) String

func (x *FinancialResourceStatusCode) String() string

type FinancialResourceStatusCode_Value

type FinancialResourceStatusCode_Value int32
const (
	FinancialResourceStatusCode_INVALID_UNINITIALIZED FinancialResourceStatusCode_Value = 0
	FinancialResourceStatusCode_ACTIVE                FinancialResourceStatusCode_Value = 1
	FinancialResourceStatusCode_CANCELLED             FinancialResourceStatusCode_Value = 2
	FinancialResourceStatusCode_DRAFT                 FinancialResourceStatusCode_Value = 3
	FinancialResourceStatusCode_ENTERED_IN_ERROR      FinancialResourceStatusCode_Value = 4
)

func (FinancialResourceStatusCode_Value) Descriptor

func (FinancialResourceStatusCode_Value) Enum

func (FinancialResourceStatusCode_Value) EnumDescriptor deprecated

func (FinancialResourceStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use FinancialResourceStatusCode_Value.Descriptor instead.

func (FinancialResourceStatusCode_Value) Number

func (FinancialResourceStatusCode_Value) String

func (FinancialResourceStatusCode_Value) Type

type FlagCategoryCode

type FlagCategoryCode struct {
	Value     FlagCategoryCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.FlagCategoryCode_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
}

Example list of general categories for flagged issues. (Not complete or necessarily appropriate.) See http://hl7.org/fhir/ValueSet/flag-category

func (*FlagCategoryCode) Descriptor deprecated

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

Deprecated: Use FlagCategoryCode.ProtoReflect.Descriptor instead.

func (*FlagCategoryCode) GetExtension

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

func (*FlagCategoryCode) GetId

func (*FlagCategoryCode) GetValue

func (*FlagCategoryCode) ProtoMessage

func (*FlagCategoryCode) ProtoMessage()

func (*FlagCategoryCode) ProtoReflect

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

func (*FlagCategoryCode) Reset

func (x *FlagCategoryCode) Reset()

func (*FlagCategoryCode) String

func (x *FlagCategoryCode) String() string

type FlagCategoryCode_Value

type FlagCategoryCode_Value int32
const (
	FlagCategoryCode_INVALID_UNINITIALIZED FlagCategoryCode_Value = 0
	FlagCategoryCode_DIET                  FlagCategoryCode_Value = 1
	FlagCategoryCode_DRUG                  FlagCategoryCode_Value = 2
	FlagCategoryCode_LAB                   FlagCategoryCode_Value = 3
	FlagCategoryCode_ADMIN                 FlagCategoryCode_Value = 4
	FlagCategoryCode_CONTACT               FlagCategoryCode_Value = 5
)

func (FlagCategoryCode_Value) Descriptor

func (FlagCategoryCode_Value) Enum

func (FlagCategoryCode_Value) EnumDescriptor deprecated

func (FlagCategoryCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use FlagCategoryCode_Value.Descriptor instead.

func (FlagCategoryCode_Value) Number

func (FlagCategoryCode_Value) String

func (x FlagCategoryCode_Value) String() string

func (FlagCategoryCode_Value) Type

type FlagPriorityCodesCode

type FlagPriorityCodesCode struct {
	Value     FlagPriorityCodesCode_Value     `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.FlagPriorityCodesCode_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
}

This value set is provided as an exemplar. The value set is driven by IHE Table B.8-4: Abnormal Flags, Alert Priority. See http://hl7.org/fhir/ValueSet/flag-priority

func (*FlagPriorityCodesCode) Descriptor deprecated

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

Deprecated: Use FlagPriorityCodesCode.ProtoReflect.Descriptor instead.

func (*FlagPriorityCodesCode) GetExtension

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

func (*FlagPriorityCodesCode) GetId

func (*FlagPriorityCodesCode) GetValue

func (*FlagPriorityCodesCode) ProtoMessage

func (*FlagPriorityCodesCode) ProtoMessage()

func (*FlagPriorityCodesCode) ProtoReflect

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

func (*FlagPriorityCodesCode) Reset

func (x *FlagPriorityCodesCode) Reset()

func (*FlagPriorityCodesCode) String

func (x *FlagPriorityCodesCode) String() string

type FlagPriorityCodesCode_Value

type FlagPriorityCodesCode_Value int32
const (
	FlagPriorityCodesCode_INVALID_UNINITIALIZED FlagPriorityCodesCode_Value = 0
	FlagPriorityCodesCode_PN                    FlagPriorityCodesCode_Value = 1
	FlagPriorityCodesCode_PL                    FlagPriorityCodesCode_Value = 2
	FlagPriorityCodesCode_PM                    FlagPriorityCodesCode_Value = 3
	FlagPriorityCodesCode_PH                    FlagPriorityCodesCode_Value = 4
)

func (FlagPriorityCodesCode_Value) Descriptor

func (FlagPriorityCodesCode_Value) Enum

func (FlagPriorityCodesCode_Value) EnumDescriptor deprecated

func (FlagPriorityCodesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use FlagPriorityCodesCode_Value.Descriptor instead.

func (FlagPriorityCodesCode_Value) Number

func (FlagPriorityCodesCode_Value) String

func (FlagPriorityCodesCode_Value) Type

type FlagStatusCode

type FlagStatusCode struct {
	Value     FlagStatusCode_Value            `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.FlagStatusCode_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
}

Indicates whether this flag is active and needs to be displayed to a user, or whether it is no longer needed or entered in error. See http://hl7.org/fhir/ValueSet/flag-status

func (*FlagStatusCode) Descriptor deprecated

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

Deprecated: Use FlagStatusCode.ProtoReflect.Descriptor instead.

func (*FlagStatusCode) GetExtension

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

func (*FlagStatusCode) GetId

func (*FlagStatusCode) GetValue

func (x *FlagStatusCode) GetValue() FlagStatusCode_Value

func (*FlagStatusCode) ProtoMessage

func (*FlagStatusCode) ProtoMessage()

func (*FlagStatusCode) ProtoReflect

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

func (*FlagStatusCode) Reset

func (x *FlagStatusCode) Reset()

func (*FlagStatusCode) String

func (x *FlagStatusCode) String() string

type FlagStatusCode_Value

type FlagStatusCode_Value int32
const (
	FlagStatusCode_INVALID_UNINITIALIZED FlagStatusCode_Value = 0
	FlagStatusCode_ACTIVE                FlagStatusCode_Value = 1
	FlagStatusCode_INACTIVE              FlagStatusCode_Value = 2
	FlagStatusCode_ENTERED_IN_ERROR      FlagStatusCode_Value = 3
)

func (FlagStatusCode_Value) Descriptor

func (FlagStatusCode_Value) Enum

func (FlagStatusCode_Value) EnumDescriptor deprecated

func (FlagStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use FlagStatusCode_Value.Descriptor instead.

func (FlagStatusCode_Value) Number

func (FlagStatusCode_Value) String

func (x FlagStatusCode_Value) String() string

func (FlagStatusCode_Value) Type

type GenderStatusCode

type GenderStatusCode struct {
	Value     GenderStatusCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.GenderStatusCode_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
}

This example value set defines a set of codes that can be used to indicate the current state of the animal's reproductive organs. See http://hl7.org/fhir/ValueSet/animal-genderstatus

func (*GenderStatusCode) Descriptor deprecated

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

Deprecated: Use GenderStatusCode.ProtoReflect.Descriptor instead.

func (*GenderStatusCode) GetExtension

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

func (*GenderStatusCode) GetId

func (*GenderStatusCode) GetValue

func (*GenderStatusCode) ProtoMessage

func (*GenderStatusCode) ProtoMessage()

func (*GenderStatusCode) ProtoReflect

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

func (*GenderStatusCode) Reset

func (x *GenderStatusCode) Reset()

func (*GenderStatusCode) String

func (x *GenderStatusCode) String() string

type GenderStatusCode_Value

type GenderStatusCode_Value int32
const (
	GenderStatusCode_INVALID_UNINITIALIZED GenderStatusCode_Value = 0
	GenderStatusCode_NEUTERED              GenderStatusCode_Value = 1
	GenderStatusCode_INTACT                GenderStatusCode_Value = 2
	GenderStatusCode_UNKNOWN               GenderStatusCode_Value = 3
)

func (GenderStatusCode_Value) Descriptor

func (GenderStatusCode_Value) Enum

func (GenderStatusCode_Value) EnumDescriptor deprecated

func (GenderStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use GenderStatusCode_Value.Descriptor instead.

func (GenderStatusCode_Value) Number

func (GenderStatusCode_Value) String

func (x GenderStatusCode_Value) String() string

func (GenderStatusCode_Value) Type

type GoalAcceptanceStatusCode

type GoalAcceptanceStatusCode struct {
	Value     GoalAcceptanceStatusCode_Value  `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.GoalAcceptanceStatusCode_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
}

Codes indicating whether the goal has been accepted by a stakeholder See http://hl7.org/fhir/ValueSet/goal-acceptance-status

func (*GoalAcceptanceStatusCode) Descriptor deprecated

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

Deprecated: Use GoalAcceptanceStatusCode.ProtoReflect.Descriptor instead.

func (*GoalAcceptanceStatusCode) GetExtension

func (*GoalAcceptanceStatusCode) GetId

func (*GoalAcceptanceStatusCode) GetValue

func (*GoalAcceptanceStatusCode) ProtoMessage

func (*GoalAcceptanceStatusCode) ProtoMessage()

func (*GoalAcceptanceStatusCode) ProtoReflect

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

func (*GoalAcceptanceStatusCode) Reset

func (x *GoalAcceptanceStatusCode) Reset()

func (*GoalAcceptanceStatusCode) String

func (x *GoalAcceptanceStatusCode) String() string

type GoalAcceptanceStatusCode_Value

type GoalAcceptanceStatusCode_Value int32
const (
	GoalAcceptanceStatusCode_INVALID_UNINITIALIZED GoalAcceptanceStatusCode_Value = 0
	GoalAcceptanceStatusCode_AGREE                 GoalAcceptanceStatusCode_Value = 1
	GoalAcceptanceStatusCode_DISAGREE              GoalAcceptanceStatusCode_Value = 2
	GoalAcceptanceStatusCode_PENDING               GoalAcceptanceStatusCode_Value = 3
)

func (GoalAcceptanceStatusCode_Value) Descriptor

func (GoalAcceptanceStatusCode_Value) Enum

func (GoalAcceptanceStatusCode_Value) EnumDescriptor deprecated

func (GoalAcceptanceStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use GoalAcceptanceStatusCode_Value.Descriptor instead.

func (GoalAcceptanceStatusCode_Value) Number

func (GoalAcceptanceStatusCode_Value) String

func (GoalAcceptanceStatusCode_Value) Type

type GoalCategoryCode

type GoalCategoryCode struct {
	Value     GoalCategoryCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.GoalCategoryCode_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
}

Example codes for grouping goals for filtering or presentation. See http://hl7.org/fhir/ValueSet/goal-category

func (*GoalCategoryCode) Descriptor deprecated

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

Deprecated: Use GoalCategoryCode.ProtoReflect.Descriptor instead.

func (*GoalCategoryCode) GetExtension

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

func (*GoalCategoryCode) GetId

func (*GoalCategoryCode) GetValue

func (*GoalCategoryCode) ProtoMessage

func (*GoalCategoryCode) ProtoMessage()

func (*GoalCategoryCode) ProtoReflect

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

func (*GoalCategoryCode) Reset

func (x *GoalCategoryCode) Reset()

func (*GoalCategoryCode) String

func (x *GoalCategoryCode) String() string

type GoalCategoryCode_Value

type GoalCategoryCode_Value int32
const (
	GoalCategoryCode_INVALID_UNINITIALIZED GoalCategoryCode_Value = 0
	GoalCategoryCode_DIETARY               GoalCategoryCode_Value = 1
	GoalCategoryCode_SAFETY                GoalCategoryCode_Value = 2
	GoalCategoryCode_BEHAVIORAL            GoalCategoryCode_Value = 3
	GoalCategoryCode_NURSING               GoalCategoryCode_Value = 4
	GoalCategoryCode_PHYSIOTHERAPY         GoalCategoryCode_Value = 5
)

func (GoalCategoryCode_Value) Descriptor

func (GoalCategoryCode_Value) Enum

func (GoalCategoryCode_Value) EnumDescriptor deprecated

func (GoalCategoryCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use GoalCategoryCode_Value.Descriptor instead.

func (GoalCategoryCode_Value) Number

func (GoalCategoryCode_Value) String

func (x GoalCategoryCode_Value) String() string

func (GoalCategoryCode_Value) Type

type GoalPriorityCode

type GoalPriorityCode struct {
	Value     GoalPriorityCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.GoalPriorityCode_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
}

Indicates the level of importance associated with reaching or sustaining a goal. See http://hl7.org/fhir/ValueSet/goal-priority

func (*GoalPriorityCode) Descriptor deprecated

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

Deprecated: Use GoalPriorityCode.ProtoReflect.Descriptor instead.

func (*GoalPriorityCode) GetExtension

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

func (*GoalPriorityCode) GetId

func (*GoalPriorityCode) GetValue

func (*GoalPriorityCode) ProtoMessage

func (*GoalPriorityCode) ProtoMessage()

func (*GoalPriorityCode) ProtoReflect

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

func (*GoalPriorityCode) Reset

func (x *GoalPriorityCode) Reset()

func (*GoalPriorityCode) String

func (x *GoalPriorityCode) String() string

type GoalPriorityCode_Value

type GoalPriorityCode_Value int32
const (
	GoalPriorityCode_INVALID_UNINITIALIZED GoalPriorityCode_Value = 0
	GoalPriorityCode_HIGH_PRIORITY         GoalPriorityCode_Value = 1
	GoalPriorityCode_MEDIUM_PRIORITY       GoalPriorityCode_Value = 2
	GoalPriorityCode_LOW_PRIORITY          GoalPriorityCode_Value = 3
)

func (GoalPriorityCode_Value) Descriptor

func (GoalPriorityCode_Value) Enum

func (GoalPriorityCode_Value) EnumDescriptor deprecated

func (GoalPriorityCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use GoalPriorityCode_Value.Descriptor instead.

func (GoalPriorityCode_Value) Number

func (GoalPriorityCode_Value) String

func (x GoalPriorityCode_Value) String() string

func (GoalPriorityCode_Value) Type

type GoalRelationshipTypeCode

type GoalRelationshipTypeCode struct {
	Value     GoalRelationshipTypeCode_Value  `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.GoalRelationshipTypeCode_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
}

Types of relationships between two goals See http://hl7.org/fhir/ValueSet/goal-relationship-type

func (*GoalRelationshipTypeCode) Descriptor deprecated

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

Deprecated: Use GoalRelationshipTypeCode.ProtoReflect.Descriptor instead.

func (*GoalRelationshipTypeCode) GetExtension

func (*GoalRelationshipTypeCode) GetId

func (*GoalRelationshipTypeCode) GetValue

func (*GoalRelationshipTypeCode) ProtoMessage

func (*GoalRelationshipTypeCode) ProtoMessage()

func (*GoalRelationshipTypeCode) ProtoReflect

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

func (*GoalRelationshipTypeCode) Reset

func (x *GoalRelationshipTypeCode) Reset()

func (*GoalRelationshipTypeCode) String

func (x *GoalRelationshipTypeCode) String() string

type GoalRelationshipTypeCode_Value

type GoalRelationshipTypeCode_Value int32
const (
	GoalRelationshipTypeCode_INVALID_UNINITIALIZED GoalRelationshipTypeCode_Value = 0
	GoalRelationshipTypeCode_PREDECESSOR           GoalRelationshipTypeCode_Value = 1
	GoalRelationshipTypeCode_SUCCESSOR             GoalRelationshipTypeCode_Value = 2
	GoalRelationshipTypeCode_REPLACEMENT           GoalRelationshipTypeCode_Value = 3
	GoalRelationshipTypeCode_MILESTONE             GoalRelationshipTypeCode_Value = 4
	GoalRelationshipTypeCode_OTHER                 GoalRelationshipTypeCode_Value = 5
)

func (GoalRelationshipTypeCode_Value) Descriptor

func (GoalRelationshipTypeCode_Value) Enum

func (GoalRelationshipTypeCode_Value) EnumDescriptor deprecated

func (GoalRelationshipTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use GoalRelationshipTypeCode_Value.Descriptor instead.

func (GoalRelationshipTypeCode_Value) Number

func (GoalRelationshipTypeCode_Value) String

func (GoalRelationshipTypeCode_Value) Type

type GoalStatusCode

type GoalStatusCode struct {
	Value     GoalStatusCode_Value            `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.GoalStatusCode_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
}

Indicates whether the goal has been met and is still being targeted See http://hl7.org/fhir/ValueSet/goal-status

func (*GoalStatusCode) Descriptor deprecated

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

Deprecated: Use GoalStatusCode.ProtoReflect.Descriptor instead.

func (*GoalStatusCode) GetExtension

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

func (*GoalStatusCode) GetId

func (*GoalStatusCode) GetValue

func (x *GoalStatusCode) GetValue() GoalStatusCode_Value

func (*GoalStatusCode) ProtoMessage

func (*GoalStatusCode) ProtoMessage()

func (*GoalStatusCode) ProtoReflect

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

func (*GoalStatusCode) Reset

func (x *GoalStatusCode) Reset()

func (*GoalStatusCode) String

func (x *GoalStatusCode) String() string

type GoalStatusCode_Value

type GoalStatusCode_Value int32
const (
	GoalStatusCode_INVALID_UNINITIALIZED GoalStatusCode_Value = 0
	GoalStatusCode_PROPOSED              GoalStatusCode_Value = 1
	GoalStatusCode_ACCEPTED              GoalStatusCode_Value = 2
	GoalStatusCode_PLANNED               GoalStatusCode_Value = 3
	GoalStatusCode_IN_PROGRESS           GoalStatusCode_Value = 4
	GoalStatusCode_ON_TARGET             GoalStatusCode_Value = 5
	GoalStatusCode_AHEAD_OF_TARGET       GoalStatusCode_Value = 6
	GoalStatusCode_BEHIND_TARGET         GoalStatusCode_Value = 7
	GoalStatusCode_SUSTAINING            GoalStatusCode_Value = 8
	GoalStatusCode_ACHIEVED              GoalStatusCode_Value = 9
	GoalStatusCode_ON_HOLD               GoalStatusCode_Value = 10
	GoalStatusCode_CANCELLED             GoalStatusCode_Value = 11
	GoalStatusCode_ENTERED_IN_ERROR      GoalStatusCode_Value = 12
	GoalStatusCode_REJECTED              GoalStatusCode_Value = 13
)

func (GoalStatusCode_Value) Descriptor

func (GoalStatusCode_Value) Enum

func (GoalStatusCode_Value) EnumDescriptor deprecated

func (GoalStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use GoalStatusCode_Value.Descriptor instead.

func (GoalStatusCode_Value) Number

func (GoalStatusCode_Value) String

func (x GoalStatusCode_Value) String() string

func (GoalStatusCode_Value) Type

type GoalStatusReasonCode

type GoalStatusReasonCode struct {
	Value     GoalStatusReasonCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.GoalStatusReasonCode_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
}

Example codes indicating the reason for a current status. Note that these are in no way complete and may not even be appropriate for some uses. See http://hl7.org/fhir/ValueSet/goal-status-reason

func (*GoalStatusReasonCode) Descriptor deprecated

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

Deprecated: Use GoalStatusReasonCode.ProtoReflect.Descriptor instead.

func (*GoalStatusReasonCode) GetExtension

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

func (*GoalStatusReasonCode) GetId

func (*GoalStatusReasonCode) GetValue

func (*GoalStatusReasonCode) ProtoMessage

func (*GoalStatusReasonCode) ProtoMessage()

func (*GoalStatusReasonCode) ProtoReflect

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

func (*GoalStatusReasonCode) Reset

func (x *GoalStatusReasonCode) Reset()

func (*GoalStatusReasonCode) String

func (x *GoalStatusReasonCode) String() string

type GoalStatusReasonCode_Value

type GoalStatusReasonCode_Value int32
const (
	GoalStatusReasonCode_INVALID_UNINITIALIZED    GoalStatusReasonCode_Value = 0
	GoalStatusReasonCode_SURGERY                  GoalStatusReasonCode_Value = 1
	GoalStatusReasonCode_LIFE_EVENT               GoalStatusReasonCode_Value = 2
	GoalStatusReasonCode_REPLACED                 GoalStatusReasonCode_Value = 3
	GoalStatusReasonCode_PATIENT_REQUEST          GoalStatusReasonCode_Value = 4
	GoalStatusReasonCode_TEMP_NOT_ATTAINABLE      GoalStatusReasonCode_Value = 5
	GoalStatusReasonCode_PERMANENT_NOT_ATTAINABLE GoalStatusReasonCode_Value = 6
	GoalStatusReasonCode_FINANCIAL_BARRIER        GoalStatusReasonCode_Value = 7
	GoalStatusReasonCode_LACK_OF_TRANSPORTATION   GoalStatusReasonCode_Value = 8
	GoalStatusReasonCode_LACK_OF_SOCIAL_SUPPORT   GoalStatusReasonCode_Value = 9
)

func (GoalStatusReasonCode_Value) Descriptor

func (GoalStatusReasonCode_Value) Enum

func (GoalStatusReasonCode_Value) EnumDescriptor deprecated

func (GoalStatusReasonCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use GoalStatusReasonCode_Value.Descriptor instead.

func (GoalStatusReasonCode_Value) Number

func (GoalStatusReasonCode_Value) String

func (GoalStatusReasonCode_Value) Type

type GraphCompartmentRuleCode

type GraphCompartmentRuleCode struct {
	Value     GraphCompartmentRuleCode_Value  `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.GraphCompartmentRuleCode_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
}

How a compartment must be linked See http://hl7.org/fhir/ValueSet/graph-compartment-rule

func (*GraphCompartmentRuleCode) Descriptor deprecated

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

Deprecated: Use GraphCompartmentRuleCode.ProtoReflect.Descriptor instead.

func (*GraphCompartmentRuleCode) GetExtension

func (*GraphCompartmentRuleCode) GetId

func (*GraphCompartmentRuleCode) GetValue

func (*GraphCompartmentRuleCode) ProtoMessage

func (*GraphCompartmentRuleCode) ProtoMessage()

func (*GraphCompartmentRuleCode) ProtoReflect

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

func (*GraphCompartmentRuleCode) Reset

func (x *GraphCompartmentRuleCode) Reset()

func (*GraphCompartmentRuleCode) String

func (x *GraphCompartmentRuleCode) String() string

type GraphCompartmentRuleCode_Value

type GraphCompartmentRuleCode_Value int32
const (
	GraphCompartmentRuleCode_INVALID_UNINITIALIZED GraphCompartmentRuleCode_Value = 0
	GraphCompartmentRuleCode_IDENTICAL             GraphCompartmentRuleCode_Value = 1
	GraphCompartmentRuleCode_MATCHING              GraphCompartmentRuleCode_Value = 2
	GraphCompartmentRuleCode_DIFFERENT             GraphCompartmentRuleCode_Value = 3
	GraphCompartmentRuleCode_CUSTOM                GraphCompartmentRuleCode_Value = 4
)

func (GraphCompartmentRuleCode_Value) Descriptor

func (GraphCompartmentRuleCode_Value) Enum

func (GraphCompartmentRuleCode_Value) EnumDescriptor deprecated

func (GraphCompartmentRuleCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use GraphCompartmentRuleCode_Value.Descriptor instead.

func (GraphCompartmentRuleCode_Value) Number

func (GraphCompartmentRuleCode_Value) String

func (GraphCompartmentRuleCode_Value) Type

type GroupTypeCode

type GroupTypeCode struct {
	Value     GroupTypeCode_Value             `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.GroupTypeCode_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
}

Types of resources that are part of group See http://hl7.org/fhir/ValueSet/group-type

func (*GroupTypeCode) Descriptor deprecated

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

Deprecated: Use GroupTypeCode.ProtoReflect.Descriptor instead.

func (*GroupTypeCode) GetExtension

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

func (*GroupTypeCode) GetId

func (*GroupTypeCode) GetValue

func (x *GroupTypeCode) GetValue() GroupTypeCode_Value

func (*GroupTypeCode) ProtoMessage

func (*GroupTypeCode) ProtoMessage()

func (*GroupTypeCode) ProtoReflect

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

func (*GroupTypeCode) Reset

func (x *GroupTypeCode) Reset()

func (*GroupTypeCode) String

func (x *GroupTypeCode) String() string

type GroupTypeCode_Value

type GroupTypeCode_Value int32
const (
	GroupTypeCode_INVALID_UNINITIALIZED GroupTypeCode_Value = 0
	GroupTypeCode_PERSON                GroupTypeCode_Value = 1
	GroupTypeCode_ANIMAL                GroupTypeCode_Value = 2
	GroupTypeCode_PRACTITIONER          GroupTypeCode_Value = 3
	GroupTypeCode_DEVICE                GroupTypeCode_Value = 4
	GroupTypeCode_MEDICATION            GroupTypeCode_Value = 5
	GroupTypeCode_SUBSTANCE             GroupTypeCode_Value = 6
)

func (GroupTypeCode_Value) Descriptor

func (GroupTypeCode_Value) Enum

func (GroupTypeCode_Value) EnumDescriptor deprecated

func (GroupTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use GroupTypeCode_Value.Descriptor instead.

func (GroupTypeCode_Value) Number

func (GroupTypeCode_Value) String

func (x GroupTypeCode_Value) String() string

func (GroupTypeCode_Value) Type

type GuidanceResponseStatusCode

type GuidanceResponseStatusCode struct {
	Value     GuidanceResponseStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.GuidanceResponseStatusCode_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
}

The status of a guidance response See http://hl7.org/fhir/ValueSet/guidance-response-status

func (*GuidanceResponseStatusCode) Descriptor deprecated

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

Deprecated: Use GuidanceResponseStatusCode.ProtoReflect.Descriptor instead.

func (*GuidanceResponseStatusCode) GetExtension

func (*GuidanceResponseStatusCode) GetId

func (*GuidanceResponseStatusCode) GetValue

func (*GuidanceResponseStatusCode) ProtoMessage

func (*GuidanceResponseStatusCode) ProtoMessage()

func (*GuidanceResponseStatusCode) ProtoReflect

func (*GuidanceResponseStatusCode) Reset

func (x *GuidanceResponseStatusCode) Reset()

func (*GuidanceResponseStatusCode) String

func (x *GuidanceResponseStatusCode) String() string

type GuidanceResponseStatusCode_Value

type GuidanceResponseStatusCode_Value int32
const (
	GuidanceResponseStatusCode_INVALID_UNINITIALIZED GuidanceResponseStatusCode_Value = 0
	GuidanceResponseStatusCode_SUCCESS               GuidanceResponseStatusCode_Value = 1
	GuidanceResponseStatusCode_DATA_REQUESTED        GuidanceResponseStatusCode_Value = 2
	GuidanceResponseStatusCode_DATA_REQUIRED         GuidanceResponseStatusCode_Value = 3
	GuidanceResponseStatusCode_IN_PROGRESS           GuidanceResponseStatusCode_Value = 4
	GuidanceResponseStatusCode_FAILURE               GuidanceResponseStatusCode_Value = 5
	GuidanceResponseStatusCode_ENTERED_IN_ERROR      GuidanceResponseStatusCode_Value = 6
)

func (GuidanceResponseStatusCode_Value) Descriptor

func (GuidanceResponseStatusCode_Value) Enum

func (GuidanceResponseStatusCode_Value) EnumDescriptor deprecated

func (GuidanceResponseStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use GuidanceResponseStatusCode_Value.Descriptor instead.

func (GuidanceResponseStatusCode_Value) Number

func (GuidanceResponseStatusCode_Value) String

func (GuidanceResponseStatusCode_Value) Type

type GuideDependencyTypeCode

type GuideDependencyTypeCode struct {
	Value     GuideDependencyTypeCode_Value   `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.GuideDependencyTypeCode_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
}

How a dependency is represented when the guide is published. See http://hl7.org/fhir/ValueSet/guide-dependency-type

func (*GuideDependencyTypeCode) Descriptor deprecated

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

Deprecated: Use GuideDependencyTypeCode.ProtoReflect.Descriptor instead.

func (*GuideDependencyTypeCode) GetExtension

func (*GuideDependencyTypeCode) GetId

func (*GuideDependencyTypeCode) GetValue

func (*GuideDependencyTypeCode) ProtoMessage

func (*GuideDependencyTypeCode) ProtoMessage()

func (*GuideDependencyTypeCode) ProtoReflect

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

func (*GuideDependencyTypeCode) Reset

func (x *GuideDependencyTypeCode) Reset()

func (*GuideDependencyTypeCode) String

func (x *GuideDependencyTypeCode) String() string

type GuideDependencyTypeCode_Value

type GuideDependencyTypeCode_Value int32
const (
	GuideDependencyTypeCode_INVALID_UNINITIALIZED GuideDependencyTypeCode_Value = 0
	GuideDependencyTypeCode_REFERENCE             GuideDependencyTypeCode_Value = 1
	GuideDependencyTypeCode_INCLUSION             GuideDependencyTypeCode_Value = 2
)

func (GuideDependencyTypeCode_Value) Descriptor

func (GuideDependencyTypeCode_Value) Enum

func (GuideDependencyTypeCode_Value) EnumDescriptor deprecated

func (GuideDependencyTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use GuideDependencyTypeCode_Value.Descriptor instead.

func (GuideDependencyTypeCode_Value) Number

func (GuideDependencyTypeCode_Value) String

func (GuideDependencyTypeCode_Value) Type

type GuidePageKindCode

type GuidePageKindCode struct {
	Value     GuidePageKindCode_Value         `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.GuidePageKindCode_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
}

The kind of an included page. See http://hl7.org/fhir/ValueSet/guide-page-kind

func (*GuidePageKindCode) Descriptor deprecated

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

Deprecated: Use GuidePageKindCode.ProtoReflect.Descriptor instead.

func (*GuidePageKindCode) GetExtension

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

func (*GuidePageKindCode) GetId

func (*GuidePageKindCode) GetValue

func (*GuidePageKindCode) ProtoMessage

func (*GuidePageKindCode) ProtoMessage()

func (*GuidePageKindCode) ProtoReflect

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

func (*GuidePageKindCode) Reset

func (x *GuidePageKindCode) Reset()

func (*GuidePageKindCode) String

func (x *GuidePageKindCode) String() string

type GuidePageKindCode_Value

type GuidePageKindCode_Value int32
const (
	GuidePageKindCode_INVALID_UNINITIALIZED GuidePageKindCode_Value = 0
	GuidePageKindCode_PAGE                  GuidePageKindCode_Value = 1
	GuidePageKindCode_EXAMPLE               GuidePageKindCode_Value = 2
	GuidePageKindCode_LIST                  GuidePageKindCode_Value = 3
	GuidePageKindCode_INCLUDE               GuidePageKindCode_Value = 4
	GuidePageKindCode_DIRECTORY             GuidePageKindCode_Value = 5
	GuidePageKindCode_DICTIONARY            GuidePageKindCode_Value = 6
	GuidePageKindCode_TOC                   GuidePageKindCode_Value = 7
	GuidePageKindCode_RESOURCE              GuidePageKindCode_Value = 8
)

func (GuidePageKindCode_Value) Descriptor

func (GuidePageKindCode_Value) Enum

func (GuidePageKindCode_Value) EnumDescriptor deprecated

func (GuidePageKindCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use GuidePageKindCode_Value.Descriptor instead.

func (GuidePageKindCode_Value) Number

func (GuidePageKindCode_Value) String

func (x GuidePageKindCode_Value) String() string

func (GuidePageKindCode_Value) Type

type HL7WorkgroupCode

type HL7WorkgroupCode struct {
	Value     HL7WorkgroupCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.HL7WorkgroupCode_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
}

An HL7 administrative unit that owns artifacts in the FHIR specification See http://hl7.org/fhir/ValueSet/hl7-work-group

func (*HL7WorkgroupCode) Descriptor deprecated

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

Deprecated: Use HL7WorkgroupCode.ProtoReflect.Descriptor instead.

func (*HL7WorkgroupCode) GetExtension

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

func (*HL7WorkgroupCode) GetId

func (*HL7WorkgroupCode) GetValue

func (*HL7WorkgroupCode) ProtoMessage

func (*HL7WorkgroupCode) ProtoMessage()

func (*HL7WorkgroupCode) ProtoReflect

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

func (*HL7WorkgroupCode) Reset

func (x *HL7WorkgroupCode) Reset()

func (*HL7WorkgroupCode) String

func (x *HL7WorkgroupCode) String() string

type HL7WorkgroupCode_Value

type HL7WorkgroupCode_Value int32
const (
	HL7WorkgroupCode_INVALID_UNINITIALIZED HL7WorkgroupCode_Value = 0
	HL7WorkgroupCode_CBCC                  HL7WorkgroupCode_Value = 1
	HL7WorkgroupCode_CDS                   HL7WorkgroupCode_Value = 2
	HL7WorkgroupCode_CQI                   HL7WorkgroupCode_Value = 3
	HL7WorkgroupCode_CG                    HL7WorkgroupCode_Value = 4
	HL7WorkgroupCode_DEV                   HL7WorkgroupCode_Value = 5
	HL7WorkgroupCode_EHR                   HL7WorkgroupCode_Value = 6
	HL7WorkgroupCode_FHIR                  HL7WorkgroupCode_Value = 7
	HL7WorkgroupCode_FM                    HL7WorkgroupCode_Value = 8
	HL7WorkgroupCode_HSI                   HL7WorkgroupCode_Value = 9
	HL7WorkgroupCode_II                    HL7WorkgroupCode_Value = 10
	HL7WorkgroupCode_INM                   HL7WorkgroupCode_Value = 11
	HL7WorkgroupCode_ITS                   HL7WorkgroupCode_Value = 12
	HL7WorkgroupCode_OO                    HL7WorkgroupCode_Value = 13
	HL7WorkgroupCode_PA                    HL7WorkgroupCode_Value = 14
	HL7WorkgroupCode_PC                    HL7WorkgroupCode_Value = 15
	HL7WorkgroupCode_PHER                  HL7WorkgroupCode_Value = 16
	HL7WorkgroupCode_PHX                   HL7WorkgroupCode_Value = 17
	HL7WorkgroupCode_RCRIM                 HL7WorkgroupCode_Value = 18
	HL7WorkgroupCode_SD                    HL7WorkgroupCode_Value = 19
	HL7WorkgroupCode_SEC                   HL7WorkgroupCode_Value = 20
	HL7WorkgroupCode_US                    HL7WorkgroupCode_Value = 21
	HL7WorkgroupCode_VOCAB                 HL7WorkgroupCode_Value = 22
	HL7WorkgroupCode_AID                   HL7WorkgroupCode_Value = 23
)

func (HL7WorkgroupCode_Value) Descriptor

func (HL7WorkgroupCode_Value) Enum

func (HL7WorkgroupCode_Value) EnumDescriptor deprecated

func (HL7WorkgroupCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use HL7WorkgroupCode_Value.Descriptor instead.

func (HL7WorkgroupCode_Value) Number

func (HL7WorkgroupCode_Value) String

func (x HL7WorkgroupCode_Value) String() string

func (HL7WorkgroupCode_Value) Type

type HTTPVerbCode

type HTTPVerbCode struct {
	Value     HTTPVerbCode_Value              `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.HTTPVerbCode_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
}

HTTP verbs (in the HTTP command line). See http://hl7.org/fhir/ValueSet/http-verb

func (*HTTPVerbCode) Descriptor deprecated

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

Deprecated: Use HTTPVerbCode.ProtoReflect.Descriptor instead.

func (*HTTPVerbCode) GetExtension

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

func (*HTTPVerbCode) GetId

func (*HTTPVerbCode) GetValue

func (x *HTTPVerbCode) GetValue() HTTPVerbCode_Value

func (*HTTPVerbCode) ProtoMessage

func (*HTTPVerbCode) ProtoMessage()

func (*HTTPVerbCode) ProtoReflect

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

func (*HTTPVerbCode) Reset

func (x *HTTPVerbCode) Reset()

func (*HTTPVerbCode) String

func (x *HTTPVerbCode) String() string

type HTTPVerbCode_Value

type HTTPVerbCode_Value int32
const (
	HTTPVerbCode_INVALID_UNINITIALIZED HTTPVerbCode_Value = 0
	HTTPVerbCode_GET                   HTTPVerbCode_Value = 1
	HTTPVerbCode_POST                  HTTPVerbCode_Value = 2
	HTTPVerbCode_PUT                   HTTPVerbCode_Value = 3
	HTTPVerbCode_DELETE                HTTPVerbCode_Value = 4
)

func (HTTPVerbCode_Value) Descriptor

func (HTTPVerbCode_Value) Enum

func (HTTPVerbCode_Value) EnumDescriptor deprecated

func (HTTPVerbCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use HTTPVerbCode_Value.Descriptor instead.

func (HTTPVerbCode_Value) Number

func (HTTPVerbCode_Value) String

func (x HTTPVerbCode_Value) String() string

func (HTTPVerbCode_Value) Type

type HumanNameAssemblyOrderCode

type HumanNameAssemblyOrderCode struct {
	Value     HumanNameAssemblyOrderCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.HumanNameAssemblyOrderCode_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
}

A code that represents the preferred display order of the components of a human name See http://hl7.org/fhir/ValueSet/name-assembly-order

func (*HumanNameAssemblyOrderCode) Descriptor deprecated

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

Deprecated: Use HumanNameAssemblyOrderCode.ProtoReflect.Descriptor instead.

func (*HumanNameAssemblyOrderCode) GetExtension

func (*HumanNameAssemblyOrderCode) GetId

func (*HumanNameAssemblyOrderCode) GetValue

func (*HumanNameAssemblyOrderCode) ProtoMessage

func (*HumanNameAssemblyOrderCode) ProtoMessage()

func (*HumanNameAssemblyOrderCode) ProtoReflect

func (*HumanNameAssemblyOrderCode) Reset

func (x *HumanNameAssemblyOrderCode) Reset()

func (*HumanNameAssemblyOrderCode) String

func (x *HumanNameAssemblyOrderCode) String() string

type HumanNameAssemblyOrderCode_Value

type HumanNameAssemblyOrderCode_Value int32
const (
	HumanNameAssemblyOrderCode_INVALID_UNINITIALIZED HumanNameAssemblyOrderCode_Value = 0
	HumanNameAssemblyOrderCode_NL1                   HumanNameAssemblyOrderCode_Value = 1
	HumanNameAssemblyOrderCode_NL2                   HumanNameAssemblyOrderCode_Value = 2
	HumanNameAssemblyOrderCode_NL3                   HumanNameAssemblyOrderCode_Value = 3
	HumanNameAssemblyOrderCode_NL4                   HumanNameAssemblyOrderCode_Value = 4
)

func (HumanNameAssemblyOrderCode_Value) Descriptor

func (HumanNameAssemblyOrderCode_Value) Enum

func (HumanNameAssemblyOrderCode_Value) EnumDescriptor deprecated

func (HumanNameAssemblyOrderCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use HumanNameAssemblyOrderCode_Value.Descriptor instead.

func (HumanNameAssemblyOrderCode_Value) Number

func (HumanNameAssemblyOrderCode_Value) String

func (HumanNameAssemblyOrderCode_Value) Type

type IdentityAssuranceLevelCode

type IdentityAssuranceLevelCode struct {
	Value     IdentityAssuranceLevelCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.IdentityAssuranceLevelCode_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
}

The level of confidence that this link represents the same actual person, based on NIST Authentication Levels. See http://hl7.org/fhir/ValueSet/identity-assuranceLevel

func (*IdentityAssuranceLevelCode) Descriptor deprecated

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

Deprecated: Use IdentityAssuranceLevelCode.ProtoReflect.Descriptor instead.

func (*IdentityAssuranceLevelCode) GetExtension

func (*IdentityAssuranceLevelCode) GetId

func (*IdentityAssuranceLevelCode) GetValue

func (*IdentityAssuranceLevelCode) ProtoMessage

func (*IdentityAssuranceLevelCode) ProtoMessage()

func (*IdentityAssuranceLevelCode) ProtoReflect

func (*IdentityAssuranceLevelCode) Reset

func (x *IdentityAssuranceLevelCode) Reset()

func (*IdentityAssuranceLevelCode) String

func (x *IdentityAssuranceLevelCode) String() string

type IdentityAssuranceLevelCode_Value

type IdentityAssuranceLevelCode_Value int32
const (
	IdentityAssuranceLevelCode_INVALID_UNINITIALIZED IdentityAssuranceLevelCode_Value = 0
	IdentityAssuranceLevelCode_LEVEL1                IdentityAssuranceLevelCode_Value = 1
	IdentityAssuranceLevelCode_LEVEL2                IdentityAssuranceLevelCode_Value = 2
	IdentityAssuranceLevelCode_LEVEL3                IdentityAssuranceLevelCode_Value = 3
	IdentityAssuranceLevelCode_LEVEL4                IdentityAssuranceLevelCode_Value = 4
)

func (IdentityAssuranceLevelCode_Value) Descriptor

func (IdentityAssuranceLevelCode_Value) Enum

func (IdentityAssuranceLevelCode_Value) EnumDescriptor deprecated

func (IdentityAssuranceLevelCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use IdentityAssuranceLevelCode_Value.Descriptor instead.

func (IdentityAssuranceLevelCode_Value) Number

func (IdentityAssuranceLevelCode_Value) String

func (IdentityAssuranceLevelCode_Value) Type

type ImmunizationOriginCodesCode

type ImmunizationOriginCodesCode struct {
	Value     ImmunizationOriginCodesCode_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
}

The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the source of the data when the report of the immunization event is not based on information from the person, entity or organization who administered the vaccine. This value set is provided as a suggestive example. See http://hl7.org/fhir/ValueSet/immunization-origin

func (*ImmunizationOriginCodesCode) Descriptor deprecated

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

Deprecated: Use ImmunizationOriginCodesCode.ProtoReflect.Descriptor instead.

func (*ImmunizationOriginCodesCode) GetExtension

func (*ImmunizationOriginCodesCode) GetId

func (*ImmunizationOriginCodesCode) GetValue

func (*ImmunizationOriginCodesCode) ProtoMessage

func (*ImmunizationOriginCodesCode) ProtoMessage()

func (*ImmunizationOriginCodesCode) ProtoReflect

func (*ImmunizationOriginCodesCode) Reset

func (x *ImmunizationOriginCodesCode) Reset()

func (*ImmunizationOriginCodesCode) String

func (x *ImmunizationOriginCodesCode) String() string

type ImmunizationOriginCodesCode_Value

type ImmunizationOriginCodesCode_Value int32
const (
	ImmunizationOriginCodesCode_INVALID_UNINITIALIZED ImmunizationOriginCodesCode_Value = 0
	ImmunizationOriginCodesCode_PROVIDER              ImmunizationOriginCodesCode_Value = 1
	ImmunizationOriginCodesCode_RECORD                ImmunizationOriginCodesCode_Value = 2
	ImmunizationOriginCodesCode_RECALL                ImmunizationOriginCodesCode_Value = 3
	ImmunizationOriginCodesCode_SCHOOL                ImmunizationOriginCodesCode_Value = 4
)

func (ImmunizationOriginCodesCode_Value) Descriptor

func (ImmunizationOriginCodesCode_Value) Enum

func (ImmunizationOriginCodesCode_Value) EnumDescriptor deprecated

func (ImmunizationOriginCodesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ImmunizationOriginCodesCode_Value.Descriptor instead.

func (ImmunizationOriginCodesCode_Value) Number

func (ImmunizationOriginCodesCode_Value) String

func (ImmunizationOriginCodesCode_Value) Type

type ImmunizationRecommendationDateCriterionCodesCode

type ImmunizationRecommendationDateCriterionCodesCode struct {
	Value     ImmunizationRecommendationDateCriterionCodesCode_Value `` /* 147-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
}

The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support the definition of dates relevant to recommendations for future doses of vaccines. This value set is provided as a suggestive example. See http://hl7.org/fhir/ValueSet/immunization-recommendation-date-criterion

func (*ImmunizationRecommendationDateCriterionCodesCode) Descriptor deprecated

Deprecated: Use ImmunizationRecommendationDateCriterionCodesCode.ProtoReflect.Descriptor instead.

func (*ImmunizationRecommendationDateCriterionCodesCode) GetExtension

func (*ImmunizationRecommendationDateCriterionCodesCode) GetId

func (*ImmunizationRecommendationDateCriterionCodesCode) GetValue

func (*ImmunizationRecommendationDateCriterionCodesCode) ProtoMessage

func (*ImmunizationRecommendationDateCriterionCodesCode) ProtoReflect

func (*ImmunizationRecommendationDateCriterionCodesCode) Reset

func (*ImmunizationRecommendationDateCriterionCodesCode) String

type ImmunizationRecommendationDateCriterionCodesCode_Value

type ImmunizationRecommendationDateCriterionCodesCode_Value int32
const (
	ImmunizationRecommendationDateCriterionCodesCode_INVALID_UNINITIALIZED ImmunizationRecommendationDateCriterionCodesCode_Value = 0
	ImmunizationRecommendationDateCriterionCodesCode_DUE                   ImmunizationRecommendationDateCriterionCodesCode_Value = 1
	ImmunizationRecommendationDateCriterionCodesCode_RECOMMENDED           ImmunizationRecommendationDateCriterionCodesCode_Value = 2
	ImmunizationRecommendationDateCriterionCodesCode_EARLIEST              ImmunizationRecommendationDateCriterionCodesCode_Value = 3
	ImmunizationRecommendationDateCriterionCodesCode_OVERDUE               ImmunizationRecommendationDateCriterionCodesCode_Value = 4
	ImmunizationRecommendationDateCriterionCodesCode_LATEST                ImmunizationRecommendationDateCriterionCodesCode_Value = 5
)

func (ImmunizationRecommendationDateCriterionCodesCode_Value) Descriptor

func (ImmunizationRecommendationDateCriterionCodesCode_Value) Enum

func (ImmunizationRecommendationDateCriterionCodesCode_Value) EnumDescriptor deprecated

Deprecated: Use ImmunizationRecommendationDateCriterionCodesCode_Value.Descriptor instead.

func (ImmunizationRecommendationDateCriterionCodesCode_Value) Number

func (ImmunizationRecommendationDateCriterionCodesCode_Value) String

func (ImmunizationRecommendationDateCriterionCodesCode_Value) Type

type ImmunizationRecommendationStatusCodesCode

type ImmunizationRecommendationStatusCodesCode struct {
	Value     ImmunizationRecommendationStatusCodesCode_Value `` /* 140-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
}

The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the status of the patient towards perceived immunity against a vaccine preventable disease. This value set is provided as a suggestive example. See http://hl7.org/fhir/ValueSet/immunization-recommendation-status

func (*ImmunizationRecommendationStatusCodesCode) Descriptor deprecated

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

Deprecated: Use ImmunizationRecommendationStatusCodesCode.ProtoReflect.Descriptor instead.

func (*ImmunizationRecommendationStatusCodesCode) GetExtension

func (*ImmunizationRecommendationStatusCodesCode) GetId

func (*ImmunizationRecommendationStatusCodesCode) GetValue

func (*ImmunizationRecommendationStatusCodesCode) ProtoMessage

func (*ImmunizationRecommendationStatusCodesCode) ProtoReflect

func (*ImmunizationRecommendationStatusCodesCode) Reset

func (*ImmunizationRecommendationStatusCodesCode) String

type ImmunizationRecommendationStatusCodesCode_Value

type ImmunizationRecommendationStatusCodesCode_Value int32
const (
	ImmunizationRecommendationStatusCodesCode_INVALID_UNINITIALIZED ImmunizationRecommendationStatusCodesCode_Value = 0
	ImmunizationRecommendationStatusCodesCode_DUE                   ImmunizationRecommendationStatusCodesCode_Value = 1
	ImmunizationRecommendationStatusCodesCode_OVERDUE               ImmunizationRecommendationStatusCodesCode_Value = 2
)

func (ImmunizationRecommendationStatusCodesCode_Value) Descriptor

func (ImmunizationRecommendationStatusCodesCode_Value) Enum

func (ImmunizationRecommendationStatusCodesCode_Value) EnumDescriptor deprecated

Deprecated: Use ImmunizationRecommendationStatusCodesCode_Value.Descriptor instead.

func (ImmunizationRecommendationStatusCodesCode_Value) Number

func (ImmunizationRecommendationStatusCodesCode_Value) String

func (ImmunizationRecommendationStatusCodesCode_Value) Type

type ImmunizationStatusCodesCode

type ImmunizationStatusCodesCode struct {
	Value     ImmunizationStatusCodesCode_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
}

The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the current status of the administered dose of vaccine. See http://hl7.org/fhir/ValueSet/immunization-status

func (*ImmunizationStatusCodesCode) Descriptor deprecated

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

Deprecated: Use ImmunizationStatusCodesCode.ProtoReflect.Descriptor instead.

func (*ImmunizationStatusCodesCode) GetExtension

func (*ImmunizationStatusCodesCode) GetId

func (*ImmunizationStatusCodesCode) GetValue

func (*ImmunizationStatusCodesCode) ProtoMessage

func (*ImmunizationStatusCodesCode) ProtoMessage()

func (*ImmunizationStatusCodesCode) ProtoReflect

func (*ImmunizationStatusCodesCode) Reset

func (x *ImmunizationStatusCodesCode) Reset()

func (*ImmunizationStatusCodesCode) String

func (x *ImmunizationStatusCodesCode) String() string

type ImmunizationStatusCodesCode_Value

type ImmunizationStatusCodesCode_Value int32
const (
	ImmunizationStatusCodesCode_INVALID_UNINITIALIZED ImmunizationStatusCodesCode_Value = 0
	ImmunizationStatusCodesCode_COMPLETED             ImmunizationStatusCodesCode_Value = 1
	ImmunizationStatusCodesCode_ENTERED_IN_ERROR      ImmunizationStatusCodesCode_Value = 2
)

func (ImmunizationStatusCodesCode_Value) Descriptor

func (ImmunizationStatusCodesCode_Value) Enum

func (ImmunizationStatusCodesCode_Value) EnumDescriptor deprecated

func (ImmunizationStatusCodesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ImmunizationStatusCodesCode_Value.Descriptor instead.

func (ImmunizationStatusCodesCode_Value) Number

func (ImmunizationStatusCodesCode_Value) String

func (ImmunizationStatusCodesCode_Value) Type

type ImplantStatusCode

type ImplantStatusCode struct {
	Value     ImplantStatusCode_Value         `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ImplantStatusCode_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
}

A set codes that define the functional status of an implanted device. See http://hl7.org/fhir/ValueSet/implant-status

func (*ImplantStatusCode) Descriptor deprecated

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

Deprecated: Use ImplantStatusCode.ProtoReflect.Descriptor instead.

func (*ImplantStatusCode) GetExtension

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

func (*ImplantStatusCode) GetId

func (*ImplantStatusCode) GetValue

func (*ImplantStatusCode) ProtoMessage

func (*ImplantStatusCode) ProtoMessage()

func (*ImplantStatusCode) ProtoReflect

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

func (*ImplantStatusCode) Reset

func (x *ImplantStatusCode) Reset()

func (*ImplantStatusCode) String

func (x *ImplantStatusCode) String() string

type ImplantStatusCode_Value

type ImplantStatusCode_Value int32
const (
	ImplantStatusCode_INVALID_UNINITIALIZED ImplantStatusCode_Value = 0
	ImplantStatusCode_FUNCTIONAL            ImplantStatusCode_Value = 1
	ImplantStatusCode_NON_FUNCTIONAL        ImplantStatusCode_Value = 2
	ImplantStatusCode_DISABLED              ImplantStatusCode_Value = 3
	ImplantStatusCode_UNKNOWN               ImplantStatusCode_Value = 4
)

func (ImplantStatusCode_Value) Descriptor

func (ImplantStatusCode_Value) Enum

func (ImplantStatusCode_Value) EnumDescriptor deprecated

func (ImplantStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ImplantStatusCode_Value.Descriptor instead.

func (ImplantStatusCode_Value) Number

func (ImplantStatusCode_Value) String

func (x ImplantStatusCode_Value) String() string

func (ImplantStatusCode_Value) Type

type InstanceAvailabilityCode

type InstanceAvailabilityCode struct {
	Value     InstanceAvailabilityCode_Value  `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.InstanceAvailabilityCode_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
}

Availability of the resource See http://hl7.org/fhir/ValueSet/instance-availability

func (*InstanceAvailabilityCode) Descriptor deprecated

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

Deprecated: Use InstanceAvailabilityCode.ProtoReflect.Descriptor instead.

func (*InstanceAvailabilityCode) GetExtension

func (*InstanceAvailabilityCode) GetId

func (*InstanceAvailabilityCode) GetValue

func (*InstanceAvailabilityCode) ProtoMessage

func (*InstanceAvailabilityCode) ProtoMessage()

func (*InstanceAvailabilityCode) ProtoReflect

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

func (*InstanceAvailabilityCode) Reset

func (x *InstanceAvailabilityCode) Reset()

func (*InstanceAvailabilityCode) String

func (x *InstanceAvailabilityCode) String() string

type InstanceAvailabilityCode_Value

type InstanceAvailabilityCode_Value int32
const (
	InstanceAvailabilityCode_INVALID_UNINITIALIZED InstanceAvailabilityCode_Value = 0
	InstanceAvailabilityCode_ONLINE                InstanceAvailabilityCode_Value = 1
	InstanceAvailabilityCode_OFFLINE               InstanceAvailabilityCode_Value = 2
	InstanceAvailabilityCode_NEARLINE              InstanceAvailabilityCode_Value = 3
	InstanceAvailabilityCode_UNAVAILABLE           InstanceAvailabilityCode_Value = 4
)

func (InstanceAvailabilityCode_Value) Descriptor

func (InstanceAvailabilityCode_Value) Enum

func (InstanceAvailabilityCode_Value) EnumDescriptor deprecated

func (InstanceAvailabilityCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use InstanceAvailabilityCode_Value.Descriptor instead.

func (InstanceAvailabilityCode_Value) Number

func (InstanceAvailabilityCode_Value) String

func (InstanceAvailabilityCode_Value) Type

type IssueSeverityCode

type IssueSeverityCode struct {
	Value     IssueSeverityCode_Value         `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.IssueSeverityCode_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
}

How the issue affects the success of the action. See http://hl7.org/fhir/ValueSet/issue-severity

func (*IssueSeverityCode) Descriptor deprecated

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

Deprecated: Use IssueSeverityCode.ProtoReflect.Descriptor instead.

func (*IssueSeverityCode) GetExtension

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

func (*IssueSeverityCode) GetId

func (*IssueSeverityCode) GetValue

func (*IssueSeverityCode) ProtoMessage

func (*IssueSeverityCode) ProtoMessage()

func (*IssueSeverityCode) ProtoReflect

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

func (*IssueSeverityCode) Reset

func (x *IssueSeverityCode) Reset()

func (*IssueSeverityCode) String

func (x *IssueSeverityCode) String() string

type IssueSeverityCode_Value

type IssueSeverityCode_Value int32
const (
	IssueSeverityCode_INVALID_UNINITIALIZED IssueSeverityCode_Value = 0
	IssueSeverityCode_FATAL                 IssueSeverityCode_Value = 1
	IssueSeverityCode_ERROR                 IssueSeverityCode_Value = 2
	IssueSeverityCode_WARNING               IssueSeverityCode_Value = 3
	IssueSeverityCode_INFORMATION           IssueSeverityCode_Value = 4
)

func (IssueSeverityCode_Value) Descriptor

func (IssueSeverityCode_Value) Enum

func (IssueSeverityCode_Value) EnumDescriptor deprecated

func (IssueSeverityCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use IssueSeverityCode_Value.Descriptor instead.

func (IssueSeverityCode_Value) Number

func (IssueSeverityCode_Value) String

func (x IssueSeverityCode_Value) String() string

func (IssueSeverityCode_Value) Type

type IssueTypeCode

type IssueTypeCode struct {
	Value     IssueTypeCode_Value             `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.IssueTypeCode_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
}

A code that describes the type of issue. See http://hl7.org/fhir/ValueSet/issue-type

func (*IssueTypeCode) Descriptor deprecated

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

Deprecated: Use IssueTypeCode.ProtoReflect.Descriptor instead.

func (*IssueTypeCode) GetExtension

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

func (*IssueTypeCode) GetId

func (*IssueTypeCode) GetValue

func (x *IssueTypeCode) GetValue() IssueTypeCode_Value

func (*IssueTypeCode) ProtoMessage

func (*IssueTypeCode) ProtoMessage()

func (*IssueTypeCode) ProtoReflect

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

func (*IssueTypeCode) Reset

func (x *IssueTypeCode) Reset()

func (*IssueTypeCode) String

func (x *IssueTypeCode) String() string

type IssueTypeCode_Value

type IssueTypeCode_Value int32
const (
	IssueTypeCode_INVALID_UNINITIALIZED IssueTypeCode_Value = 0
	IssueTypeCode_INVALID               IssueTypeCode_Value = 1
	IssueTypeCode_STRUCTURE             IssueTypeCode_Value = 2
	IssueTypeCode_REQUIRED              IssueTypeCode_Value = 3
	IssueTypeCode_VALUE                 IssueTypeCode_Value = 4
	IssueTypeCode_INVARIANT             IssueTypeCode_Value = 5
	IssueTypeCode_SECURITY              IssueTypeCode_Value = 6
	IssueTypeCode_LOGIN                 IssueTypeCode_Value = 7
	IssueTypeCode_UNKNOWN               IssueTypeCode_Value = 8
	IssueTypeCode_EXPIRED               IssueTypeCode_Value = 9
	IssueTypeCode_FORBIDDEN             IssueTypeCode_Value = 10
	IssueTypeCode_SUPPRESSED            IssueTypeCode_Value = 11
	IssueTypeCode_PROCESSING            IssueTypeCode_Value = 12
	IssueTypeCode_NOT_SUPPORTED         IssueTypeCode_Value = 13
	IssueTypeCode_DUPLICATE             IssueTypeCode_Value = 14
	IssueTypeCode_NOT_FOUND             IssueTypeCode_Value = 15
	IssueTypeCode_TOO_LONG              IssueTypeCode_Value = 16
	IssueTypeCode_CODE_INVALID          IssueTypeCode_Value = 17
	IssueTypeCode_EXTENSION             IssueTypeCode_Value = 18
	IssueTypeCode_TOO_COSTLY            IssueTypeCode_Value = 19
	IssueTypeCode_BUSINESS_RULE         IssueTypeCode_Value = 20
	IssueTypeCode_CONFLICT              IssueTypeCode_Value = 21
	IssueTypeCode_INCOMPLETE            IssueTypeCode_Value = 22
	IssueTypeCode_TRANSIENT             IssueTypeCode_Value = 23
	IssueTypeCode_LOCK_ERROR            IssueTypeCode_Value = 24
	IssueTypeCode_NO_STORE              IssueTypeCode_Value = 25
	IssueTypeCode_EXCEPTION             IssueTypeCode_Value = 26
	IssueTypeCode_TIMEOUT               IssueTypeCode_Value = 27
	IssueTypeCode_THROTTLED             IssueTypeCode_Value = 28
	IssueTypeCode_INFORMATIONAL         IssueTypeCode_Value = 29
)

func (IssueTypeCode_Value) Descriptor

func (IssueTypeCode_Value) Enum

func (IssueTypeCode_Value) EnumDescriptor deprecated

func (IssueTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use IssueTypeCode_Value.Descriptor instead.

func (IssueTypeCode_Value) Number

func (IssueTypeCode_Value) String

func (x IssueTypeCode_Value) String() string

func (IssueTypeCode_Value) Type

type LibraryTypeCode

type LibraryTypeCode struct {
	Value     LibraryTypeCode_Value           `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.LibraryTypeCode_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
}

The type of knowledge asset this library contains See http://hl7.org/fhir/ValueSet/library-type

func (*LibraryTypeCode) Descriptor deprecated

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

Deprecated: Use LibraryTypeCode.ProtoReflect.Descriptor instead.

func (*LibraryTypeCode) GetExtension

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

func (*LibraryTypeCode) GetId

func (*LibraryTypeCode) GetValue

func (x *LibraryTypeCode) GetValue() LibraryTypeCode_Value

func (*LibraryTypeCode) ProtoMessage

func (*LibraryTypeCode) ProtoMessage()

func (*LibraryTypeCode) ProtoReflect

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

func (*LibraryTypeCode) Reset

func (x *LibraryTypeCode) Reset()

func (*LibraryTypeCode) String

func (x *LibraryTypeCode) String() string

type LibraryTypeCode_Value

type LibraryTypeCode_Value int32
const (
	LibraryTypeCode_INVALID_UNINITIALIZED LibraryTypeCode_Value = 0
	LibraryTypeCode_LOGIC_LIBRARY         LibraryTypeCode_Value = 1
	LibraryTypeCode_MODEL_DEFINITION      LibraryTypeCode_Value = 2
	LibraryTypeCode_ASSET_COLLECTION      LibraryTypeCode_Value = 3
	LibraryTypeCode_MODULE_DEFINITION     LibraryTypeCode_Value = 4
)

func (LibraryTypeCode_Value) Descriptor

func (LibraryTypeCode_Value) Enum

func (LibraryTypeCode_Value) EnumDescriptor deprecated

func (LibraryTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use LibraryTypeCode_Value.Descriptor instead.

func (LibraryTypeCode_Value) Number

func (LibraryTypeCode_Value) String

func (x LibraryTypeCode_Value) String() string

func (LibraryTypeCode_Value) Type

type LinkTypeCode

type LinkTypeCode struct {
	Value     LinkTypeCode_Value              `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.LinkTypeCode_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
}

The type of link between this patient resource and another patient resource. See http://hl7.org/fhir/ValueSet/link-type

func (*LinkTypeCode) Descriptor deprecated

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

Deprecated: Use LinkTypeCode.ProtoReflect.Descriptor instead.

func (*LinkTypeCode) GetExtension

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

func (*LinkTypeCode) GetId

func (*LinkTypeCode) GetValue

func (x *LinkTypeCode) GetValue() LinkTypeCode_Value

func (*LinkTypeCode) ProtoMessage

func (*LinkTypeCode) ProtoMessage()

func (*LinkTypeCode) ProtoReflect

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

func (*LinkTypeCode) Reset

func (x *LinkTypeCode) Reset()

func (*LinkTypeCode) String

func (x *LinkTypeCode) String() string

type LinkTypeCode_Value

type LinkTypeCode_Value int32
const (
	LinkTypeCode_INVALID_UNINITIALIZED LinkTypeCode_Value = 0
	LinkTypeCode_REPLACED_BY           LinkTypeCode_Value = 1
	LinkTypeCode_REPLACES              LinkTypeCode_Value = 2
	LinkTypeCode_REFER                 LinkTypeCode_Value = 3
	LinkTypeCode_SEEALSO               LinkTypeCode_Value = 4
)

func (LinkTypeCode_Value) Descriptor

func (LinkTypeCode_Value) Enum

func (LinkTypeCode_Value) EnumDescriptor deprecated

func (LinkTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use LinkTypeCode_Value.Descriptor instead.

func (LinkTypeCode_Value) Number

func (LinkTypeCode_Value) String

func (x LinkTypeCode_Value) String() string

func (LinkTypeCode_Value) Type

type LinkageTypeCode

type LinkageTypeCode struct {
	Value     LinkageTypeCode_Value           `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.LinkageTypeCode_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
}

Used to distinguish different roles a resource can play within a set of linked resources See http://hl7.org/fhir/ValueSet/linkage-type

func (*LinkageTypeCode) Descriptor deprecated

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

Deprecated: Use LinkageTypeCode.ProtoReflect.Descriptor instead.

func (*LinkageTypeCode) GetExtension

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

func (*LinkageTypeCode) GetId

func (*LinkageTypeCode) GetValue

func (x *LinkageTypeCode) GetValue() LinkageTypeCode_Value

func (*LinkageTypeCode) ProtoMessage

func (*LinkageTypeCode) ProtoMessage()

func (*LinkageTypeCode) ProtoReflect

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

func (*LinkageTypeCode) Reset

func (x *LinkageTypeCode) Reset()

func (*LinkageTypeCode) String

func (x *LinkageTypeCode) String() string

type LinkageTypeCode_Value

type LinkageTypeCode_Value int32
const (
	LinkageTypeCode_INVALID_UNINITIALIZED LinkageTypeCode_Value = 0
	LinkageTypeCode_SOURCE                LinkageTypeCode_Value = 1
	LinkageTypeCode_ALTERNATE             LinkageTypeCode_Value = 2
	LinkageTypeCode_HISTORICAL            LinkageTypeCode_Value = 3
)

func (LinkageTypeCode_Value) Descriptor

func (LinkageTypeCode_Value) Enum

func (LinkageTypeCode_Value) EnumDescriptor deprecated

func (LinkageTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use LinkageTypeCode_Value.Descriptor instead.

func (LinkageTypeCode_Value) Number

func (LinkageTypeCode_Value) String

func (x LinkageTypeCode_Value) String() string

func (LinkageTypeCode_Value) Type

type ListEmptyReasonsCode

type ListEmptyReasonsCode struct {
	Value     ListEmptyReasonsCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ListEmptyReasonsCode_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
}

General reasons for a list to be empty. Reasons are either related to a summary list (i.e. problem or medication list) or to a workflow related list (i.e. consultation list). See http://hl7.org/fhir/ValueSet/list-empty-reason

func (*ListEmptyReasonsCode) Descriptor deprecated

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

Deprecated: Use ListEmptyReasonsCode.ProtoReflect.Descriptor instead.

func (*ListEmptyReasonsCode) GetExtension

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

func (*ListEmptyReasonsCode) GetId

func (*ListEmptyReasonsCode) GetValue

func (*ListEmptyReasonsCode) ProtoMessage

func (*ListEmptyReasonsCode) ProtoMessage()

func (*ListEmptyReasonsCode) ProtoReflect

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

func (*ListEmptyReasonsCode) Reset

func (x *ListEmptyReasonsCode) Reset()

func (*ListEmptyReasonsCode) String

func (x *ListEmptyReasonsCode) String() string

type ListEmptyReasonsCode_Value

type ListEmptyReasonsCode_Value int32
const (
	ListEmptyReasonsCode_INVALID_UNINITIALIZED ListEmptyReasonsCode_Value = 0
	ListEmptyReasonsCode_NILKNOWN              ListEmptyReasonsCode_Value = 1
	ListEmptyReasonsCode_NOTASKED              ListEmptyReasonsCode_Value = 2
	ListEmptyReasonsCode_WITHHELD              ListEmptyReasonsCode_Value = 3
	ListEmptyReasonsCode_UNAVAILABLE           ListEmptyReasonsCode_Value = 4
	ListEmptyReasonsCode_NOTSTARTED            ListEmptyReasonsCode_Value = 5
	ListEmptyReasonsCode_CLOSED                ListEmptyReasonsCode_Value = 6
)

func (ListEmptyReasonsCode_Value) Descriptor

func (ListEmptyReasonsCode_Value) Enum

func (ListEmptyReasonsCode_Value) EnumDescriptor deprecated

func (ListEmptyReasonsCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListEmptyReasonsCode_Value.Descriptor instead.

func (ListEmptyReasonsCode_Value) Number

func (ListEmptyReasonsCode_Value) String

func (ListEmptyReasonsCode_Value) Type

type ListModeCode

type ListModeCode struct {
	Value     ListModeCode_Value              `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ListModeCode_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
}

The processing mode that applies to this list See http://hl7.org/fhir/ValueSet/list-mode

func (*ListModeCode) Descriptor deprecated

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

Deprecated: Use ListModeCode.ProtoReflect.Descriptor instead.

func (*ListModeCode) GetExtension

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

func (*ListModeCode) GetId

func (*ListModeCode) GetValue

func (x *ListModeCode) GetValue() ListModeCode_Value

func (*ListModeCode) ProtoMessage

func (*ListModeCode) ProtoMessage()

func (*ListModeCode) ProtoReflect

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

func (*ListModeCode) Reset

func (x *ListModeCode) Reset()

func (*ListModeCode) String

func (x *ListModeCode) String() string

type ListModeCode_Value

type ListModeCode_Value int32
const (
	ListModeCode_INVALID_UNINITIALIZED ListModeCode_Value = 0
	ListModeCode_WORKING               ListModeCode_Value = 1
	ListModeCode_SNAPSHOT              ListModeCode_Value = 2
	ListModeCode_CHANGES               ListModeCode_Value = 3
)

func (ListModeCode_Value) Descriptor

func (ListModeCode_Value) Enum

func (ListModeCode_Value) EnumDescriptor deprecated

func (ListModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListModeCode_Value.Descriptor instead.

func (ListModeCode_Value) Number

func (ListModeCode_Value) String

func (x ListModeCode_Value) String() string

func (ListModeCode_Value) Type

type ListOrderCodesCode

type ListOrderCodesCode struct {
	Value     ListOrderCodesCode_Value        `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ListOrderCodesCode_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
}

Base values for the order of the items in a list resource. See http://hl7.org/fhir/ValueSet/list-order

func (*ListOrderCodesCode) Descriptor deprecated

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

Deprecated: Use ListOrderCodesCode.ProtoReflect.Descriptor instead.

func (*ListOrderCodesCode) GetExtension

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

func (*ListOrderCodesCode) GetId

func (*ListOrderCodesCode) GetValue

func (*ListOrderCodesCode) ProtoMessage

func (*ListOrderCodesCode) ProtoMessage()

func (*ListOrderCodesCode) ProtoReflect

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

func (*ListOrderCodesCode) Reset

func (x *ListOrderCodesCode) Reset()

func (*ListOrderCodesCode) String

func (x *ListOrderCodesCode) String() string

type ListOrderCodesCode_Value

type ListOrderCodesCode_Value int32
const (
	ListOrderCodesCode_INVALID_UNINITIALIZED ListOrderCodesCode_Value = 0
	ListOrderCodesCode_USER                  ListOrderCodesCode_Value = 1
	ListOrderCodesCode_SYSTEM                ListOrderCodesCode_Value = 2
	ListOrderCodesCode_EVENT_DATE            ListOrderCodesCode_Value = 3
	ListOrderCodesCode_ENTRY_DATE            ListOrderCodesCode_Value = 4
	ListOrderCodesCode_PRIORITY              ListOrderCodesCode_Value = 5
	ListOrderCodesCode_ALPHABETIC            ListOrderCodesCode_Value = 6
	ListOrderCodesCode_CATEGORY              ListOrderCodesCode_Value = 7
	ListOrderCodesCode_PATIENT               ListOrderCodesCode_Value = 8
)

func (ListOrderCodesCode_Value) Descriptor

func (ListOrderCodesCode_Value) Enum

func (ListOrderCodesCode_Value) EnumDescriptor deprecated

func (ListOrderCodesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListOrderCodesCode_Value.Descriptor instead.

func (ListOrderCodesCode_Value) Number

func (ListOrderCodesCode_Value) String

func (x ListOrderCodesCode_Value) String() string

func (ListOrderCodesCode_Value) Type

type ListStatusCode

type ListStatusCode struct {
	Value     ListStatusCode_Value            `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ListStatusCode_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
}

The current state of the list See http://hl7.org/fhir/ValueSet/list-status

func (*ListStatusCode) Descriptor deprecated

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

Deprecated: Use ListStatusCode.ProtoReflect.Descriptor instead.

func (*ListStatusCode) GetExtension

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

func (*ListStatusCode) GetId

func (*ListStatusCode) GetValue

func (x *ListStatusCode) GetValue() ListStatusCode_Value

func (*ListStatusCode) ProtoMessage

func (*ListStatusCode) ProtoMessage()

func (*ListStatusCode) ProtoReflect

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

func (*ListStatusCode) Reset

func (x *ListStatusCode) Reset()

func (*ListStatusCode) String

func (x *ListStatusCode) String() string

type ListStatusCode_Value

type ListStatusCode_Value int32
const (
	ListStatusCode_INVALID_UNINITIALIZED ListStatusCode_Value = 0
	ListStatusCode_CURRENT               ListStatusCode_Value = 1
	ListStatusCode_RETIRED               ListStatusCode_Value = 2
	ListStatusCode_ENTERED_IN_ERROR      ListStatusCode_Value = 3
)

func (ListStatusCode_Value) Descriptor

func (ListStatusCode_Value) Enum

func (ListStatusCode_Value) EnumDescriptor deprecated

func (ListStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ListStatusCode_Value.Descriptor instead.

func (ListStatusCode_Value) Number

func (ListStatusCode_Value) String

func (x ListStatusCode_Value) String() string

func (ListStatusCode_Value) Type

type LocationModeCode

type LocationModeCode struct {
	Value     LocationModeCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.LocationModeCode_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
}

Indicates whether a resource instance represents a specific location or a class of locations. See http://hl7.org/fhir/ValueSet/location-mode

func (*LocationModeCode) Descriptor deprecated

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

Deprecated: Use LocationModeCode.ProtoReflect.Descriptor instead.

func (*LocationModeCode) GetExtension

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

func (*LocationModeCode) GetId

func (*LocationModeCode) GetValue

func (*LocationModeCode) ProtoMessage

func (*LocationModeCode) ProtoMessage()

func (*LocationModeCode) ProtoReflect

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

func (*LocationModeCode) Reset

func (x *LocationModeCode) Reset()

func (*LocationModeCode) String

func (x *LocationModeCode) String() string

type LocationModeCode_Value

type LocationModeCode_Value int32
const (
	LocationModeCode_INVALID_UNINITIALIZED LocationModeCode_Value = 0
	LocationModeCode_INSTANCE              LocationModeCode_Value = 1
	LocationModeCode_KIND                  LocationModeCode_Value = 2
)

func (LocationModeCode_Value) Descriptor

func (LocationModeCode_Value) Enum

func (LocationModeCode_Value) EnumDescriptor deprecated

func (LocationModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use LocationModeCode_Value.Descriptor instead.

func (LocationModeCode_Value) Number

func (LocationModeCode_Value) String

func (x LocationModeCode_Value) String() string

func (LocationModeCode_Value) Type

type LocationStatusCode

type LocationStatusCode struct {
	Value     LocationStatusCode_Value        `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.LocationStatusCode_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
}

Indicates whether the location is still in use. See http://hl7.org/fhir/ValueSet/location-status

func (*LocationStatusCode) Descriptor deprecated

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

Deprecated: Use LocationStatusCode.ProtoReflect.Descriptor instead.

func (*LocationStatusCode) GetExtension

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

func (*LocationStatusCode) GetId

func (*LocationStatusCode) GetValue

func (*LocationStatusCode) ProtoMessage

func (*LocationStatusCode) ProtoMessage()

func (*LocationStatusCode) ProtoReflect

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

func (*LocationStatusCode) Reset

func (x *LocationStatusCode) Reset()

func (*LocationStatusCode) String

func (x *LocationStatusCode) String() string

type LocationStatusCode_Value

type LocationStatusCode_Value int32
const (
	LocationStatusCode_INVALID_UNINITIALIZED LocationStatusCode_Value = 0
	LocationStatusCode_ACTIVE                LocationStatusCode_Value = 1
	LocationStatusCode_SUSPENDED             LocationStatusCode_Value = 2
	LocationStatusCode_INACTIVE              LocationStatusCode_Value = 3
)

func (LocationStatusCode_Value) Descriptor

func (LocationStatusCode_Value) Enum

func (LocationStatusCode_Value) EnumDescriptor deprecated

func (LocationStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use LocationStatusCode_Value.Descriptor instead.

func (LocationStatusCode_Value) Number

func (LocationStatusCode_Value) String

func (x LocationStatusCode_Value) String() string

func (LocationStatusCode_Value) Type

type LocationTypeCode

type LocationTypeCode struct {
	Value     LocationTypeCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.LocationTypeCode_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
}

This example value set defines a set of codes that can be used to indicate the physical form of the Location. See http://hl7.org/fhir/ValueSet/location-physical-type

func (*LocationTypeCode) Descriptor deprecated

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

Deprecated: Use LocationTypeCode.ProtoReflect.Descriptor instead.

func (*LocationTypeCode) GetExtension

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

func (*LocationTypeCode) GetId

func (*LocationTypeCode) GetValue

func (*LocationTypeCode) ProtoMessage

func (*LocationTypeCode) ProtoMessage()

func (*LocationTypeCode) ProtoReflect

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

func (*LocationTypeCode) Reset

func (x *LocationTypeCode) Reset()

func (*LocationTypeCode) String

func (x *LocationTypeCode) String() string

type LocationTypeCode_Value

type LocationTypeCode_Value int32
const (
	LocationTypeCode_INVALID_UNINITIALIZED LocationTypeCode_Value = 0
	LocationTypeCode_SI                    LocationTypeCode_Value = 1
	LocationTypeCode_BU                    LocationTypeCode_Value = 2
	LocationTypeCode_WI                    LocationTypeCode_Value = 3
	LocationTypeCode_WA                    LocationTypeCode_Value = 4
	LocationTypeCode_LVL                   LocationTypeCode_Value = 5
	LocationTypeCode_CO                    LocationTypeCode_Value = 6
	LocationTypeCode_RO                    LocationTypeCode_Value = 7
	LocationTypeCode_BD                    LocationTypeCode_Value = 8
	LocationTypeCode_VE                    LocationTypeCode_Value = 9
	LocationTypeCode_HO                    LocationTypeCode_Value = 10
	LocationTypeCode_CA                    LocationTypeCode_Value = 11
	LocationTypeCode_RD                    LocationTypeCode_Value = 12
	LocationTypeCode_AREA                  LocationTypeCode_Value = 13
	LocationTypeCode_JDN                   LocationTypeCode_Value = 14
)

func (LocationTypeCode_Value) Descriptor

func (LocationTypeCode_Value) Enum

func (LocationTypeCode_Value) EnumDescriptor deprecated

func (LocationTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use LocationTypeCode_Value.Descriptor instead.

func (LocationTypeCode_Value) Number

func (LocationTypeCode_Value) String

func (x LocationTypeCode_Value) String() string

func (LocationTypeCode_Value) Type

type MatchGradeCode

type MatchGradeCode struct {
	Value     MatchGradeCode_Value            `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.MatchGradeCode_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
}

A Master Patient Index (MPI) assessment of whether a candidate patient record is a match or not. See http://hl7.org/fhir/ValueSet/match-grade

func (*MatchGradeCode) Descriptor deprecated

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

Deprecated: Use MatchGradeCode.ProtoReflect.Descriptor instead.

func (*MatchGradeCode) GetExtension

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

func (*MatchGradeCode) GetId

func (*MatchGradeCode) GetValue

func (x *MatchGradeCode) GetValue() MatchGradeCode_Value

func (*MatchGradeCode) ProtoMessage

func (*MatchGradeCode) ProtoMessage()

func (*MatchGradeCode) ProtoReflect

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

func (*MatchGradeCode) Reset

func (x *MatchGradeCode) Reset()

func (*MatchGradeCode) String

func (x *MatchGradeCode) String() string

type MatchGradeCode_Value

type MatchGradeCode_Value int32
const (
	MatchGradeCode_INVALID_UNINITIALIZED MatchGradeCode_Value = 0
	MatchGradeCode_CERTAIN               MatchGradeCode_Value = 1
	MatchGradeCode_PROBABLE              MatchGradeCode_Value = 2
	MatchGradeCode_POSSIBLE              MatchGradeCode_Value = 3
	MatchGradeCode_CERTAINLY_NOT         MatchGradeCode_Value = 4
)

func (MatchGradeCode_Value) Descriptor

func (MatchGradeCode_Value) Enum

func (MatchGradeCode_Value) EnumDescriptor deprecated

func (MatchGradeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MatchGradeCode_Value.Descriptor instead.

func (MatchGradeCode_Value) Number

func (MatchGradeCode_Value) String

func (x MatchGradeCode_Value) String() string

func (MatchGradeCode_Value) Type

type MaxOccursCode

type MaxOccursCode struct {
	Value     MaxOccursCode_Value             `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.MaxOccursCode_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
}

Flags an element as having unlimited repetitions See http://hl7.org/fhir/ValueSet/question-max-occurs

func (*MaxOccursCode) Descriptor deprecated

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

Deprecated: Use MaxOccursCode.ProtoReflect.Descriptor instead.

func (*MaxOccursCode) GetExtension

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

func (*MaxOccursCode) GetId

func (*MaxOccursCode) GetValue

func (x *MaxOccursCode) GetValue() MaxOccursCode_Value

func (*MaxOccursCode) ProtoMessage

func (*MaxOccursCode) ProtoMessage()

func (*MaxOccursCode) ProtoReflect

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

func (*MaxOccursCode) Reset

func (x *MaxOccursCode) Reset()

func (*MaxOccursCode) String

func (x *MaxOccursCode) String() string

type MaxOccursCode_Value

type MaxOccursCode_Value int32
const (
	MaxOccursCode_INVALID_UNINITIALIZED MaxOccursCode_Value = 0
	MaxOccursCode_MAX                   MaxOccursCode_Value = 1
)

func (MaxOccursCode_Value) Descriptor

func (MaxOccursCode_Value) Enum

func (MaxOccursCode_Value) EnumDescriptor deprecated

func (MaxOccursCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MaxOccursCode_Value.Descriptor instead.

func (MaxOccursCode_Value) Number

func (MaxOccursCode_Value) String

func (x MaxOccursCode_Value) String() string

func (MaxOccursCode_Value) Type

type MeasmntPrincipleCode

type MeasmntPrincipleCode struct {
	Value     MeasmntPrincipleCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.MeasmntPrincipleCode_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
}

Different measurement principle supported by the device. See http://hl7.org/fhir/ValueSet/measurement-principle

func (*MeasmntPrincipleCode) Descriptor deprecated

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

Deprecated: Use MeasmntPrincipleCode.ProtoReflect.Descriptor instead.

func (*MeasmntPrincipleCode) GetExtension

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

func (*MeasmntPrincipleCode) GetId

func (*MeasmntPrincipleCode) GetValue

func (*MeasmntPrincipleCode) ProtoMessage

func (*MeasmntPrincipleCode) ProtoMessage()

func (*MeasmntPrincipleCode) ProtoReflect

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

func (*MeasmntPrincipleCode) Reset

func (x *MeasmntPrincipleCode) Reset()

func (*MeasmntPrincipleCode) String

func (x *MeasmntPrincipleCode) String() string

type MeasmntPrincipleCode_Value

type MeasmntPrincipleCode_Value int32
const (
	MeasmntPrincipleCode_INVALID_UNINITIALIZED MeasmntPrincipleCode_Value = 0
	MeasmntPrincipleCode_OTHER                 MeasmntPrincipleCode_Value = 1
	MeasmntPrincipleCode_CHEMICAL              MeasmntPrincipleCode_Value = 2
	MeasmntPrincipleCode_ELECTRICAL            MeasmntPrincipleCode_Value = 3
	MeasmntPrincipleCode_IMPEDANCE             MeasmntPrincipleCode_Value = 4
	MeasmntPrincipleCode_NUCLEAR               MeasmntPrincipleCode_Value = 5
	MeasmntPrincipleCode_OPTICAL               MeasmntPrincipleCode_Value = 6
	MeasmntPrincipleCode_THERMAL               MeasmntPrincipleCode_Value = 7
	MeasmntPrincipleCode_BIOLOGICAL            MeasmntPrincipleCode_Value = 8
	MeasmntPrincipleCode_MECHANICAL            MeasmntPrincipleCode_Value = 9
	MeasmntPrincipleCode_ACOUSTICAL            MeasmntPrincipleCode_Value = 10
	MeasmntPrincipleCode_MANUAL                MeasmntPrincipleCode_Value = 11
)

func (MeasmntPrincipleCode_Value) Descriptor

func (MeasmntPrincipleCode_Value) Enum

func (MeasmntPrincipleCode_Value) EnumDescriptor deprecated

func (MeasmntPrincipleCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MeasmntPrincipleCode_Value.Descriptor instead.

func (MeasmntPrincipleCode_Value) Number

func (MeasmntPrincipleCode_Value) String

func (MeasmntPrincipleCode_Value) Type

type MeasureDataUsageCode

type MeasureDataUsageCode struct {
	Value     MeasureDataUsageCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.MeasureDataUsageCode_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
}

The intended usage for supplemental data elements in the measure See http://hl7.org/fhir/ValueSet/measure-data-usage

func (*MeasureDataUsageCode) Descriptor deprecated

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

Deprecated: Use MeasureDataUsageCode.ProtoReflect.Descriptor instead.

func (*MeasureDataUsageCode) GetExtension

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

func (*MeasureDataUsageCode) GetId

func (*MeasureDataUsageCode) GetValue

func (*MeasureDataUsageCode) ProtoMessage

func (*MeasureDataUsageCode) ProtoMessage()

func (*MeasureDataUsageCode) ProtoReflect

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

func (*MeasureDataUsageCode) Reset

func (x *MeasureDataUsageCode) Reset()

func (*MeasureDataUsageCode) String

func (x *MeasureDataUsageCode) String() string

type MeasureDataUsageCode_Value

type MeasureDataUsageCode_Value int32
const (
	MeasureDataUsageCode_INVALID_UNINITIALIZED  MeasureDataUsageCode_Value = 0
	MeasureDataUsageCode_SUPPLEMENTAL_DATA      MeasureDataUsageCode_Value = 1
	MeasureDataUsageCode_RISK_ADJUSTMENT_FACTOR MeasureDataUsageCode_Value = 2
)

func (MeasureDataUsageCode_Value) Descriptor

func (MeasureDataUsageCode_Value) Enum

func (MeasureDataUsageCode_Value) EnumDescriptor deprecated

func (MeasureDataUsageCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MeasureDataUsageCode_Value.Descriptor instead.

func (MeasureDataUsageCode_Value) Number

func (MeasureDataUsageCode_Value) String

func (MeasureDataUsageCode_Value) Type

type MeasurePopulationTypeCode

type MeasurePopulationTypeCode struct {
	Value     MeasurePopulationTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.MeasurePopulationTypeCode_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
}

The type of population See http://hl7.org/fhir/ValueSet/measure-population

func (*MeasurePopulationTypeCode) Descriptor deprecated

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

Deprecated: Use MeasurePopulationTypeCode.ProtoReflect.Descriptor instead.

func (*MeasurePopulationTypeCode) GetExtension

func (*MeasurePopulationTypeCode) GetId

func (*MeasurePopulationTypeCode) GetValue

func (*MeasurePopulationTypeCode) ProtoMessage

func (*MeasurePopulationTypeCode) ProtoMessage()

func (*MeasurePopulationTypeCode) ProtoReflect

func (*MeasurePopulationTypeCode) Reset

func (x *MeasurePopulationTypeCode) Reset()

func (*MeasurePopulationTypeCode) String

func (x *MeasurePopulationTypeCode) String() string

type MeasurePopulationTypeCode_Value

type MeasurePopulationTypeCode_Value int32
const (
	MeasurePopulationTypeCode_INVALID_UNINITIALIZED        MeasurePopulationTypeCode_Value = 0
	MeasurePopulationTypeCode_INITIAL_POPULATION           MeasurePopulationTypeCode_Value = 1
	MeasurePopulationTypeCode_NUMERATOR                    MeasurePopulationTypeCode_Value = 2
	MeasurePopulationTypeCode_NUMERATOR_EXCLUSION          MeasurePopulationTypeCode_Value = 3
	MeasurePopulationTypeCode_DENOMINATOR                  MeasurePopulationTypeCode_Value = 4
	MeasurePopulationTypeCode_DENOMINATOR_EXCLUSION        MeasurePopulationTypeCode_Value = 5
	MeasurePopulationTypeCode_DENOMINATOR_EXCEPTION        MeasurePopulationTypeCode_Value = 6
	MeasurePopulationTypeCode_MEASURE_POPULATION           MeasurePopulationTypeCode_Value = 7
	MeasurePopulationTypeCode_MEASURE_POPULATION_EXCLUSION MeasurePopulationTypeCode_Value = 8
	MeasurePopulationTypeCode_MEASURE_OBSERVATION          MeasurePopulationTypeCode_Value = 9
)

func (MeasurePopulationTypeCode_Value) Descriptor

func (MeasurePopulationTypeCode_Value) Enum

func (MeasurePopulationTypeCode_Value) EnumDescriptor deprecated

func (MeasurePopulationTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MeasurePopulationTypeCode_Value.Descriptor instead.

func (MeasurePopulationTypeCode_Value) Number

func (MeasurePopulationTypeCode_Value) String

func (MeasurePopulationTypeCode_Value) Type

type MeasureReportStatusCode

type MeasureReportStatusCode struct {
	Value     MeasureReportStatusCode_Value   `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.MeasureReportStatusCode_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
}

The status of the measure report See http://hl7.org/fhir/ValueSet/measure-report-status

func (*MeasureReportStatusCode) Descriptor deprecated

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

Deprecated: Use MeasureReportStatusCode.ProtoReflect.Descriptor instead.

func (*MeasureReportStatusCode) GetExtension

func (*MeasureReportStatusCode) GetId

func (*MeasureReportStatusCode) GetValue

func (*MeasureReportStatusCode) ProtoMessage

func (*MeasureReportStatusCode) ProtoMessage()

func (*MeasureReportStatusCode) ProtoReflect

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

func (*MeasureReportStatusCode) Reset

func (x *MeasureReportStatusCode) Reset()

func (*MeasureReportStatusCode) String

func (x *MeasureReportStatusCode) String() string

type MeasureReportStatusCode_Value

type MeasureReportStatusCode_Value int32
const (
	MeasureReportStatusCode_INVALID_UNINITIALIZED MeasureReportStatusCode_Value = 0
	MeasureReportStatusCode_COMPLETE              MeasureReportStatusCode_Value = 1
	MeasureReportStatusCode_PENDING               MeasureReportStatusCode_Value = 2
	MeasureReportStatusCode_ERROR                 MeasureReportStatusCode_Value = 3
)

func (MeasureReportStatusCode_Value) Descriptor

func (MeasureReportStatusCode_Value) Enum

func (MeasureReportStatusCode_Value) EnumDescriptor deprecated

func (MeasureReportStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MeasureReportStatusCode_Value.Descriptor instead.

func (MeasureReportStatusCode_Value) Number

func (MeasureReportStatusCode_Value) String

func (MeasureReportStatusCode_Value) Type

type MeasureReportTypeCode

type MeasureReportTypeCode struct {
	Value     MeasureReportTypeCode_Value     `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.MeasureReportTypeCode_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
}

The type of the measure report See http://hl7.org/fhir/ValueSet/measure-report-type

func (*MeasureReportTypeCode) Descriptor deprecated

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

Deprecated: Use MeasureReportTypeCode.ProtoReflect.Descriptor instead.

func (*MeasureReportTypeCode) GetExtension

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

func (*MeasureReportTypeCode) GetId

func (*MeasureReportTypeCode) GetValue

func (*MeasureReportTypeCode) ProtoMessage

func (*MeasureReportTypeCode) ProtoMessage()

func (*MeasureReportTypeCode) ProtoReflect

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

func (*MeasureReportTypeCode) Reset

func (x *MeasureReportTypeCode) Reset()

func (*MeasureReportTypeCode) String

func (x *MeasureReportTypeCode) String() string

type MeasureReportTypeCode_Value

type MeasureReportTypeCode_Value int32
const (
	MeasureReportTypeCode_INVALID_UNINITIALIZED MeasureReportTypeCode_Value = 0
	MeasureReportTypeCode_INDIVIDUAL            MeasureReportTypeCode_Value = 1
	MeasureReportTypeCode_PATIENT_LIST          MeasureReportTypeCode_Value = 2
	MeasureReportTypeCode_SUMMARY               MeasureReportTypeCode_Value = 3
)

func (MeasureReportTypeCode_Value) Descriptor

func (MeasureReportTypeCode_Value) Enum

func (MeasureReportTypeCode_Value) EnumDescriptor deprecated

func (MeasureReportTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MeasureReportTypeCode_Value.Descriptor instead.

func (MeasureReportTypeCode_Value) Number

func (MeasureReportTypeCode_Value) String

func (MeasureReportTypeCode_Value) Type

type MeasureScoringCode

type MeasureScoringCode struct {
	Value     MeasureScoringCode_Value        `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.MeasureScoringCode_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
}

The scoring type of the measure See http://hl7.org/fhir/ValueSet/measure-scoring

func (*MeasureScoringCode) Descriptor deprecated

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

Deprecated: Use MeasureScoringCode.ProtoReflect.Descriptor instead.

func (*MeasureScoringCode) GetExtension

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

func (*MeasureScoringCode) GetId

func (*MeasureScoringCode) GetValue

func (*MeasureScoringCode) ProtoMessage

func (*MeasureScoringCode) ProtoMessage()

func (*MeasureScoringCode) ProtoReflect

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

func (*MeasureScoringCode) Reset

func (x *MeasureScoringCode) Reset()

func (*MeasureScoringCode) String

func (x *MeasureScoringCode) String() string

type MeasureScoringCode_Value

type MeasureScoringCode_Value int32
const (
	MeasureScoringCode_INVALID_UNINITIALIZED MeasureScoringCode_Value = 0
	MeasureScoringCode_PROPORTION            MeasureScoringCode_Value = 1
	MeasureScoringCode_RATIO                 MeasureScoringCode_Value = 2
	MeasureScoringCode_CONTINUOUS_VARIABLE   MeasureScoringCode_Value = 3
	MeasureScoringCode_COHORT                MeasureScoringCode_Value = 4
)

func (MeasureScoringCode_Value) Descriptor

func (MeasureScoringCode_Value) Enum

func (MeasureScoringCode_Value) EnumDescriptor deprecated

func (MeasureScoringCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MeasureScoringCode_Value.Descriptor instead.

func (MeasureScoringCode_Value) Number

func (MeasureScoringCode_Value) String

func (x MeasureScoringCode_Value) String() string

func (MeasureScoringCode_Value) Type

type MeasureTypeCode

type MeasureTypeCode struct {
	Value     MeasureTypeCode_Value           `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.MeasureTypeCode_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
}

The type of measure (includes codes from 2.16.840.1.113883.1.11.20368) See http://hl7.org/fhir/ValueSet/measure-type

func (*MeasureTypeCode) Descriptor deprecated

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

Deprecated: Use MeasureTypeCode.ProtoReflect.Descriptor instead.

func (*MeasureTypeCode) GetExtension

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

func (*MeasureTypeCode) GetId

func (*MeasureTypeCode) GetValue

func (x *MeasureTypeCode) GetValue() MeasureTypeCode_Value

func (*MeasureTypeCode) ProtoMessage

func (*MeasureTypeCode) ProtoMessage()

func (*MeasureTypeCode) ProtoReflect

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

func (*MeasureTypeCode) Reset

func (x *MeasureTypeCode) Reset()

func (*MeasureTypeCode) String

func (x *MeasureTypeCode) String() string

type MeasureTypeCode_Value

type MeasureTypeCode_Value int32
const (
	MeasureTypeCode_INVALID_UNINITIALIZED    MeasureTypeCode_Value = 0
	MeasureTypeCode_PROCESS                  MeasureTypeCode_Value = 1
	MeasureTypeCode_OUTCOME                  MeasureTypeCode_Value = 2
	MeasureTypeCode_STRUCTURE                MeasureTypeCode_Value = 3
	MeasureTypeCode_PATIENT_REPORTED_OUTCOME MeasureTypeCode_Value = 4
	MeasureTypeCode_COMPOSITE                MeasureTypeCode_Value = 5
)

func (MeasureTypeCode_Value) Descriptor

func (MeasureTypeCode_Value) Enum

func (MeasureTypeCode_Value) EnumDescriptor deprecated

func (MeasureTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MeasureTypeCode_Value.Descriptor instead.

func (MeasureTypeCode_Value) Number

func (MeasureTypeCode_Value) String

func (x MeasureTypeCode_Value) String() string

func (MeasureTypeCode_Value) Type

type MedicationAdministrationCategoryCode

type MedicationAdministrationCategoryCode struct {
	Value     MedicationAdministrationCategoryCode_Value `` /* 135-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
}

A coded concept describing where the medication administered is expected to occur See http://hl7.org/fhir/ValueSet/medication-admin-category

func (*MedicationAdministrationCategoryCode) Descriptor deprecated

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

Deprecated: Use MedicationAdministrationCategoryCode.ProtoReflect.Descriptor instead.

func (*MedicationAdministrationCategoryCode) GetExtension

func (*MedicationAdministrationCategoryCode) GetId

func (*MedicationAdministrationCategoryCode) GetValue

func (*MedicationAdministrationCategoryCode) ProtoMessage

func (*MedicationAdministrationCategoryCode) ProtoMessage()

func (*MedicationAdministrationCategoryCode) ProtoReflect

func (*MedicationAdministrationCategoryCode) Reset

func (*MedicationAdministrationCategoryCode) String

type MedicationAdministrationCategoryCode_Value

type MedicationAdministrationCategoryCode_Value int32
const (
	MedicationAdministrationCategoryCode_INVALID_UNINITIALIZED MedicationAdministrationCategoryCode_Value = 0
	MedicationAdministrationCategoryCode_INPATIENT             MedicationAdministrationCategoryCode_Value = 1
	MedicationAdministrationCategoryCode_OUTPATIENT            MedicationAdministrationCategoryCode_Value = 2
	MedicationAdministrationCategoryCode_COMMUNITY             MedicationAdministrationCategoryCode_Value = 3
)

func (MedicationAdministrationCategoryCode_Value) Descriptor

func (MedicationAdministrationCategoryCode_Value) Enum

func (MedicationAdministrationCategoryCode_Value) EnumDescriptor deprecated

func (MedicationAdministrationCategoryCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MedicationAdministrationCategoryCode_Value.Descriptor instead.

func (MedicationAdministrationCategoryCode_Value) Number

func (MedicationAdministrationCategoryCode_Value) String

func (MedicationAdministrationCategoryCode_Value) Type

type MedicationAdministrationStatusCode

type MedicationAdministrationStatusCode struct {
	Value     MedicationAdministrationStatusCode_Value `` /* 133-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
}

A set of codes indicating the current status of a MedicationAdministration. See http://hl7.org/fhir/ValueSet/medication-admin-status

func (*MedicationAdministrationStatusCode) Descriptor deprecated

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

Deprecated: Use MedicationAdministrationStatusCode.ProtoReflect.Descriptor instead.

func (*MedicationAdministrationStatusCode) GetExtension

func (*MedicationAdministrationStatusCode) GetId

func (*MedicationAdministrationStatusCode) GetValue

func (*MedicationAdministrationStatusCode) ProtoMessage

func (*MedicationAdministrationStatusCode) ProtoMessage()

func (*MedicationAdministrationStatusCode) ProtoReflect

func (*MedicationAdministrationStatusCode) Reset

func (*MedicationAdministrationStatusCode) String

type MedicationAdministrationStatusCode_Value

type MedicationAdministrationStatusCode_Value int32
const (
	MedicationAdministrationStatusCode_INVALID_UNINITIALIZED MedicationAdministrationStatusCode_Value = 0
	MedicationAdministrationStatusCode_IN_PROGRESS           MedicationAdministrationStatusCode_Value = 1
	MedicationAdministrationStatusCode_ON_HOLD               MedicationAdministrationStatusCode_Value = 2
	MedicationAdministrationStatusCode_COMPLETED             MedicationAdministrationStatusCode_Value = 3
	MedicationAdministrationStatusCode_ENTERED_IN_ERROR      MedicationAdministrationStatusCode_Value = 4
	MedicationAdministrationStatusCode_STOPPED               MedicationAdministrationStatusCode_Value = 5
	MedicationAdministrationStatusCode_UNKNOWN               MedicationAdministrationStatusCode_Value = 6
)

func (MedicationAdministrationStatusCode_Value) Descriptor

func (MedicationAdministrationStatusCode_Value) Enum

func (MedicationAdministrationStatusCode_Value) EnumDescriptor deprecated

func (MedicationAdministrationStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MedicationAdministrationStatusCode_Value.Descriptor instead.

func (MedicationAdministrationStatusCode_Value) Number

func (MedicationAdministrationStatusCode_Value) String

func (MedicationAdministrationStatusCode_Value) Type

type MedicationContainerCode

type MedicationContainerCode struct {
	Value     MedicationContainerCode_Value   `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.MedicationContainerCode_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
}

A coded concept defining the kind of container a medication package is packaged in See http://hl7.org/fhir/ValueSet/medication-package-form

func (*MedicationContainerCode) Descriptor deprecated

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

Deprecated: Use MedicationContainerCode.ProtoReflect.Descriptor instead.

func (*MedicationContainerCode) GetExtension

func (*MedicationContainerCode) GetId

func (*MedicationContainerCode) GetValue

func (*MedicationContainerCode) ProtoMessage

func (*MedicationContainerCode) ProtoMessage()

func (*MedicationContainerCode) ProtoReflect

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

func (*MedicationContainerCode) Reset

func (x *MedicationContainerCode) Reset()

func (*MedicationContainerCode) String

func (x *MedicationContainerCode) String() string

type MedicationContainerCode_Value

type MedicationContainerCode_Value int32
const (
	MedicationContainerCode_INVALID_UNINITIALIZED MedicationContainerCode_Value = 0
	MedicationContainerCode_AMPOULE               MedicationContainerCode_Value = 1
	MedicationContainerCode_BOTTLE                MedicationContainerCode_Value = 2
	MedicationContainerCode_BOX                   MedicationContainerCode_Value = 3
	MedicationContainerCode_CARTRIDGE             MedicationContainerCode_Value = 4
	MedicationContainerCode_CONTAINER             MedicationContainerCode_Value = 5
	MedicationContainerCode_TUBE                  MedicationContainerCode_Value = 6
	MedicationContainerCode_UNITDOSE              MedicationContainerCode_Value = 7
	MedicationContainerCode_VIAL                  MedicationContainerCode_Value = 8
)

func (MedicationContainerCode_Value) Descriptor

func (MedicationContainerCode_Value) Enum

func (MedicationContainerCode_Value) EnumDescriptor deprecated

func (MedicationContainerCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MedicationContainerCode_Value.Descriptor instead.

func (MedicationContainerCode_Value) Number

func (MedicationContainerCode_Value) String

func (MedicationContainerCode_Value) Type

type MedicationDispenseCategoryCode

type MedicationDispenseCategoryCode struct {
	Value     MedicationDispenseCategoryCode_Value `` /* 129-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
}

A code describing where the dispensed medication is expected to be consumed or administered See http://hl7.org/fhir/ValueSet/medication-dispense-category

func (*MedicationDispenseCategoryCode) Descriptor deprecated

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

Deprecated: Use MedicationDispenseCategoryCode.ProtoReflect.Descriptor instead.

func (*MedicationDispenseCategoryCode) GetExtension

func (*MedicationDispenseCategoryCode) GetId

func (*MedicationDispenseCategoryCode) GetValue

func (*MedicationDispenseCategoryCode) ProtoMessage

func (*MedicationDispenseCategoryCode) ProtoMessage()

func (*MedicationDispenseCategoryCode) ProtoReflect

func (*MedicationDispenseCategoryCode) Reset

func (x *MedicationDispenseCategoryCode) Reset()

func (*MedicationDispenseCategoryCode) String

type MedicationDispenseCategoryCode_Value

type MedicationDispenseCategoryCode_Value int32
const (
	MedicationDispenseCategoryCode_INVALID_UNINITIALIZED MedicationDispenseCategoryCode_Value = 0
	MedicationDispenseCategoryCode_INPATIENT             MedicationDispenseCategoryCode_Value = 1
	MedicationDispenseCategoryCode_OUTPATIENT            MedicationDispenseCategoryCode_Value = 2
	MedicationDispenseCategoryCode_COMMUNITY             MedicationDispenseCategoryCode_Value = 3
)

func (MedicationDispenseCategoryCode_Value) Descriptor

func (MedicationDispenseCategoryCode_Value) Enum

func (MedicationDispenseCategoryCode_Value) EnumDescriptor deprecated

func (MedicationDispenseCategoryCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MedicationDispenseCategoryCode_Value.Descriptor instead.

func (MedicationDispenseCategoryCode_Value) Number

func (MedicationDispenseCategoryCode_Value) String

func (MedicationDispenseCategoryCode_Value) Type

type MedicationDispenseStatusCode

type MedicationDispenseStatusCode struct {
	Value     MedicationDispenseStatusCode_Value `` /* 127-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
}

A coded concept specifying the state of the dispense event. See http://hl7.org/fhir/ValueSet/medication-dispense-status

func (*MedicationDispenseStatusCode) Descriptor deprecated

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

Deprecated: Use MedicationDispenseStatusCode.ProtoReflect.Descriptor instead.

func (*MedicationDispenseStatusCode) GetExtension

func (*MedicationDispenseStatusCode) GetId

func (*MedicationDispenseStatusCode) GetValue

func (*MedicationDispenseStatusCode) ProtoMessage

func (*MedicationDispenseStatusCode) ProtoMessage()

func (*MedicationDispenseStatusCode) ProtoReflect

func (*MedicationDispenseStatusCode) Reset

func (x *MedicationDispenseStatusCode) Reset()

func (*MedicationDispenseStatusCode) String

type MedicationDispenseStatusCode_Value

type MedicationDispenseStatusCode_Value int32
const (
	MedicationDispenseStatusCode_INVALID_UNINITIALIZED MedicationDispenseStatusCode_Value = 0
	MedicationDispenseStatusCode_PREPARATION           MedicationDispenseStatusCode_Value = 1
	MedicationDispenseStatusCode_IN_PROGRESS           MedicationDispenseStatusCode_Value = 2
	MedicationDispenseStatusCode_ON_HOLD               MedicationDispenseStatusCode_Value = 3
	MedicationDispenseStatusCode_COMPLETED             MedicationDispenseStatusCode_Value = 4
	MedicationDispenseStatusCode_ENTERED_IN_ERROR      MedicationDispenseStatusCode_Value = 5
	MedicationDispenseStatusCode_STOPPED               MedicationDispenseStatusCode_Value = 6
)

func (MedicationDispenseStatusCode_Value) Descriptor

func (MedicationDispenseStatusCode_Value) Enum

func (MedicationDispenseStatusCode_Value) EnumDescriptor deprecated

func (MedicationDispenseStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MedicationDispenseStatusCode_Value.Descriptor instead.

func (MedicationDispenseStatusCode_Value) Number

func (MedicationDispenseStatusCode_Value) String

func (MedicationDispenseStatusCode_Value) Type

type MedicationRequestCategoryCode

type MedicationRequestCategoryCode struct {
	Value     MedicationRequestCategoryCode_Value `` /* 128-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
}

A coded concept identifying where the medication ordered is expected to be consumed or administered See http://hl7.org/fhir/ValueSet/medication-request-category

func (*MedicationRequestCategoryCode) Descriptor deprecated

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

Deprecated: Use MedicationRequestCategoryCode.ProtoReflect.Descriptor instead.

func (*MedicationRequestCategoryCode) GetExtension

func (*MedicationRequestCategoryCode) GetId

func (*MedicationRequestCategoryCode) GetValue

func (*MedicationRequestCategoryCode) ProtoMessage

func (*MedicationRequestCategoryCode) ProtoMessage()

func (*MedicationRequestCategoryCode) ProtoReflect

func (*MedicationRequestCategoryCode) Reset

func (x *MedicationRequestCategoryCode) Reset()

func (*MedicationRequestCategoryCode) String

type MedicationRequestCategoryCode_Value

type MedicationRequestCategoryCode_Value int32
const (
	MedicationRequestCategoryCode_INVALID_UNINITIALIZED MedicationRequestCategoryCode_Value = 0
	MedicationRequestCategoryCode_INPATIENT             MedicationRequestCategoryCode_Value = 1
	MedicationRequestCategoryCode_OUTPATIENT            MedicationRequestCategoryCode_Value = 2
	MedicationRequestCategoryCode_COMMUNITY             MedicationRequestCategoryCode_Value = 3
)

func (MedicationRequestCategoryCode_Value) Descriptor

func (MedicationRequestCategoryCode_Value) Enum

func (MedicationRequestCategoryCode_Value) EnumDescriptor deprecated

func (MedicationRequestCategoryCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MedicationRequestCategoryCode_Value.Descriptor instead.

func (MedicationRequestCategoryCode_Value) Number

func (MedicationRequestCategoryCode_Value) String

func (MedicationRequestCategoryCode_Value) Type

type MedicationRequestIntentCode

type MedicationRequestIntentCode struct {
	Value     MedicationRequestIntentCode_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
}

The kind of medication order See http://hl7.org/fhir/ValueSet/medication-request-intent

func (*MedicationRequestIntentCode) Descriptor deprecated

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

Deprecated: Use MedicationRequestIntentCode.ProtoReflect.Descriptor instead.

func (*MedicationRequestIntentCode) GetExtension

func (*MedicationRequestIntentCode) GetId

func (*MedicationRequestIntentCode) GetValue

func (*MedicationRequestIntentCode) ProtoMessage

func (*MedicationRequestIntentCode) ProtoMessage()

func (*MedicationRequestIntentCode) ProtoReflect

func (*MedicationRequestIntentCode) Reset

func (x *MedicationRequestIntentCode) Reset()

func (*MedicationRequestIntentCode) String

func (x *MedicationRequestIntentCode) String() string

type MedicationRequestIntentCode_Value

type MedicationRequestIntentCode_Value int32
const (
	MedicationRequestIntentCode_INVALID_UNINITIALIZED MedicationRequestIntentCode_Value = 0
	MedicationRequestIntentCode_PROPOSAL              MedicationRequestIntentCode_Value = 1
	MedicationRequestIntentCode_PLAN                  MedicationRequestIntentCode_Value = 2
	MedicationRequestIntentCode_ORDER                 MedicationRequestIntentCode_Value = 3
	MedicationRequestIntentCode_INSTANCE_ORDER        MedicationRequestIntentCode_Value = 4
)

func (MedicationRequestIntentCode_Value) Descriptor

func (MedicationRequestIntentCode_Value) Enum

func (MedicationRequestIntentCode_Value) EnumDescriptor deprecated

func (MedicationRequestIntentCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MedicationRequestIntentCode_Value.Descriptor instead.

func (MedicationRequestIntentCode_Value) Number

func (MedicationRequestIntentCode_Value) String

func (MedicationRequestIntentCode_Value) Type

type MedicationRequestPriorityCode

type MedicationRequestPriorityCode struct {
	Value     MedicationRequestPriorityCode_Value `` /* 128-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
}

Identifies the level of importance to be assigned to actioning the request See http://hl7.org/fhir/ValueSet/medication-request-priority

func (*MedicationRequestPriorityCode) Descriptor deprecated

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

Deprecated: Use MedicationRequestPriorityCode.ProtoReflect.Descriptor instead.

func (*MedicationRequestPriorityCode) GetExtension

func (*MedicationRequestPriorityCode) GetId

func (*MedicationRequestPriorityCode) GetValue

func (*MedicationRequestPriorityCode) ProtoMessage

func (*MedicationRequestPriorityCode) ProtoMessage()

func (*MedicationRequestPriorityCode) ProtoReflect

func (*MedicationRequestPriorityCode) Reset

func (x *MedicationRequestPriorityCode) Reset()

func (*MedicationRequestPriorityCode) String

type MedicationRequestPriorityCode_Value

type MedicationRequestPriorityCode_Value int32
const (
	MedicationRequestPriorityCode_INVALID_UNINITIALIZED MedicationRequestPriorityCode_Value = 0
	MedicationRequestPriorityCode_ROUTINE               MedicationRequestPriorityCode_Value = 1
	MedicationRequestPriorityCode_URGENT                MedicationRequestPriorityCode_Value = 2
	MedicationRequestPriorityCode_STAT                  MedicationRequestPriorityCode_Value = 3
	MedicationRequestPriorityCode_ASAP                  MedicationRequestPriorityCode_Value = 4
)

func (MedicationRequestPriorityCode_Value) Descriptor

func (MedicationRequestPriorityCode_Value) Enum

func (MedicationRequestPriorityCode_Value) EnumDescriptor deprecated

func (MedicationRequestPriorityCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MedicationRequestPriorityCode_Value.Descriptor instead.

func (MedicationRequestPriorityCode_Value) Number

func (MedicationRequestPriorityCode_Value) String

func (MedicationRequestPriorityCode_Value) Type

type MedicationRequestStatusCode

type MedicationRequestStatusCode struct {
	Value     MedicationRequestStatusCode_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
}

A coded concept specifying the state of the prescribing event. Describes the lifecycle of the prescription See http://hl7.org/fhir/ValueSet/medication-request-status

func (*MedicationRequestStatusCode) Descriptor deprecated

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

Deprecated: Use MedicationRequestStatusCode.ProtoReflect.Descriptor instead.

func (*MedicationRequestStatusCode) GetExtension

func (*MedicationRequestStatusCode) GetId

func (*MedicationRequestStatusCode) GetValue

func (*MedicationRequestStatusCode) ProtoMessage

func (*MedicationRequestStatusCode) ProtoMessage()

func (*MedicationRequestStatusCode) ProtoReflect

func (*MedicationRequestStatusCode) Reset

func (x *MedicationRequestStatusCode) Reset()

func (*MedicationRequestStatusCode) String

func (x *MedicationRequestStatusCode) String() string

type MedicationRequestStatusCode_Value

type MedicationRequestStatusCode_Value int32
const (
	MedicationRequestStatusCode_INVALID_UNINITIALIZED MedicationRequestStatusCode_Value = 0
	MedicationRequestStatusCode_ACTIVE                MedicationRequestStatusCode_Value = 1
	MedicationRequestStatusCode_ON_HOLD               MedicationRequestStatusCode_Value = 2
	MedicationRequestStatusCode_CANCELLED             MedicationRequestStatusCode_Value = 3
	MedicationRequestStatusCode_COMPLETED             MedicationRequestStatusCode_Value = 4
	MedicationRequestStatusCode_ENTERED_IN_ERROR      MedicationRequestStatusCode_Value = 5
	MedicationRequestStatusCode_STOPPED               MedicationRequestStatusCode_Value = 6
	MedicationRequestStatusCode_DRAFT                 MedicationRequestStatusCode_Value = 7
	MedicationRequestStatusCode_UNKNOWN               MedicationRequestStatusCode_Value = 8
)

func (MedicationRequestStatusCode_Value) Descriptor

func (MedicationRequestStatusCode_Value) Enum

func (MedicationRequestStatusCode_Value) EnumDescriptor deprecated

func (MedicationRequestStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MedicationRequestStatusCode_Value.Descriptor instead.

func (MedicationRequestStatusCode_Value) Number

func (MedicationRequestStatusCode_Value) String

func (MedicationRequestStatusCode_Value) Type

type MedicationStatementCategoryCode

type MedicationStatementCategoryCode struct {
	Value     MedicationStatementCategoryCode_Value `` /* 130-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
}

A coded concept identifying where the medication included in the medicationstatement is expected to be consumed or administered See http://hl7.org/fhir/ValueSet/medication-statement-category

func (*MedicationStatementCategoryCode) Descriptor deprecated

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

Deprecated: Use MedicationStatementCategoryCode.ProtoReflect.Descriptor instead.

func (*MedicationStatementCategoryCode) GetExtension

func (*MedicationStatementCategoryCode) GetId

func (*MedicationStatementCategoryCode) GetValue

func (*MedicationStatementCategoryCode) ProtoMessage

func (*MedicationStatementCategoryCode) ProtoMessage()

func (*MedicationStatementCategoryCode) ProtoReflect

func (*MedicationStatementCategoryCode) Reset

func (*MedicationStatementCategoryCode) String

type MedicationStatementCategoryCode_Value

type MedicationStatementCategoryCode_Value int32
const (
	MedicationStatementCategoryCode_INVALID_UNINITIALIZED MedicationStatementCategoryCode_Value = 0
	MedicationStatementCategoryCode_INPATIENT             MedicationStatementCategoryCode_Value = 1
	MedicationStatementCategoryCode_OUTPATIENT            MedicationStatementCategoryCode_Value = 2
	MedicationStatementCategoryCode_COMMUNITY             MedicationStatementCategoryCode_Value = 3
	MedicationStatementCategoryCode_PATIENTSPECIFIED      MedicationStatementCategoryCode_Value = 4
)

func (MedicationStatementCategoryCode_Value) Descriptor

func (MedicationStatementCategoryCode_Value) Enum

func (MedicationStatementCategoryCode_Value) EnumDescriptor deprecated

func (MedicationStatementCategoryCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MedicationStatementCategoryCode_Value.Descriptor instead.

func (MedicationStatementCategoryCode_Value) Number

func (MedicationStatementCategoryCode_Value) String

func (MedicationStatementCategoryCode_Value) Type

type MedicationStatementStatusCode

type MedicationStatementStatusCode struct {
	Value     MedicationStatementStatusCode_Value `` /* 128-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
}

A coded concept indicating the current status of a MedicationStatement. See http://hl7.org/fhir/ValueSet/medication-statement-status

func (*MedicationStatementStatusCode) Descriptor deprecated

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

Deprecated: Use MedicationStatementStatusCode.ProtoReflect.Descriptor instead.

func (*MedicationStatementStatusCode) GetExtension

func (*MedicationStatementStatusCode) GetId

func (*MedicationStatementStatusCode) GetValue

func (*MedicationStatementStatusCode) ProtoMessage

func (*MedicationStatementStatusCode) ProtoMessage()

func (*MedicationStatementStatusCode) ProtoReflect

func (*MedicationStatementStatusCode) Reset

func (x *MedicationStatementStatusCode) Reset()

func (*MedicationStatementStatusCode) String

type MedicationStatementStatusCode_Value

type MedicationStatementStatusCode_Value int32
const (
	MedicationStatementStatusCode_INVALID_UNINITIALIZED MedicationStatementStatusCode_Value = 0
	MedicationStatementStatusCode_ACTIVE                MedicationStatementStatusCode_Value = 1
	MedicationStatementStatusCode_COMPLETED             MedicationStatementStatusCode_Value = 2
	MedicationStatementStatusCode_ENTERED_IN_ERROR      MedicationStatementStatusCode_Value = 3
	MedicationStatementStatusCode_INTENDED              MedicationStatementStatusCode_Value = 4
	MedicationStatementStatusCode_STOPPED               MedicationStatementStatusCode_Value = 5
	MedicationStatementStatusCode_ON_HOLD               MedicationStatementStatusCode_Value = 6
)

func (MedicationStatementStatusCode_Value) Descriptor

func (MedicationStatementStatusCode_Value) Enum

func (MedicationStatementStatusCode_Value) EnumDescriptor deprecated

func (MedicationStatementStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MedicationStatementStatusCode_Value.Descriptor instead.

func (MedicationStatementStatusCode_Value) Number

func (MedicationStatementStatusCode_Value) String

func (MedicationStatementStatusCode_Value) Type

type MedicationStatementTakenCode

type MedicationStatementTakenCode struct {
	Value     MedicationStatementTakenCode_Value `` /* 127-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
}

A coded concept identifying level of certainty if patient has taken or has not taken the medication See http://hl7.org/fhir/ValueSet/medication-statement-taken

func (*MedicationStatementTakenCode) Descriptor deprecated

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

Deprecated: Use MedicationStatementTakenCode.ProtoReflect.Descriptor instead.

func (*MedicationStatementTakenCode) GetExtension

func (*MedicationStatementTakenCode) GetId

func (*MedicationStatementTakenCode) GetValue

func (*MedicationStatementTakenCode) ProtoMessage

func (*MedicationStatementTakenCode) ProtoMessage()

func (*MedicationStatementTakenCode) ProtoReflect

func (*MedicationStatementTakenCode) Reset

func (x *MedicationStatementTakenCode) Reset()

func (*MedicationStatementTakenCode) String

type MedicationStatementTakenCode_Value

type MedicationStatementTakenCode_Value int32
const (
	MedicationStatementTakenCode_INVALID_UNINITIALIZED MedicationStatementTakenCode_Value = 0
	MedicationStatementTakenCode_Y                     MedicationStatementTakenCode_Value = 1
	MedicationStatementTakenCode_N                     MedicationStatementTakenCode_Value = 2
	MedicationStatementTakenCode_UNK                   MedicationStatementTakenCode_Value = 3
	MedicationStatementTakenCode_NA                    MedicationStatementTakenCode_Value = 4
)

func (MedicationStatementTakenCode_Value) Descriptor

func (MedicationStatementTakenCode_Value) Enum

func (MedicationStatementTakenCode_Value) EnumDescriptor deprecated

func (MedicationStatementTakenCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MedicationStatementTakenCode_Value.Descriptor instead.

func (MedicationStatementTakenCode_Value) Number

func (MedicationStatementTakenCode_Value) String

func (MedicationStatementTakenCode_Value) Type

type MedicationStatusCode

type MedicationStatusCode struct {
	Value     MedicationStatusCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.MedicationStatusCode_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
}

A coded concept defining if the medication is in active use See http://hl7.org/fhir/ValueSet/medication-status

func (*MedicationStatusCode) Descriptor deprecated

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

Deprecated: Use MedicationStatusCode.ProtoReflect.Descriptor instead.

func (*MedicationStatusCode) GetExtension

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

func (*MedicationStatusCode) GetId

func (*MedicationStatusCode) GetValue

func (*MedicationStatusCode) ProtoMessage

func (*MedicationStatusCode) ProtoMessage()

func (*MedicationStatusCode) ProtoReflect

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

func (*MedicationStatusCode) Reset

func (x *MedicationStatusCode) Reset()

func (*MedicationStatusCode) String

func (x *MedicationStatusCode) String() string

type MedicationStatusCode_Value

type MedicationStatusCode_Value int32
const (
	MedicationStatusCode_INVALID_UNINITIALIZED MedicationStatusCode_Value = 0
	MedicationStatusCode_ACTIVE                MedicationStatusCode_Value = 1
	MedicationStatusCode_INACTIVE              MedicationStatusCode_Value = 2
	MedicationStatusCode_ENTERED_IN_ERROR      MedicationStatusCode_Value = 3
)

func (MedicationStatusCode_Value) Descriptor

func (MedicationStatusCode_Value) Enum

func (MedicationStatusCode_Value) EnumDescriptor deprecated

func (MedicationStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MedicationStatusCode_Value.Descriptor instead.

func (MedicationStatusCode_Value) Number

func (MedicationStatusCode_Value) String

func (MedicationStatusCode_Value) Type

type MessageEventCode

type MessageEventCode struct {
	Value     MessageEventCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.MessageEventCode_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
}

One of the message events defined as part of FHIR. See http://hl7.org/fhir/ValueSet/message-events

func (*MessageEventCode) Descriptor deprecated

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

Deprecated: Use MessageEventCode.ProtoReflect.Descriptor instead.

func (*MessageEventCode) GetExtension

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

func (*MessageEventCode) GetId

func (*MessageEventCode) GetValue

func (*MessageEventCode) ProtoMessage

func (*MessageEventCode) ProtoMessage()

func (*MessageEventCode) ProtoReflect

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

func (*MessageEventCode) Reset

func (x *MessageEventCode) Reset()

func (*MessageEventCode) String

func (x *MessageEventCode) String() string

type MessageEventCode_Value

type MessageEventCode_Value int32
const (
	MessageEventCode_INVALID_UNINITIALIZED                   MessageEventCode_Value = 0
	MessageEventCode_CODE_SYSTEM_EXPAND                      MessageEventCode_Value = 1
	MessageEventCode_MEDICATION_ADMINISTRATION_COMPLETE      MessageEventCode_Value = 2
	MessageEventCode_MEDICATION_ADMINISTRATION_NULLIFICATION MessageEventCode_Value = 3
	MessageEventCode_MEDICATION_ADMINISTRATION_RECORDING     MessageEventCode_Value = 4
	MessageEventCode_MEDICATION_ADMINISTRATION_UPDATE        MessageEventCode_Value = 5
	MessageEventCode_ADMIN_NOTIFY                            MessageEventCode_Value = 6
	MessageEventCode_COMMUNICATION_REQUEST                   MessageEventCode_Value = 7
	MessageEventCode_DIAGNOSTICREPORT_PROVIDE                MessageEventCode_Value = 8
	MessageEventCode_OBSERVATION_PROVIDE                     MessageEventCode_Value = 9
	MessageEventCode_PATIENT_LINK                            MessageEventCode_Value = 10
	MessageEventCode_PATIENT_UNLINK                          MessageEventCode_Value = 11
	MessageEventCode_VALUESET_EXPAND                         MessageEventCode_Value = 12
)

func (MessageEventCode_Value) Descriptor

func (MessageEventCode_Value) Enum

func (MessageEventCode_Value) EnumDescriptor deprecated

func (MessageEventCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MessageEventCode_Value.Descriptor instead.

func (MessageEventCode_Value) Number

func (MessageEventCode_Value) String

func (x MessageEventCode_Value) String() string

func (MessageEventCode_Value) Type

type MessageHeaderResponseRequestCode

type MessageHeaderResponseRequestCode struct {
	Value     MessageHeaderResponseRequestCode_Value `` /* 131-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
}

One of the message events defined as part of FHIR. See http://hl7.org/fhir/ValueSet/messageheader-response-request

func (*MessageHeaderResponseRequestCode) Descriptor deprecated

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

Deprecated: Use MessageHeaderResponseRequestCode.ProtoReflect.Descriptor instead.

func (*MessageHeaderResponseRequestCode) GetExtension

func (*MessageHeaderResponseRequestCode) GetId

func (*MessageHeaderResponseRequestCode) GetValue

func (*MessageHeaderResponseRequestCode) ProtoMessage

func (*MessageHeaderResponseRequestCode) ProtoMessage()

func (*MessageHeaderResponseRequestCode) ProtoReflect

func (*MessageHeaderResponseRequestCode) Reset

func (*MessageHeaderResponseRequestCode) String

type MessageHeaderResponseRequestCode_Value

type MessageHeaderResponseRequestCode_Value int32
const (
	MessageHeaderResponseRequestCode_INVALID_UNINITIALIZED MessageHeaderResponseRequestCode_Value = 0
	MessageHeaderResponseRequestCode_ALWAYS                MessageHeaderResponseRequestCode_Value = 1
	MessageHeaderResponseRequestCode_ON_ERROR              MessageHeaderResponseRequestCode_Value = 2
	MessageHeaderResponseRequestCode_NEVER                 MessageHeaderResponseRequestCode_Value = 3
	MessageHeaderResponseRequestCode_ON_SUCCESS            MessageHeaderResponseRequestCode_Value = 4
)

func (MessageHeaderResponseRequestCode_Value) Descriptor

func (MessageHeaderResponseRequestCode_Value) Enum

func (MessageHeaderResponseRequestCode_Value) EnumDescriptor deprecated

func (MessageHeaderResponseRequestCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MessageHeaderResponseRequestCode_Value.Descriptor instead.

func (MessageHeaderResponseRequestCode_Value) Number

func (MessageHeaderResponseRequestCode_Value) String

func (MessageHeaderResponseRequestCode_Value) Type

type MessageSignificanceCategoryCode

type MessageSignificanceCategoryCode struct {
	Value     MessageSignificanceCategoryCode_Value `` /* 130-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
}

The impact of the content of a message. See http://hl7.org/fhir/ValueSet/message-significance-category

func (*MessageSignificanceCategoryCode) Descriptor deprecated

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

Deprecated: Use MessageSignificanceCategoryCode.ProtoReflect.Descriptor instead.

func (*MessageSignificanceCategoryCode) GetExtension

func (*MessageSignificanceCategoryCode) GetId

func (*MessageSignificanceCategoryCode) GetValue

func (*MessageSignificanceCategoryCode) ProtoMessage

func (*MessageSignificanceCategoryCode) ProtoMessage()

func (*MessageSignificanceCategoryCode) ProtoReflect

func (*MessageSignificanceCategoryCode) Reset

func (*MessageSignificanceCategoryCode) String

type MessageSignificanceCategoryCode_Value

type MessageSignificanceCategoryCode_Value int32
const (
	MessageSignificanceCategoryCode_INVALID_UNINITIALIZED MessageSignificanceCategoryCode_Value = 0
	MessageSignificanceCategoryCode_CONSEQUENCE           MessageSignificanceCategoryCode_Value = 1
	MessageSignificanceCategoryCode_CURRENCY              MessageSignificanceCategoryCode_Value = 2
	MessageSignificanceCategoryCode_NOTIFICATION          MessageSignificanceCategoryCode_Value = 3
)

func (MessageSignificanceCategoryCode_Value) Descriptor

func (MessageSignificanceCategoryCode_Value) Enum

func (MessageSignificanceCategoryCode_Value) EnumDescriptor deprecated

func (MessageSignificanceCategoryCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MessageSignificanceCategoryCode_Value.Descriptor instead.

func (MessageSignificanceCategoryCode_Value) Number

func (MessageSignificanceCategoryCode_Value) String

func (MessageSignificanceCategoryCode_Value) Type

type MessageTransportCode

type MessageTransportCode struct {
	Value     MessageTransportCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.MessageTransportCode_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
}

The protocol used for message transport. See http://hl7.org/fhir/ValueSet/message-transport

func (*MessageTransportCode) Descriptor deprecated

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

Deprecated: Use MessageTransportCode.ProtoReflect.Descriptor instead.

func (*MessageTransportCode) GetExtension

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

func (*MessageTransportCode) GetId

func (*MessageTransportCode) GetValue

func (*MessageTransportCode) ProtoMessage

func (*MessageTransportCode) ProtoMessage()

func (*MessageTransportCode) ProtoReflect

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

func (*MessageTransportCode) Reset

func (x *MessageTransportCode) Reset()

func (*MessageTransportCode) String

func (x *MessageTransportCode) String() string

type MessageTransportCode_Value

type MessageTransportCode_Value int32
const (
	MessageTransportCode_INVALID_UNINITIALIZED MessageTransportCode_Value = 0
	MessageTransportCode_HTTP                  MessageTransportCode_Value = 1
	MessageTransportCode_FTP                   MessageTransportCode_Value = 2
	MessageTransportCode_MLLP                  MessageTransportCode_Value = 3
)

func (MessageTransportCode_Value) Descriptor

func (MessageTransportCode_Value) Enum

func (MessageTransportCode_Value) EnumDescriptor deprecated

func (MessageTransportCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use MessageTransportCode_Value.Descriptor instead.

func (MessageTransportCode_Value) Number

func (MessageTransportCode_Value) String

func (MessageTransportCode_Value) Type

type NameRepresentationUseCode

type NameRepresentationUseCode struct {
	Value     NameRepresentationUseCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.NameRepresentationUseCode_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
}

A set of codes for each different representation of a name. See http://hl7.org/fhir/ValueSet/name-v3-representation

func (*NameRepresentationUseCode) Descriptor deprecated

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

Deprecated: Use NameRepresentationUseCode.ProtoReflect.Descriptor instead.

func (*NameRepresentationUseCode) GetExtension

func (*NameRepresentationUseCode) GetId

func (*NameRepresentationUseCode) GetValue

func (*NameRepresentationUseCode) ProtoMessage

func (*NameRepresentationUseCode) ProtoMessage()

func (*NameRepresentationUseCode) ProtoReflect

func (*NameRepresentationUseCode) Reset

func (x *NameRepresentationUseCode) Reset()

func (*NameRepresentationUseCode) String

func (x *NameRepresentationUseCode) String() string

type NameRepresentationUseCode_Value

type NameRepresentationUseCode_Value int32
const (
	NameRepresentationUseCode_INVALID_UNINITIALIZED NameRepresentationUseCode_Value = 0
	NameRepresentationUseCode_ABC                   NameRepresentationUseCode_Value = 1
	NameRepresentationUseCode_IDE                   NameRepresentationUseCode_Value = 2
	NameRepresentationUseCode_SYL                   NameRepresentationUseCode_Value = 3
)

func (NameRepresentationUseCode_Value) Descriptor

func (NameRepresentationUseCode_Value) Enum

func (NameRepresentationUseCode_Value) EnumDescriptor deprecated

func (NameRepresentationUseCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use NameRepresentationUseCode_Value.Descriptor instead.

func (NameRepresentationUseCode_Value) Number

func (NameRepresentationUseCode_Value) String

func (NameRepresentationUseCode_Value) Type

type NamingSystemIdentifierTypeCode

type NamingSystemIdentifierTypeCode struct {
	Value     NamingSystemIdentifierTypeCode_Value `` /* 129-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
}

Identifies the style of unique identifier used to identify a namespace. See http://hl7.org/fhir/ValueSet/namingsystem-identifier-type

func (*NamingSystemIdentifierTypeCode) Descriptor deprecated

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

Deprecated: Use NamingSystemIdentifierTypeCode.ProtoReflect.Descriptor instead.

func (*NamingSystemIdentifierTypeCode) GetExtension

func (*NamingSystemIdentifierTypeCode) GetId

func (*NamingSystemIdentifierTypeCode) GetValue

func (*NamingSystemIdentifierTypeCode) ProtoMessage

func (*NamingSystemIdentifierTypeCode) ProtoMessage()

func (*NamingSystemIdentifierTypeCode) ProtoReflect

func (*NamingSystemIdentifierTypeCode) Reset

func (x *NamingSystemIdentifierTypeCode) Reset()

func (*NamingSystemIdentifierTypeCode) String

type NamingSystemIdentifierTypeCode_Value

type NamingSystemIdentifierTypeCode_Value int32
const (
	NamingSystemIdentifierTypeCode_INVALID_UNINITIALIZED NamingSystemIdentifierTypeCode_Value = 0
	NamingSystemIdentifierTypeCode_OID                   NamingSystemIdentifierTypeCode_Value = 1
	NamingSystemIdentifierTypeCode_UUID                  NamingSystemIdentifierTypeCode_Value = 2
	NamingSystemIdentifierTypeCode_URI                   NamingSystemIdentifierTypeCode_Value = 3
	NamingSystemIdentifierTypeCode_OTHER                 NamingSystemIdentifierTypeCode_Value = 4
)

func (NamingSystemIdentifierTypeCode_Value) Descriptor

func (NamingSystemIdentifierTypeCode_Value) Enum

func (NamingSystemIdentifierTypeCode_Value) EnumDescriptor deprecated

func (NamingSystemIdentifierTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use NamingSystemIdentifierTypeCode_Value.Descriptor instead.

func (NamingSystemIdentifierTypeCode_Value) Number

func (NamingSystemIdentifierTypeCode_Value) String

func (NamingSystemIdentifierTypeCode_Value) Type

type NamingSystemTypeCode

type NamingSystemTypeCode struct {
	Value     NamingSystemTypeCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.NamingSystemTypeCode_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
}

Identifies the purpose of the naming system. See http://hl7.org/fhir/ValueSet/namingsystem-type

func (*NamingSystemTypeCode) Descriptor deprecated

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

Deprecated: Use NamingSystemTypeCode.ProtoReflect.Descriptor instead.

func (*NamingSystemTypeCode) GetExtension

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

func (*NamingSystemTypeCode) GetId

func (*NamingSystemTypeCode) GetValue

func (*NamingSystemTypeCode) ProtoMessage

func (*NamingSystemTypeCode) ProtoMessage()

func (*NamingSystemTypeCode) ProtoReflect

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

func (*NamingSystemTypeCode) Reset

func (x *NamingSystemTypeCode) Reset()

func (*NamingSystemTypeCode) String

func (x *NamingSystemTypeCode) String() string

type NamingSystemTypeCode_Value

type NamingSystemTypeCode_Value int32
const (
	NamingSystemTypeCode_INVALID_UNINITIALIZED NamingSystemTypeCode_Value = 0
	NamingSystemTypeCode_CODESYSTEM            NamingSystemTypeCode_Value = 1
	NamingSystemTypeCode_IDENTIFIER            NamingSystemTypeCode_Value = 2
	NamingSystemTypeCode_ROOT                  NamingSystemTypeCode_Value = 3
)

func (NamingSystemTypeCode_Value) Descriptor

func (NamingSystemTypeCode_Value) Enum

func (NamingSystemTypeCode_Value) EnumDescriptor deprecated

func (NamingSystemTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use NamingSystemTypeCode_Value.Descriptor instead.

func (NamingSystemTypeCode_Value) Number

func (NamingSystemTypeCode_Value) String

func (NamingSystemTypeCode_Value) Type

type NarrativeStatusCode

type NarrativeStatusCode struct {
	Value     NarrativeStatusCode_Value       `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.NarrativeStatusCode_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
}

The status of a resource narrative See http://hl7.org/fhir/ValueSet/narrative-status

func (*NarrativeStatusCode) Descriptor deprecated

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

Deprecated: Use NarrativeStatusCode.ProtoReflect.Descriptor instead.

func (*NarrativeStatusCode) GetExtension

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

func (*NarrativeStatusCode) GetId

func (*NarrativeStatusCode) GetValue

func (*NarrativeStatusCode) ProtoMessage

func (*NarrativeStatusCode) ProtoMessage()

func (*NarrativeStatusCode) ProtoReflect

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

func (*NarrativeStatusCode) Reset

func (x *NarrativeStatusCode) Reset()

func (*NarrativeStatusCode) String

func (x *NarrativeStatusCode) String() string

type NarrativeStatusCode_Value

type NarrativeStatusCode_Value int32
const (
	NarrativeStatusCode_INVALID_UNINITIALIZED NarrativeStatusCode_Value = 0
	NarrativeStatusCode_GENERATED             NarrativeStatusCode_Value = 1
	NarrativeStatusCode_EXTENSIONS            NarrativeStatusCode_Value = 2
	NarrativeStatusCode_ADDITIONAL            NarrativeStatusCode_Value = 3
	NarrativeStatusCode_EMPTY                 NarrativeStatusCode_Value = 4
)

func (NarrativeStatusCode_Value) Descriptor

func (NarrativeStatusCode_Value) Enum

func (NarrativeStatusCode_Value) EnumDescriptor deprecated

func (NarrativeStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use NarrativeStatusCode_Value.Descriptor instead.

func (NarrativeStatusCode_Value) Number

func (NarrativeStatusCode_Value) String

func (x NarrativeStatusCode_Value) String() string

func (NarrativeStatusCode_Value) Type

type NoteTypeCode

type NoteTypeCode struct {
	Value     NoteTypeCode_Value              `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.NoteTypeCode_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
}

The presentation types of notes. See http://hl7.org/fhir/ValueSet/note-type

func (*NoteTypeCode) Descriptor deprecated

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

Deprecated: Use NoteTypeCode.ProtoReflect.Descriptor instead.

func (*NoteTypeCode) GetExtension

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

func (*NoteTypeCode) GetId

func (*NoteTypeCode) GetValue

func (x *NoteTypeCode) GetValue() NoteTypeCode_Value

func (*NoteTypeCode) ProtoMessage

func (*NoteTypeCode) ProtoMessage()

func (*NoteTypeCode) ProtoReflect

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

func (*NoteTypeCode) Reset

func (x *NoteTypeCode) Reset()

func (*NoteTypeCode) String

func (x *NoteTypeCode) String() string

type NoteTypeCode_Value

type NoteTypeCode_Value int32
const (
	NoteTypeCode_INVALID_UNINITIALIZED NoteTypeCode_Value = 0
	NoteTypeCode_DISPLAY               NoteTypeCode_Value = 1
	NoteTypeCode_PRINT                 NoteTypeCode_Value = 2
	NoteTypeCode_PRINTOPER             NoteTypeCode_Value = 3
)

func (NoteTypeCode_Value) Descriptor

func (NoteTypeCode_Value) Enum

func (NoteTypeCode_Value) EnumDescriptor deprecated

func (NoteTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use NoteTypeCode_Value.Descriptor instead.

func (NoteTypeCode_Value) Number

func (NoteTypeCode_Value) String

func (x NoteTypeCode_Value) String() string

func (NoteTypeCode_Value) Type

type NullFlavorCode

type NullFlavorCode struct {
	Value     NullFlavorCode_Value            `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.NullFlavorCode_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
}

A collection of codes specifying why a valid value is not present. See http://hl7.org/fhir/ValueSet/v3-NullFlavor

func (*NullFlavorCode) Descriptor deprecated

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

Deprecated: Use NullFlavorCode.ProtoReflect.Descriptor instead.

func (*NullFlavorCode) GetExtension

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

func (*NullFlavorCode) GetId

func (*NullFlavorCode) GetValue

func (x *NullFlavorCode) GetValue() NullFlavorCode_Value

func (*NullFlavorCode) ProtoMessage

func (*NullFlavorCode) ProtoMessage()

func (*NullFlavorCode) ProtoReflect

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

func (*NullFlavorCode) Reset

func (x *NullFlavorCode) Reset()

func (*NullFlavorCode) String

func (x *NullFlavorCode) String() string

type NullFlavorCode_Value

type NullFlavorCode_Value int32
const (
	NullFlavorCode_INVALID_UNINITIALIZED NullFlavorCode_Value = 0
	NullFlavorCode_NI                    NullFlavorCode_Value = 1
	NullFlavorCode_INV                   NullFlavorCode_Value = 2
	NullFlavorCode_DER                   NullFlavorCode_Value = 3
	NullFlavorCode_OTH                   NullFlavorCode_Value = 4
	NullFlavorCode_NINF                  NullFlavorCode_Value = 5
	NullFlavorCode_PINF                  NullFlavorCode_Value = 6
	NullFlavorCode_UNC                   NullFlavorCode_Value = 7
	NullFlavorCode_MSK                   NullFlavorCode_Value = 8
	NullFlavorCode_NA                    NullFlavorCode_Value = 9
	NullFlavorCode_UNK                   NullFlavorCode_Value = 10
	NullFlavorCode_ASKU                  NullFlavorCode_Value = 11
	NullFlavorCode_NAV                   NullFlavorCode_Value = 12
	NullFlavorCode_NASK                  NullFlavorCode_Value = 13
	NullFlavorCode_NAVU                  NullFlavorCode_Value = 14
	NullFlavorCode_QS                    NullFlavorCode_Value = 15
	NullFlavorCode_TRC                   NullFlavorCode_Value = 16
	NullFlavorCode_NP                    NullFlavorCode_Value = 17
)

func (NullFlavorCode_Value) Descriptor

func (NullFlavorCode_Value) Enum

func (NullFlavorCode_Value) EnumDescriptor deprecated

func (NullFlavorCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use NullFlavorCode_Value.Descriptor instead.

func (NullFlavorCode_Value) Number

func (NullFlavorCode_Value) String

func (x NullFlavorCode_Value) String() string

func (NullFlavorCode_Value) Type

type NutritionOrderStatusCode

type NutritionOrderStatusCode struct {
	Value     NutritionOrderStatusCode_Value  `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.NutritionOrderStatusCode_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
}

Codes specifying the state of the request. Describes the lifecycle of the nutrition order. See http://hl7.org/fhir/ValueSet/nutrition-request-status

func (*NutritionOrderStatusCode) Descriptor deprecated

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

Deprecated: Use NutritionOrderStatusCode.ProtoReflect.Descriptor instead.

func (*NutritionOrderStatusCode) GetExtension

func (*NutritionOrderStatusCode) GetId

func (*NutritionOrderStatusCode) GetValue

func (*NutritionOrderStatusCode) ProtoMessage

func (*NutritionOrderStatusCode) ProtoMessage()

func (*NutritionOrderStatusCode) ProtoReflect

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

func (*NutritionOrderStatusCode) Reset

func (x *NutritionOrderStatusCode) Reset()

func (*NutritionOrderStatusCode) String

func (x *NutritionOrderStatusCode) String() string

type NutritionOrderStatusCode_Value

type NutritionOrderStatusCode_Value int32
const (
	NutritionOrderStatusCode_INVALID_UNINITIALIZED NutritionOrderStatusCode_Value = 0
	NutritionOrderStatusCode_PROPOSED              NutritionOrderStatusCode_Value = 1
	NutritionOrderStatusCode_DRAFT                 NutritionOrderStatusCode_Value = 2
	NutritionOrderStatusCode_PLANNED               NutritionOrderStatusCode_Value = 3
	NutritionOrderStatusCode_REQUESTED             NutritionOrderStatusCode_Value = 4
	NutritionOrderStatusCode_ACTIVE                NutritionOrderStatusCode_Value = 5
	NutritionOrderStatusCode_ON_HOLD               NutritionOrderStatusCode_Value = 6
	NutritionOrderStatusCode_COMPLETED             NutritionOrderStatusCode_Value = 7
	NutritionOrderStatusCode_CANCELLED             NutritionOrderStatusCode_Value = 8
	NutritionOrderStatusCode_ENTERED_IN_ERROR      NutritionOrderStatusCode_Value = 9
)

func (NutritionOrderStatusCode_Value) Descriptor

func (NutritionOrderStatusCode_Value) Enum

func (NutritionOrderStatusCode_Value) EnumDescriptor deprecated

func (NutritionOrderStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use NutritionOrderStatusCode_Value.Descriptor instead.

func (NutritionOrderStatusCode_Value) Number

func (NutritionOrderStatusCode_Value) String

func (NutritionOrderStatusCode_Value) Type

type ObservationCategoryCodesCode

type ObservationCategoryCodesCode struct {
	Value     ObservationCategoryCodesCode_Value `` /* 127-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
}

Observation Category codes. See http://hl7.org/fhir/ValueSet/observation-category

func (*ObservationCategoryCodesCode) Descriptor deprecated

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

Deprecated: Use ObservationCategoryCodesCode.ProtoReflect.Descriptor instead.

func (*ObservationCategoryCodesCode) GetExtension

func (*ObservationCategoryCodesCode) GetId

func (*ObservationCategoryCodesCode) GetValue

func (*ObservationCategoryCodesCode) ProtoMessage

func (*ObservationCategoryCodesCode) ProtoMessage()

func (*ObservationCategoryCodesCode) ProtoReflect

func (*ObservationCategoryCodesCode) Reset

func (x *ObservationCategoryCodesCode) Reset()

func (*ObservationCategoryCodesCode) String

type ObservationCategoryCodesCode_Value

type ObservationCategoryCodesCode_Value int32
const (
	ObservationCategoryCodesCode_INVALID_UNINITIALIZED ObservationCategoryCodesCode_Value = 0
	ObservationCategoryCodesCode_SOCIAL_HISTORY        ObservationCategoryCodesCode_Value = 1
	ObservationCategoryCodesCode_VITAL_SIGNS           ObservationCategoryCodesCode_Value = 2
	ObservationCategoryCodesCode_IMAGING               ObservationCategoryCodesCode_Value = 3
	ObservationCategoryCodesCode_LABORATORY            ObservationCategoryCodesCode_Value = 4
	ObservationCategoryCodesCode_PROCEDURE             ObservationCategoryCodesCode_Value = 5
	ObservationCategoryCodesCode_SURVEY                ObservationCategoryCodesCode_Value = 6
	ObservationCategoryCodesCode_EXAM                  ObservationCategoryCodesCode_Value = 7
	ObservationCategoryCodesCode_THERAPY               ObservationCategoryCodesCode_Value = 8
)

func (ObservationCategoryCodesCode_Value) Descriptor

func (ObservationCategoryCodesCode_Value) Enum

func (ObservationCategoryCodesCode_Value) EnumDescriptor deprecated

func (ObservationCategoryCodesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ObservationCategoryCodesCode_Value.Descriptor instead.

func (ObservationCategoryCodesCode_Value) Number

func (ObservationCategoryCodesCode_Value) String

func (ObservationCategoryCodesCode_Value) Type

type ObservationReferenceRangeMeaningCodesCode

type ObservationReferenceRangeMeaningCodesCode struct {
	Value     ObservationReferenceRangeMeaningCodesCode_Value `` /* 140-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
}

This value set defines a set of codes that can be used to indicate the meaning/use of a reference range for a particular target population. See http://hl7.org/fhir/ValueSet/referencerange-meaning

func (*ObservationReferenceRangeMeaningCodesCode) Descriptor deprecated

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

Deprecated: Use ObservationReferenceRangeMeaningCodesCode.ProtoReflect.Descriptor instead.

func (*ObservationReferenceRangeMeaningCodesCode) GetExtension

func (*ObservationReferenceRangeMeaningCodesCode) GetId

func (*ObservationReferenceRangeMeaningCodesCode) GetValue

func (*ObservationReferenceRangeMeaningCodesCode) ProtoMessage

func (*ObservationReferenceRangeMeaningCodesCode) ProtoReflect

func (*ObservationReferenceRangeMeaningCodesCode) Reset

func (*ObservationReferenceRangeMeaningCodesCode) String

type ObservationReferenceRangeMeaningCodesCode_Value

type ObservationReferenceRangeMeaningCodesCode_Value int32
const (
	ObservationReferenceRangeMeaningCodesCode_INVALID_UNINITIALIZED ObservationReferenceRangeMeaningCodesCode_Value = 0
	ObservationReferenceRangeMeaningCodesCode_NORMAL                ObservationReferenceRangeMeaningCodesCode_Value = 1
	ObservationReferenceRangeMeaningCodesCode_RECOMMENDED           ObservationReferenceRangeMeaningCodesCode_Value = 2
	ObservationReferenceRangeMeaningCodesCode_TREATMENT             ObservationReferenceRangeMeaningCodesCode_Value = 3
	ObservationReferenceRangeMeaningCodesCode_THERAPEUTIC           ObservationReferenceRangeMeaningCodesCode_Value = 4
	ObservationReferenceRangeMeaningCodesCode_PRE                   ObservationReferenceRangeMeaningCodesCode_Value = 5
	ObservationReferenceRangeMeaningCodesCode_POST                  ObservationReferenceRangeMeaningCodesCode_Value = 6
	ObservationReferenceRangeMeaningCodesCode_PRE_PUBERTY           ObservationReferenceRangeMeaningCodesCode_Value = 7
	ObservationReferenceRangeMeaningCodesCode_FOLLICULAR            ObservationReferenceRangeMeaningCodesCode_Value = 8
	ObservationReferenceRangeMeaningCodesCode_MIDCYCLE              ObservationReferenceRangeMeaningCodesCode_Value = 9
	ObservationReferenceRangeMeaningCodesCode_LUTEAL                ObservationReferenceRangeMeaningCodesCode_Value = 10
	ObservationReferenceRangeMeaningCodesCode_POSTMEOPAUSAL         ObservationReferenceRangeMeaningCodesCode_Value = 11
)

func (ObservationReferenceRangeMeaningCodesCode_Value) Descriptor

func (ObservationReferenceRangeMeaningCodesCode_Value) Enum

func (ObservationReferenceRangeMeaningCodesCode_Value) EnumDescriptor deprecated

Deprecated: Use ObservationReferenceRangeMeaningCodesCode_Value.Descriptor instead.

func (ObservationReferenceRangeMeaningCodesCode_Value) Number

func (ObservationReferenceRangeMeaningCodesCode_Value) String

func (ObservationReferenceRangeMeaningCodesCode_Value) Type

type ObservationRelationshipTypeCode

type ObservationRelationshipTypeCode struct {
	Value     ObservationRelationshipTypeCode_Value `` /* 130-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
}

Codes specifying how two observations are related. See http://hl7.org/fhir/ValueSet/observation-relationshiptypes

func (*ObservationRelationshipTypeCode) Descriptor deprecated

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

Deprecated: Use ObservationRelationshipTypeCode.ProtoReflect.Descriptor instead.

func (*ObservationRelationshipTypeCode) GetExtension

func (*ObservationRelationshipTypeCode) GetId

func (*ObservationRelationshipTypeCode) GetValue

func (*ObservationRelationshipTypeCode) ProtoMessage

func (*ObservationRelationshipTypeCode) ProtoMessage()

func (*ObservationRelationshipTypeCode) ProtoReflect

func (*ObservationRelationshipTypeCode) Reset

func (*ObservationRelationshipTypeCode) String

type ObservationRelationshipTypeCode_Value

type ObservationRelationshipTypeCode_Value int32
const (
	ObservationRelationshipTypeCode_INVALID_UNINITIALIZED ObservationRelationshipTypeCode_Value = 0
	ObservationRelationshipTypeCode_HAS_MEMBER            ObservationRelationshipTypeCode_Value = 1
	ObservationRelationshipTypeCode_DERIVED_FROM          ObservationRelationshipTypeCode_Value = 2
	ObservationRelationshipTypeCode_SEQUEL_TO             ObservationRelationshipTypeCode_Value = 3
	ObservationRelationshipTypeCode_REPLACES              ObservationRelationshipTypeCode_Value = 4
	ObservationRelationshipTypeCode_QUALIFIED_BY          ObservationRelationshipTypeCode_Value = 5
	ObservationRelationshipTypeCode_INTERFERED_BY         ObservationRelationshipTypeCode_Value = 6
)

func (ObservationRelationshipTypeCode_Value) Descriptor

func (ObservationRelationshipTypeCode_Value) Enum

func (ObservationRelationshipTypeCode_Value) EnumDescriptor deprecated

func (ObservationRelationshipTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ObservationRelationshipTypeCode_Value.Descriptor instead.

func (ObservationRelationshipTypeCode_Value) Number

func (ObservationRelationshipTypeCode_Value) String

func (ObservationRelationshipTypeCode_Value) Type

type ObservationStatusCode

type ObservationStatusCode struct {
	Value     ObservationStatusCode_Value     `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ObservationStatusCode_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
}

Codes providing the status of an observation. See http://hl7.org/fhir/ValueSet/observation-status

func (*ObservationStatusCode) Descriptor deprecated

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

Deprecated: Use ObservationStatusCode.ProtoReflect.Descriptor instead.

func (*ObservationStatusCode) GetExtension

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

func (*ObservationStatusCode) GetId

func (*ObservationStatusCode) GetValue

func (*ObservationStatusCode) ProtoMessage

func (*ObservationStatusCode) ProtoMessage()

func (*ObservationStatusCode) ProtoReflect

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

func (*ObservationStatusCode) Reset

func (x *ObservationStatusCode) Reset()

func (*ObservationStatusCode) String

func (x *ObservationStatusCode) String() string

type ObservationStatusCode_Value

type ObservationStatusCode_Value int32
const (
	ObservationStatusCode_INVALID_UNINITIALIZED ObservationStatusCode_Value = 0
	ObservationStatusCode_REGISTERED            ObservationStatusCode_Value = 1
	ObservationStatusCode_PRELIMINARY           ObservationStatusCode_Value = 2
	ObservationStatusCode_FINAL                 ObservationStatusCode_Value = 3
	ObservationStatusCode_AMENDED               ObservationStatusCode_Value = 4
	ObservationStatusCode_CORRECTED             ObservationStatusCode_Value = 5
	ObservationStatusCode_CANCELLED             ObservationStatusCode_Value = 6
	ObservationStatusCode_ENTERED_IN_ERROR      ObservationStatusCode_Value = 7
	ObservationStatusCode_UNKNOWN               ObservationStatusCode_Value = 8
)

func (ObservationStatusCode_Value) Descriptor

func (ObservationStatusCode_Value) Enum

func (ObservationStatusCode_Value) EnumDescriptor deprecated

func (ObservationStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ObservationStatusCode_Value.Descriptor instead.

func (ObservationStatusCode_Value) Number

func (ObservationStatusCode_Value) String

func (ObservationStatusCode_Value) Type

type OperationKindCode

type OperationKindCode struct {
	Value     OperationKindCode_Value         `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.OperationKindCode_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
}

Whether an operation is a normal operation or a query. See http://hl7.org/fhir/ValueSet/operation-kind

func (*OperationKindCode) Descriptor deprecated

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

Deprecated: Use OperationKindCode.ProtoReflect.Descriptor instead.

func (*OperationKindCode) GetExtension

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

func (*OperationKindCode) GetId

func (*OperationKindCode) GetValue

func (*OperationKindCode) ProtoMessage

func (*OperationKindCode) ProtoMessage()

func (*OperationKindCode) ProtoReflect

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

func (*OperationKindCode) Reset

func (x *OperationKindCode) Reset()

func (*OperationKindCode) String

func (x *OperationKindCode) String() string

type OperationKindCode_Value

type OperationKindCode_Value int32
const (
	OperationKindCode_INVALID_UNINITIALIZED OperationKindCode_Value = 0
	OperationKindCode_OPERATION             OperationKindCode_Value = 1
	OperationKindCode_QUERY                 OperationKindCode_Value = 2
)

func (OperationKindCode_Value) Descriptor

func (OperationKindCode_Value) Enum

func (OperationKindCode_Value) EnumDescriptor deprecated

func (OperationKindCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use OperationKindCode_Value.Descriptor instead.

func (OperationKindCode_Value) Number

func (OperationKindCode_Value) String

func (x OperationKindCode_Value) String() string

func (OperationKindCode_Value) Type

type OperationOutcomeCodesCode

type OperationOutcomeCodesCode struct {
	Value     OperationOutcomeCodesCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.OperationOutcomeCodesCode_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
}

Operation Outcome codes used by FHIR test servers (see Implementation file translations.xml) See http://hl7.org/fhir/ValueSet/operation-outcome

func (*OperationOutcomeCodesCode) Descriptor deprecated

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

Deprecated: Use OperationOutcomeCodesCode.ProtoReflect.Descriptor instead.

func (*OperationOutcomeCodesCode) GetExtension

func (*OperationOutcomeCodesCode) GetId

func (*OperationOutcomeCodesCode) GetValue

func (*OperationOutcomeCodesCode) ProtoMessage

func (*OperationOutcomeCodesCode) ProtoMessage()

func (*OperationOutcomeCodesCode) ProtoReflect

func (*OperationOutcomeCodesCode) Reset

func (x *OperationOutcomeCodesCode) Reset()

func (*OperationOutcomeCodesCode) String

func (x *OperationOutcomeCodesCode) String() string

type OperationOutcomeCodesCode_Value

type OperationOutcomeCodesCode_Value int32
const (
	OperationOutcomeCodesCode_INVALID_UNINITIALIZED          OperationOutcomeCodesCode_Value = 0
	OperationOutcomeCodesCode_MSG_AUTH_REQUIRED              OperationOutcomeCodesCode_Value = 1
	OperationOutcomeCodesCode_MSG_BAD_FORMAT                 OperationOutcomeCodesCode_Value = 2
	OperationOutcomeCodesCode_MSG_BAD_SYNTAX                 OperationOutcomeCodesCode_Value = 3
	OperationOutcomeCodesCode_MSG_CANT_PARSE_CONTENT         OperationOutcomeCodesCode_Value = 4
	OperationOutcomeCodesCode_MSG_CANT_PARSE_ROOT            OperationOutcomeCodesCode_Value = 5
	OperationOutcomeCodesCode_MSG_CREATED                    OperationOutcomeCodesCode_Value = 6
	OperationOutcomeCodesCode_MSG_DATE_FORMAT                OperationOutcomeCodesCode_Value = 7
	OperationOutcomeCodesCode_MSG_DELETED                    OperationOutcomeCodesCode_Value = 8
	OperationOutcomeCodesCode_MSG_DELETED_DONE               OperationOutcomeCodesCode_Value = 9
	OperationOutcomeCodesCode_MSG_DELETED_ID                 OperationOutcomeCodesCode_Value = 10
	OperationOutcomeCodesCode_MSG_DUPLICATE_ID               OperationOutcomeCodesCode_Value = 11
	OperationOutcomeCodesCode_MSG_ERROR_PARSING              OperationOutcomeCodesCode_Value = 12
	OperationOutcomeCodesCode_MSG_ID_INVALID                 OperationOutcomeCodesCode_Value = 13
	OperationOutcomeCodesCode_MSG_ID_TOO_LONG                OperationOutcomeCodesCode_Value = 14
	OperationOutcomeCodesCode_MSG_INVALID_ID                 OperationOutcomeCodesCode_Value = 15
	OperationOutcomeCodesCode_MSG_JSON_OBJECT                OperationOutcomeCodesCode_Value = 16
	OperationOutcomeCodesCode_MSG_LOCAL_FAIL                 OperationOutcomeCodesCode_Value = 17
	OperationOutcomeCodesCode_MSG_NO_MATCH                   OperationOutcomeCodesCode_Value = 18
	OperationOutcomeCodesCode_MSG_NO_EXIST                   OperationOutcomeCodesCode_Value = 19
	OperationOutcomeCodesCode_MSG_NO_MODULE                  OperationOutcomeCodesCode_Value = 20
	OperationOutcomeCodesCode_MSG_NO_SUMMARY                 OperationOutcomeCodesCode_Value = 21
	OperationOutcomeCodesCode_MSG_OP_NOT_ALLOWED             OperationOutcomeCodesCode_Value = 22
	OperationOutcomeCodesCode_MSG_PARAM_CHAINED              OperationOutcomeCodesCode_Value = 23
	OperationOutcomeCodesCode_MSG_PARAM_NO_REPEAT            OperationOutcomeCodesCode_Value = 24
	OperationOutcomeCodesCode_MSG_PARAM_UNKNOWN              OperationOutcomeCodesCode_Value = 25
	OperationOutcomeCodesCode_MSG_PARAM_INVALID              OperationOutcomeCodesCode_Value = 26
	OperationOutcomeCodesCode_MSG_PARAM_MODIFIER_INVALID     OperationOutcomeCodesCode_Value = 27
	OperationOutcomeCodesCode_MSG_RESOURCE_EXAMPLE_PROTECTED OperationOutcomeCodesCode_Value = 28
	OperationOutcomeCodesCode_MSG_RESOURCE_ID_FAIL           OperationOutcomeCodesCode_Value = 29
	OperationOutcomeCodesCode_MSG_RESOURCE_NOT_ALLOWED       OperationOutcomeCodesCode_Value = 30
	OperationOutcomeCodesCode_MSG_RESOURCE_REQUIRED          OperationOutcomeCodesCode_Value = 31
	OperationOutcomeCodesCode_MSG_RESOURCE_ID_MISMATCH       OperationOutcomeCodesCode_Value = 32
	OperationOutcomeCodesCode_MSG_RESOURCE_ID_MISSING        OperationOutcomeCodesCode_Value = 33
	OperationOutcomeCodesCode_MSG_RESOURCE_TYPE_MISMATCH     OperationOutcomeCodesCode_Value = 34
	OperationOutcomeCodesCode_MSG_SORT_UNKNOWN               OperationOutcomeCodesCode_Value = 35
	OperationOutcomeCodesCode_MSG_TRANSACTION_DUPLICATE_ID   OperationOutcomeCodesCode_Value = 36
	OperationOutcomeCodesCode_MSG_TRANSACTION_MISSING_ID     OperationOutcomeCodesCode_Value = 37
	OperationOutcomeCodesCode_MSG_UNHANDLED_NODE_TYPE        OperationOutcomeCodesCode_Value = 38
	OperationOutcomeCodesCode_MSG_UNKNOWN_CONTENT            OperationOutcomeCodesCode_Value = 39
	OperationOutcomeCodesCode_MSG_UNKNOWN_OPERATION          OperationOutcomeCodesCode_Value = 40
	OperationOutcomeCodesCode_MSG_UNKNOWN_TYPE               OperationOutcomeCodesCode_Value = 41
	OperationOutcomeCodesCode_MSG_UPDATED                    OperationOutcomeCodesCode_Value = 42
	OperationOutcomeCodesCode_MSG_VERSION_AWARE              OperationOutcomeCodesCode_Value = 43
	OperationOutcomeCodesCode_MSG_VERSION_AWARE_CONFLICT     OperationOutcomeCodesCode_Value = 44
	OperationOutcomeCodesCode_MSG_VERSION_AWARE_URL          OperationOutcomeCodesCode_Value = 45
	OperationOutcomeCodesCode_MSG_WRONG_NS                   OperationOutcomeCodesCode_Value = 46
	OperationOutcomeCodesCode_SEARCH_MULTIPLE                OperationOutcomeCodesCode_Value = 47
	OperationOutcomeCodesCode_UPDATE_MULTIPLE_MATCHES        OperationOutcomeCodesCode_Value = 48
	OperationOutcomeCodesCode_DELETE_MULTIPLE_MATCHES        OperationOutcomeCodesCode_Value = 49
	OperationOutcomeCodesCode_SEARCH_NONE                    OperationOutcomeCodesCode_Value = 50
)

func (OperationOutcomeCodesCode_Value) Descriptor

func (OperationOutcomeCodesCode_Value) Enum

func (OperationOutcomeCodesCode_Value) EnumDescriptor deprecated

func (OperationOutcomeCodesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use OperationOutcomeCodesCode_Value.Descriptor instead.

func (OperationOutcomeCodesCode_Value) Number

func (OperationOutcomeCodesCode_Value) String

func (OperationOutcomeCodesCode_Value) Type

type OperationParameterUseCode

type OperationParameterUseCode struct {
	Value     OperationParameterUseCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.OperationParameterUseCode_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
}

Whether an operation parameter is an input or an output parameter. See http://hl7.org/fhir/ValueSet/operation-parameter-use

func (*OperationParameterUseCode) Descriptor deprecated

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

Deprecated: Use OperationParameterUseCode.ProtoReflect.Descriptor instead.

func (*OperationParameterUseCode) GetExtension

func (*OperationParameterUseCode) GetId

func (*OperationParameterUseCode) GetValue

func (*OperationParameterUseCode) ProtoMessage

func (*OperationParameterUseCode) ProtoMessage()

func (*OperationParameterUseCode) ProtoReflect

func (*OperationParameterUseCode) Reset

func (x *OperationParameterUseCode) Reset()

func (*OperationParameterUseCode) String

func (x *OperationParameterUseCode) String() string

type OperationParameterUseCode_Value

type OperationParameterUseCode_Value int32
const (
	OperationParameterUseCode_INVALID_UNINITIALIZED OperationParameterUseCode_Value = 0
	OperationParameterUseCode_IN                    OperationParameterUseCode_Value = 1
	OperationParameterUseCode_OUT                   OperationParameterUseCode_Value = 2
)

func (OperationParameterUseCode_Value) Descriptor

func (OperationParameterUseCode_Value) Enum

func (OperationParameterUseCode_Value) EnumDescriptor deprecated

func (OperationParameterUseCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use OperationParameterUseCode_Value.Descriptor instead.

func (OperationParameterUseCode_Value) Number

func (OperationParameterUseCode_Value) String

func (OperationParameterUseCode_Value) Type

type OrganizationTypeCode

type OrganizationTypeCode struct {
	Value     OrganizationTypeCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.OrganizationTypeCode_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
}

This example value set defines a set of codes that can be used to indicate a type of organization. See http://hl7.org/fhir/ValueSet/organization-type

func (*OrganizationTypeCode) Descriptor deprecated

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

Deprecated: Use OrganizationTypeCode.ProtoReflect.Descriptor instead.

func (*OrganizationTypeCode) GetExtension

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

func (*OrganizationTypeCode) GetId

func (*OrganizationTypeCode) GetValue

func (*OrganizationTypeCode) ProtoMessage

func (*OrganizationTypeCode) ProtoMessage()

func (*OrganizationTypeCode) ProtoReflect

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

func (*OrganizationTypeCode) Reset

func (x *OrganizationTypeCode) Reset()

func (*OrganizationTypeCode) String

func (x *OrganizationTypeCode) String() string

type OrganizationTypeCode_Value

type OrganizationTypeCode_Value int32
const (
	OrganizationTypeCode_INVALID_UNINITIALIZED OrganizationTypeCode_Value = 0
	OrganizationTypeCode_PROV                  OrganizationTypeCode_Value = 1
	OrganizationTypeCode_DEPT                  OrganizationTypeCode_Value = 2
	OrganizationTypeCode_TEAM                  OrganizationTypeCode_Value = 3
	OrganizationTypeCode_GOVT                  OrganizationTypeCode_Value = 4
	OrganizationTypeCode_INS                   OrganizationTypeCode_Value = 5
	OrganizationTypeCode_EDU                   OrganizationTypeCode_Value = 6
	OrganizationTypeCode_RELI                  OrganizationTypeCode_Value = 7
	OrganizationTypeCode_CRS                   OrganizationTypeCode_Value = 8
	OrganizationTypeCode_CG                    OrganizationTypeCode_Value = 9
	OrganizationTypeCode_BUS                   OrganizationTypeCode_Value = 10
	OrganizationTypeCode_OTHER                 OrganizationTypeCode_Value = 11
)

func (OrganizationTypeCode_Value) Descriptor

func (OrganizationTypeCode_Value) Enum

func (OrganizationTypeCode_Value) EnumDescriptor deprecated

func (OrganizationTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use OrganizationTypeCode_Value.Descriptor instead.

func (OrganizationTypeCode_Value) Number

func (OrganizationTypeCode_Value) String

func (OrganizationTypeCode_Value) Type

type ParticipantRequiredCode

type ParticipantRequiredCode struct {
	Value     ParticipantRequiredCode_Value   `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ParticipantRequiredCode_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
}

Is the Participant required to attend the appointment. See http://hl7.org/fhir/ValueSet/participantrequired

func (*ParticipantRequiredCode) Descriptor deprecated

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

Deprecated: Use ParticipantRequiredCode.ProtoReflect.Descriptor instead.

func (*ParticipantRequiredCode) GetExtension

func (*ParticipantRequiredCode) GetId

func (*ParticipantRequiredCode) GetValue

func (*ParticipantRequiredCode) ProtoMessage

func (*ParticipantRequiredCode) ProtoMessage()

func (*ParticipantRequiredCode) ProtoReflect

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

func (*ParticipantRequiredCode) Reset

func (x *ParticipantRequiredCode) Reset()

func (*ParticipantRequiredCode) String

func (x *ParticipantRequiredCode) String() string

type ParticipantRequiredCode_Value

type ParticipantRequiredCode_Value int32
const (
	ParticipantRequiredCode_INVALID_UNINITIALIZED ParticipantRequiredCode_Value = 0
	ParticipantRequiredCode_REQUIRED              ParticipantRequiredCode_Value = 1
	ParticipantRequiredCode_OPTIONAL              ParticipantRequiredCode_Value = 2
	ParticipantRequiredCode_INFORMATION_ONLY      ParticipantRequiredCode_Value = 3
)

func (ParticipantRequiredCode_Value) Descriptor

func (ParticipantRequiredCode_Value) Enum

func (ParticipantRequiredCode_Value) EnumDescriptor deprecated

func (ParticipantRequiredCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ParticipantRequiredCode_Value.Descriptor instead.

func (ParticipantRequiredCode_Value) Number

func (ParticipantRequiredCode_Value) String

func (ParticipantRequiredCode_Value) Type

type ParticipationStatusCode

type ParticipationStatusCode struct {
	Value     ParticipationStatusCode_Value   `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ParticipationStatusCode_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
}

The Participation status of an appointment. See http://hl7.org/fhir/ValueSet/participationstatus

func (*ParticipationStatusCode) Descriptor deprecated

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

Deprecated: Use ParticipationStatusCode.ProtoReflect.Descriptor instead.

func (*ParticipationStatusCode) GetExtension

func (*ParticipationStatusCode) GetId

func (*ParticipationStatusCode) GetValue

func (*ParticipationStatusCode) ProtoMessage

func (*ParticipationStatusCode) ProtoMessage()

func (*ParticipationStatusCode) ProtoReflect

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

func (*ParticipationStatusCode) Reset

func (x *ParticipationStatusCode) Reset()

func (*ParticipationStatusCode) String

func (x *ParticipationStatusCode) String() string

type ParticipationStatusCode_Value

type ParticipationStatusCode_Value int32
const (
	ParticipationStatusCode_INVALID_UNINITIALIZED ParticipationStatusCode_Value = 0
	ParticipationStatusCode_ACCEPTED              ParticipationStatusCode_Value = 1
	ParticipationStatusCode_DECLINED              ParticipationStatusCode_Value = 2
	ParticipationStatusCode_TENTATIVE             ParticipationStatusCode_Value = 3
	ParticipationStatusCode_NEEDS_ACTION          ParticipationStatusCode_Value = 4
)

func (ParticipationStatusCode_Value) Descriptor

func (ParticipationStatusCode_Value) Enum

func (ParticipationStatusCode_Value) EnumDescriptor deprecated

func (ParticipationStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ParticipationStatusCode_Value.Descriptor instead.

func (ParticipationStatusCode_Value) Number

func (ParticipationStatusCode_Value) String

func (ParticipationStatusCode_Value) Type

type PayeeResourceTypeCode

type PayeeResourceTypeCode struct {
	Value     PayeeResourceTypeCode_Value     `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.PayeeResourceTypeCode_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
}

The type of payee Resource See http://hl7.org/fhir/ValueSet/resource-type-link

func (*PayeeResourceTypeCode) Descriptor deprecated

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

Deprecated: Use PayeeResourceTypeCode.ProtoReflect.Descriptor instead.

func (*PayeeResourceTypeCode) GetExtension

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

func (*PayeeResourceTypeCode) GetId

func (*PayeeResourceTypeCode) GetValue

func (*PayeeResourceTypeCode) ProtoMessage

func (*PayeeResourceTypeCode) ProtoMessage()

func (*PayeeResourceTypeCode) ProtoReflect

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

func (*PayeeResourceTypeCode) Reset

func (x *PayeeResourceTypeCode) Reset()

func (*PayeeResourceTypeCode) String

func (x *PayeeResourceTypeCode) String() string

type PayeeResourceTypeCode_Value

type PayeeResourceTypeCode_Value int32
const (
	PayeeResourceTypeCode_INVALID_UNINITIALIZED PayeeResourceTypeCode_Value = 0
	PayeeResourceTypeCode_ORGANIZATION          PayeeResourceTypeCode_Value = 1
	PayeeResourceTypeCode_PATIENT               PayeeResourceTypeCode_Value = 2
	PayeeResourceTypeCode_PRACTITIONER          PayeeResourceTypeCode_Value = 3
	PayeeResourceTypeCode_RELATEDPERSON         PayeeResourceTypeCode_Value = 4
)

func (PayeeResourceTypeCode_Value) Descriptor

func (PayeeResourceTypeCode_Value) Enum

func (PayeeResourceTypeCode_Value) EnumDescriptor deprecated

func (PayeeResourceTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use PayeeResourceTypeCode_Value.Descriptor instead.

func (PayeeResourceTypeCode_Value) Number

func (PayeeResourceTypeCode_Value) String

func (PayeeResourceTypeCode_Value) Type

type PlanDefinitionTypeCode

type PlanDefinitionTypeCode struct {
	Value     PlanDefinitionTypeCode_Value    `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.PlanDefinitionTypeCode_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
}

The type of PlanDefinition See http://hl7.org/fhir/ValueSet/plan-definition-type

func (*PlanDefinitionTypeCode) Descriptor deprecated

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

Deprecated: Use PlanDefinitionTypeCode.ProtoReflect.Descriptor instead.

func (*PlanDefinitionTypeCode) GetExtension

func (*PlanDefinitionTypeCode) GetId

func (*PlanDefinitionTypeCode) GetValue

func (*PlanDefinitionTypeCode) ProtoMessage

func (*PlanDefinitionTypeCode) ProtoMessage()

func (*PlanDefinitionTypeCode) ProtoReflect

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

func (*PlanDefinitionTypeCode) Reset

func (x *PlanDefinitionTypeCode) Reset()

func (*PlanDefinitionTypeCode) String

func (x *PlanDefinitionTypeCode) String() string

type PlanDefinitionTypeCode_Value

type PlanDefinitionTypeCode_Value int32
const (
	PlanDefinitionTypeCode_INVALID_UNINITIALIZED PlanDefinitionTypeCode_Value = 0
	PlanDefinitionTypeCode_ORDER_SET             PlanDefinitionTypeCode_Value = 1
	PlanDefinitionTypeCode_PROTOCOL              PlanDefinitionTypeCode_Value = 2
	PlanDefinitionTypeCode_ECA_RULE              PlanDefinitionTypeCode_Value = 3
)

func (PlanDefinitionTypeCode_Value) Descriptor

func (PlanDefinitionTypeCode_Value) Enum

func (PlanDefinitionTypeCode_Value) EnumDescriptor deprecated

func (PlanDefinitionTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use PlanDefinitionTypeCode_Value.Descriptor instead.

func (PlanDefinitionTypeCode_Value) Number

func (PlanDefinitionTypeCode_Value) String

func (PlanDefinitionTypeCode_Value) Type

type PostalAddressUseTypeCode

type PostalAddressUseTypeCode struct {
	Value     PostalAddressUseTypeCode_Value  `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.PostalAddressUseTypeCode_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
}

The type of PostalAddressUse See http://hl7.org/fhir/ValueSet/postal-address-use

func (*PostalAddressUseTypeCode) Descriptor deprecated

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

Deprecated: Use PostalAddressUseTypeCode.ProtoReflect.Descriptor instead.

func (*PostalAddressUseTypeCode) GetExtension

func (*PostalAddressUseTypeCode) GetId

func (*PostalAddressUseTypeCode) GetValue

func (*PostalAddressUseTypeCode) ProtoMessage

func (*PostalAddressUseTypeCode) ProtoMessage()

func (*PostalAddressUseTypeCode) ProtoReflect

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

func (*PostalAddressUseTypeCode) Reset

func (x *PostalAddressUseTypeCode) Reset()

func (*PostalAddressUseTypeCode) String

func (x *PostalAddressUseTypeCode) String() string

type PostalAddressUseTypeCode_Value

type PostalAddressUseTypeCode_Value int32
const (
	PostalAddressUseTypeCode_INVALID_UNINITIALIZED  PostalAddressUseTypeCode_Value = 0
	PostalAddressUseTypeCode_BAD_ADDRESS            PostalAddressUseTypeCode_Value = 1
	PostalAddressUseTypeCode_CONFIDENTIAL_ADDRESS   PostalAddressUseTypeCode_Value = 2
	PostalAddressUseTypeCode_PRIMARY_HOME           PostalAddressUseTypeCode_Value = 3
	PostalAddressUseTypeCode_VACATION_HOME          PostalAddressUseTypeCode_Value = 4
	PostalAddressUseTypeCode_DIRECT                 PostalAddressUseTypeCode_Value = 5
	PostalAddressUseTypeCode_PUBLIC                 PostalAddressUseTypeCode_Value = 6
	PostalAddressUseTypeCode_PHYSICAL_VISIT_ADDRESS PostalAddressUseTypeCode_Value = 7
	PostalAddressUseTypeCode_POSTAL_ADDRESS         PostalAddressUseTypeCode_Value = 8
)

func (PostalAddressUseTypeCode_Value) Descriptor

func (PostalAddressUseTypeCode_Value) Enum

func (PostalAddressUseTypeCode_Value) EnumDescriptor deprecated

func (PostalAddressUseTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use PostalAddressUseTypeCode_Value.Descriptor instead.

func (PostalAddressUseTypeCode_Value) Number

func (PostalAddressUseTypeCode_Value) String

func (PostalAddressUseTypeCode_Value) Type

type PractitionerRoleCode

type PractitionerRoleCode struct {
	Value     PractitionerRoleCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.PractitionerRoleCode_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
}

This example value set defines a set of codes that can be used to indicate the role of a Practitioner. See http://hl7.org/fhir/ValueSet/practitioner-role

func (*PractitionerRoleCode) Descriptor deprecated

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

Deprecated: Use PractitionerRoleCode.ProtoReflect.Descriptor instead.

func (*PractitionerRoleCode) GetExtension

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

func (*PractitionerRoleCode) GetId

func (*PractitionerRoleCode) GetValue

func (*PractitionerRoleCode) ProtoMessage

func (*PractitionerRoleCode) ProtoMessage()

func (*PractitionerRoleCode) ProtoReflect

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

func (*PractitionerRoleCode) Reset

func (x *PractitionerRoleCode) Reset()

func (*PractitionerRoleCode) String

func (x *PractitionerRoleCode) String() string

type PractitionerRoleCode_Value

type PractitionerRoleCode_Value int32
const (
	PractitionerRoleCode_INVALID_UNINITIALIZED PractitionerRoleCode_Value = 0
	PractitionerRoleCode_DOCTOR                PractitionerRoleCode_Value = 1
	PractitionerRoleCode_NURSE                 PractitionerRoleCode_Value = 2
	PractitionerRoleCode_PHARMACIST            PractitionerRoleCode_Value = 3
	PractitionerRoleCode_RESEARCHER            PractitionerRoleCode_Value = 4
	PractitionerRoleCode_TEACHER               PractitionerRoleCode_Value = 5
	PractitionerRoleCode_ICT                   PractitionerRoleCode_Value = 6
)

func (PractitionerRoleCode_Value) Descriptor

func (PractitionerRoleCode_Value) Enum

func (PractitionerRoleCode_Value) EnumDescriptor deprecated

func (PractitionerRoleCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use PractitionerRoleCode_Value.Descriptor instead.

func (PractitionerRoleCode_Value) Number

func (PractitionerRoleCode_Value) String

func (PractitionerRoleCode_Value) Type

type PractitionerSpecialtyCode

type PractitionerSpecialtyCode struct {
	Value     PractitionerSpecialtyCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.PractitionerSpecialtyCode_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
}

This example value set defines a set of codes that can be used to indicate the specialty of a Practitioner. See http://hl7.org/fhir/ValueSet/practitioner-specialty

func (*PractitionerSpecialtyCode) Descriptor deprecated

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

Deprecated: Use PractitionerSpecialtyCode.ProtoReflect.Descriptor instead.

func (*PractitionerSpecialtyCode) GetExtension

func (*PractitionerSpecialtyCode) GetId

func (*PractitionerSpecialtyCode) GetValue

func (*PractitionerSpecialtyCode) ProtoMessage

func (*PractitionerSpecialtyCode) ProtoMessage()

func (*PractitionerSpecialtyCode) ProtoReflect

func (*PractitionerSpecialtyCode) Reset

func (x *PractitionerSpecialtyCode) Reset()

func (*PractitionerSpecialtyCode) String

func (x *PractitionerSpecialtyCode) String() string

type PractitionerSpecialtyCode_Value

type PractitionerSpecialtyCode_Value int32
const (
	PractitionerSpecialtyCode_INVALID_UNINITIALIZED PractitionerSpecialtyCode_Value = 0
	PractitionerSpecialtyCode_CARDIO                PractitionerSpecialtyCode_Value = 1
	PractitionerSpecialtyCode_DENT                  PractitionerSpecialtyCode_Value = 2
	PractitionerSpecialtyCode_DIETARY               PractitionerSpecialtyCode_Value = 3
	PractitionerSpecialtyCode_MIDW                  PractitionerSpecialtyCode_Value = 4
	PractitionerSpecialtyCode_SYSARCH               PractitionerSpecialtyCode_Value = 5
)

func (PractitionerSpecialtyCode_Value) Descriptor

func (PractitionerSpecialtyCode_Value) Enum

func (PractitionerSpecialtyCode_Value) EnumDescriptor deprecated

func (PractitionerSpecialtyCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use PractitionerSpecialtyCode_Value.Descriptor instead.

func (PractitionerSpecialtyCode_Value) Number

func (PractitionerSpecialtyCode_Value) String

func (PractitionerSpecialtyCode_Value) Type

type ProbabilityDistributionTypeCode

type ProbabilityDistributionTypeCode struct {
	Value     ProbabilityDistributionTypeCode_Value `` /* 130-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
}

Codes specifying the type of probability distribution. See http://hl7.org/fhir/ValueSet/probability-distribution-type

func (*ProbabilityDistributionTypeCode) Descriptor deprecated

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

Deprecated: Use ProbabilityDistributionTypeCode.ProtoReflect.Descriptor instead.

func (*ProbabilityDistributionTypeCode) GetExtension

func (*ProbabilityDistributionTypeCode) GetId

func (*ProbabilityDistributionTypeCode) GetValue

func (*ProbabilityDistributionTypeCode) ProtoMessage

func (*ProbabilityDistributionTypeCode) ProtoMessage()

func (*ProbabilityDistributionTypeCode) ProtoReflect

func (*ProbabilityDistributionTypeCode) Reset

func (*ProbabilityDistributionTypeCode) String

type ProbabilityDistributionTypeCode_Value

type ProbabilityDistributionTypeCode_Value int32
const (
	ProbabilityDistributionTypeCode_INVALID_UNINITIALIZED ProbabilityDistributionTypeCode_Value = 0
	ProbabilityDistributionTypeCode_B                     ProbabilityDistributionTypeCode_Value = 1
	ProbabilityDistributionTypeCode_E                     ProbabilityDistributionTypeCode_Value = 2
	ProbabilityDistributionTypeCode_F                     ProbabilityDistributionTypeCode_Value = 3
	ProbabilityDistributionTypeCode_G                     ProbabilityDistributionTypeCode_Value = 4
	ProbabilityDistributionTypeCode_LN                    ProbabilityDistributionTypeCode_Value = 5
	ProbabilityDistributionTypeCode_N                     ProbabilityDistributionTypeCode_Value = 6
	ProbabilityDistributionTypeCode_T                     ProbabilityDistributionTypeCode_Value = 7
	ProbabilityDistributionTypeCode_U                     ProbabilityDistributionTypeCode_Value = 8
	ProbabilityDistributionTypeCode_X2                    ProbabilityDistributionTypeCode_Value = 9
)

func (ProbabilityDistributionTypeCode_Value) Descriptor

func (ProbabilityDistributionTypeCode_Value) Enum

func (ProbabilityDistributionTypeCode_Value) EnumDescriptor deprecated

func (ProbabilityDistributionTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProbabilityDistributionTypeCode_Value.Descriptor instead.

func (ProbabilityDistributionTypeCode_Value) Number

func (ProbabilityDistributionTypeCode_Value) String

func (ProbabilityDistributionTypeCode_Value) Type

type ProcedureProgressStatusCodesCode

type ProcedureProgressStatusCodesCode struct {
	Value     ProcedureProgressStatusCodesCode_Value `` /* 131-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
}

This value set is provided as an example. The value set to instantiate this attribute should be drawn from a robust terminology code system that consists of or contains concepts to support the procedure performance process. See http://hl7.org/fhir/ValueSet/procedure-progress-status-codes

func (*ProcedureProgressStatusCodesCode) Descriptor deprecated

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

Deprecated: Use ProcedureProgressStatusCodesCode.ProtoReflect.Descriptor instead.

func (*ProcedureProgressStatusCodesCode) GetExtension

func (*ProcedureProgressStatusCodesCode) GetId

func (*ProcedureProgressStatusCodesCode) GetValue

func (*ProcedureProgressStatusCodesCode) ProtoMessage

func (*ProcedureProgressStatusCodesCode) ProtoMessage()

func (*ProcedureProgressStatusCodesCode) ProtoReflect

func (*ProcedureProgressStatusCodesCode) Reset

func (*ProcedureProgressStatusCodesCode) String

type ProcedureProgressStatusCodesCode_Value

type ProcedureProgressStatusCodesCode_Value int32
const (
	ProcedureProgressStatusCodesCode_INVALID_UNINITIALIZED ProcedureProgressStatusCodesCode_Value = 0
	ProcedureProgressStatusCodesCode_IN_OPERATING_ROOM     ProcedureProgressStatusCodesCode_Value = 1
	ProcedureProgressStatusCodesCode_PREPARED              ProcedureProgressStatusCodesCode_Value = 2
	ProcedureProgressStatusCodesCode_ANESTHESIA_INDUCED    ProcedureProgressStatusCodesCode_Value = 3
	ProcedureProgressStatusCodesCode_OPEN_INCISION         ProcedureProgressStatusCodesCode_Value = 4
	ProcedureProgressStatusCodesCode_CLOSED_INCISION       ProcedureProgressStatusCodesCode_Value = 5
	ProcedureProgressStatusCodesCode_IN_RECOVERY_ROOM      ProcedureProgressStatusCodesCode_Value = 6
)

func (ProcedureProgressStatusCodesCode_Value) Descriptor

func (ProcedureProgressStatusCodesCode_Value) Enum

func (ProcedureProgressStatusCodesCode_Value) EnumDescriptor deprecated

func (ProcedureProgressStatusCodesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProcedureProgressStatusCodesCode_Value.Descriptor instead.

func (ProcedureProgressStatusCodesCode_Value) Number

func (ProcedureProgressStatusCodesCode_Value) String

func (ProcedureProgressStatusCodesCode_Value) Type

type PropertyRepresentationCode

type PropertyRepresentationCode struct {
	Value     PropertyRepresentationCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.PropertyRepresentationCode_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
}

How a property is represented when serialized. See http://hl7.org/fhir/ValueSet/property-representation

func (*PropertyRepresentationCode) Descriptor deprecated

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

Deprecated: Use PropertyRepresentationCode.ProtoReflect.Descriptor instead.

func (*PropertyRepresentationCode) GetExtension

func (*PropertyRepresentationCode) GetId

func (*PropertyRepresentationCode) GetValue

func (*PropertyRepresentationCode) ProtoMessage

func (*PropertyRepresentationCode) ProtoMessage()

func (*PropertyRepresentationCode) ProtoReflect

func (*PropertyRepresentationCode) Reset

func (x *PropertyRepresentationCode) Reset()

func (*PropertyRepresentationCode) String

func (x *PropertyRepresentationCode) String() string

type PropertyRepresentationCode_Value

type PropertyRepresentationCode_Value int32
const (
	PropertyRepresentationCode_INVALID_UNINITIALIZED PropertyRepresentationCode_Value = 0
	PropertyRepresentationCode_XML_ATTR              PropertyRepresentationCode_Value = 1
	PropertyRepresentationCode_XML_TEXT              PropertyRepresentationCode_Value = 2
	PropertyRepresentationCode_TYPE_ATTR             PropertyRepresentationCode_Value = 3
	PropertyRepresentationCode_CDA_TEXT              PropertyRepresentationCode_Value = 4
	PropertyRepresentationCode_XHTML                 PropertyRepresentationCode_Value = 5
)

func (PropertyRepresentationCode_Value) Descriptor

func (PropertyRepresentationCode_Value) Enum

func (PropertyRepresentationCode_Value) EnumDescriptor deprecated

func (PropertyRepresentationCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use PropertyRepresentationCode_Value.Descriptor instead.

func (PropertyRepresentationCode_Value) Number

func (PropertyRepresentationCode_Value) String

func (PropertyRepresentationCode_Value) Type

type PropertyTypeCode

type PropertyTypeCode struct {
	Value     PropertyTypeCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.PropertyTypeCode_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
}

The type of a property value See http://hl7.org/fhir/ValueSet/concept-property-type

func (*PropertyTypeCode) Descriptor deprecated

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

Deprecated: Use PropertyTypeCode.ProtoReflect.Descriptor instead.

func (*PropertyTypeCode) GetExtension

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

func (*PropertyTypeCode) GetId

func (*PropertyTypeCode) GetValue

func (*PropertyTypeCode) ProtoMessage

func (*PropertyTypeCode) ProtoMessage()

func (*PropertyTypeCode) ProtoReflect

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

func (*PropertyTypeCode) Reset

func (x *PropertyTypeCode) Reset()

func (*PropertyTypeCode) String

func (x *PropertyTypeCode) String() string

type PropertyTypeCode_Value

type PropertyTypeCode_Value int32
const (
	PropertyTypeCode_INVALID_UNINITIALIZED PropertyTypeCode_Value = 0
	PropertyTypeCode_CODE                  PropertyTypeCode_Value = 1
	PropertyTypeCode_CODING                PropertyTypeCode_Value = 2
	PropertyTypeCode_STRING                PropertyTypeCode_Value = 3
	PropertyTypeCode_INTEGER               PropertyTypeCode_Value = 4
	PropertyTypeCode_BOOLEAN               PropertyTypeCode_Value = 5
	PropertyTypeCode_DATETIME              PropertyTypeCode_Value = 6
)

func (PropertyTypeCode_Value) Descriptor

func (PropertyTypeCode_Value) Enum

func (PropertyTypeCode_Value) EnumDescriptor deprecated

func (PropertyTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use PropertyTypeCode_Value.Descriptor instead.

func (PropertyTypeCode_Value) Number

func (PropertyTypeCode_Value) String

func (x PropertyTypeCode_Value) String() string

func (PropertyTypeCode_Value) Type

type ProvenanceEntityRoleCode

type ProvenanceEntityRoleCode struct {
	Value     ProvenanceEntityRoleCode_Value  `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ProvenanceEntityRoleCode_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
}

How an entity was used in an activity. See http://hl7.org/fhir/ValueSet/provenance-entity-role

func (*ProvenanceEntityRoleCode) Descriptor deprecated

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

Deprecated: Use ProvenanceEntityRoleCode.ProtoReflect.Descriptor instead.

func (*ProvenanceEntityRoleCode) GetExtension

func (*ProvenanceEntityRoleCode) GetId

func (*ProvenanceEntityRoleCode) GetValue

func (*ProvenanceEntityRoleCode) ProtoMessage

func (*ProvenanceEntityRoleCode) ProtoMessage()

func (*ProvenanceEntityRoleCode) ProtoReflect

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

func (*ProvenanceEntityRoleCode) Reset

func (x *ProvenanceEntityRoleCode) Reset()

func (*ProvenanceEntityRoleCode) String

func (x *ProvenanceEntityRoleCode) String() string

type ProvenanceEntityRoleCode_Value

type ProvenanceEntityRoleCode_Value int32
const (
	ProvenanceEntityRoleCode_INVALID_UNINITIALIZED ProvenanceEntityRoleCode_Value = 0
	ProvenanceEntityRoleCode_DERIVATION            ProvenanceEntityRoleCode_Value = 1
	ProvenanceEntityRoleCode_REVISION              ProvenanceEntityRoleCode_Value = 2
	ProvenanceEntityRoleCode_QUOTATION             ProvenanceEntityRoleCode_Value = 3
	ProvenanceEntityRoleCode_SOURCE                ProvenanceEntityRoleCode_Value = 4
	ProvenanceEntityRoleCode_REMOVAL               ProvenanceEntityRoleCode_Value = 5
)

func (ProvenanceEntityRoleCode_Value) Descriptor

func (ProvenanceEntityRoleCode_Value) Enum

func (ProvenanceEntityRoleCode_Value) EnumDescriptor deprecated

func (ProvenanceEntityRoleCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ProvenanceEntityRoleCode_Value.Descriptor instead.

func (ProvenanceEntityRoleCode_Value) Number

func (ProvenanceEntityRoleCode_Value) String

func (ProvenanceEntityRoleCode_Value) Type

type PublicationStatusCode

type PublicationStatusCode struct {
	Value     PublicationStatusCode_Value     `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.PublicationStatusCode_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
}

The lifecycle status of a Value Set or Concept Map. See http://hl7.org/fhir/ValueSet/publication-status

func (*PublicationStatusCode) Descriptor deprecated

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

Deprecated: Use PublicationStatusCode.ProtoReflect.Descriptor instead.

func (*PublicationStatusCode) GetExtension

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

func (*PublicationStatusCode) GetId

func (*PublicationStatusCode) GetValue

func (*PublicationStatusCode) ProtoMessage

func (*PublicationStatusCode) ProtoMessage()

func (*PublicationStatusCode) ProtoReflect

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

func (*PublicationStatusCode) Reset

func (x *PublicationStatusCode) Reset()

func (*PublicationStatusCode) String

func (x *PublicationStatusCode) String() string

type PublicationStatusCode_Value

type PublicationStatusCode_Value int32
const (
	PublicationStatusCode_INVALID_UNINITIALIZED PublicationStatusCode_Value = 0
	PublicationStatusCode_DRAFT                 PublicationStatusCode_Value = 1
	PublicationStatusCode_ACTIVE                PublicationStatusCode_Value = 2
	PublicationStatusCode_RETIRED               PublicationStatusCode_Value = 3
	PublicationStatusCode_UNKNOWN               PublicationStatusCode_Value = 4
)

func (PublicationStatusCode_Value) Descriptor

func (PublicationStatusCode_Value) Enum

func (PublicationStatusCode_Value) EnumDescriptor deprecated

func (PublicationStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use PublicationStatusCode_Value.Descriptor instead.

func (PublicationStatusCode_Value) Number

func (PublicationStatusCode_Value) String

func (PublicationStatusCode_Value) Type

type QualityTypeCode

type QualityTypeCode struct {
	Value     QualityTypeCode_Value           `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.QualityTypeCode_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
}

Type for quality report See http://hl7.org/fhir/ValueSet/quality-type

func (*QualityTypeCode) Descriptor deprecated

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

Deprecated: Use QualityTypeCode.ProtoReflect.Descriptor instead.

func (*QualityTypeCode) GetExtension

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

func (*QualityTypeCode) GetId

func (*QualityTypeCode) GetValue

func (x *QualityTypeCode) GetValue() QualityTypeCode_Value

func (*QualityTypeCode) ProtoMessage

func (*QualityTypeCode) ProtoMessage()

func (*QualityTypeCode) ProtoReflect

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

func (*QualityTypeCode) Reset

func (x *QualityTypeCode) Reset()

func (*QualityTypeCode) String

func (x *QualityTypeCode) String() string

type QualityTypeCode_Value

type QualityTypeCode_Value int32
const (
	QualityTypeCode_INVALID_UNINITIALIZED QualityTypeCode_Value = 0
	QualityTypeCode_INDEL                 QualityTypeCode_Value = 1
	QualityTypeCode_SNP                   QualityTypeCode_Value = 2
	QualityTypeCode_UNKNOWN               QualityTypeCode_Value = 3
)

func (QualityTypeCode_Value) Descriptor

func (QualityTypeCode_Value) Enum

func (QualityTypeCode_Value) EnumDescriptor deprecated

func (QualityTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use QualityTypeCode_Value.Descriptor instead.

func (QualityTypeCode_Value) Number

func (QualityTypeCode_Value) String

func (x QualityTypeCode_Value) String() string

func (QualityTypeCode_Value) Type

type QuestionnaireItemTypeCode

type QuestionnaireItemTypeCode struct {
	Value     QuestionnaireItemTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.QuestionnaireItemTypeCode_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
}

Distinguishes groups from questions and display text and indicates data type for questions See http://hl7.org/fhir/ValueSet/item-type

func (*QuestionnaireItemTypeCode) Descriptor deprecated

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

Deprecated: Use QuestionnaireItemTypeCode.ProtoReflect.Descriptor instead.

func (*QuestionnaireItemTypeCode) GetExtension

func (*QuestionnaireItemTypeCode) GetId

func (*QuestionnaireItemTypeCode) GetValue

func (*QuestionnaireItemTypeCode) ProtoMessage

func (*QuestionnaireItemTypeCode) ProtoMessage()

func (*QuestionnaireItemTypeCode) ProtoReflect

func (*QuestionnaireItemTypeCode) Reset

func (x *QuestionnaireItemTypeCode) Reset()

func (*QuestionnaireItemTypeCode) String

func (x *QuestionnaireItemTypeCode) String() string

type QuestionnaireItemTypeCode_Value

type QuestionnaireItemTypeCode_Value int32
const (
	QuestionnaireItemTypeCode_INVALID_UNINITIALIZED QuestionnaireItemTypeCode_Value = 0
	QuestionnaireItemTypeCode_GROUP                 QuestionnaireItemTypeCode_Value = 1
	QuestionnaireItemTypeCode_DISPLAY               QuestionnaireItemTypeCode_Value = 2
	QuestionnaireItemTypeCode_QUESTION              QuestionnaireItemTypeCode_Value = 3
	QuestionnaireItemTypeCode_BOOLEAN               QuestionnaireItemTypeCode_Value = 4
	QuestionnaireItemTypeCode_DECIMAL               QuestionnaireItemTypeCode_Value = 5
	QuestionnaireItemTypeCode_INTEGER               QuestionnaireItemTypeCode_Value = 6
	QuestionnaireItemTypeCode_DATE                  QuestionnaireItemTypeCode_Value = 7
	QuestionnaireItemTypeCode_DATE_TIME             QuestionnaireItemTypeCode_Value = 8
	QuestionnaireItemTypeCode_TIME                  QuestionnaireItemTypeCode_Value = 9
	QuestionnaireItemTypeCode_STRING                QuestionnaireItemTypeCode_Value = 10
	QuestionnaireItemTypeCode_TEXT                  QuestionnaireItemTypeCode_Value = 11
	QuestionnaireItemTypeCode_URL                   QuestionnaireItemTypeCode_Value = 12
	QuestionnaireItemTypeCode_CHOICE                QuestionnaireItemTypeCode_Value = 13
	QuestionnaireItemTypeCode_OPEN_CHOICE           QuestionnaireItemTypeCode_Value = 14
	QuestionnaireItemTypeCode_ATTACHMENT            QuestionnaireItemTypeCode_Value = 15
	QuestionnaireItemTypeCode_REFERENCE             QuestionnaireItemTypeCode_Value = 16
	QuestionnaireItemTypeCode_QUANTITY              QuestionnaireItemTypeCode_Value = 17
)

func (QuestionnaireItemTypeCode_Value) Descriptor

func (QuestionnaireItemTypeCode_Value) Enum

func (QuestionnaireItemTypeCode_Value) EnumDescriptor deprecated

func (QuestionnaireItemTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use QuestionnaireItemTypeCode_Value.Descriptor instead.

func (QuestionnaireItemTypeCode_Value) Number

func (QuestionnaireItemTypeCode_Value) String

func (QuestionnaireItemTypeCode_Value) Type

type QuestionnaireItemUIControlCodesCode

type QuestionnaireItemUIControlCodesCode struct {
	Value     QuestionnaireItemUIControlCodesCode_Value `` /* 134-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
}

Starter set of user interface control/display mechanisms that might be used when rendering an item in a questionnaire. See http://hl7.org/fhir/ValueSet/questionnaire-item-control

func (*QuestionnaireItemUIControlCodesCode) Descriptor deprecated

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

Deprecated: Use QuestionnaireItemUIControlCodesCode.ProtoReflect.Descriptor instead.

func (*QuestionnaireItemUIControlCodesCode) GetExtension

func (*QuestionnaireItemUIControlCodesCode) GetId

func (*QuestionnaireItemUIControlCodesCode) GetValue

func (*QuestionnaireItemUIControlCodesCode) ProtoMessage

func (*QuestionnaireItemUIControlCodesCode) ProtoMessage()

func (*QuestionnaireItemUIControlCodesCode) ProtoReflect

func (*QuestionnaireItemUIControlCodesCode) Reset

func (*QuestionnaireItemUIControlCodesCode) String

type QuestionnaireItemUIControlCodesCode_Value

type QuestionnaireItemUIControlCodesCode_Value int32
const (
	QuestionnaireItemUIControlCodesCode_INVALID_UNINITIALIZED QuestionnaireItemUIControlCodesCode_Value = 0
	QuestionnaireItemUIControlCodesCode_LIST                  QuestionnaireItemUIControlCodesCode_Value = 1
	QuestionnaireItemUIControlCodesCode_TABLE                 QuestionnaireItemUIControlCodesCode_Value = 2
	QuestionnaireItemUIControlCodesCode_HEADER                QuestionnaireItemUIControlCodesCode_Value = 3
	QuestionnaireItemUIControlCodesCode_FOOTER                QuestionnaireItemUIControlCodesCode_Value = 4
	QuestionnaireItemUIControlCodesCode_INLINE                QuestionnaireItemUIControlCodesCode_Value = 5
	QuestionnaireItemUIControlCodesCode_PROMPT                QuestionnaireItemUIControlCodesCode_Value = 6
	QuestionnaireItemUIControlCodesCode_UNIT                  QuestionnaireItemUIControlCodesCode_Value = 7
	QuestionnaireItemUIControlCodesCode_LOWER                 QuestionnaireItemUIControlCodesCode_Value = 8
	QuestionnaireItemUIControlCodesCode_UPPER                 QuestionnaireItemUIControlCodesCode_Value = 9
	QuestionnaireItemUIControlCodesCode_FLYOVER               QuestionnaireItemUIControlCodesCode_Value = 10
	QuestionnaireItemUIControlCodesCode_HELP                  QuestionnaireItemUIControlCodesCode_Value = 11
	QuestionnaireItemUIControlCodesCode_AUTOCOMPLETE          QuestionnaireItemUIControlCodesCode_Value = 12
	QuestionnaireItemUIControlCodesCode_DROP_DOWN             QuestionnaireItemUIControlCodesCode_Value = 13
	QuestionnaireItemUIControlCodesCode_CHECK_BOX             QuestionnaireItemUIControlCodesCode_Value = 14
	QuestionnaireItemUIControlCodesCode_LOOKUP                QuestionnaireItemUIControlCodesCode_Value = 15
	QuestionnaireItemUIControlCodesCode_RADIO_BUTTON          QuestionnaireItemUIControlCodesCode_Value = 16
	QuestionnaireItemUIControlCodesCode_SLIDER                QuestionnaireItemUIControlCodesCode_Value = 17
	QuestionnaireItemUIControlCodesCode_SPINNER               QuestionnaireItemUIControlCodesCode_Value = 18
	QuestionnaireItemUIControlCodesCode_TEXT_BOX              QuestionnaireItemUIControlCodesCode_Value = 19
)

func (QuestionnaireItemUIControlCodesCode_Value) Descriptor

func (QuestionnaireItemUIControlCodesCode_Value) Enum

func (QuestionnaireItemUIControlCodesCode_Value) EnumDescriptor deprecated

func (QuestionnaireItemUIControlCodesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use QuestionnaireItemUIControlCodesCode_Value.Descriptor instead.

func (QuestionnaireItemUIControlCodesCode_Value) Number

func (QuestionnaireItemUIControlCodesCode_Value) String

func (QuestionnaireItemUIControlCodesCode_Value) Type

type QuestionnaireItemUsageModeCode

type QuestionnaireItemUsageModeCode struct {
	Value     QuestionnaireItemUsageModeCode_Value `` /* 129-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
}

Identifies the modes of usage of a questionnaire that should enable a particular questionnaire item See http://hl7.org/fhir/ValueSet/questionnaire-usage-mode

func (*QuestionnaireItemUsageModeCode) Descriptor deprecated

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

Deprecated: Use QuestionnaireItemUsageModeCode.ProtoReflect.Descriptor instead.

func (*QuestionnaireItemUsageModeCode) GetExtension

func (*QuestionnaireItemUsageModeCode) GetId

func (*QuestionnaireItemUsageModeCode) GetValue

func (*QuestionnaireItemUsageModeCode) ProtoMessage

func (*QuestionnaireItemUsageModeCode) ProtoMessage()

func (*QuestionnaireItemUsageModeCode) ProtoReflect

func (*QuestionnaireItemUsageModeCode) Reset

func (x *QuestionnaireItemUsageModeCode) Reset()

func (*QuestionnaireItemUsageModeCode) String

type QuestionnaireItemUsageModeCode_Value

type QuestionnaireItemUsageModeCode_Value int32
const (
	QuestionnaireItemUsageModeCode_INVALID_UNINITIALIZED     QuestionnaireItemUsageModeCode_Value = 0
	QuestionnaireItemUsageModeCode_CAPTURE_DISPLAY           QuestionnaireItemUsageModeCode_Value = 1
	QuestionnaireItemUsageModeCode_CAPTURE                   QuestionnaireItemUsageModeCode_Value = 2
	QuestionnaireItemUsageModeCode_DISPLAY                   QuestionnaireItemUsageModeCode_Value = 3
	QuestionnaireItemUsageModeCode_DISPLAY_NON_EMPTY         QuestionnaireItemUsageModeCode_Value = 4
	QuestionnaireItemUsageModeCode_CAPTURE_DISPLAY_NON_EMPTY QuestionnaireItemUsageModeCode_Value = 5
)

func (QuestionnaireItemUsageModeCode_Value) Descriptor

func (QuestionnaireItemUsageModeCode_Value) Enum

func (QuestionnaireItemUsageModeCode_Value) EnumDescriptor deprecated

func (QuestionnaireItemUsageModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use QuestionnaireItemUsageModeCode_Value.Descriptor instead.

func (QuestionnaireItemUsageModeCode_Value) Number

func (QuestionnaireItemUsageModeCode_Value) String

func (QuestionnaireItemUsageModeCode_Value) Type

type QuestionnaireResponseStatusCode

type QuestionnaireResponseStatusCode struct {
	Value     QuestionnaireResponseStatusCode_Value `` /* 130-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
}

Lifecycle status of the questionnaire response. See http://hl7.org/fhir/ValueSet/questionnaire-answers-status

func (*QuestionnaireResponseStatusCode) Descriptor deprecated

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

Deprecated: Use QuestionnaireResponseStatusCode.ProtoReflect.Descriptor instead.

func (*QuestionnaireResponseStatusCode) GetExtension

func (*QuestionnaireResponseStatusCode) GetId

func (*QuestionnaireResponseStatusCode) GetValue

func (*QuestionnaireResponseStatusCode) ProtoMessage

func (*QuestionnaireResponseStatusCode) ProtoMessage()

func (*QuestionnaireResponseStatusCode) ProtoReflect

func (*QuestionnaireResponseStatusCode) Reset

func (*QuestionnaireResponseStatusCode) String

type QuestionnaireResponseStatusCode_Value

type QuestionnaireResponseStatusCode_Value int32
const (
	QuestionnaireResponseStatusCode_INVALID_UNINITIALIZED QuestionnaireResponseStatusCode_Value = 0
	QuestionnaireResponseStatusCode_IN_PROGRESS           QuestionnaireResponseStatusCode_Value = 1
	QuestionnaireResponseStatusCode_COMPLETED             QuestionnaireResponseStatusCode_Value = 2
	QuestionnaireResponseStatusCode_AMENDED               QuestionnaireResponseStatusCode_Value = 3
	QuestionnaireResponseStatusCode_ENTERED_IN_ERROR      QuestionnaireResponseStatusCode_Value = 4
	QuestionnaireResponseStatusCode_STOPPED               QuestionnaireResponseStatusCode_Value = 5
)

func (QuestionnaireResponseStatusCode_Value) Descriptor

func (QuestionnaireResponseStatusCode_Value) Enum

func (QuestionnaireResponseStatusCode_Value) EnumDescriptor deprecated

func (QuestionnaireResponseStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use QuestionnaireResponseStatusCode_Value.Descriptor instead.

func (QuestionnaireResponseStatusCode_Value) Number

func (QuestionnaireResponseStatusCode_Value) String

func (QuestionnaireResponseStatusCode_Value) Type

type QuestionnaireTextCategoriesCode

type QuestionnaireTextCategoriesCode struct {
	Value     QuestionnaireTextCategoriesCode_Value `` /* 130-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
}

Codes defining the purpose of a Questionnaire item of type 'text'. See http://hl7.org/fhir/ValueSet/questionnaire-display-category

func (*QuestionnaireTextCategoriesCode) Descriptor deprecated

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

Deprecated: Use QuestionnaireTextCategoriesCode.ProtoReflect.Descriptor instead.

func (*QuestionnaireTextCategoriesCode) GetExtension

func (*QuestionnaireTextCategoriesCode) GetId

func (*QuestionnaireTextCategoriesCode) GetValue

func (*QuestionnaireTextCategoriesCode) ProtoMessage

func (*QuestionnaireTextCategoriesCode) ProtoMessage()

func (*QuestionnaireTextCategoriesCode) ProtoReflect

func (*QuestionnaireTextCategoriesCode) Reset

func (*QuestionnaireTextCategoriesCode) String

type QuestionnaireTextCategoriesCode_Value

type QuestionnaireTextCategoriesCode_Value int32
const (
	QuestionnaireTextCategoriesCode_INVALID_UNINITIALIZED QuestionnaireTextCategoriesCode_Value = 0
	QuestionnaireTextCategoriesCode_INSTRUCTIONS          QuestionnaireTextCategoriesCode_Value = 1
	QuestionnaireTextCategoriesCode_SECURITY              QuestionnaireTextCategoriesCode_Value = 2
)

func (QuestionnaireTextCategoriesCode_Value) Descriptor

func (QuestionnaireTextCategoriesCode_Value) Enum

func (QuestionnaireTextCategoriesCode_Value) EnumDescriptor deprecated

func (QuestionnaireTextCategoriesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use QuestionnaireTextCategoriesCode_Value.Descriptor instead.

func (QuestionnaireTextCategoriesCode_Value) Number

func (QuestionnaireTextCategoriesCode_Value) String

func (QuestionnaireTextCategoriesCode_Value) Type

type ReasonMedicationGivenCodesCode

type ReasonMedicationGivenCodesCode struct {
	Value     ReasonMedicationGivenCodesCode_Value `` /* 129-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
}

This value set is provided as an example. The value set to instantiate this attribute should be drawn from a robust terminology code system that consists of or contains concepts to support the medication process. See http://hl7.org/fhir/ValueSet/reason-medication-given-codes

func (*ReasonMedicationGivenCodesCode) Descriptor deprecated

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

Deprecated: Use ReasonMedicationGivenCodesCode.ProtoReflect.Descriptor instead.

func (*ReasonMedicationGivenCodesCode) GetExtension

func (*ReasonMedicationGivenCodesCode) GetId

func (*ReasonMedicationGivenCodesCode) GetValue

func (*ReasonMedicationGivenCodesCode) ProtoMessage

func (*ReasonMedicationGivenCodesCode) ProtoMessage()

func (*ReasonMedicationGivenCodesCode) ProtoReflect

func (*ReasonMedicationGivenCodesCode) Reset

func (x *ReasonMedicationGivenCodesCode) Reset()

func (*ReasonMedicationGivenCodesCode) String

type ReasonMedicationGivenCodesCode_Value

type ReasonMedicationGivenCodesCode_Value int32
const (
	ReasonMedicationGivenCodesCode_INVALID_UNINITIALIZED ReasonMedicationGivenCodesCode_Value = 0
	ReasonMedicationGivenCodesCode_A                     ReasonMedicationGivenCodesCode_Value = 1
	ReasonMedicationGivenCodesCode_B                     ReasonMedicationGivenCodesCode_Value = 2
	ReasonMedicationGivenCodesCode_C                     ReasonMedicationGivenCodesCode_Value = 3
)

func (ReasonMedicationGivenCodesCode_Value) Descriptor

func (ReasonMedicationGivenCodesCode_Value) Enum

func (ReasonMedicationGivenCodesCode_Value) EnumDescriptor deprecated

func (ReasonMedicationGivenCodesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ReasonMedicationGivenCodesCode_Value.Descriptor instead.

func (ReasonMedicationGivenCodesCode_Value) Number

func (ReasonMedicationGivenCodesCode_Value) String

func (ReasonMedicationGivenCodesCode_Value) Type

type ReferenceHandlingPolicyCode

type ReferenceHandlingPolicyCode struct {
	Value     ReferenceHandlingPolicyCode_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
}

A set of flags that defines how references are supported. See http://hl7.org/fhir/ValueSet/reference-handling-policy

func (*ReferenceHandlingPolicyCode) Descriptor deprecated

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

Deprecated: Use ReferenceHandlingPolicyCode.ProtoReflect.Descriptor instead.

func (*ReferenceHandlingPolicyCode) GetExtension

func (*ReferenceHandlingPolicyCode) GetId

func (*ReferenceHandlingPolicyCode) GetValue

func (*ReferenceHandlingPolicyCode) ProtoMessage

func (*ReferenceHandlingPolicyCode) ProtoMessage()

func (*ReferenceHandlingPolicyCode) ProtoReflect

func (*ReferenceHandlingPolicyCode) Reset

func (x *ReferenceHandlingPolicyCode) Reset()

func (*ReferenceHandlingPolicyCode) String

func (x *ReferenceHandlingPolicyCode) String() string

type ReferenceHandlingPolicyCode_Value

type ReferenceHandlingPolicyCode_Value int32
const (
	ReferenceHandlingPolicyCode_INVALID_UNINITIALIZED ReferenceHandlingPolicyCode_Value = 0
	ReferenceHandlingPolicyCode_LITERAL               ReferenceHandlingPolicyCode_Value = 1
	ReferenceHandlingPolicyCode_LOGICAL               ReferenceHandlingPolicyCode_Value = 2
	ReferenceHandlingPolicyCode_RESOLVES              ReferenceHandlingPolicyCode_Value = 3
	ReferenceHandlingPolicyCode_ENFORCED              ReferenceHandlingPolicyCode_Value = 4
	ReferenceHandlingPolicyCode_LOCAL                 ReferenceHandlingPolicyCode_Value = 5
)

func (ReferenceHandlingPolicyCode_Value) Descriptor

func (ReferenceHandlingPolicyCode_Value) Enum

func (ReferenceHandlingPolicyCode_Value) EnumDescriptor deprecated

func (ReferenceHandlingPolicyCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ReferenceHandlingPolicyCode_Value.Descriptor instead.

func (ReferenceHandlingPolicyCode_Value) Number

func (ReferenceHandlingPolicyCode_Value) String

func (ReferenceHandlingPolicyCode_Value) Type

type ReferenceVersionRulesCode

type ReferenceVersionRulesCode struct {
	Value     ReferenceVersionRulesCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ReferenceVersionRulesCode_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
}

Whether a reference needs to be version specific or version independent, or whether either can be used See http://hl7.org/fhir/ValueSet/reference-version-rules

func (*ReferenceVersionRulesCode) Descriptor deprecated

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

Deprecated: Use ReferenceVersionRulesCode.ProtoReflect.Descriptor instead.

func (*ReferenceVersionRulesCode) GetExtension

func (*ReferenceVersionRulesCode) GetId

func (*ReferenceVersionRulesCode) GetValue

func (*ReferenceVersionRulesCode) ProtoMessage

func (*ReferenceVersionRulesCode) ProtoMessage()

func (*ReferenceVersionRulesCode) ProtoReflect

func (*ReferenceVersionRulesCode) Reset

func (x *ReferenceVersionRulesCode) Reset()

func (*ReferenceVersionRulesCode) String

func (x *ReferenceVersionRulesCode) String() string

type ReferenceVersionRulesCode_Value

type ReferenceVersionRulesCode_Value int32
const (
	ReferenceVersionRulesCode_INVALID_UNINITIALIZED ReferenceVersionRulesCode_Value = 0
	ReferenceVersionRulesCode_EITHER                ReferenceVersionRulesCode_Value = 1
	ReferenceVersionRulesCode_INDEPENDENT           ReferenceVersionRulesCode_Value = 2
	ReferenceVersionRulesCode_SPECIFIC              ReferenceVersionRulesCode_Value = 3
)

func (ReferenceVersionRulesCode_Value) Descriptor

func (ReferenceVersionRulesCode_Value) Enum

func (ReferenceVersionRulesCode_Value) EnumDescriptor deprecated

func (ReferenceVersionRulesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ReferenceVersionRulesCode_Value.Descriptor instead.

func (ReferenceVersionRulesCode_Value) Number

func (ReferenceVersionRulesCode_Value) String

func (ReferenceVersionRulesCode_Value) Type

type ReferralMethodCode

type ReferralMethodCode struct {
	Value     ReferralMethodCode_Value        `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ReferralMethodCode_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
}

The methods of referral can be used when referring to a specific HealthCareService resource. See http://hl7.org/fhir/ValueSet/service-referral-method

func (*ReferralMethodCode) Descriptor deprecated

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

Deprecated: Use ReferralMethodCode.ProtoReflect.Descriptor instead.

func (*ReferralMethodCode) GetExtension

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

func (*ReferralMethodCode) GetId

func (*ReferralMethodCode) GetValue

func (*ReferralMethodCode) ProtoMessage

func (*ReferralMethodCode) ProtoMessage()

func (*ReferralMethodCode) ProtoReflect

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

func (*ReferralMethodCode) Reset

func (x *ReferralMethodCode) Reset()

func (*ReferralMethodCode) String

func (x *ReferralMethodCode) String() string

type ReferralMethodCode_Value

type ReferralMethodCode_Value int32
const (
	ReferralMethodCode_INVALID_UNINITIALIZED ReferralMethodCode_Value = 0
	ReferralMethodCode_FAX                   ReferralMethodCode_Value = 1
	ReferralMethodCode_PHONE                 ReferralMethodCode_Value = 2
	ReferralMethodCode_ELEC                  ReferralMethodCode_Value = 3
	ReferralMethodCode_SEMAIL                ReferralMethodCode_Value = 4
	ReferralMethodCode_MAIL                  ReferralMethodCode_Value = 5
)

func (ReferralMethodCode_Value) Descriptor

func (ReferralMethodCode_Value) Enum

func (ReferralMethodCode_Value) EnumDescriptor deprecated

func (ReferralMethodCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ReferralMethodCode_Value.Descriptor instead.

func (ReferralMethodCode_Value) Number

func (ReferralMethodCode_Value) String

func (x ReferralMethodCode_Value) String() string

func (ReferralMethodCode_Value) Type

type RelatedArtifactTypeCode

type RelatedArtifactTypeCode struct {
	Value     RelatedArtifactTypeCode_Value   `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.RelatedArtifactTypeCode_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
}

The type of relationship to the related artifact See http://hl7.org/fhir/ValueSet/related-artifact-type

func (*RelatedArtifactTypeCode) Descriptor deprecated

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

Deprecated: Use RelatedArtifactTypeCode.ProtoReflect.Descriptor instead.

func (*RelatedArtifactTypeCode) GetExtension

func (*RelatedArtifactTypeCode) GetId

func (*RelatedArtifactTypeCode) GetValue

func (*RelatedArtifactTypeCode) ProtoMessage

func (*RelatedArtifactTypeCode) ProtoMessage()

func (*RelatedArtifactTypeCode) ProtoReflect

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

func (*RelatedArtifactTypeCode) Reset

func (x *RelatedArtifactTypeCode) Reset()

func (*RelatedArtifactTypeCode) String

func (x *RelatedArtifactTypeCode) String() string

type RelatedArtifactTypeCode_Value

type RelatedArtifactTypeCode_Value int32
const (
	RelatedArtifactTypeCode_INVALID_UNINITIALIZED RelatedArtifactTypeCode_Value = 0
	RelatedArtifactTypeCode_DOCUMENTATION         RelatedArtifactTypeCode_Value = 1
	RelatedArtifactTypeCode_JUSTIFICATION         RelatedArtifactTypeCode_Value = 2
	RelatedArtifactTypeCode_CITATION              RelatedArtifactTypeCode_Value = 3
	RelatedArtifactTypeCode_PREDECESSOR           RelatedArtifactTypeCode_Value = 4
	RelatedArtifactTypeCode_SUCCESSOR             RelatedArtifactTypeCode_Value = 5
	RelatedArtifactTypeCode_DERIVED_FROM          RelatedArtifactTypeCode_Value = 6
	RelatedArtifactTypeCode_DEPENDS_ON            RelatedArtifactTypeCode_Value = 7
	RelatedArtifactTypeCode_COMPOSED_OF           RelatedArtifactTypeCode_Value = 8
)

func (RelatedArtifactTypeCode_Value) Descriptor

func (RelatedArtifactTypeCode_Value) Enum

func (RelatedArtifactTypeCode_Value) EnumDescriptor deprecated

func (RelatedArtifactTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use RelatedArtifactTypeCode_Value.Descriptor instead.

func (RelatedArtifactTypeCode_Value) Number

func (RelatedArtifactTypeCode_Value) String

func (RelatedArtifactTypeCode_Value) Type

type RepositoryTypeCode

type RepositoryTypeCode struct {
	Value     RepositoryTypeCode_Value        `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.RepositoryTypeCode_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
}

Type for access of external URI See http://hl7.org/fhir/ValueSet/repository-type

func (*RepositoryTypeCode) Descriptor deprecated

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

Deprecated: Use RepositoryTypeCode.ProtoReflect.Descriptor instead.

func (*RepositoryTypeCode) GetExtension

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

func (*RepositoryTypeCode) GetId

func (*RepositoryTypeCode) GetValue

func (*RepositoryTypeCode) ProtoMessage

func (*RepositoryTypeCode) ProtoMessage()

func (*RepositoryTypeCode) ProtoReflect

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

func (*RepositoryTypeCode) Reset

func (x *RepositoryTypeCode) Reset()

func (*RepositoryTypeCode) String

func (x *RepositoryTypeCode) String() string

type RepositoryTypeCode_Value

type RepositoryTypeCode_Value int32
const (
	RepositoryTypeCode_INVALID_UNINITIALIZED RepositoryTypeCode_Value = 0
	RepositoryTypeCode_DIRECTLINK            RepositoryTypeCode_Value = 1
	RepositoryTypeCode_OPENAPI               RepositoryTypeCode_Value = 2
	RepositoryTypeCode_LOGIN                 RepositoryTypeCode_Value = 3
	RepositoryTypeCode_OAUTH                 RepositoryTypeCode_Value = 4
	RepositoryTypeCode_OTHER                 RepositoryTypeCode_Value = 5
)

func (RepositoryTypeCode_Value) Descriptor

func (RepositoryTypeCode_Value) Enum

func (RepositoryTypeCode_Value) EnumDescriptor deprecated

func (RepositoryTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use RepositoryTypeCode_Value.Descriptor instead.

func (RepositoryTypeCode_Value) Number

func (RepositoryTypeCode_Value) String

func (x RepositoryTypeCode_Value) String() string

func (RepositoryTypeCode_Value) Type

type RequestIntentCode

type RequestIntentCode struct {
	Value     RequestIntentCode_Value         `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.RequestIntentCode_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
}

Codes indicating the degree of authority/intentionality associated with a request See http://hl7.org/fhir/ValueSet/request-intent

func (*RequestIntentCode) Descriptor deprecated

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

Deprecated: Use RequestIntentCode.ProtoReflect.Descriptor instead.

func (*RequestIntentCode) GetExtension

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

func (*RequestIntentCode) GetId

func (*RequestIntentCode) GetValue

func (*RequestIntentCode) ProtoMessage

func (*RequestIntentCode) ProtoMessage()

func (*RequestIntentCode) ProtoReflect

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

func (*RequestIntentCode) Reset

func (x *RequestIntentCode) Reset()

func (*RequestIntentCode) String

func (x *RequestIntentCode) String() string

type RequestIntentCode_Value

type RequestIntentCode_Value int32
const (
	RequestIntentCode_INVALID_UNINITIALIZED RequestIntentCode_Value = 0
	RequestIntentCode_PROPOSAL              RequestIntentCode_Value = 1
	RequestIntentCode_PLAN                  RequestIntentCode_Value = 2
	RequestIntentCode_ORDER                 RequestIntentCode_Value = 3
	RequestIntentCode_ORIGINAL_ORDER        RequestIntentCode_Value = 4
	RequestIntentCode_REFLEX_ORDER          RequestIntentCode_Value = 5
	RequestIntentCode_FILLER_ORDER          RequestIntentCode_Value = 6
	RequestIntentCode_INSTANCE_ORDER        RequestIntentCode_Value = 7
	RequestIntentCode_OPTION                RequestIntentCode_Value = 8
)

func (RequestIntentCode_Value) Descriptor

func (RequestIntentCode_Value) Enum

func (RequestIntentCode_Value) EnumDescriptor deprecated

func (RequestIntentCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use RequestIntentCode_Value.Descriptor instead.

func (RequestIntentCode_Value) Number

func (RequestIntentCode_Value) String

func (x RequestIntentCode_Value) String() string

func (RequestIntentCode_Value) Type

type RequestPriorityCode

type RequestPriorityCode struct {
	Value     RequestPriorityCode_Value       `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.RequestPriorityCode_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
}

The clinical priority of a diagnostic order. See http://hl7.org/fhir/ValueSet/request-priority

func (*RequestPriorityCode) Descriptor deprecated

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

Deprecated: Use RequestPriorityCode.ProtoReflect.Descriptor instead.

func (*RequestPriorityCode) GetExtension

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

func (*RequestPriorityCode) GetId

func (*RequestPriorityCode) GetValue

func (*RequestPriorityCode) ProtoMessage

func (*RequestPriorityCode) ProtoMessage()

func (*RequestPriorityCode) ProtoReflect

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

func (*RequestPriorityCode) Reset

func (x *RequestPriorityCode) Reset()

func (*RequestPriorityCode) String

func (x *RequestPriorityCode) String() string

type RequestPriorityCode_Value

type RequestPriorityCode_Value int32
const (
	RequestPriorityCode_INVALID_UNINITIALIZED RequestPriorityCode_Value = 0
	RequestPriorityCode_ROUTINE               RequestPriorityCode_Value = 1
	RequestPriorityCode_URGENT                RequestPriorityCode_Value = 2
	RequestPriorityCode_ASAP                  RequestPriorityCode_Value = 3
	RequestPriorityCode_STAT                  RequestPriorityCode_Value = 4
)

func (RequestPriorityCode_Value) Descriptor

func (RequestPriorityCode_Value) Enum

func (RequestPriorityCode_Value) EnumDescriptor deprecated

func (RequestPriorityCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use RequestPriorityCode_Value.Descriptor instead.

func (RequestPriorityCode_Value) Number

func (RequestPriorityCode_Value) String

func (x RequestPriorityCode_Value) String() string

func (RequestPriorityCode_Value) Type

type RequestStatusCode

type RequestStatusCode struct {
	Value     RequestStatusCode_Value         `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.RequestStatusCode_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
}

Codes identifying the stage lifecycle stage of a request See http://hl7.org/fhir/ValueSet/request-status

func (*RequestStatusCode) Descriptor deprecated

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

Deprecated: Use RequestStatusCode.ProtoReflect.Descriptor instead.

func (*RequestStatusCode) GetExtension

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

func (*RequestStatusCode) GetId

func (*RequestStatusCode) GetValue

func (*RequestStatusCode) ProtoMessage

func (*RequestStatusCode) ProtoMessage()

func (*RequestStatusCode) ProtoReflect

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

func (*RequestStatusCode) Reset

func (x *RequestStatusCode) Reset()

func (*RequestStatusCode) String

func (x *RequestStatusCode) String() string

type RequestStatusCode_Value

type RequestStatusCode_Value int32
const (
	RequestStatusCode_INVALID_UNINITIALIZED RequestStatusCode_Value = 0
	RequestStatusCode_DRAFT                 RequestStatusCode_Value = 1
	RequestStatusCode_ACTIVE                RequestStatusCode_Value = 2
	RequestStatusCode_SUSPENDED             RequestStatusCode_Value = 3
	RequestStatusCode_CANCELLED             RequestStatusCode_Value = 4
	RequestStatusCode_COMPLETED             RequestStatusCode_Value = 5
	RequestStatusCode_ENTERED_IN_ERROR      RequestStatusCode_Value = 6
	RequestStatusCode_UNKNOWN               RequestStatusCode_Value = 7
)

func (RequestStatusCode_Value) Descriptor

func (RequestStatusCode_Value) Enum

func (RequestStatusCode_Value) EnumDescriptor deprecated

func (RequestStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use RequestStatusCode_Value.Descriptor instead.

func (RequestStatusCode_Value) Number

func (RequestStatusCode_Value) String

func (x RequestStatusCode_Value) String() string

func (RequestStatusCode_Value) Type

type ResearchStudyStatusCode

type ResearchStudyStatusCode struct {
	Value     ResearchStudyStatusCode_Value   `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ResearchStudyStatusCode_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
}

Codes that convey the current status of the research study See http://hl7.org/fhir/ValueSet/research-study-status

func (*ResearchStudyStatusCode) Descriptor deprecated

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

Deprecated: Use ResearchStudyStatusCode.ProtoReflect.Descriptor instead.

func (*ResearchStudyStatusCode) GetExtension

func (*ResearchStudyStatusCode) GetId

func (*ResearchStudyStatusCode) GetValue

func (*ResearchStudyStatusCode) ProtoMessage

func (*ResearchStudyStatusCode) ProtoMessage()

func (*ResearchStudyStatusCode) ProtoReflect

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

func (*ResearchStudyStatusCode) Reset

func (x *ResearchStudyStatusCode) Reset()

func (*ResearchStudyStatusCode) String

func (x *ResearchStudyStatusCode) String() string

type ResearchStudyStatusCode_Value

type ResearchStudyStatusCode_Value int32
const (
	ResearchStudyStatusCode_INVALID_UNINITIALIZED ResearchStudyStatusCode_Value = 0
	ResearchStudyStatusCode_DRAFT                 ResearchStudyStatusCode_Value = 1
	ResearchStudyStatusCode_IN_PROGRESS           ResearchStudyStatusCode_Value = 2
	ResearchStudyStatusCode_SUSPENDED             ResearchStudyStatusCode_Value = 3
	ResearchStudyStatusCode_STOPPED               ResearchStudyStatusCode_Value = 4
	ResearchStudyStatusCode_COMPLETED             ResearchStudyStatusCode_Value = 5
	ResearchStudyStatusCode_ENTERED_IN_ERROR      ResearchStudyStatusCode_Value = 6
)

func (ResearchStudyStatusCode_Value) Descriptor

func (ResearchStudyStatusCode_Value) Enum

func (ResearchStudyStatusCode_Value) EnumDescriptor deprecated

func (ResearchStudyStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ResearchStudyStatusCode_Value.Descriptor instead.

func (ResearchStudyStatusCode_Value) Number

func (ResearchStudyStatusCode_Value) String

func (ResearchStudyStatusCode_Value) Type

type ResearchSubjectStatusCode

type ResearchSubjectStatusCode struct {
	Value     ResearchSubjectStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ResearchSubjectStatusCode_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
}

Indicates the progression of a study subject through a study See http://hl7.org/fhir/ValueSet/research-subject-status

func (*ResearchSubjectStatusCode) Descriptor deprecated

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

Deprecated: Use ResearchSubjectStatusCode.ProtoReflect.Descriptor instead.

func (*ResearchSubjectStatusCode) GetExtension

func (*ResearchSubjectStatusCode) GetId

func (*ResearchSubjectStatusCode) GetValue

func (*ResearchSubjectStatusCode) ProtoMessage

func (*ResearchSubjectStatusCode) ProtoMessage()

func (*ResearchSubjectStatusCode) ProtoReflect

func (*ResearchSubjectStatusCode) Reset

func (x *ResearchSubjectStatusCode) Reset()

func (*ResearchSubjectStatusCode) String

func (x *ResearchSubjectStatusCode) String() string

type ResearchSubjectStatusCode_Value

type ResearchSubjectStatusCode_Value int32
const (
	ResearchSubjectStatusCode_INVALID_UNINITIALIZED ResearchSubjectStatusCode_Value = 0
	ResearchSubjectStatusCode_CANDIDATE             ResearchSubjectStatusCode_Value = 1
	ResearchSubjectStatusCode_ENROLLED              ResearchSubjectStatusCode_Value = 2
	ResearchSubjectStatusCode_ACTIVE                ResearchSubjectStatusCode_Value = 3
	ResearchSubjectStatusCode_SUSPENDED             ResearchSubjectStatusCode_Value = 4
	ResearchSubjectStatusCode_WITHDRAWN             ResearchSubjectStatusCode_Value = 5
	ResearchSubjectStatusCode_COMPLETED             ResearchSubjectStatusCode_Value = 6
)

func (ResearchSubjectStatusCode_Value) Descriptor

func (ResearchSubjectStatusCode_Value) Enum

func (ResearchSubjectStatusCode_Value) EnumDescriptor deprecated

func (ResearchSubjectStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ResearchSubjectStatusCode_Value.Descriptor instead.

func (ResearchSubjectStatusCode_Value) Number

func (ResearchSubjectStatusCode_Value) String

func (ResearchSubjectStatusCode_Value) Type

type ResourceTypeCode

type ResourceTypeCode struct {
	Value     ResourceTypeCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ResourceTypeCode_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
}

One of the resource types defined as part of FHIR. See http://hl7.org/fhir/ValueSet/resource-types

func (*ResourceTypeCode) Descriptor deprecated

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

Deprecated: Use ResourceTypeCode.ProtoReflect.Descriptor instead.

func (*ResourceTypeCode) GetExtension

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

func (*ResourceTypeCode) GetId

func (*ResourceTypeCode) GetValue

func (*ResourceTypeCode) ProtoMessage

func (*ResourceTypeCode) ProtoMessage()

func (*ResourceTypeCode) ProtoReflect

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

func (*ResourceTypeCode) Reset

func (x *ResourceTypeCode) Reset()

func (*ResourceTypeCode) String

func (x *ResourceTypeCode) String() string

type ResourceTypeCode_Value

type ResourceTypeCode_Value int32
const (
	ResourceTypeCode_INVALID_UNINITIALIZED       ResourceTypeCode_Value = 0
	ResourceTypeCode_ACCOUNT                     ResourceTypeCode_Value = 1
	ResourceTypeCode_ACTIVITY_DEFINITION         ResourceTypeCode_Value = 2
	ResourceTypeCode_ADVERSE_EVENT               ResourceTypeCode_Value = 3
	ResourceTypeCode_ALLERGY_INTOLERANCE         ResourceTypeCode_Value = 4
	ResourceTypeCode_APPOINTMENT                 ResourceTypeCode_Value = 5
	ResourceTypeCode_APPOINTMENT_RESPONSE        ResourceTypeCode_Value = 6
	ResourceTypeCode_AUDIT_EVENT                 ResourceTypeCode_Value = 7
	ResourceTypeCode_BASIC                       ResourceTypeCode_Value = 8
	ResourceTypeCode_BINARY                      ResourceTypeCode_Value = 9
	ResourceTypeCode_BODY_SITE                   ResourceTypeCode_Value = 10
	ResourceTypeCode_BUNDLE                      ResourceTypeCode_Value = 11
	ResourceTypeCode_CAPABILITY_STATEMENT        ResourceTypeCode_Value = 12
	ResourceTypeCode_CARE_PLAN                   ResourceTypeCode_Value = 13
	ResourceTypeCode_CARE_TEAM                   ResourceTypeCode_Value = 14
	ResourceTypeCode_CHARGE_ITEM                 ResourceTypeCode_Value = 15
	ResourceTypeCode_CLAIM                       ResourceTypeCode_Value = 16
	ResourceTypeCode_CLAIM_RESPONSE              ResourceTypeCode_Value = 17
	ResourceTypeCode_CLINICAL_IMPRESSION         ResourceTypeCode_Value = 18
	ResourceTypeCode_CODE_SYSTEM                 ResourceTypeCode_Value = 19
	ResourceTypeCode_COMMUNICATION               ResourceTypeCode_Value = 20
	ResourceTypeCode_COMMUNICATION_REQUEST       ResourceTypeCode_Value = 21
	ResourceTypeCode_COMPARTMENT_DEFINITION      ResourceTypeCode_Value = 22
	ResourceTypeCode_COMPOSITION                 ResourceTypeCode_Value = 23
	ResourceTypeCode_CONCEPT_MAP                 ResourceTypeCode_Value = 24
	ResourceTypeCode_CONDITION                   ResourceTypeCode_Value = 25
	ResourceTypeCode_CONSENT                     ResourceTypeCode_Value = 26
	ResourceTypeCode_CONTRACT                    ResourceTypeCode_Value = 27
	ResourceTypeCode_COVERAGE                    ResourceTypeCode_Value = 28
	ResourceTypeCode_DATA_ELEMENT                ResourceTypeCode_Value = 29
	ResourceTypeCode_DETECTED_ISSUE              ResourceTypeCode_Value = 30
	ResourceTypeCode_DEVICE                      ResourceTypeCode_Value = 31
	ResourceTypeCode_DEVICE_COMPONENT            ResourceTypeCode_Value = 32
	ResourceTypeCode_DEVICE_METRIC               ResourceTypeCode_Value = 33
	ResourceTypeCode_DEVICE_REQUEST              ResourceTypeCode_Value = 34
	ResourceTypeCode_DEVICE_USE_STATEMENT        ResourceTypeCode_Value = 35
	ResourceTypeCode_DIAGNOSTIC_REPORT           ResourceTypeCode_Value = 36
	ResourceTypeCode_DOCUMENT_MANIFEST           ResourceTypeCode_Value = 37
	ResourceTypeCode_DOCUMENT_REFERENCE          ResourceTypeCode_Value = 38
	ResourceTypeCode_DOMAIN_RESOURCE             ResourceTypeCode_Value = 39
	ResourceTypeCode_ELIGIBILITY_REQUEST         ResourceTypeCode_Value = 40
	ResourceTypeCode_ELIGIBILITY_RESPONSE        ResourceTypeCode_Value = 41
	ResourceTypeCode_ENCOUNTER                   ResourceTypeCode_Value = 42
	ResourceTypeCode_ENDPOINT                    ResourceTypeCode_Value = 43
	ResourceTypeCode_ENROLLMENT_REQUEST          ResourceTypeCode_Value = 44
	ResourceTypeCode_ENROLLMENT_RESPONSE         ResourceTypeCode_Value = 45
	ResourceTypeCode_EPISODE_OF_CARE             ResourceTypeCode_Value = 46
	ResourceTypeCode_EXPANSION_PROFILE           ResourceTypeCode_Value = 47
	ResourceTypeCode_EXPLANATION_OF_BENEFIT      ResourceTypeCode_Value = 48
	ResourceTypeCode_FAMILY_MEMBER_HISTORY       ResourceTypeCode_Value = 49
	ResourceTypeCode_FLAG                        ResourceTypeCode_Value = 50
	ResourceTypeCode_GOAL                        ResourceTypeCode_Value = 51
	ResourceTypeCode_GRAPH_DEFINITION            ResourceTypeCode_Value = 52
	ResourceTypeCode_GROUP                       ResourceTypeCode_Value = 53
	ResourceTypeCode_GUIDANCE_RESPONSE           ResourceTypeCode_Value = 54
	ResourceTypeCode_HEALTHCARE_SERVICE          ResourceTypeCode_Value = 55
	ResourceTypeCode_IMAGING_MANIFEST            ResourceTypeCode_Value = 56
	ResourceTypeCode_IMAGING_STUDY               ResourceTypeCode_Value = 57
	ResourceTypeCode_IMMUNIZATION                ResourceTypeCode_Value = 58
	ResourceTypeCode_IMMUNIZATION_RECOMMENDATION ResourceTypeCode_Value = 59
	ResourceTypeCode_IMPLEMENTATION_GUIDE        ResourceTypeCode_Value = 60
	ResourceTypeCode_LIBRARY                     ResourceTypeCode_Value = 61
	ResourceTypeCode_LINKAGE                     ResourceTypeCode_Value = 62
	ResourceTypeCode_LIST                        ResourceTypeCode_Value = 63
	ResourceTypeCode_LOCATION                    ResourceTypeCode_Value = 64
	ResourceTypeCode_MEASURE                     ResourceTypeCode_Value = 65
	ResourceTypeCode_MEASURE_REPORT              ResourceTypeCode_Value = 66
	ResourceTypeCode_MEDIA                       ResourceTypeCode_Value = 67
	ResourceTypeCode_MEDICATION                  ResourceTypeCode_Value = 68
	ResourceTypeCode_MEDICATION_ADMINISTRATION   ResourceTypeCode_Value = 69
	ResourceTypeCode_MEDICATION_DISPENSE         ResourceTypeCode_Value = 70
	ResourceTypeCode_MEDICATION_REQUEST          ResourceTypeCode_Value = 71
	ResourceTypeCode_MEDICATION_STATEMENT        ResourceTypeCode_Value = 72
	ResourceTypeCode_MESSAGE_DEFINITION          ResourceTypeCode_Value = 73
	ResourceTypeCode_MESSAGE_HEADER              ResourceTypeCode_Value = 74
	ResourceTypeCode_NAMING_SYSTEM               ResourceTypeCode_Value = 75
	ResourceTypeCode_NUTRITION_ORDER             ResourceTypeCode_Value = 76
	ResourceTypeCode_OBSERVATION                 ResourceTypeCode_Value = 77
	ResourceTypeCode_OPERATION_DEFINITION        ResourceTypeCode_Value = 78
	ResourceTypeCode_OPERATION_OUTCOME           ResourceTypeCode_Value = 79
	ResourceTypeCode_ORGANIZATION                ResourceTypeCode_Value = 80
	ResourceTypeCode_PARAMETERS                  ResourceTypeCode_Value = 81
	ResourceTypeCode_PATIENT                     ResourceTypeCode_Value = 82
	ResourceTypeCode_PAYMENT_NOTICE              ResourceTypeCode_Value = 83
	ResourceTypeCode_PAYMENT_RECONCILIATION      ResourceTypeCode_Value = 84
	ResourceTypeCode_PERSON                      ResourceTypeCode_Value = 85
	ResourceTypeCode_PLAN_DEFINITION             ResourceTypeCode_Value = 86
	ResourceTypeCode_PRACTITIONER                ResourceTypeCode_Value = 87
	ResourceTypeCode_PRACTITIONER_ROLE           ResourceTypeCode_Value = 88
	ResourceTypeCode_PROCEDURE                   ResourceTypeCode_Value = 89
	ResourceTypeCode_PROCEDURE_REQUEST           ResourceTypeCode_Value = 90
	ResourceTypeCode_PROCESS_REQUEST             ResourceTypeCode_Value = 91
	ResourceTypeCode_PROCESS_RESPONSE            ResourceTypeCode_Value = 92
	ResourceTypeCode_PROVENANCE                  ResourceTypeCode_Value = 93
	ResourceTypeCode_QUESTIONNAIRE               ResourceTypeCode_Value = 94
	ResourceTypeCode_QUESTIONNAIRE_RESPONSE      ResourceTypeCode_Value = 95
	ResourceTypeCode_REFERRAL_REQUEST            ResourceTypeCode_Value = 96
	ResourceTypeCode_RELATED_PERSON              ResourceTypeCode_Value = 97
	ResourceTypeCode_REQUEST_GROUP               ResourceTypeCode_Value = 98
	ResourceTypeCode_RESEARCH_STUDY              ResourceTypeCode_Value = 99
	ResourceTypeCode_RESEARCH_SUBJECT            ResourceTypeCode_Value = 100
	ResourceTypeCode_RESOURCE                    ResourceTypeCode_Value = 101
	ResourceTypeCode_RISK_ASSESSMENT             ResourceTypeCode_Value = 102
	ResourceTypeCode_SCHEDULE                    ResourceTypeCode_Value = 103
	ResourceTypeCode_SEARCH_PARAMETER            ResourceTypeCode_Value = 104
	ResourceTypeCode_SEQUENCE                    ResourceTypeCode_Value = 105
	ResourceTypeCode_SERVICE_DEFINITION          ResourceTypeCode_Value = 106
	ResourceTypeCode_SLOT                        ResourceTypeCode_Value = 107
	ResourceTypeCode_SPECIMEN                    ResourceTypeCode_Value = 108
	ResourceTypeCode_STRUCTURE_DEFINITION        ResourceTypeCode_Value = 109
	ResourceTypeCode_STRUCTURE_MAP               ResourceTypeCode_Value = 110
	ResourceTypeCode_SUBSCRIPTION                ResourceTypeCode_Value = 111
	ResourceTypeCode_SUBSTANCE                   ResourceTypeCode_Value = 112
	ResourceTypeCode_SUPPLY_DELIVERY             ResourceTypeCode_Value = 113
	ResourceTypeCode_SUPPLY_REQUEST              ResourceTypeCode_Value = 114
	ResourceTypeCode_TASK                        ResourceTypeCode_Value = 115
	ResourceTypeCode_TEST_REPORT                 ResourceTypeCode_Value = 116
	ResourceTypeCode_TEST_SCRIPT                 ResourceTypeCode_Value = 117
	ResourceTypeCode_VALUE_SET                   ResourceTypeCode_Value = 118
	ResourceTypeCode_VISION_PRESCRIPTION         ResourceTypeCode_Value = 119
)

func (ResourceTypeCode_Value) Descriptor

func (ResourceTypeCode_Value) Enum

func (ResourceTypeCode_Value) EnumDescriptor deprecated

func (ResourceTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ResourceTypeCode_Value.Descriptor instead.

func (ResourceTypeCode_Value) Number

func (ResourceTypeCode_Value) String

func (x ResourceTypeCode_Value) String() string

func (ResourceTypeCode_Value) Type

type ResourceValidationModeCode

type ResourceValidationModeCode struct {
	Value     ResourceValidationModeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ResourceValidationModeCode_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
}

Codes indicating the type of validation to perform See http://hl7.org/fhir/ValueSet/resource-validation-mode

func (*ResourceValidationModeCode) Descriptor deprecated

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

Deprecated: Use ResourceValidationModeCode.ProtoReflect.Descriptor instead.

func (*ResourceValidationModeCode) GetExtension

func (*ResourceValidationModeCode) GetId

func (*ResourceValidationModeCode) GetValue

func (*ResourceValidationModeCode) ProtoMessage

func (*ResourceValidationModeCode) ProtoMessage()

func (*ResourceValidationModeCode) ProtoReflect

func (*ResourceValidationModeCode) Reset

func (x *ResourceValidationModeCode) Reset()

func (*ResourceValidationModeCode) String

func (x *ResourceValidationModeCode) String() string

type ResourceValidationModeCode_Value

type ResourceValidationModeCode_Value int32
const (
	ResourceValidationModeCode_INVALID_UNINITIALIZED ResourceValidationModeCode_Value = 0
	ResourceValidationModeCode_CREATE                ResourceValidationModeCode_Value = 1
	ResourceValidationModeCode_UPDATE                ResourceValidationModeCode_Value = 2
	ResourceValidationModeCode_DELETE                ResourceValidationModeCode_Value = 3
)

func (ResourceValidationModeCode_Value) Descriptor

func (ResourceValidationModeCode_Value) Enum

func (ResourceValidationModeCode_Value) EnumDescriptor deprecated

func (ResourceValidationModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ResourceValidationModeCode_Value.Descriptor instead.

func (ResourceValidationModeCode_Value) Number

func (ResourceValidationModeCode_Value) String

func (ResourceValidationModeCode_Value) Type

type ResourceVersionPolicyCode

type ResourceVersionPolicyCode struct {
	Value     ResourceVersionPolicyCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ResourceVersionPolicyCode_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
}

How the system supports versioning for a resource. See http://hl7.org/fhir/ValueSet/versioning-policy

func (*ResourceVersionPolicyCode) Descriptor deprecated

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

Deprecated: Use ResourceVersionPolicyCode.ProtoReflect.Descriptor instead.

func (*ResourceVersionPolicyCode) GetExtension

func (*ResourceVersionPolicyCode) GetId

func (*ResourceVersionPolicyCode) GetValue

func (*ResourceVersionPolicyCode) ProtoMessage

func (*ResourceVersionPolicyCode) ProtoMessage()

func (*ResourceVersionPolicyCode) ProtoReflect

func (*ResourceVersionPolicyCode) Reset

func (x *ResourceVersionPolicyCode) Reset()

func (*ResourceVersionPolicyCode) String

func (x *ResourceVersionPolicyCode) String() string

type ResourceVersionPolicyCode_Value

type ResourceVersionPolicyCode_Value int32
const (
	ResourceVersionPolicyCode_INVALID_UNINITIALIZED ResourceVersionPolicyCode_Value = 0
	ResourceVersionPolicyCode_NO_VERSION            ResourceVersionPolicyCode_Value = 1
	ResourceVersionPolicyCode_VERSIONED             ResourceVersionPolicyCode_Value = 2
	ResourceVersionPolicyCode_VERSIONED_UPDATE      ResourceVersionPolicyCode_Value = 3
)

func (ResourceVersionPolicyCode_Value) Descriptor

func (ResourceVersionPolicyCode_Value) Enum

func (ResourceVersionPolicyCode_Value) EnumDescriptor deprecated

func (ResourceVersionPolicyCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ResourceVersionPolicyCode_Value.Descriptor instead.

func (ResourceVersionPolicyCode_Value) Number

func (ResourceVersionPolicyCode_Value) String

func (ResourceVersionPolicyCode_Value) Type

type ResponseTypeCode

type ResponseTypeCode struct {
	Value     ResponseTypeCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.ResponseTypeCode_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
}

The kind of response to a message See http://hl7.org/fhir/ValueSet/response-code

func (*ResponseTypeCode) Descriptor deprecated

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

Deprecated: Use ResponseTypeCode.ProtoReflect.Descriptor instead.

func (*ResponseTypeCode) GetExtension

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

func (*ResponseTypeCode) GetId

func (*ResponseTypeCode) GetValue

func (*ResponseTypeCode) ProtoMessage

func (*ResponseTypeCode) ProtoMessage()

func (*ResponseTypeCode) ProtoReflect

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

func (*ResponseTypeCode) Reset

func (x *ResponseTypeCode) Reset()

func (*ResponseTypeCode) String

func (x *ResponseTypeCode) String() string

type ResponseTypeCode_Value

type ResponseTypeCode_Value int32
const (
	ResponseTypeCode_INVALID_UNINITIALIZED ResponseTypeCode_Value = 0
	ResponseTypeCode_OK                    ResponseTypeCode_Value = 1
	ResponseTypeCode_TRANSIENT_ERROR       ResponseTypeCode_Value = 2
	ResponseTypeCode_FATAL_ERROR           ResponseTypeCode_Value = 3
)

func (ResponseTypeCode_Value) Descriptor

func (ResponseTypeCode_Value) Enum

func (ResponseTypeCode_Value) EnumDescriptor deprecated

func (ResponseTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ResponseTypeCode_Value.Descriptor instead.

func (ResponseTypeCode_Value) Number

func (ResponseTypeCode_Value) String

func (x ResponseTypeCode_Value) String() string

func (ResponseTypeCode_Value) Type

type RestfulCapabilityModeCode

type RestfulCapabilityModeCode struct {
	Value     RestfulCapabilityModeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.RestfulCapabilityModeCode_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
}

The mode of a RESTful capability statement. See http://hl7.org/fhir/ValueSet/restful-capability-mode

func (*RestfulCapabilityModeCode) Descriptor deprecated

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

Deprecated: Use RestfulCapabilityModeCode.ProtoReflect.Descriptor instead.

func (*RestfulCapabilityModeCode) GetExtension

func (*RestfulCapabilityModeCode) GetId

func (*RestfulCapabilityModeCode) GetValue

func (*RestfulCapabilityModeCode) ProtoMessage

func (*RestfulCapabilityModeCode) ProtoMessage()

func (*RestfulCapabilityModeCode) ProtoReflect

func (*RestfulCapabilityModeCode) Reset

func (x *RestfulCapabilityModeCode) Reset()

func (*RestfulCapabilityModeCode) String

func (x *RestfulCapabilityModeCode) String() string

type RestfulCapabilityModeCode_Value

type RestfulCapabilityModeCode_Value int32
const (
	RestfulCapabilityModeCode_INVALID_UNINITIALIZED RestfulCapabilityModeCode_Value = 0
	RestfulCapabilityModeCode_CLIENT                RestfulCapabilityModeCode_Value = 1
	RestfulCapabilityModeCode_SERVER                RestfulCapabilityModeCode_Value = 2
)

func (RestfulCapabilityModeCode_Value) Descriptor

func (RestfulCapabilityModeCode_Value) Enum

func (RestfulCapabilityModeCode_Value) EnumDescriptor deprecated

func (RestfulCapabilityModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use RestfulCapabilityModeCode_Value.Descriptor instead.

func (RestfulCapabilityModeCode_Value) Number

func (RestfulCapabilityModeCode_Value) String

func (RestfulCapabilityModeCode_Value) Type

type RestfulSecurityServiceCode

type RestfulSecurityServiceCode struct {
	Value     RestfulSecurityServiceCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.RestfulSecurityServiceCode_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
}

Types of security services used with FHIR. See http://hl7.org/fhir/ValueSet/restful-security-service

func (*RestfulSecurityServiceCode) Descriptor deprecated

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

Deprecated: Use RestfulSecurityServiceCode.ProtoReflect.Descriptor instead.

func (*RestfulSecurityServiceCode) GetExtension

func (*RestfulSecurityServiceCode) GetId

func (*RestfulSecurityServiceCode) GetValue

func (*RestfulSecurityServiceCode) ProtoMessage

func (*RestfulSecurityServiceCode) ProtoMessage()

func (*RestfulSecurityServiceCode) ProtoReflect

func (*RestfulSecurityServiceCode) Reset

func (x *RestfulSecurityServiceCode) Reset()

func (*RestfulSecurityServiceCode) String

func (x *RestfulSecurityServiceCode) String() string

type RestfulSecurityServiceCode_Value

type RestfulSecurityServiceCode_Value int32
const (
	RestfulSecurityServiceCode_INVALID_UNINITIALIZED RestfulSecurityServiceCode_Value = 0
	RestfulSecurityServiceCode_OAUTH                 RestfulSecurityServiceCode_Value = 1
	RestfulSecurityServiceCode_SMART_ON_FHIR         RestfulSecurityServiceCode_Value = 2
	RestfulSecurityServiceCode_NTLM                  RestfulSecurityServiceCode_Value = 3
	RestfulSecurityServiceCode_BASIC                 RestfulSecurityServiceCode_Value = 4
	RestfulSecurityServiceCode_KERBEROS              RestfulSecurityServiceCode_Value = 5
	RestfulSecurityServiceCode_CERTIFICATES          RestfulSecurityServiceCode_Value = 6
)

func (RestfulSecurityServiceCode_Value) Descriptor

func (RestfulSecurityServiceCode_Value) Enum

func (RestfulSecurityServiceCode_Value) EnumDescriptor deprecated

func (RestfulSecurityServiceCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use RestfulSecurityServiceCode_Value.Descriptor instead.

func (RestfulSecurityServiceCode_Value) Number

func (RestfulSecurityServiceCode_Value) String

func (RestfulSecurityServiceCode_Value) Type

type RiskProbabilityCode

type RiskProbabilityCode struct {
	Value     RiskProbabilityCode_Value       `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.RiskProbabilityCode_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
}

Codes representing the likelihood of a particular outcome in a risk assessment. See http://hl7.org/fhir/ValueSet/risk-probability

func (*RiskProbabilityCode) Descriptor deprecated

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

Deprecated: Use RiskProbabilityCode.ProtoReflect.Descriptor instead.

func (*RiskProbabilityCode) GetExtension

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

func (*RiskProbabilityCode) GetId

func (*RiskProbabilityCode) GetValue

func (*RiskProbabilityCode) ProtoMessage

func (*RiskProbabilityCode) ProtoMessage()

func (*RiskProbabilityCode) ProtoReflect

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

func (*RiskProbabilityCode) Reset

func (x *RiskProbabilityCode) Reset()

func (*RiskProbabilityCode) String

func (x *RiskProbabilityCode) String() string

type RiskProbabilityCode_Value

type RiskProbabilityCode_Value int32
const (
	RiskProbabilityCode_INVALID_UNINITIALIZED RiskProbabilityCode_Value = 0
	RiskProbabilityCode_NEGLIGIBLE            RiskProbabilityCode_Value = 1
	RiskProbabilityCode_LOW                   RiskProbabilityCode_Value = 2
	RiskProbabilityCode_MODERATE              RiskProbabilityCode_Value = 3
	RiskProbabilityCode_HIGH                  RiskProbabilityCode_Value = 4
	RiskProbabilityCode_CERTAIN               RiskProbabilityCode_Value = 5
)

func (RiskProbabilityCode_Value) Descriptor

func (RiskProbabilityCode_Value) Enum

func (RiskProbabilityCode_Value) EnumDescriptor deprecated

func (RiskProbabilityCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use RiskProbabilityCode_Value.Descriptor instead.

func (RiskProbabilityCode_Value) Number

func (RiskProbabilityCode_Value) String

func (x RiskProbabilityCode_Value) String() string

func (RiskProbabilityCode_Value) Type

type SearchComparatorCode

type SearchComparatorCode struct {
	Value     SearchComparatorCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SearchComparatorCode_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
}

What Search Comparator Codes are supported in search See http://hl7.org/fhir/ValueSet/search-comparator

func (*SearchComparatorCode) Descriptor deprecated

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

Deprecated: Use SearchComparatorCode.ProtoReflect.Descriptor instead.

func (*SearchComparatorCode) GetExtension

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

func (*SearchComparatorCode) GetId

func (*SearchComparatorCode) GetValue

func (*SearchComparatorCode) ProtoMessage

func (*SearchComparatorCode) ProtoMessage()

func (*SearchComparatorCode) ProtoReflect

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

func (*SearchComparatorCode) Reset

func (x *SearchComparatorCode) Reset()

func (*SearchComparatorCode) String

func (x *SearchComparatorCode) String() string

type SearchComparatorCode_Value

type SearchComparatorCode_Value int32
const (
	SearchComparatorCode_INVALID_UNINITIALIZED SearchComparatorCode_Value = 0
	SearchComparatorCode_EQ                    SearchComparatorCode_Value = 1
	SearchComparatorCode_NE                    SearchComparatorCode_Value = 2
	SearchComparatorCode_GT                    SearchComparatorCode_Value = 3
	SearchComparatorCode_LT                    SearchComparatorCode_Value = 4
	SearchComparatorCode_GE                    SearchComparatorCode_Value = 5
	SearchComparatorCode_LE                    SearchComparatorCode_Value = 6
	SearchComparatorCode_SA                    SearchComparatorCode_Value = 7
	SearchComparatorCode_EB                    SearchComparatorCode_Value = 8
	SearchComparatorCode_AP                    SearchComparatorCode_Value = 9
)

func (SearchComparatorCode_Value) Descriptor

func (SearchComparatorCode_Value) Enum

func (SearchComparatorCode_Value) EnumDescriptor deprecated

func (SearchComparatorCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SearchComparatorCode_Value.Descriptor instead.

func (SearchComparatorCode_Value) Number

func (SearchComparatorCode_Value) String

func (SearchComparatorCode_Value) Type

type SearchEntryModeCode

type SearchEntryModeCode struct {
	Value     SearchEntryModeCode_Value       `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SearchEntryModeCode_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
}

Why an entry is in the result set - whether it's included as a match or because of an _include requirement. See http://hl7.org/fhir/ValueSet/search-entry-mode

func (*SearchEntryModeCode) Descriptor deprecated

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

Deprecated: Use SearchEntryModeCode.ProtoReflect.Descriptor instead.

func (*SearchEntryModeCode) GetExtension

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

func (*SearchEntryModeCode) GetId

func (*SearchEntryModeCode) GetValue

func (*SearchEntryModeCode) ProtoMessage

func (*SearchEntryModeCode) ProtoMessage()

func (*SearchEntryModeCode) ProtoReflect

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

func (*SearchEntryModeCode) Reset

func (x *SearchEntryModeCode) Reset()

func (*SearchEntryModeCode) String

func (x *SearchEntryModeCode) String() string

type SearchEntryModeCode_Value

type SearchEntryModeCode_Value int32
const (
	SearchEntryModeCode_INVALID_UNINITIALIZED SearchEntryModeCode_Value = 0
	SearchEntryModeCode_MATCH                 SearchEntryModeCode_Value = 1
	SearchEntryModeCode_INCLUDE               SearchEntryModeCode_Value = 2
	SearchEntryModeCode_OUTCOME               SearchEntryModeCode_Value = 3
)

func (SearchEntryModeCode_Value) Descriptor

func (SearchEntryModeCode_Value) Enum

func (SearchEntryModeCode_Value) EnumDescriptor deprecated

func (SearchEntryModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SearchEntryModeCode_Value.Descriptor instead.

func (SearchEntryModeCode_Value) Number

func (SearchEntryModeCode_Value) String

func (x SearchEntryModeCode_Value) String() string

func (SearchEntryModeCode_Value) Type

type SearchModifierCodeCode

type SearchModifierCodeCode struct {
	Value     SearchModifierCodeCode_Value    `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SearchModifierCodeCode_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
}

A supported modifier for a search parameter. See http://hl7.org/fhir/ValueSet/search-modifier-code

func (*SearchModifierCodeCode) Descriptor deprecated

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

Deprecated: Use SearchModifierCodeCode.ProtoReflect.Descriptor instead.

func (*SearchModifierCodeCode) GetExtension

func (*SearchModifierCodeCode) GetId

func (*SearchModifierCodeCode) GetValue

func (*SearchModifierCodeCode) ProtoMessage

func (*SearchModifierCodeCode) ProtoMessage()

func (*SearchModifierCodeCode) ProtoReflect

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

func (*SearchModifierCodeCode) Reset

func (x *SearchModifierCodeCode) Reset()

func (*SearchModifierCodeCode) String

func (x *SearchModifierCodeCode) String() string

type SearchModifierCodeCode_Value

type SearchModifierCodeCode_Value int32
const (
	SearchModifierCodeCode_INVALID_UNINITIALIZED SearchModifierCodeCode_Value = 0
	SearchModifierCodeCode_MISSING               SearchModifierCodeCode_Value = 1
	SearchModifierCodeCode_EXACT                 SearchModifierCodeCode_Value = 2
	SearchModifierCodeCode_CONTAINS              SearchModifierCodeCode_Value = 3
	SearchModifierCodeCode_NOT                   SearchModifierCodeCode_Value = 4
	SearchModifierCodeCode_TEXT                  SearchModifierCodeCode_Value = 5
	SearchModifierCodeCode_IN                    SearchModifierCodeCode_Value = 6
	SearchModifierCodeCode_NOT_IN                SearchModifierCodeCode_Value = 7
	SearchModifierCodeCode_BELOW                 SearchModifierCodeCode_Value = 8
	SearchModifierCodeCode_ABOVE                 SearchModifierCodeCode_Value = 9
	SearchModifierCodeCode_TYPE                  SearchModifierCodeCode_Value = 10
)

func (SearchModifierCodeCode_Value) Descriptor

func (SearchModifierCodeCode_Value) Enum

func (SearchModifierCodeCode_Value) EnumDescriptor deprecated

func (SearchModifierCodeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SearchModifierCodeCode_Value.Descriptor instead.

func (SearchModifierCodeCode_Value) Number

func (SearchModifierCodeCode_Value) String

func (SearchModifierCodeCode_Value) Type

type SearchParamTypeCode

type SearchParamTypeCode struct {
	Value     SearchParamTypeCode_Value       `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SearchParamTypeCode_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
}

Data types allowed to be used for search parameters. See http://hl7.org/fhir/ValueSet/search-param-type

func (*SearchParamTypeCode) Descriptor deprecated

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

Deprecated: Use SearchParamTypeCode.ProtoReflect.Descriptor instead.

func (*SearchParamTypeCode) GetExtension

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

func (*SearchParamTypeCode) GetId

func (*SearchParamTypeCode) GetValue

func (*SearchParamTypeCode) ProtoMessage

func (*SearchParamTypeCode) ProtoMessage()

func (*SearchParamTypeCode) ProtoReflect

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

func (*SearchParamTypeCode) Reset

func (x *SearchParamTypeCode) Reset()

func (*SearchParamTypeCode) String

func (x *SearchParamTypeCode) String() string

type SearchParamTypeCode_Value

type SearchParamTypeCode_Value int32
const (
	SearchParamTypeCode_INVALID_UNINITIALIZED SearchParamTypeCode_Value = 0
	SearchParamTypeCode_NUMBER                SearchParamTypeCode_Value = 1
	SearchParamTypeCode_DATE                  SearchParamTypeCode_Value = 2
	SearchParamTypeCode_STRING                SearchParamTypeCode_Value = 3
	SearchParamTypeCode_TOKEN                 SearchParamTypeCode_Value = 4
	SearchParamTypeCode_REFERENCE             SearchParamTypeCode_Value = 5
	SearchParamTypeCode_COMPOSITE             SearchParamTypeCode_Value = 6
	SearchParamTypeCode_QUANTITY              SearchParamTypeCode_Value = 7
	SearchParamTypeCode_URI                   SearchParamTypeCode_Value = 8
)

func (SearchParamTypeCode_Value) Descriptor

func (SearchParamTypeCode_Value) Enum

func (SearchParamTypeCode_Value) EnumDescriptor deprecated

func (SearchParamTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SearchParamTypeCode_Value.Descriptor instead.

func (SearchParamTypeCode_Value) Number

func (SearchParamTypeCode_Value) String

func (x SearchParamTypeCode_Value) String() string

func (SearchParamTypeCode_Value) Type

type SequenceStatusCode

type SequenceStatusCode struct {
	Value     SequenceStatusCode_Value        `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SequenceStatusCode_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
}

Codes providing the status of the variant test result See http://hl7.org/fhir/ValueSet/variant-state

func (*SequenceStatusCode) Descriptor deprecated

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

Deprecated: Use SequenceStatusCode.ProtoReflect.Descriptor instead.

func (*SequenceStatusCode) GetExtension

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

func (*SequenceStatusCode) GetId

func (*SequenceStatusCode) GetValue

func (*SequenceStatusCode) ProtoMessage

func (*SequenceStatusCode) ProtoMessage()

func (*SequenceStatusCode) ProtoReflect

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

func (*SequenceStatusCode) Reset

func (x *SequenceStatusCode) Reset()

func (*SequenceStatusCode) String

func (x *SequenceStatusCode) String() string

type SequenceStatusCode_Value

type SequenceStatusCode_Value int32
const (
	SequenceStatusCode_INVALID_UNINITIALIZED SequenceStatusCode_Value = 0
	SequenceStatusCode_POSITIVE              SequenceStatusCode_Value = 1
	SequenceStatusCode_NEGATIVE              SequenceStatusCode_Value = 2
	SequenceStatusCode_ABSENT                SequenceStatusCode_Value = 3
)

func (SequenceStatusCode_Value) Descriptor

func (SequenceStatusCode_Value) Enum

func (SequenceStatusCode_Value) EnumDescriptor deprecated

func (SequenceStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SequenceStatusCode_Value.Descriptor instead.

func (SequenceStatusCode_Value) Number

func (SequenceStatusCode_Value) String

func (x SequenceStatusCode_Value) String() string

func (SequenceStatusCode_Value) Type

type SequenceTypeCode

type SequenceTypeCode struct {
	Value     SequenceTypeCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SequenceTypeCode_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
}

Type if a sequence -- DNA, RNA, or amino acid sequence See http://hl7.org/fhir/ValueSet/sequence-type

func (*SequenceTypeCode) Descriptor deprecated

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

Deprecated: Use SequenceTypeCode.ProtoReflect.Descriptor instead.

func (*SequenceTypeCode) GetExtension

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

func (*SequenceTypeCode) GetId

func (*SequenceTypeCode) GetValue

func (*SequenceTypeCode) ProtoMessage

func (*SequenceTypeCode) ProtoMessage()

func (*SequenceTypeCode) ProtoReflect

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

func (*SequenceTypeCode) Reset

func (x *SequenceTypeCode) Reset()

func (*SequenceTypeCode) String

func (x *SequenceTypeCode) String() string

type SequenceTypeCode_Value

type SequenceTypeCode_Value int32
const (
	SequenceTypeCode_INVALID_UNINITIALIZED SequenceTypeCode_Value = 0
	SequenceTypeCode_AA                    SequenceTypeCode_Value = 1
	SequenceTypeCode_DNA                   SequenceTypeCode_Value = 2
	SequenceTypeCode_RNA                   SequenceTypeCode_Value = 3
)

func (SequenceTypeCode_Value) Descriptor

func (SequenceTypeCode_Value) Enum

func (SequenceTypeCode_Value) EnumDescriptor deprecated

func (SequenceTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SequenceTypeCode_Value.Descriptor instead.

func (SequenceTypeCode_Value) Number

func (SequenceTypeCode_Value) String

func (x SequenceTypeCode_Value) String() string

func (SequenceTypeCode_Value) Type

type ServiceProvisionConditionsCode

type ServiceProvisionConditionsCode struct {
	Value     ServiceProvisionConditionsCode_Value `` /* 129-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
}

The code(s) that detail the conditions under which the healthcare service is available/offered. See http://hl7.org/fhir/ValueSet/service-provision-conditions

func (*ServiceProvisionConditionsCode) Descriptor deprecated

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

Deprecated: Use ServiceProvisionConditionsCode.ProtoReflect.Descriptor instead.

func (*ServiceProvisionConditionsCode) GetExtension

func (*ServiceProvisionConditionsCode) GetId

func (*ServiceProvisionConditionsCode) GetValue

func (*ServiceProvisionConditionsCode) ProtoMessage

func (*ServiceProvisionConditionsCode) ProtoMessage()

func (*ServiceProvisionConditionsCode) ProtoReflect

func (*ServiceProvisionConditionsCode) Reset

func (x *ServiceProvisionConditionsCode) Reset()

func (*ServiceProvisionConditionsCode) String

type ServiceProvisionConditionsCode_Value

type ServiceProvisionConditionsCode_Value int32
const (
	ServiceProvisionConditionsCode_INVALID_UNINITIALIZED ServiceProvisionConditionsCode_Value = 0
	ServiceProvisionConditionsCode_FREE                  ServiceProvisionConditionsCode_Value = 1
	ServiceProvisionConditionsCode_DISC                  ServiceProvisionConditionsCode_Value = 2
	ServiceProvisionConditionsCode_COST                  ServiceProvisionConditionsCode_Value = 3
)

func (ServiceProvisionConditionsCode_Value) Descriptor

func (ServiceProvisionConditionsCode_Value) Enum

func (ServiceProvisionConditionsCode_Value) EnumDescriptor deprecated

func (ServiceProvisionConditionsCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use ServiceProvisionConditionsCode_Value.Descriptor instead.

func (ServiceProvisionConditionsCode_Value) Number

func (ServiceProvisionConditionsCode_Value) String

func (ServiceProvisionConditionsCode_Value) Type

type SlicingRulesCode

type SlicingRulesCode struct {
	Value     SlicingRulesCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SlicingRulesCode_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
}

How slices are interpreted when evaluating an instance. See http://hl7.org/fhir/ValueSet/resource-slicing-rules

func (*SlicingRulesCode) Descriptor deprecated

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

Deprecated: Use SlicingRulesCode.ProtoReflect.Descriptor instead.

func (*SlicingRulesCode) GetExtension

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

func (*SlicingRulesCode) GetId

func (*SlicingRulesCode) GetValue

func (*SlicingRulesCode) ProtoMessage

func (*SlicingRulesCode) ProtoMessage()

func (*SlicingRulesCode) ProtoReflect

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

func (*SlicingRulesCode) Reset

func (x *SlicingRulesCode) Reset()

func (*SlicingRulesCode) String

func (x *SlicingRulesCode) String() string

type SlicingRulesCode_Value

type SlicingRulesCode_Value int32
const (
	SlicingRulesCode_INVALID_UNINITIALIZED SlicingRulesCode_Value = 0
	SlicingRulesCode_CLOSED                SlicingRulesCode_Value = 1
	SlicingRulesCode_OPEN                  SlicingRulesCode_Value = 2
	SlicingRulesCode_OPEN_AT_END           SlicingRulesCode_Value = 3
)

func (SlicingRulesCode_Value) Descriptor

func (SlicingRulesCode_Value) Enum

func (SlicingRulesCode_Value) EnumDescriptor deprecated

func (SlicingRulesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SlicingRulesCode_Value.Descriptor instead.

func (SlicingRulesCode_Value) Number

func (SlicingRulesCode_Value) String

func (x SlicingRulesCode_Value) String() string

func (SlicingRulesCode_Value) Type

type SlotStatusCode

type SlotStatusCode struct {
	Value     SlotStatusCode_Value            `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.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
}

The free/busy status of the slot. See http://hl7.org/fhir/ValueSet/slotstatus

func (*SlotStatusCode) Descriptor deprecated

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

Deprecated: Use SlotStatusCode.ProtoReflect.Descriptor instead.

func (*SlotStatusCode) GetExtension

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

func (*SlotStatusCode) GetId

func (*SlotStatusCode) GetValue

func (x *SlotStatusCode) GetValue() SlotStatusCode_Value

func (*SlotStatusCode) ProtoMessage

func (*SlotStatusCode) ProtoMessage()

func (*SlotStatusCode) ProtoReflect

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

func (*SlotStatusCode) Reset

func (x *SlotStatusCode) Reset()

func (*SlotStatusCode) String

func (x *SlotStatusCode) String() string

type SlotStatusCode_Value

type SlotStatusCode_Value int32
const (
	SlotStatusCode_INVALID_UNINITIALIZED SlotStatusCode_Value = 0
	SlotStatusCode_BUSY                  SlotStatusCode_Value = 1
	SlotStatusCode_FREE                  SlotStatusCode_Value = 2
	SlotStatusCode_BUSY_UNAVAILABLE      SlotStatusCode_Value = 3
	SlotStatusCode_BUSY_TENTATIVE        SlotStatusCode_Value = 4
	SlotStatusCode_ENTERED_IN_ERROR      SlotStatusCode_Value = 5
)

func (SlotStatusCode_Value) Descriptor

func (SlotStatusCode_Value) Enum

func (SlotStatusCode_Value) EnumDescriptor deprecated

func (SlotStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SlotStatusCode_Value.Descriptor instead.

func (SlotStatusCode_Value) Number

func (SlotStatusCode_Value) String

func (x SlotStatusCode_Value) String() string

func (SlotStatusCode_Value) Type

type SpecialArrangementsCode

type SpecialArrangementsCode struct {
	Value     SpecialArrangementsCode_Value   `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SpecialArrangementsCode_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
}

This value set defines a set of codes that can be used to indicate the kinds of special arrangements in place for a patients visit. See http://hl7.org/fhir/ValueSet/encounter-special-arrangements

func (*SpecialArrangementsCode) Descriptor deprecated

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

Deprecated: Use SpecialArrangementsCode.ProtoReflect.Descriptor instead.

func (*SpecialArrangementsCode) GetExtension

func (*SpecialArrangementsCode) GetId

func (*SpecialArrangementsCode) GetValue

func (*SpecialArrangementsCode) ProtoMessage

func (*SpecialArrangementsCode) ProtoMessage()

func (*SpecialArrangementsCode) ProtoReflect

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

func (*SpecialArrangementsCode) Reset

func (x *SpecialArrangementsCode) Reset()

func (*SpecialArrangementsCode) String

func (x *SpecialArrangementsCode) String() string

type SpecialArrangementsCode_Value

type SpecialArrangementsCode_Value int32
const (
	SpecialArrangementsCode_INVALID_UNINITIALIZED SpecialArrangementsCode_Value = 0
	SpecialArrangementsCode_WHEEL                 SpecialArrangementsCode_Value = 1
	SpecialArrangementsCode_ADD_BED               SpecialArrangementsCode_Value = 2
	SpecialArrangementsCode_INT                   SpecialArrangementsCode_Value = 3
	SpecialArrangementsCode_ATT                   SpecialArrangementsCode_Value = 4
	SpecialArrangementsCode_DOG                   SpecialArrangementsCode_Value = 5
)

func (SpecialArrangementsCode_Value) Descriptor

func (SpecialArrangementsCode_Value) Enum

func (SpecialArrangementsCode_Value) EnumDescriptor deprecated

func (SpecialArrangementsCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SpecialArrangementsCode_Value.Descriptor instead.

func (SpecialArrangementsCode_Value) Number

func (SpecialArrangementsCode_Value) String

func (SpecialArrangementsCode_Value) Type

type SpecialValuesCode

type SpecialValuesCode struct {
	Value     SpecialValuesCode_Value         `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SpecialValuesCode_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
}

A set of generally useful codes defined so they can be included in value sets. See http://hl7.org/fhir/ValueSet/special-values

func (*SpecialValuesCode) Descriptor deprecated

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

Deprecated: Use SpecialValuesCode.ProtoReflect.Descriptor instead.

func (*SpecialValuesCode) GetExtension

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

func (*SpecialValuesCode) GetId

func (*SpecialValuesCode) GetValue

func (*SpecialValuesCode) ProtoMessage

func (*SpecialValuesCode) ProtoMessage()

func (*SpecialValuesCode) ProtoReflect

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

func (*SpecialValuesCode) Reset

func (x *SpecialValuesCode) Reset()

func (*SpecialValuesCode) String

func (x *SpecialValuesCode) String() string

type SpecialValuesCode_Value

type SpecialValuesCode_Value int32
const (
	SpecialValuesCode_INVALID_UNINITIALIZED SpecialValuesCode_Value = 0
	SpecialValuesCode_TRUE                  SpecialValuesCode_Value = 1
	SpecialValuesCode_FALSE                 SpecialValuesCode_Value = 2
	SpecialValuesCode_TRACE                 SpecialValuesCode_Value = 3
	SpecialValuesCode_SUFFICIENT            SpecialValuesCode_Value = 4
	SpecialValuesCode_WITHDRAWN             SpecialValuesCode_Value = 5
	SpecialValuesCode_NIL_KNOWN             SpecialValuesCode_Value = 6
)

func (SpecialValuesCode_Value) Descriptor

func (SpecialValuesCode_Value) Enum

func (SpecialValuesCode_Value) EnumDescriptor deprecated

func (SpecialValuesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SpecialValuesCode_Value.Descriptor instead.

func (SpecialValuesCode_Value) Number

func (SpecialValuesCode_Value) String

func (x SpecialValuesCode_Value) String() string

func (SpecialValuesCode_Value) Type

type SpecimenStatusCode

type SpecimenStatusCode struct {
	Value     SpecimenStatusCode_Value        `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SpecimenStatusCode_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
}

Codes providing the status/availability of a specimen. See http://hl7.org/fhir/ValueSet/specimen-status

func (*SpecimenStatusCode) Descriptor deprecated

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

Deprecated: Use SpecimenStatusCode.ProtoReflect.Descriptor instead.

func (*SpecimenStatusCode) GetExtension

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

func (*SpecimenStatusCode) GetId

func (*SpecimenStatusCode) GetValue

func (*SpecimenStatusCode) ProtoMessage

func (*SpecimenStatusCode) ProtoMessage()

func (*SpecimenStatusCode) ProtoReflect

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

func (*SpecimenStatusCode) Reset

func (x *SpecimenStatusCode) Reset()

func (*SpecimenStatusCode) String

func (x *SpecimenStatusCode) String() string

type SpecimenStatusCode_Value

type SpecimenStatusCode_Value int32
const (
	SpecimenStatusCode_INVALID_UNINITIALIZED SpecimenStatusCode_Value = 0
	SpecimenStatusCode_AVAILABLE             SpecimenStatusCode_Value = 1
	SpecimenStatusCode_UNAVAILABLE           SpecimenStatusCode_Value = 2
	SpecimenStatusCode_UNSATISFACTORY        SpecimenStatusCode_Value = 3
	SpecimenStatusCode_ENTERED_IN_ERROR      SpecimenStatusCode_Value = 4
)

func (SpecimenStatusCode_Value) Descriptor

func (SpecimenStatusCode_Value) Enum

func (SpecimenStatusCode_Value) EnumDescriptor deprecated

func (SpecimenStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SpecimenStatusCode_Value.Descriptor instead.

func (SpecimenStatusCode_Value) Number

func (SpecimenStatusCode_Value) String

func (x SpecimenStatusCode_Value) String() string

func (SpecimenStatusCode_Value) Type

type StatisticsCodeCode

type StatisticsCodeCode struct {
	Value     StatisticsCodeCode_Value        `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.StatisticsCodeCode_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
}

The statistical operation parameter -\ See http://hl7.org/fhir/ValueSet/observation-statistics

func (*StatisticsCodeCode) Descriptor deprecated

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

Deprecated: Use StatisticsCodeCode.ProtoReflect.Descriptor instead.

func (*StatisticsCodeCode) GetExtension

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

func (*StatisticsCodeCode) GetId

func (*StatisticsCodeCode) GetValue

func (*StatisticsCodeCode) ProtoMessage

func (*StatisticsCodeCode) ProtoMessage()

func (*StatisticsCodeCode) ProtoReflect

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

func (*StatisticsCodeCode) Reset

func (x *StatisticsCodeCode) Reset()

func (*StatisticsCodeCode) String

func (x *StatisticsCodeCode) String() string

type StatisticsCodeCode_Value

type StatisticsCodeCode_Value int32
const (
	StatisticsCodeCode_INVALID_UNINITIALIZED StatisticsCodeCode_Value = 0
	StatisticsCodeCode_AVERAGE               StatisticsCodeCode_Value = 1
	StatisticsCodeCode_MAXIMUM               StatisticsCodeCode_Value = 2
	StatisticsCodeCode_MINIMUM               StatisticsCodeCode_Value = 3
	StatisticsCodeCode_COUNT                 StatisticsCodeCode_Value = 4
	StatisticsCodeCode_TOTALCOUNT            StatisticsCodeCode_Value = 5
	StatisticsCodeCode_MEDIAN                StatisticsCodeCode_Value = 6
	StatisticsCodeCode_STD_DEV               StatisticsCodeCode_Value = 7
	StatisticsCodeCode_SUM                   StatisticsCodeCode_Value = 8
	StatisticsCodeCode_VARIANCE              StatisticsCodeCode_Value = 9
	StatisticsCodeCode_TWENTY_PERCENT        StatisticsCodeCode_Value = 10
	StatisticsCodeCode_EIGHTY_PERCENT        StatisticsCodeCode_Value = 11
	StatisticsCodeCode_FOUR_LOWER            StatisticsCodeCode_Value = 12
	StatisticsCodeCode_FOUR_UPPER            StatisticsCodeCode_Value = 13
	StatisticsCodeCode_FOUR_DEV              StatisticsCodeCode_Value = 14
	StatisticsCodeCode_FIVE_ONE              StatisticsCodeCode_Value = 15
	StatisticsCodeCode_FIVE_TWO              StatisticsCodeCode_Value = 16
	StatisticsCodeCode_FIVE_THREE            StatisticsCodeCode_Value = 17
	StatisticsCodeCode_FIVE_FOUR             StatisticsCodeCode_Value = 18
	StatisticsCodeCode_SKEW                  StatisticsCodeCode_Value = 19
	StatisticsCodeCode_KURTOSIS              StatisticsCodeCode_Value = 20
	StatisticsCodeCode_REGRESSION            StatisticsCodeCode_Value = 21
)

func (StatisticsCodeCode_Value) Descriptor

func (StatisticsCodeCode_Value) Enum

func (StatisticsCodeCode_Value) EnumDescriptor deprecated

func (StatisticsCodeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use StatisticsCodeCode_Value.Descriptor instead.

func (StatisticsCodeCode_Value) Number

func (StatisticsCodeCode_Value) String

func (x StatisticsCodeCode_Value) String() string

func (StatisticsCodeCode_Value) Type

type StructureDefinitionKindCode

type StructureDefinitionKindCode struct {
	Value     StructureDefinitionKindCode_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
}

Defines the type of structure that a definition is describing. See http://hl7.org/fhir/ValueSet/structure-definition-kind

func (*StructureDefinitionKindCode) Descriptor deprecated

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

Deprecated: Use StructureDefinitionKindCode.ProtoReflect.Descriptor instead.

func (*StructureDefinitionKindCode) GetExtension

func (*StructureDefinitionKindCode) GetId

func (*StructureDefinitionKindCode) GetValue

func (*StructureDefinitionKindCode) ProtoMessage

func (*StructureDefinitionKindCode) ProtoMessage()

func (*StructureDefinitionKindCode) ProtoReflect

func (*StructureDefinitionKindCode) Reset

func (x *StructureDefinitionKindCode) Reset()

func (*StructureDefinitionKindCode) String

func (x *StructureDefinitionKindCode) String() string

type StructureDefinitionKindCode_Value

type StructureDefinitionKindCode_Value int32
const (
	StructureDefinitionKindCode_INVALID_UNINITIALIZED StructureDefinitionKindCode_Value = 0
	StructureDefinitionKindCode_PRIMITIVE_TYPE        StructureDefinitionKindCode_Value = 1
	StructureDefinitionKindCode_COMPLEX_TYPE          StructureDefinitionKindCode_Value = 2
	StructureDefinitionKindCode_RESOURCE              StructureDefinitionKindCode_Value = 3
	StructureDefinitionKindCode_LOGICAL               StructureDefinitionKindCode_Value = 4
)

func (StructureDefinitionKindCode_Value) Descriptor

func (StructureDefinitionKindCode_Value) Enum

func (StructureDefinitionKindCode_Value) EnumDescriptor deprecated

func (StructureDefinitionKindCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use StructureDefinitionKindCode_Value.Descriptor instead.

func (StructureDefinitionKindCode_Value) Number

func (StructureDefinitionKindCode_Value) String

func (StructureDefinitionKindCode_Value) Type

type StructureMapContextTypeCode

type StructureMapContextTypeCode struct {
	Value     StructureMapContextTypeCode_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
}

How to interpret the context See http://hl7.org/fhir/ValueSet/map-context-type

func (*StructureMapContextTypeCode) Descriptor deprecated

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

Deprecated: Use StructureMapContextTypeCode.ProtoReflect.Descriptor instead.

func (*StructureMapContextTypeCode) GetExtension

func (*StructureMapContextTypeCode) GetId

func (*StructureMapContextTypeCode) GetValue

func (*StructureMapContextTypeCode) ProtoMessage

func (*StructureMapContextTypeCode) ProtoMessage()

func (*StructureMapContextTypeCode) ProtoReflect

func (*StructureMapContextTypeCode) Reset

func (x *StructureMapContextTypeCode) Reset()

func (*StructureMapContextTypeCode) String

func (x *StructureMapContextTypeCode) String() string

type StructureMapContextTypeCode_Value

type StructureMapContextTypeCode_Value int32
const (
	StructureMapContextTypeCode_INVALID_UNINITIALIZED StructureMapContextTypeCode_Value = 0
	StructureMapContextTypeCode_TYPE                  StructureMapContextTypeCode_Value = 1
	StructureMapContextTypeCode_VARIABLE              StructureMapContextTypeCode_Value = 2
)

func (StructureMapContextTypeCode_Value) Descriptor

func (StructureMapContextTypeCode_Value) Enum

func (StructureMapContextTypeCode_Value) EnumDescriptor deprecated

func (StructureMapContextTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use StructureMapContextTypeCode_Value.Descriptor instead.

func (StructureMapContextTypeCode_Value) Number

func (StructureMapContextTypeCode_Value) String

func (StructureMapContextTypeCode_Value) Type

type StructureMapGroupTypeModeCode

type StructureMapGroupTypeModeCode struct {
	Value     StructureMapGroupTypeModeCode_Value `` /* 128-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
}

If this is the default rule set to apply for the source type, or this combination of types See http://hl7.org/fhir/ValueSet/map-group-type-mode

func (*StructureMapGroupTypeModeCode) Descriptor deprecated

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

Deprecated: Use StructureMapGroupTypeModeCode.ProtoReflect.Descriptor instead.

func (*StructureMapGroupTypeModeCode) GetExtension

func (*StructureMapGroupTypeModeCode) GetId

func (*StructureMapGroupTypeModeCode) GetValue

func (*StructureMapGroupTypeModeCode) ProtoMessage

func (*StructureMapGroupTypeModeCode) ProtoMessage()

func (*StructureMapGroupTypeModeCode) ProtoReflect

func (*StructureMapGroupTypeModeCode) Reset

func (x *StructureMapGroupTypeModeCode) Reset()

func (*StructureMapGroupTypeModeCode) String

type StructureMapGroupTypeModeCode_Value

type StructureMapGroupTypeModeCode_Value int32
const (
	StructureMapGroupTypeModeCode_INVALID_UNINITIALIZED StructureMapGroupTypeModeCode_Value = 0
	StructureMapGroupTypeModeCode_NONE                  StructureMapGroupTypeModeCode_Value = 1
	StructureMapGroupTypeModeCode_TYPES                 StructureMapGroupTypeModeCode_Value = 2
	StructureMapGroupTypeModeCode_TYPE_AND_TYPES        StructureMapGroupTypeModeCode_Value = 3
)

func (StructureMapGroupTypeModeCode_Value) Descriptor

func (StructureMapGroupTypeModeCode_Value) Enum

func (StructureMapGroupTypeModeCode_Value) EnumDescriptor deprecated

func (StructureMapGroupTypeModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use StructureMapGroupTypeModeCode_Value.Descriptor instead.

func (StructureMapGroupTypeModeCode_Value) Number

func (StructureMapGroupTypeModeCode_Value) String

func (StructureMapGroupTypeModeCode_Value) Type

type StructureMapInputModeCode

type StructureMapInputModeCode struct {
	Value     StructureMapInputModeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.StructureMapInputModeCode_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
}

Mode for this instance of data See http://hl7.org/fhir/ValueSet/map-input-mode

func (*StructureMapInputModeCode) Descriptor deprecated

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

Deprecated: Use StructureMapInputModeCode.ProtoReflect.Descriptor instead.

func (*StructureMapInputModeCode) GetExtension

func (*StructureMapInputModeCode) GetId

func (*StructureMapInputModeCode) GetValue

func (*StructureMapInputModeCode) ProtoMessage

func (*StructureMapInputModeCode) ProtoMessage()

func (*StructureMapInputModeCode) ProtoReflect

func (*StructureMapInputModeCode) Reset

func (x *StructureMapInputModeCode) Reset()

func (*StructureMapInputModeCode) String

func (x *StructureMapInputModeCode) String() string

type StructureMapInputModeCode_Value

type StructureMapInputModeCode_Value int32
const (
	StructureMapInputModeCode_INVALID_UNINITIALIZED StructureMapInputModeCode_Value = 0
	StructureMapInputModeCode_SOURCE                StructureMapInputModeCode_Value = 1
	StructureMapInputModeCode_TARGET                StructureMapInputModeCode_Value = 2
)

func (StructureMapInputModeCode_Value) Descriptor

func (StructureMapInputModeCode_Value) Enum

func (StructureMapInputModeCode_Value) EnumDescriptor deprecated

func (StructureMapInputModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use StructureMapInputModeCode_Value.Descriptor instead.

func (StructureMapInputModeCode_Value) Number

func (StructureMapInputModeCode_Value) String

func (StructureMapInputModeCode_Value) Type

type StructureMapModelModeCode

type StructureMapModelModeCode struct {
	Value     StructureMapModelModeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.StructureMapModelModeCode_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
}

How the referenced structure is used in this mapping See http://hl7.org/fhir/ValueSet/map-model-mode

func (*StructureMapModelModeCode) Descriptor deprecated

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

Deprecated: Use StructureMapModelModeCode.ProtoReflect.Descriptor instead.

func (*StructureMapModelModeCode) GetExtension

func (*StructureMapModelModeCode) GetId

func (*StructureMapModelModeCode) GetValue

func (*StructureMapModelModeCode) ProtoMessage

func (*StructureMapModelModeCode) ProtoMessage()

func (*StructureMapModelModeCode) ProtoReflect

func (*StructureMapModelModeCode) Reset

func (x *StructureMapModelModeCode) Reset()

func (*StructureMapModelModeCode) String

func (x *StructureMapModelModeCode) String() string

type StructureMapModelModeCode_Value

type StructureMapModelModeCode_Value int32
const (
	StructureMapModelModeCode_INVALID_UNINITIALIZED StructureMapModelModeCode_Value = 0
	StructureMapModelModeCode_SOURCE                StructureMapModelModeCode_Value = 1
	StructureMapModelModeCode_QUERIED               StructureMapModelModeCode_Value = 2
	StructureMapModelModeCode_TARGET                StructureMapModelModeCode_Value = 3
	StructureMapModelModeCode_PRODUCED              StructureMapModelModeCode_Value = 4
)

func (StructureMapModelModeCode_Value) Descriptor

func (StructureMapModelModeCode_Value) Enum

func (StructureMapModelModeCode_Value) EnumDescriptor deprecated

func (StructureMapModelModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use StructureMapModelModeCode_Value.Descriptor instead.

func (StructureMapModelModeCode_Value) Number

func (StructureMapModelModeCode_Value) String

func (StructureMapModelModeCode_Value) Type

type StructureMapSourceListModeCode

type StructureMapSourceListModeCode struct {
	Value     StructureMapSourceListModeCode_Value `` /* 129-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
}

If field is a list, how to manage the source See http://hl7.org/fhir/ValueSet/map-source-list-mode

func (*StructureMapSourceListModeCode) Descriptor deprecated

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

Deprecated: Use StructureMapSourceListModeCode.ProtoReflect.Descriptor instead.

func (*StructureMapSourceListModeCode) GetExtension

func (*StructureMapSourceListModeCode) GetId

func (*StructureMapSourceListModeCode) GetValue

func (*StructureMapSourceListModeCode) ProtoMessage

func (*StructureMapSourceListModeCode) ProtoMessage()

func (*StructureMapSourceListModeCode) ProtoReflect

func (*StructureMapSourceListModeCode) Reset

func (x *StructureMapSourceListModeCode) Reset()

func (*StructureMapSourceListModeCode) String

type StructureMapSourceListModeCode_Value

type StructureMapSourceListModeCode_Value int32
const (
	StructureMapSourceListModeCode_INVALID_UNINITIALIZED StructureMapSourceListModeCode_Value = 0
	StructureMapSourceListModeCode_FIRST                 StructureMapSourceListModeCode_Value = 1
	StructureMapSourceListModeCode_NOT_FIRST             StructureMapSourceListModeCode_Value = 2
	StructureMapSourceListModeCode_LAST                  StructureMapSourceListModeCode_Value = 3
	StructureMapSourceListModeCode_NOT_LAST              StructureMapSourceListModeCode_Value = 4
	StructureMapSourceListModeCode_ONLY_ONE              StructureMapSourceListModeCode_Value = 5
)

func (StructureMapSourceListModeCode_Value) Descriptor

func (StructureMapSourceListModeCode_Value) Enum

func (StructureMapSourceListModeCode_Value) EnumDescriptor deprecated

func (StructureMapSourceListModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use StructureMapSourceListModeCode_Value.Descriptor instead.

func (StructureMapSourceListModeCode_Value) Number

func (StructureMapSourceListModeCode_Value) String

func (StructureMapSourceListModeCode_Value) Type

type StructureMapTargetListModeCode

type StructureMapTargetListModeCode struct {
	Value     StructureMapTargetListModeCode_Value `` /* 129-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
}

If field is a list, how to manage the production See http://hl7.org/fhir/ValueSet/map-target-list-mode

func (*StructureMapTargetListModeCode) Descriptor deprecated

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

Deprecated: Use StructureMapTargetListModeCode.ProtoReflect.Descriptor instead.

func (*StructureMapTargetListModeCode) GetExtension

func (*StructureMapTargetListModeCode) GetId

func (*StructureMapTargetListModeCode) GetValue

func (*StructureMapTargetListModeCode) ProtoMessage

func (*StructureMapTargetListModeCode) ProtoMessage()

func (*StructureMapTargetListModeCode) ProtoReflect

func (*StructureMapTargetListModeCode) Reset

func (x *StructureMapTargetListModeCode) Reset()

func (*StructureMapTargetListModeCode) String

type StructureMapTargetListModeCode_Value

type StructureMapTargetListModeCode_Value int32
const (
	StructureMapTargetListModeCode_INVALID_UNINITIALIZED StructureMapTargetListModeCode_Value = 0
	StructureMapTargetListModeCode_FIRST                 StructureMapTargetListModeCode_Value = 1
	StructureMapTargetListModeCode_SHARE                 StructureMapTargetListModeCode_Value = 2
	StructureMapTargetListModeCode_LAST                  StructureMapTargetListModeCode_Value = 3
	StructureMapTargetListModeCode_COLLATE               StructureMapTargetListModeCode_Value = 4
)

func (StructureMapTargetListModeCode_Value) Descriptor

func (StructureMapTargetListModeCode_Value) Enum

func (StructureMapTargetListModeCode_Value) EnumDescriptor deprecated

func (StructureMapTargetListModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use StructureMapTargetListModeCode_Value.Descriptor instead.

func (StructureMapTargetListModeCode_Value) Number

func (StructureMapTargetListModeCode_Value) String

func (StructureMapTargetListModeCode_Value) Type

type StructureMapTransformCode

type StructureMapTransformCode struct {
	Value     StructureMapTransformCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.StructureMapTransformCode_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
}

How data is copied/created See http://hl7.org/fhir/ValueSet/map-transform

func (*StructureMapTransformCode) Descriptor deprecated

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

Deprecated: Use StructureMapTransformCode.ProtoReflect.Descriptor instead.

func (*StructureMapTransformCode) GetExtension

func (*StructureMapTransformCode) GetId

func (*StructureMapTransformCode) GetValue

func (*StructureMapTransformCode) ProtoMessage

func (*StructureMapTransformCode) ProtoMessage()

func (*StructureMapTransformCode) ProtoReflect

func (*StructureMapTransformCode) Reset

func (x *StructureMapTransformCode) Reset()

func (*StructureMapTransformCode) String

func (x *StructureMapTransformCode) String() string

type StructureMapTransformCode_Value

type StructureMapTransformCode_Value int32
const (
	StructureMapTransformCode_INVALID_UNINITIALIZED StructureMapTransformCode_Value = 0
	StructureMapTransformCode_CREATE                StructureMapTransformCode_Value = 1
	StructureMapTransformCode_COPY                  StructureMapTransformCode_Value = 2
	StructureMapTransformCode_TRUNCATE              StructureMapTransformCode_Value = 3
	StructureMapTransformCode_ESCAPE                StructureMapTransformCode_Value = 4
	StructureMapTransformCode_CAST                  StructureMapTransformCode_Value = 5
	StructureMapTransformCode_APPEND                StructureMapTransformCode_Value = 6
	StructureMapTransformCode_TRANSLATE             StructureMapTransformCode_Value = 7
	StructureMapTransformCode_REFERENCE             StructureMapTransformCode_Value = 8
	StructureMapTransformCode_DATE_OP               StructureMapTransformCode_Value = 9
	StructureMapTransformCode_UUID                  StructureMapTransformCode_Value = 10
	StructureMapTransformCode_POINTER               StructureMapTransformCode_Value = 11
	StructureMapTransformCode_EVALUATE              StructureMapTransformCode_Value = 12
	StructureMapTransformCode_CC                    StructureMapTransformCode_Value = 13
	StructureMapTransformCode_C                     StructureMapTransformCode_Value = 14
	StructureMapTransformCode_QTY                   StructureMapTransformCode_Value = 15
	StructureMapTransformCode_ID                    StructureMapTransformCode_Value = 16
	StructureMapTransformCode_CP                    StructureMapTransformCode_Value = 17
)

func (StructureMapTransformCode_Value) Descriptor

func (StructureMapTransformCode_Value) Enum

func (StructureMapTransformCode_Value) EnumDescriptor deprecated

func (StructureMapTransformCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use StructureMapTransformCode_Value.Descriptor instead.

func (StructureMapTransformCode_Value) Number

func (StructureMapTransformCode_Value) String

func (StructureMapTransformCode_Value) Type

type SubscriptionChannelTypeCode

type SubscriptionChannelTypeCode struct {
	Value     SubscriptionChannelTypeCode_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
}

The type of method used to execute a subscription. See http://hl7.org/fhir/ValueSet/subscription-channel-type

func (*SubscriptionChannelTypeCode) Descriptor deprecated

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

Deprecated: Use SubscriptionChannelTypeCode.ProtoReflect.Descriptor instead.

func (*SubscriptionChannelTypeCode) GetExtension

func (*SubscriptionChannelTypeCode) GetId

func (*SubscriptionChannelTypeCode) GetValue

func (*SubscriptionChannelTypeCode) ProtoMessage

func (*SubscriptionChannelTypeCode) ProtoMessage()

func (*SubscriptionChannelTypeCode) ProtoReflect

func (*SubscriptionChannelTypeCode) Reset

func (x *SubscriptionChannelTypeCode) Reset()

func (*SubscriptionChannelTypeCode) String

func (x *SubscriptionChannelTypeCode) String() string

type SubscriptionChannelTypeCode_Value

type SubscriptionChannelTypeCode_Value int32
const (
	SubscriptionChannelTypeCode_INVALID_UNINITIALIZED SubscriptionChannelTypeCode_Value = 0
	SubscriptionChannelTypeCode_REST_HOOK             SubscriptionChannelTypeCode_Value = 1
	SubscriptionChannelTypeCode_WEBSOCKET             SubscriptionChannelTypeCode_Value = 2
	SubscriptionChannelTypeCode_EMAIL                 SubscriptionChannelTypeCode_Value = 3
	SubscriptionChannelTypeCode_SMS                   SubscriptionChannelTypeCode_Value = 4
	SubscriptionChannelTypeCode_MESSAGE               SubscriptionChannelTypeCode_Value = 5
)

func (SubscriptionChannelTypeCode_Value) Descriptor

func (SubscriptionChannelTypeCode_Value) Enum

func (SubscriptionChannelTypeCode_Value) EnumDescriptor deprecated

func (SubscriptionChannelTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SubscriptionChannelTypeCode_Value.Descriptor instead.

func (SubscriptionChannelTypeCode_Value) Number

func (SubscriptionChannelTypeCode_Value) String

func (SubscriptionChannelTypeCode_Value) Type

type SubscriptionStatusCode

type SubscriptionStatusCode struct {
	Value     SubscriptionStatusCode_Value    `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SubscriptionStatusCode_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
}

The status of a subscription. See http://hl7.org/fhir/ValueSet/subscription-status

func (*SubscriptionStatusCode) Descriptor deprecated

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

Deprecated: Use SubscriptionStatusCode.ProtoReflect.Descriptor instead.

func (*SubscriptionStatusCode) GetExtension

func (*SubscriptionStatusCode) GetId

func (*SubscriptionStatusCode) GetValue

func (*SubscriptionStatusCode) ProtoMessage

func (*SubscriptionStatusCode) ProtoMessage()

func (*SubscriptionStatusCode) ProtoReflect

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

func (*SubscriptionStatusCode) Reset

func (x *SubscriptionStatusCode) Reset()

func (*SubscriptionStatusCode) String

func (x *SubscriptionStatusCode) String() string

type SubscriptionStatusCode_Value

type SubscriptionStatusCode_Value int32
const (
	SubscriptionStatusCode_INVALID_UNINITIALIZED SubscriptionStatusCode_Value = 0
	SubscriptionStatusCode_REQUESTED             SubscriptionStatusCode_Value = 1
	SubscriptionStatusCode_ACTIVE                SubscriptionStatusCode_Value = 2
	SubscriptionStatusCode_ERROR                 SubscriptionStatusCode_Value = 3
	SubscriptionStatusCode_OFF                   SubscriptionStatusCode_Value = 4
)

func (SubscriptionStatusCode_Value) Descriptor

func (SubscriptionStatusCode_Value) Enum

func (SubscriptionStatusCode_Value) EnumDescriptor deprecated

func (SubscriptionStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SubscriptionStatusCode_Value.Descriptor instead.

func (SubscriptionStatusCode_Value) Number

func (SubscriptionStatusCode_Value) String

func (SubscriptionStatusCode_Value) Type

type SubscriptionTagCode

type SubscriptionTagCode struct {
	Value     SubscriptionTagCode_Value       `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SubscriptionTagCode_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
}

Tags to put on a resource after subscriptions have been sent. See http://hl7.org/fhir/ValueSet/subscription-tag

func (*SubscriptionTagCode) Descriptor deprecated

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

Deprecated: Use SubscriptionTagCode.ProtoReflect.Descriptor instead.

func (*SubscriptionTagCode) GetExtension

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

func (*SubscriptionTagCode) GetId

func (*SubscriptionTagCode) GetValue

func (*SubscriptionTagCode) ProtoMessage

func (*SubscriptionTagCode) ProtoMessage()

func (*SubscriptionTagCode) ProtoReflect

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

func (*SubscriptionTagCode) Reset

func (x *SubscriptionTagCode) Reset()

func (*SubscriptionTagCode) String

func (x *SubscriptionTagCode) String() string

type SubscriptionTagCode_Value

type SubscriptionTagCode_Value int32
const (
	SubscriptionTagCode_INVALID_UNINITIALIZED SubscriptionTagCode_Value = 0
	SubscriptionTagCode_QUEUED                SubscriptionTagCode_Value = 1
	SubscriptionTagCode_DELIVERED             SubscriptionTagCode_Value = 2
)

func (SubscriptionTagCode_Value) Descriptor

func (SubscriptionTagCode_Value) Enum

func (SubscriptionTagCode_Value) EnumDescriptor deprecated

func (SubscriptionTagCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SubscriptionTagCode_Value.Descriptor instead.

func (SubscriptionTagCode_Value) Number

func (SubscriptionTagCode_Value) String

func (x SubscriptionTagCode_Value) String() string

func (SubscriptionTagCode_Value) Type

type SubstanceCategoryCodesCode

type SubstanceCategoryCodesCode struct {
	Value     SubstanceCategoryCodesCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SubstanceCategoryCodesCode_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
}

Substance category codes See http://hl7.org/fhir/ValueSet/substance-category

func (*SubstanceCategoryCodesCode) Descriptor deprecated

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

Deprecated: Use SubstanceCategoryCodesCode.ProtoReflect.Descriptor instead.

func (*SubstanceCategoryCodesCode) GetExtension

func (*SubstanceCategoryCodesCode) GetId

func (*SubstanceCategoryCodesCode) GetValue

func (*SubstanceCategoryCodesCode) ProtoMessage

func (*SubstanceCategoryCodesCode) ProtoMessage()

func (*SubstanceCategoryCodesCode) ProtoReflect

func (*SubstanceCategoryCodesCode) Reset

func (x *SubstanceCategoryCodesCode) Reset()

func (*SubstanceCategoryCodesCode) String

func (x *SubstanceCategoryCodesCode) String() string

type SubstanceCategoryCodesCode_Value

type SubstanceCategoryCodesCode_Value int32
const (
	SubstanceCategoryCodesCode_INVALID_UNINITIALIZED SubstanceCategoryCodesCode_Value = 0
	SubstanceCategoryCodesCode_ALLERGEN              SubstanceCategoryCodesCode_Value = 1
	SubstanceCategoryCodesCode_BIOLOGICAL            SubstanceCategoryCodesCode_Value = 2
	SubstanceCategoryCodesCode_BODY                  SubstanceCategoryCodesCode_Value = 3
	SubstanceCategoryCodesCode_CHEMICAL              SubstanceCategoryCodesCode_Value = 4
	SubstanceCategoryCodesCode_FOOD                  SubstanceCategoryCodesCode_Value = 5
	SubstanceCategoryCodesCode_DRUG                  SubstanceCategoryCodesCode_Value = 6
	SubstanceCategoryCodesCode_MATERIAL              SubstanceCategoryCodesCode_Value = 7
)

func (SubstanceCategoryCodesCode_Value) Descriptor

func (SubstanceCategoryCodesCode_Value) Enum

func (SubstanceCategoryCodesCode_Value) EnumDescriptor deprecated

func (SubstanceCategoryCodesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SubstanceCategoryCodesCode_Value.Descriptor instead.

func (SubstanceCategoryCodesCode_Value) Number

func (SubstanceCategoryCodesCode_Value) String

func (SubstanceCategoryCodesCode_Value) Type

type SupplyDeliveryStatusCode

type SupplyDeliveryStatusCode struct {
	Value     SupplyDeliveryStatusCode_Value  `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SupplyDeliveryStatusCode_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
}

Status of the supply delivery. See http://hl7.org/fhir/ValueSet/supplydelivery-status

func (*SupplyDeliveryStatusCode) Descriptor deprecated

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

Deprecated: Use SupplyDeliveryStatusCode.ProtoReflect.Descriptor instead.

func (*SupplyDeliveryStatusCode) GetExtension

func (*SupplyDeliveryStatusCode) GetId

func (*SupplyDeliveryStatusCode) GetValue

func (*SupplyDeliveryStatusCode) ProtoMessage

func (*SupplyDeliveryStatusCode) ProtoMessage()

func (*SupplyDeliveryStatusCode) ProtoReflect

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

func (*SupplyDeliveryStatusCode) Reset

func (x *SupplyDeliveryStatusCode) Reset()

func (*SupplyDeliveryStatusCode) String

func (x *SupplyDeliveryStatusCode) String() string

type SupplyDeliveryStatusCode_Value

type SupplyDeliveryStatusCode_Value int32
const (
	SupplyDeliveryStatusCode_INVALID_UNINITIALIZED SupplyDeliveryStatusCode_Value = 0
	SupplyDeliveryStatusCode_IN_PROGRESS           SupplyDeliveryStatusCode_Value = 1
	SupplyDeliveryStatusCode_COMPLETED             SupplyDeliveryStatusCode_Value = 2
	SupplyDeliveryStatusCode_ABANDONED             SupplyDeliveryStatusCode_Value = 3
	SupplyDeliveryStatusCode_ENTERED_IN_ERROR      SupplyDeliveryStatusCode_Value = 4
)

func (SupplyDeliveryStatusCode_Value) Descriptor

func (SupplyDeliveryStatusCode_Value) Enum

func (SupplyDeliveryStatusCode_Value) EnumDescriptor deprecated

func (SupplyDeliveryStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SupplyDeliveryStatusCode_Value.Descriptor instead.

func (SupplyDeliveryStatusCode_Value) Number

func (SupplyDeliveryStatusCode_Value) String

func (SupplyDeliveryStatusCode_Value) Type

type SupplyItemTypeCode

type SupplyItemTypeCode struct {
	Value     SupplyItemTypeCode_Value        `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SupplyItemTypeCode_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
}

This value sets refers to a specific supply item. See http://hl7.org/fhir/ValueSet/supplydelivery-type

func (*SupplyItemTypeCode) Descriptor deprecated

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

Deprecated: Use SupplyItemTypeCode.ProtoReflect.Descriptor instead.

func (*SupplyItemTypeCode) GetExtension

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

func (*SupplyItemTypeCode) GetId

func (*SupplyItemTypeCode) GetValue

func (*SupplyItemTypeCode) ProtoMessage

func (*SupplyItemTypeCode) ProtoMessage()

func (*SupplyItemTypeCode) ProtoReflect

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

func (*SupplyItemTypeCode) Reset

func (x *SupplyItemTypeCode) Reset()

func (*SupplyItemTypeCode) String

func (x *SupplyItemTypeCode) String() string

type SupplyItemTypeCode_Value

type SupplyItemTypeCode_Value int32
const (
	SupplyItemTypeCode_INVALID_UNINITIALIZED SupplyItemTypeCode_Value = 0
	SupplyItemTypeCode_MEDICATION            SupplyItemTypeCode_Value = 1
	SupplyItemTypeCode_DEVICE                SupplyItemTypeCode_Value = 2
)

func (SupplyItemTypeCode_Value) Descriptor

func (SupplyItemTypeCode_Value) Enum

func (SupplyItemTypeCode_Value) EnumDescriptor deprecated

func (SupplyItemTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SupplyItemTypeCode_Value.Descriptor instead.

func (SupplyItemTypeCode_Value) Number

func (SupplyItemTypeCode_Value) String

func (x SupplyItemTypeCode_Value) String() string

func (SupplyItemTypeCode_Value) Type

type SupplyRequestReasonCode

type SupplyRequestReasonCode struct {
	Value     SupplyRequestReasonCode_Value   `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SupplyRequestReasonCode_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
}

Why the supply item was requested See http://hl7.org/fhir/ValueSet/supplyrequest-reason

func (*SupplyRequestReasonCode) Descriptor deprecated

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

Deprecated: Use SupplyRequestReasonCode.ProtoReflect.Descriptor instead.

func (*SupplyRequestReasonCode) GetExtension

func (*SupplyRequestReasonCode) GetId

func (*SupplyRequestReasonCode) GetValue

func (*SupplyRequestReasonCode) ProtoMessage

func (*SupplyRequestReasonCode) ProtoMessage()

func (*SupplyRequestReasonCode) ProtoReflect

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

func (*SupplyRequestReasonCode) Reset

func (x *SupplyRequestReasonCode) Reset()

func (*SupplyRequestReasonCode) String

func (x *SupplyRequestReasonCode) String() string

type SupplyRequestReasonCode_Value

type SupplyRequestReasonCode_Value int32
const (
	SupplyRequestReasonCode_INVALID_UNINITIALIZED SupplyRequestReasonCode_Value = 0
	SupplyRequestReasonCode_PATIENT_CARE          SupplyRequestReasonCode_Value = 1
	SupplyRequestReasonCode_WARD_STOCK            SupplyRequestReasonCode_Value = 2
)

func (SupplyRequestReasonCode_Value) Descriptor

func (SupplyRequestReasonCode_Value) Enum

func (SupplyRequestReasonCode_Value) EnumDescriptor deprecated

func (SupplyRequestReasonCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SupplyRequestReasonCode_Value.Descriptor instead.

func (SupplyRequestReasonCode_Value) Number

func (SupplyRequestReasonCode_Value) String

func (SupplyRequestReasonCode_Value) Type

type SupplyRequestStatusCode

type SupplyRequestStatusCode struct {
	Value     SupplyRequestStatusCode_Value   `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SupplyRequestStatusCode_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
}

Status of the supply request See http://hl7.org/fhir/ValueSet/supplyrequest-status

func (*SupplyRequestStatusCode) Descriptor deprecated

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

Deprecated: Use SupplyRequestStatusCode.ProtoReflect.Descriptor instead.

func (*SupplyRequestStatusCode) GetExtension

func (*SupplyRequestStatusCode) GetId

func (*SupplyRequestStatusCode) GetValue

func (*SupplyRequestStatusCode) ProtoMessage

func (*SupplyRequestStatusCode) ProtoMessage()

func (*SupplyRequestStatusCode) ProtoReflect

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

func (*SupplyRequestStatusCode) Reset

func (x *SupplyRequestStatusCode) Reset()

func (*SupplyRequestStatusCode) String

func (x *SupplyRequestStatusCode) String() string

type SupplyRequestStatusCode_Value

type SupplyRequestStatusCode_Value int32
const (
	SupplyRequestStatusCode_INVALID_UNINITIALIZED SupplyRequestStatusCode_Value = 0
	SupplyRequestStatusCode_DRAFT                 SupplyRequestStatusCode_Value = 1
	SupplyRequestStatusCode_ACTIVE                SupplyRequestStatusCode_Value = 2
	SupplyRequestStatusCode_SUSPENDED             SupplyRequestStatusCode_Value = 3
	SupplyRequestStatusCode_CANCELLED             SupplyRequestStatusCode_Value = 4
	SupplyRequestStatusCode_COMPLETED             SupplyRequestStatusCode_Value = 5
	SupplyRequestStatusCode_ENTERED_IN_ERROR      SupplyRequestStatusCode_Value = 6
	SupplyRequestStatusCode_UNKNOWN               SupplyRequestStatusCode_Value = 7
)

func (SupplyRequestStatusCode_Value) Descriptor

func (SupplyRequestStatusCode_Value) Enum

func (SupplyRequestStatusCode_Value) EnumDescriptor deprecated

func (SupplyRequestStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SupplyRequestStatusCode_Value.Descriptor instead.

func (SupplyRequestStatusCode_Value) Number

func (SupplyRequestStatusCode_Value) String

func (SupplyRequestStatusCode_Value) Type

type SupplyTypeCode

type SupplyTypeCode struct {
	Value     SupplyTypeCode_Value            `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.SupplyTypeCode_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
}

This value sets refers to a Category of supply. See http://hl7.org/fhir/ValueSet/supplyrequest-kind

func (*SupplyTypeCode) Descriptor deprecated

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

Deprecated: Use SupplyTypeCode.ProtoReflect.Descriptor instead.

func (*SupplyTypeCode) GetExtension

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

func (*SupplyTypeCode) GetId

func (*SupplyTypeCode) GetValue

func (x *SupplyTypeCode) GetValue() SupplyTypeCode_Value

func (*SupplyTypeCode) ProtoMessage

func (*SupplyTypeCode) ProtoMessage()

func (*SupplyTypeCode) ProtoReflect

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

func (*SupplyTypeCode) Reset

func (x *SupplyTypeCode) Reset()

func (*SupplyTypeCode) String

func (x *SupplyTypeCode) String() string

type SupplyTypeCode_Value

type SupplyTypeCode_Value int32
const (
	SupplyTypeCode_INVALID_UNINITIALIZED SupplyTypeCode_Value = 0
	SupplyTypeCode_CENTRAL               SupplyTypeCode_Value = 1
	SupplyTypeCode_NONSTOCK              SupplyTypeCode_Value = 2
)

func (SupplyTypeCode_Value) Descriptor

func (SupplyTypeCode_Value) Enum

func (SupplyTypeCode_Value) EnumDescriptor deprecated

func (SupplyTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SupplyTypeCode_Value.Descriptor instead.

func (SupplyTypeCode_Value) Number

func (SupplyTypeCode_Value) String

func (x SupplyTypeCode_Value) String() string

func (SupplyTypeCode_Value) Type

type SystemRestfulInteractionCode

type SystemRestfulInteractionCode struct {
	Value     SystemRestfulInteractionCode_Value `` /* 127-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
}

Operations supported by REST at the system level. http://hl7.org/fhir/ValueSet/system-restful-interaction

func (*SystemRestfulInteractionCode) Descriptor deprecated

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

Deprecated: Use SystemRestfulInteractionCode.ProtoReflect.Descriptor instead.

func (*SystemRestfulInteractionCode) GetExtension

func (*SystemRestfulInteractionCode) GetId

func (*SystemRestfulInteractionCode) GetValue

func (*SystemRestfulInteractionCode) ProtoMessage

func (*SystemRestfulInteractionCode) ProtoMessage()

func (*SystemRestfulInteractionCode) ProtoReflect

func (*SystemRestfulInteractionCode) Reset

func (x *SystemRestfulInteractionCode) Reset()

func (*SystemRestfulInteractionCode) String

type SystemRestfulInteractionCode_Value

type SystemRestfulInteractionCode_Value int32
const (
	SystemRestfulInteractionCode_INVALID_UNINITIALIZED SystemRestfulInteractionCode_Value = 0
	SystemRestfulInteractionCode_TRANSACTION           SystemRestfulInteractionCode_Value = 1
	SystemRestfulInteractionCode_BATCH                 SystemRestfulInteractionCode_Value = 2
	SystemRestfulInteractionCode_SEARCH_SYSTEM         SystemRestfulInteractionCode_Value = 3
	SystemRestfulInteractionCode_HISTORY_SYSTEM        SystemRestfulInteractionCode_Value = 4
)

func (SystemRestfulInteractionCode_Value) Descriptor

func (SystemRestfulInteractionCode_Value) Enum

func (SystemRestfulInteractionCode_Value) EnumDescriptor deprecated

func (SystemRestfulInteractionCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SystemRestfulInteractionCode_Value.Descriptor instead.

func (SystemRestfulInteractionCode_Value) Number

func (SystemRestfulInteractionCode_Value) String

func (SystemRestfulInteractionCode_Value) Type

type SystemVersionProcessingModeCode

type SystemVersionProcessingModeCode struct {
	Value     SystemVersionProcessingModeCode_Value `` /* 130-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
}

How to manage the intersection between a fixed version in a value set, and a fixed version of the system in the expansion profile See http://hl7.org/fhir/ValueSet/system-version-processing-mode

func (*SystemVersionProcessingModeCode) Descriptor deprecated

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

Deprecated: Use SystemVersionProcessingModeCode.ProtoReflect.Descriptor instead.

func (*SystemVersionProcessingModeCode) GetExtension

func (*SystemVersionProcessingModeCode) GetId

func (*SystemVersionProcessingModeCode) GetValue

func (*SystemVersionProcessingModeCode) ProtoMessage

func (*SystemVersionProcessingModeCode) ProtoMessage()

func (*SystemVersionProcessingModeCode) ProtoReflect

func (*SystemVersionProcessingModeCode) Reset

func (*SystemVersionProcessingModeCode) String

type SystemVersionProcessingModeCode_Value

type SystemVersionProcessingModeCode_Value int32
const (
	SystemVersionProcessingModeCode_INVALID_UNINITIALIZED SystemVersionProcessingModeCode_Value = 0
	SystemVersionProcessingModeCode_DEFAULT               SystemVersionProcessingModeCode_Value = 1
	SystemVersionProcessingModeCode_CHECK                 SystemVersionProcessingModeCode_Value = 2
	SystemVersionProcessingModeCode_OVERRIDE              SystemVersionProcessingModeCode_Value = 3
)

func (SystemVersionProcessingModeCode_Value) Descriptor

func (SystemVersionProcessingModeCode_Value) Enum

func (SystemVersionProcessingModeCode_Value) EnumDescriptor deprecated

func (SystemVersionProcessingModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use SystemVersionProcessingModeCode_Value.Descriptor instead.

func (SystemVersionProcessingModeCode_Value) Number

func (SystemVersionProcessingModeCode_Value) String

func (SystemVersionProcessingModeCode_Value) Type

type TaskPerformerTypeCode

type TaskPerformerTypeCode struct {
	Value     TaskPerformerTypeCode_Value     `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.TaskPerformerTypeCode_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
}

The type(s) of task performers allowed See http://hl7.org/fhir/ValueSet/task-performer-type

func (*TaskPerformerTypeCode) Descriptor deprecated

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

Deprecated: Use TaskPerformerTypeCode.ProtoReflect.Descriptor instead.

func (*TaskPerformerTypeCode) GetExtension

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

func (*TaskPerformerTypeCode) GetId

func (*TaskPerformerTypeCode) GetValue

func (*TaskPerformerTypeCode) ProtoMessage

func (*TaskPerformerTypeCode) ProtoMessage()

func (*TaskPerformerTypeCode) ProtoReflect

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

func (*TaskPerformerTypeCode) Reset

func (x *TaskPerformerTypeCode) Reset()

func (*TaskPerformerTypeCode) String

func (x *TaskPerformerTypeCode) String() string

type TaskPerformerTypeCode_Value

type TaskPerformerTypeCode_Value int32
const (
	TaskPerformerTypeCode_INVALID_UNINITIALIZED TaskPerformerTypeCode_Value = 0
	TaskPerformerTypeCode_REQUESTER             TaskPerformerTypeCode_Value = 1
	TaskPerformerTypeCode_DISPATCHER            TaskPerformerTypeCode_Value = 2
	TaskPerformerTypeCode_SCHEDULER             TaskPerformerTypeCode_Value = 3
	TaskPerformerTypeCode_PERFORMER             TaskPerformerTypeCode_Value = 4
	TaskPerformerTypeCode_MONITOR               TaskPerformerTypeCode_Value = 5
	TaskPerformerTypeCode_MANAGER               TaskPerformerTypeCode_Value = 6
	TaskPerformerTypeCode_ACQUIRER              TaskPerformerTypeCode_Value = 7
	TaskPerformerTypeCode_REVIEWER              TaskPerformerTypeCode_Value = 8
)

func (TaskPerformerTypeCode_Value) Descriptor

func (TaskPerformerTypeCode_Value) Enum

func (TaskPerformerTypeCode_Value) EnumDescriptor deprecated

func (TaskPerformerTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use TaskPerformerTypeCode_Value.Descriptor instead.

func (TaskPerformerTypeCode_Value) Number

func (TaskPerformerTypeCode_Value) String

func (TaskPerformerTypeCode_Value) Type

type TaskStatusCode

type TaskStatusCode struct {
	Value     TaskStatusCode_Value            `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.TaskStatusCode_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
}

The current status of the task. See http://hl7.org/fhir/ValueSet/task-status

func (*TaskStatusCode) Descriptor deprecated

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

Deprecated: Use TaskStatusCode.ProtoReflect.Descriptor instead.

func (*TaskStatusCode) GetExtension

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

func (*TaskStatusCode) GetId

func (*TaskStatusCode) GetValue

func (x *TaskStatusCode) GetValue() TaskStatusCode_Value

func (*TaskStatusCode) ProtoMessage

func (*TaskStatusCode) ProtoMessage()

func (*TaskStatusCode) ProtoReflect

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

func (*TaskStatusCode) Reset

func (x *TaskStatusCode) Reset()

func (*TaskStatusCode) String

func (x *TaskStatusCode) String() string

type TaskStatusCode_Value

type TaskStatusCode_Value int32
const (
	TaskStatusCode_INVALID_UNINITIALIZED TaskStatusCode_Value = 0
	TaskStatusCode_DRAFT                 TaskStatusCode_Value = 1
	TaskStatusCode_REQUESTED             TaskStatusCode_Value = 2
	TaskStatusCode_RECEIVED              TaskStatusCode_Value = 3
	TaskStatusCode_ACCEPTED              TaskStatusCode_Value = 4
	TaskStatusCode_REJECTED              TaskStatusCode_Value = 5
	TaskStatusCode_READY                 TaskStatusCode_Value = 6
	TaskStatusCode_CANCELLED             TaskStatusCode_Value = 7
	TaskStatusCode_IN_PROGRESS           TaskStatusCode_Value = 8
	TaskStatusCode_ON_HOLD               TaskStatusCode_Value = 9
	TaskStatusCode_FAILED                TaskStatusCode_Value = 10
	TaskStatusCode_COMPLETED             TaskStatusCode_Value = 11
	TaskStatusCode_ENTERED_IN_ERROR      TaskStatusCode_Value = 12
)

func (TaskStatusCode_Value) Descriptor

func (TaskStatusCode_Value) Enum

func (TaskStatusCode_Value) EnumDescriptor deprecated

func (TaskStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use TaskStatusCode_Value.Descriptor instead.

func (TaskStatusCode_Value) Number

func (TaskStatusCode_Value) String

func (x TaskStatusCode_Value) String() string

func (TaskStatusCode_Value) Type

type TemplateStatusCodeCode

type TemplateStatusCodeCode struct {
	Value     TemplateStatusCodeCode_Value    `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.TemplateStatusCodeCode_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
}

The status indicates the level of maturity of the design and may be used to manage the use of the design See http://hl7.org/fhir/ValueSet/template-status-code

func (*TemplateStatusCodeCode) Descriptor deprecated

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

Deprecated: Use TemplateStatusCodeCode.ProtoReflect.Descriptor instead.

func (*TemplateStatusCodeCode) GetExtension

func (*TemplateStatusCodeCode) GetId

func (*TemplateStatusCodeCode) GetValue

func (*TemplateStatusCodeCode) ProtoMessage

func (*TemplateStatusCodeCode) ProtoMessage()

func (*TemplateStatusCodeCode) ProtoReflect

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

func (*TemplateStatusCodeCode) Reset

func (x *TemplateStatusCodeCode) Reset()

func (*TemplateStatusCodeCode) String

func (x *TemplateStatusCodeCode) String() string

type TemplateStatusCodeCode_Value

type TemplateStatusCodeCode_Value int32
const (
	TemplateStatusCodeCode_INVALID_UNINITIALIZED TemplateStatusCodeCode_Value = 0
	TemplateStatusCodeCode_DRAFT                 TemplateStatusCodeCode_Value = 1
	TemplateStatusCodeCode_PENDING               TemplateStatusCodeCode_Value = 2
	TemplateStatusCodeCode_ACTIVE                TemplateStatusCodeCode_Value = 3
	TemplateStatusCodeCode_REVIEW                TemplateStatusCodeCode_Value = 4
	TemplateStatusCodeCode_CANCELLED             TemplateStatusCodeCode_Value = 5
	TemplateStatusCodeCode_REJECTED              TemplateStatusCodeCode_Value = 6
	TemplateStatusCodeCode_RETIRED               TemplateStatusCodeCode_Value = 7
	TemplateStatusCodeCode_TERMINATED            TemplateStatusCodeCode_Value = 8
)

func (TemplateStatusCodeCode_Value) Descriptor

func (TemplateStatusCodeCode_Value) Enum

func (TemplateStatusCodeCode_Value) EnumDescriptor deprecated

func (TemplateStatusCodeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use TemplateStatusCodeCode_Value.Descriptor instead.

func (TemplateStatusCodeCode_Value) Number

func (TemplateStatusCodeCode_Value) String

func (TemplateStatusCodeCode_Value) Type

type TestReportActionResultCode

type TestReportActionResultCode struct {
	Value     TestReportActionResultCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.TestReportActionResultCode_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
}

The results of executing an action. See http://hl7.org/fhir/ValueSet/report-action-result-codes

func (*TestReportActionResultCode) Descriptor deprecated

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

Deprecated: Use TestReportActionResultCode.ProtoReflect.Descriptor instead.

func (*TestReportActionResultCode) GetExtension

func (*TestReportActionResultCode) GetId

func (*TestReportActionResultCode) GetValue

func (*TestReportActionResultCode) ProtoMessage

func (*TestReportActionResultCode) ProtoMessage()

func (*TestReportActionResultCode) ProtoReflect

func (*TestReportActionResultCode) Reset

func (x *TestReportActionResultCode) Reset()

func (*TestReportActionResultCode) String

func (x *TestReportActionResultCode) String() string

type TestReportActionResultCode_Value

type TestReportActionResultCode_Value int32
const (
	TestReportActionResultCode_INVALID_UNINITIALIZED TestReportActionResultCode_Value = 0
	TestReportActionResultCode_PASS                  TestReportActionResultCode_Value = 1
	TestReportActionResultCode_SKIP                  TestReportActionResultCode_Value = 2
	TestReportActionResultCode_FAIL                  TestReportActionResultCode_Value = 3
	TestReportActionResultCode_WARNING               TestReportActionResultCode_Value = 4
	TestReportActionResultCode_ERROR                 TestReportActionResultCode_Value = 5
)

func (TestReportActionResultCode_Value) Descriptor

func (TestReportActionResultCode_Value) Enum

func (TestReportActionResultCode_Value) EnumDescriptor deprecated

func (TestReportActionResultCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use TestReportActionResultCode_Value.Descriptor instead.

func (TestReportActionResultCode_Value) Number

func (TestReportActionResultCode_Value) String

func (TestReportActionResultCode_Value) Type

type TestReportParticipantTypeCode

type TestReportParticipantTypeCode struct {
	Value     TestReportParticipantTypeCode_Value `` /* 128-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
}

The type of participant. See http://hl7.org/fhir/ValueSet/report-participant-type

func (*TestReportParticipantTypeCode) Descriptor deprecated

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

Deprecated: Use TestReportParticipantTypeCode.ProtoReflect.Descriptor instead.

func (*TestReportParticipantTypeCode) GetExtension

func (*TestReportParticipantTypeCode) GetId

func (*TestReportParticipantTypeCode) GetValue

func (*TestReportParticipantTypeCode) ProtoMessage

func (*TestReportParticipantTypeCode) ProtoMessage()

func (*TestReportParticipantTypeCode) ProtoReflect

func (*TestReportParticipantTypeCode) Reset

func (x *TestReportParticipantTypeCode) Reset()

func (*TestReportParticipantTypeCode) String

type TestReportParticipantTypeCode_Value

type TestReportParticipantTypeCode_Value int32
const (
	TestReportParticipantTypeCode_INVALID_UNINITIALIZED TestReportParticipantTypeCode_Value = 0
	TestReportParticipantTypeCode_TEST_ENGINE           TestReportParticipantTypeCode_Value = 1
	TestReportParticipantTypeCode_CLIENT                TestReportParticipantTypeCode_Value = 2
	TestReportParticipantTypeCode_SERVER                TestReportParticipantTypeCode_Value = 3
)

func (TestReportParticipantTypeCode_Value) Descriptor

func (TestReportParticipantTypeCode_Value) Enum

func (TestReportParticipantTypeCode_Value) EnumDescriptor deprecated

func (TestReportParticipantTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use TestReportParticipantTypeCode_Value.Descriptor instead.

func (TestReportParticipantTypeCode_Value) Number

func (TestReportParticipantTypeCode_Value) String

func (TestReportParticipantTypeCode_Value) Type

type TestReportResultCode

type TestReportResultCode struct {
	Value     TestReportResultCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.TestReportResultCode_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
}

The reported execution result. See http://hl7.org/fhir/ValueSet/report-result-codes

func (*TestReportResultCode) Descriptor deprecated

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

Deprecated: Use TestReportResultCode.ProtoReflect.Descriptor instead.

func (*TestReportResultCode) GetExtension

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

func (*TestReportResultCode) GetId

func (*TestReportResultCode) GetValue

func (*TestReportResultCode) ProtoMessage

func (*TestReportResultCode) ProtoMessage()

func (*TestReportResultCode) ProtoReflect

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

func (*TestReportResultCode) Reset

func (x *TestReportResultCode) Reset()

func (*TestReportResultCode) String

func (x *TestReportResultCode) String() string

type TestReportResultCode_Value

type TestReportResultCode_Value int32
const (
	TestReportResultCode_INVALID_UNINITIALIZED TestReportResultCode_Value = 0
	TestReportResultCode_PASS                  TestReportResultCode_Value = 1
	TestReportResultCode_FAIL                  TestReportResultCode_Value = 2
	TestReportResultCode_PENDING               TestReportResultCode_Value = 3
)

func (TestReportResultCode_Value) Descriptor

func (TestReportResultCode_Value) Enum

func (TestReportResultCode_Value) EnumDescriptor deprecated

func (TestReportResultCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use TestReportResultCode_Value.Descriptor instead.

func (TestReportResultCode_Value) Number

func (TestReportResultCode_Value) String

func (TestReportResultCode_Value) Type

type TestReportStatusCode

type TestReportStatusCode struct {
	Value     TestReportStatusCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.TestReportStatusCode_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
}

The current status of the test report. See http://hl7.org/fhir/ValueSet/report-status-codes

func (*TestReportStatusCode) Descriptor deprecated

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

Deprecated: Use TestReportStatusCode.ProtoReflect.Descriptor instead.

func (*TestReportStatusCode) GetExtension

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

func (*TestReportStatusCode) GetId

func (*TestReportStatusCode) GetValue

func (*TestReportStatusCode) ProtoMessage

func (*TestReportStatusCode) ProtoMessage()

func (*TestReportStatusCode) ProtoReflect

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

func (*TestReportStatusCode) Reset

func (x *TestReportStatusCode) Reset()

func (*TestReportStatusCode) String

func (x *TestReportStatusCode) String() string

type TestReportStatusCode_Value

type TestReportStatusCode_Value int32
const (
	TestReportStatusCode_INVALID_UNINITIALIZED TestReportStatusCode_Value = 0
	TestReportStatusCode_COMPLETED             TestReportStatusCode_Value = 1
	TestReportStatusCode_IN_PROGRESS           TestReportStatusCode_Value = 2
	TestReportStatusCode_WAITING               TestReportStatusCode_Value = 3
	TestReportStatusCode_STOPPED               TestReportStatusCode_Value = 4
	TestReportStatusCode_ENTERED_IN_ERROR      TestReportStatusCode_Value = 5
)

func (TestReportStatusCode_Value) Descriptor

func (TestReportStatusCode_Value) Enum

func (TestReportStatusCode_Value) EnumDescriptor deprecated

func (TestReportStatusCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use TestReportStatusCode_Value.Descriptor instead.

func (TestReportStatusCode_Value) Number

func (TestReportStatusCode_Value) String

func (TestReportStatusCode_Value) Type

type TestScriptOperationCodeCode

type TestScriptOperationCodeCode struct {
	Value     TestScriptOperationCodeCode_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
}

This value set defines a set of codes that are used to indicate the supported operations of a testing engine or tool. See http://hl7.org/fhir/ValueSet/testscript-operation-codes

func (*TestScriptOperationCodeCode) Descriptor deprecated

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

Deprecated: Use TestScriptOperationCodeCode.ProtoReflect.Descriptor instead.

func (*TestScriptOperationCodeCode) GetExtension

func (*TestScriptOperationCodeCode) GetId

func (*TestScriptOperationCodeCode) GetValue

func (*TestScriptOperationCodeCode) ProtoMessage

func (*TestScriptOperationCodeCode) ProtoMessage()

func (*TestScriptOperationCodeCode) ProtoReflect

func (*TestScriptOperationCodeCode) Reset

func (x *TestScriptOperationCodeCode) Reset()

func (*TestScriptOperationCodeCode) String

func (x *TestScriptOperationCodeCode) String() string

type TestScriptOperationCodeCode_Value

type TestScriptOperationCodeCode_Value int32
const (
	TestScriptOperationCodeCode_INVALID_UNINITIALIZED TestScriptOperationCodeCode_Value = 0
	TestScriptOperationCodeCode_READ                  TestScriptOperationCodeCode_Value = 1
	TestScriptOperationCodeCode_VREAD                 TestScriptOperationCodeCode_Value = 2
	TestScriptOperationCodeCode_UPDATE                TestScriptOperationCodeCode_Value = 3
	TestScriptOperationCodeCode_UPDATE_CREATE         TestScriptOperationCodeCode_Value = 4
	TestScriptOperationCodeCode_DELETE                TestScriptOperationCodeCode_Value = 5
	TestScriptOperationCodeCode_DELETE_COND_SINGLE    TestScriptOperationCodeCode_Value = 6
	TestScriptOperationCodeCode_DELETE_COND_MULTIPLE  TestScriptOperationCodeCode_Value = 7
	TestScriptOperationCodeCode_HISTORY               TestScriptOperationCodeCode_Value = 8
	TestScriptOperationCodeCode_CREATE                TestScriptOperationCodeCode_Value = 9
	TestScriptOperationCodeCode_SEARCH                TestScriptOperationCodeCode_Value = 10
	TestScriptOperationCodeCode_BATCH                 TestScriptOperationCodeCode_Value = 11
	TestScriptOperationCodeCode_TRANSACTION           TestScriptOperationCodeCode_Value = 12
	TestScriptOperationCodeCode_CAPABILITIES          TestScriptOperationCodeCode_Value = 13
	TestScriptOperationCodeCode_APPLY                 TestScriptOperationCodeCode_Value = 14
	TestScriptOperationCodeCode_CANCEL                TestScriptOperationCodeCode_Value = 15
	TestScriptOperationCodeCode_CLOSURE               TestScriptOperationCodeCode_Value = 16
	TestScriptOperationCodeCode_COMPOSE               TestScriptOperationCodeCode_Value = 17
	TestScriptOperationCodeCode_CONFORMS              TestScriptOperationCodeCode_Value = 18
	TestScriptOperationCodeCode_DATA_REQUIREMENTS     TestScriptOperationCodeCode_Value = 19
	TestScriptOperationCodeCode_DOCUMENT              TestScriptOperationCodeCode_Value = 20
	TestScriptOperationCodeCode_EVALUATE              TestScriptOperationCodeCode_Value = 21
	TestScriptOperationCodeCode_EVALUATE_MEASURE      TestScriptOperationCodeCode_Value = 22
	TestScriptOperationCodeCode_EVERYTHING            TestScriptOperationCodeCode_Value = 23
	TestScriptOperationCodeCode_EXPAND                TestScriptOperationCodeCode_Value = 24
	TestScriptOperationCodeCode_FAIL                  TestScriptOperationCodeCode_Value = 25
	TestScriptOperationCodeCode_FIND                  TestScriptOperationCodeCode_Value = 26
	TestScriptOperationCodeCode_FINISH                TestScriptOperationCodeCode_Value = 27
	TestScriptOperationCodeCode_IMPLEMENTS            TestScriptOperationCodeCode_Value = 28
	TestScriptOperationCodeCode_LOOKUP                TestScriptOperationCodeCode_Value = 29
	TestScriptOperationCodeCode_MATCH                 TestScriptOperationCodeCode_Value = 30
	TestScriptOperationCodeCode_META                  TestScriptOperationCodeCode_Value = 31
	TestScriptOperationCodeCode_META_ADD              TestScriptOperationCodeCode_Value = 32
	TestScriptOperationCodeCode_META_DELETE           TestScriptOperationCodeCode_Value = 33
	TestScriptOperationCodeCode_POPULATE              TestScriptOperationCodeCode_Value = 34
	TestScriptOperationCodeCode_POPULATEHTML          TestScriptOperationCodeCode_Value = 35
	TestScriptOperationCodeCode_POPULATELINK          TestScriptOperationCodeCode_Value = 36
	TestScriptOperationCodeCode_PROCESS_MESSAGE       TestScriptOperationCodeCode_Value = 37
	TestScriptOperationCodeCode_QUESTIONNAIRE         TestScriptOperationCodeCode_Value = 38
	TestScriptOperationCodeCode_RELEASE               TestScriptOperationCodeCode_Value = 39
	TestScriptOperationCodeCode_RESERVE               TestScriptOperationCodeCode_Value = 40
	TestScriptOperationCodeCode_RESUME                TestScriptOperationCodeCode_Value = 41
	TestScriptOperationCodeCode_SET_INPUT             TestScriptOperationCodeCode_Value = 42
	TestScriptOperationCodeCode_SET_OUTPUT            TestScriptOperationCodeCode_Value = 43
	TestScriptOperationCodeCode_START                 TestScriptOperationCodeCode_Value = 44
	TestScriptOperationCodeCode_STATS                 TestScriptOperationCodeCode_Value = 45
	TestScriptOperationCodeCode_STOP                  TestScriptOperationCodeCode_Value = 46
	TestScriptOperationCodeCode_SUBSET                TestScriptOperationCodeCode_Value = 47
	TestScriptOperationCodeCode_SUBSUMES              TestScriptOperationCodeCode_Value = 48
	TestScriptOperationCodeCode_SUSPEND               TestScriptOperationCodeCode_Value = 49
	TestScriptOperationCodeCode_TRANSFORM             TestScriptOperationCodeCode_Value = 50
	TestScriptOperationCodeCode_TRANSLATE             TestScriptOperationCodeCode_Value = 51
	TestScriptOperationCodeCode_VALIDATE              TestScriptOperationCodeCode_Value = 52
	TestScriptOperationCodeCode_VALIDATE_CODE         TestScriptOperationCodeCode_Value = 53
)

func (TestScriptOperationCodeCode_Value) Descriptor

func (TestScriptOperationCodeCode_Value) Enum

func (TestScriptOperationCodeCode_Value) EnumDescriptor deprecated

func (TestScriptOperationCodeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use TestScriptOperationCodeCode_Value.Descriptor instead.

func (TestScriptOperationCodeCode_Value) Number

func (TestScriptOperationCodeCode_Value) String

func (TestScriptOperationCodeCode_Value) Type

type TestScriptProfileDestinationTypeCode

type TestScriptProfileDestinationTypeCode struct {
	Value     TestScriptProfileDestinationTypeCode_Value `` /* 135-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
}

This value set defines a set of codes that are used to indicate the profile type of a test system when acting as the destination within a TestScript. See http://hl7.org/fhir/ValueSet/testscript-profile-destination-types

func (*TestScriptProfileDestinationTypeCode) Descriptor deprecated

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

Deprecated: Use TestScriptProfileDestinationTypeCode.ProtoReflect.Descriptor instead.

func (*TestScriptProfileDestinationTypeCode) GetExtension

func (*TestScriptProfileDestinationTypeCode) GetId

func (*TestScriptProfileDestinationTypeCode) GetValue

func (*TestScriptProfileDestinationTypeCode) ProtoMessage

func (*TestScriptProfileDestinationTypeCode) ProtoMessage()

func (*TestScriptProfileDestinationTypeCode) ProtoReflect

func (*TestScriptProfileDestinationTypeCode) Reset

func (*TestScriptProfileDestinationTypeCode) String

type TestScriptProfileDestinationTypeCode_Value

type TestScriptProfileDestinationTypeCode_Value int32
const (
	TestScriptProfileDestinationTypeCode_INVALID_UNINITIALIZED  TestScriptProfileDestinationTypeCode_Value = 0
	TestScriptProfileDestinationTypeCode_FHIR_SERVER            TestScriptProfileDestinationTypeCode_Value = 1
	TestScriptProfileDestinationTypeCode_FHIR_SDC_FORMMANAGER   TestScriptProfileDestinationTypeCode_Value = 2
	TestScriptProfileDestinationTypeCode_FHIR_SDC_FORMPROCESSOR TestScriptProfileDestinationTypeCode_Value = 3
	TestScriptProfileDestinationTypeCode_FHIR_SDC_FORMRECEIVER  TestScriptProfileDestinationTypeCode_Value = 4
)

func (TestScriptProfileDestinationTypeCode_Value) Descriptor

func (TestScriptProfileDestinationTypeCode_Value) Enum

func (TestScriptProfileDestinationTypeCode_Value) EnumDescriptor deprecated

func (TestScriptProfileDestinationTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use TestScriptProfileDestinationTypeCode_Value.Descriptor instead.

func (TestScriptProfileDestinationTypeCode_Value) Number

func (TestScriptProfileDestinationTypeCode_Value) String

func (TestScriptProfileDestinationTypeCode_Value) Type

type TestScriptProfileOriginTypeCode

type TestScriptProfileOriginTypeCode struct {
	Value     TestScriptProfileOriginTypeCode_Value `` /* 130-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
}

This value set defines a set of codes that are used to indicate the profile type of a test system when acting as the origin within a TestScript. See http://hl7.org/fhir/ValueSet/testscript-profile-origin-types

func (*TestScriptProfileOriginTypeCode) Descriptor deprecated

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

Deprecated: Use TestScriptProfileOriginTypeCode.ProtoReflect.Descriptor instead.

func (*TestScriptProfileOriginTypeCode) GetExtension

func (*TestScriptProfileOriginTypeCode) GetId

func (*TestScriptProfileOriginTypeCode) GetValue

func (*TestScriptProfileOriginTypeCode) ProtoMessage

func (*TestScriptProfileOriginTypeCode) ProtoMessage()

func (*TestScriptProfileOriginTypeCode) ProtoReflect

func (*TestScriptProfileOriginTypeCode) Reset

func (*TestScriptProfileOriginTypeCode) String

type TestScriptProfileOriginTypeCode_Value

type TestScriptProfileOriginTypeCode_Value int32
const (
	TestScriptProfileOriginTypeCode_INVALID_UNINITIALIZED TestScriptProfileOriginTypeCode_Value = 0
	TestScriptProfileOriginTypeCode_FHIR_CLIENT           TestScriptProfileOriginTypeCode_Value = 1
	TestScriptProfileOriginTypeCode_FHIR_SDC_FORMFILLER   TestScriptProfileOriginTypeCode_Value = 2
)

func (TestScriptProfileOriginTypeCode_Value) Descriptor

func (TestScriptProfileOriginTypeCode_Value) Enum

func (TestScriptProfileOriginTypeCode_Value) EnumDescriptor deprecated

func (TestScriptProfileOriginTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use TestScriptProfileOriginTypeCode_Value.Descriptor instead.

func (TestScriptProfileOriginTypeCode_Value) Number

func (TestScriptProfileOriginTypeCode_Value) String

func (TestScriptProfileOriginTypeCode_Value) Type

type TestScriptRequestMethodCodeCode

type TestScriptRequestMethodCodeCode struct {
	Value     TestScriptRequestMethodCodeCode_Value `` /* 130-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
}

The allowable request method or HTTP operation codes. See http://hl7.org/fhir/ValueSet/http-operations

func (*TestScriptRequestMethodCodeCode) Descriptor deprecated

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

Deprecated: Use TestScriptRequestMethodCodeCode.ProtoReflect.Descriptor instead.

func (*TestScriptRequestMethodCodeCode) GetExtension

func (*TestScriptRequestMethodCodeCode) GetId

func (*TestScriptRequestMethodCodeCode) GetValue

func (*TestScriptRequestMethodCodeCode) ProtoMessage

func (*TestScriptRequestMethodCodeCode) ProtoMessage()

func (*TestScriptRequestMethodCodeCode) ProtoReflect

func (*TestScriptRequestMethodCodeCode) Reset

func (*TestScriptRequestMethodCodeCode) String

type TestScriptRequestMethodCodeCode_Value

type TestScriptRequestMethodCodeCode_Value int32
const (
	TestScriptRequestMethodCodeCode_INVALID_UNINITIALIZED TestScriptRequestMethodCodeCode_Value = 0
	TestScriptRequestMethodCodeCode_DELETE                TestScriptRequestMethodCodeCode_Value = 1
	TestScriptRequestMethodCodeCode_GET                   TestScriptRequestMethodCodeCode_Value = 2
	TestScriptRequestMethodCodeCode_OPTIONS               TestScriptRequestMethodCodeCode_Value = 3
	TestScriptRequestMethodCodeCode_PATCH                 TestScriptRequestMethodCodeCode_Value = 4
	TestScriptRequestMethodCodeCode_POST                  TestScriptRequestMethodCodeCode_Value = 5
	TestScriptRequestMethodCodeCode_PUT                   TestScriptRequestMethodCodeCode_Value = 6
)

func (TestScriptRequestMethodCodeCode_Value) Descriptor

func (TestScriptRequestMethodCodeCode_Value) Enum

func (TestScriptRequestMethodCodeCode_Value) EnumDescriptor deprecated

func (TestScriptRequestMethodCodeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use TestScriptRequestMethodCodeCode_Value.Descriptor instead.

func (TestScriptRequestMethodCodeCode_Value) Number

func (TestScriptRequestMethodCodeCode_Value) String

func (TestScriptRequestMethodCodeCode_Value) Type

type TransactionModeCode

type TransactionModeCode struct {
	Value     TransactionModeCode_Value       `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.TransactionModeCode_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
}

A code that indicates how transactions are supported. See http://hl7.org/fhir/ValueSet/transaction-mode

func (*TransactionModeCode) Descriptor deprecated

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

Deprecated: Use TransactionModeCode.ProtoReflect.Descriptor instead.

func (*TransactionModeCode) GetExtension

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

func (*TransactionModeCode) GetId

func (*TransactionModeCode) GetValue

func (*TransactionModeCode) ProtoMessage

func (*TransactionModeCode) ProtoMessage()

func (*TransactionModeCode) ProtoReflect

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

func (*TransactionModeCode) Reset

func (x *TransactionModeCode) Reset()

func (*TransactionModeCode) String

func (x *TransactionModeCode) String() string

type TransactionModeCode_Value

type TransactionModeCode_Value int32
const (
	TransactionModeCode_INVALID_UNINITIALIZED TransactionModeCode_Value = 0
	TransactionModeCode_NOT_SUPPORTED         TransactionModeCode_Value = 1
	TransactionModeCode_BATCH                 TransactionModeCode_Value = 2
	TransactionModeCode_TRANSACTION           TransactionModeCode_Value = 3
	TransactionModeCode_BOTH                  TransactionModeCode_Value = 4
)

func (TransactionModeCode_Value) Descriptor

func (TransactionModeCode_Value) Enum

func (TransactionModeCode_Value) EnumDescriptor deprecated

func (TransactionModeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use TransactionModeCode_Value.Descriptor instead.

func (TransactionModeCode_Value) Number

func (TransactionModeCode_Value) String

func (x TransactionModeCode_Value) String() string

func (TransactionModeCode_Value) Type

type TriggerTypeCode

type TriggerTypeCode struct {
	Value     TriggerTypeCode_Value           `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.TriggerTypeCode_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
}

The type of trigger See http://hl7.org/fhir/ValueSet/trigger-type

func (*TriggerTypeCode) Descriptor deprecated

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

Deprecated: Use TriggerTypeCode.ProtoReflect.Descriptor instead.

func (*TriggerTypeCode) GetExtension

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

func (*TriggerTypeCode) GetId

func (*TriggerTypeCode) GetValue

func (x *TriggerTypeCode) GetValue() TriggerTypeCode_Value

func (*TriggerTypeCode) ProtoMessage

func (*TriggerTypeCode) ProtoMessage()

func (*TriggerTypeCode) ProtoReflect

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

func (*TriggerTypeCode) Reset

func (x *TriggerTypeCode) Reset()

func (*TriggerTypeCode) String

func (x *TriggerTypeCode) String() string

type TriggerTypeCode_Value

type TriggerTypeCode_Value int32
const (
	TriggerTypeCode_INVALID_UNINITIALIZED TriggerTypeCode_Value = 0
	TriggerTypeCode_NAMED_EVENT           TriggerTypeCode_Value = 1
	TriggerTypeCode_PERIODIC              TriggerTypeCode_Value = 2
	TriggerTypeCode_DATA_ADDED            TriggerTypeCode_Value = 3
	TriggerTypeCode_DATA_MODIFIED         TriggerTypeCode_Value = 4
	TriggerTypeCode_DATA_REMOVED          TriggerTypeCode_Value = 5
	TriggerTypeCode_DATA_ACCESSED         TriggerTypeCode_Value = 6
	TriggerTypeCode_DATA_ACCESS_ENDED     TriggerTypeCode_Value = 7
)

func (TriggerTypeCode_Value) Descriptor

func (TriggerTypeCode_Value) Enum

func (TriggerTypeCode_Value) EnumDescriptor deprecated

func (TriggerTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use TriggerTypeCode_Value.Descriptor instead.

func (TriggerTypeCode_Value) Number

func (TriggerTypeCode_Value) String

func (x TriggerTypeCode_Value) String() string

func (TriggerTypeCode_Value) Type

type TypeDerivationRuleCode

type TypeDerivationRuleCode struct {
	Value     TypeDerivationRuleCode_Value    `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.TypeDerivationRuleCode_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
}

How a type relates to its baseDefinition. See http://hl7.org/fhir/ValueSet/type-derivation-rule

func (*TypeDerivationRuleCode) Descriptor deprecated

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

Deprecated: Use TypeDerivationRuleCode.ProtoReflect.Descriptor instead.

func (*TypeDerivationRuleCode) GetExtension

func (*TypeDerivationRuleCode) GetId

func (*TypeDerivationRuleCode) GetValue

func (*TypeDerivationRuleCode) ProtoMessage

func (*TypeDerivationRuleCode) ProtoMessage()

func (*TypeDerivationRuleCode) ProtoReflect

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

func (*TypeDerivationRuleCode) Reset

func (x *TypeDerivationRuleCode) Reset()

func (*TypeDerivationRuleCode) String

func (x *TypeDerivationRuleCode) String() string

type TypeDerivationRuleCode_Value

type TypeDerivationRuleCode_Value int32
const (
	TypeDerivationRuleCode_INVALID_UNINITIALIZED TypeDerivationRuleCode_Value = 0
	TypeDerivationRuleCode_SPECIALIZATION        TypeDerivationRuleCode_Value = 1
	TypeDerivationRuleCode_CONSTRAINT            TypeDerivationRuleCode_Value = 2
)

func (TypeDerivationRuleCode_Value) Descriptor

func (TypeDerivationRuleCode_Value) Enum

func (TypeDerivationRuleCode_Value) EnumDescriptor deprecated

func (TypeDerivationRuleCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use TypeDerivationRuleCode_Value.Descriptor instead.

func (TypeDerivationRuleCode_Value) Number

func (TypeDerivationRuleCode_Value) String

func (TypeDerivationRuleCode_Value) Type

type TypeRestfulInteractionCode

type TypeRestfulInteractionCode struct {
	Value     TypeRestfulInteractionCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.TypeRestfulInteractionCode_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
}

Operations supported by REST at the type or instance level. See http://hl7.org/fhir/ValueSet/type-restful-interaction

func (*TypeRestfulInteractionCode) Descriptor deprecated

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

Deprecated: Use TypeRestfulInteractionCode.ProtoReflect.Descriptor instead.

func (*TypeRestfulInteractionCode) GetExtension

func (*TypeRestfulInteractionCode) GetId

func (*TypeRestfulInteractionCode) GetValue

func (*TypeRestfulInteractionCode) ProtoMessage

func (*TypeRestfulInteractionCode) ProtoMessage()

func (*TypeRestfulInteractionCode) ProtoReflect

func (*TypeRestfulInteractionCode) Reset

func (x *TypeRestfulInteractionCode) Reset()

func (*TypeRestfulInteractionCode) String

func (x *TypeRestfulInteractionCode) String() string

type TypeRestfulInteractionCode_Value

type TypeRestfulInteractionCode_Value int32
const (
	TypeRestfulInteractionCode_INVALID_UNINITIALIZED TypeRestfulInteractionCode_Value = 0
	TypeRestfulInteractionCode_READ                  TypeRestfulInteractionCode_Value = 1
	TypeRestfulInteractionCode_VREAD                 TypeRestfulInteractionCode_Value = 2
	TypeRestfulInteractionCode_UPDATE                TypeRestfulInteractionCode_Value = 3
	TypeRestfulInteractionCode_PATCH                 TypeRestfulInteractionCode_Value = 4
	TypeRestfulInteractionCode_DELETE                TypeRestfulInteractionCode_Value = 5
	TypeRestfulInteractionCode_HISTORY_INSTANCE      TypeRestfulInteractionCode_Value = 6
	TypeRestfulInteractionCode_HISTORY_TYPE          TypeRestfulInteractionCode_Value = 7
	TypeRestfulInteractionCode_CREATE                TypeRestfulInteractionCode_Value = 8
	TypeRestfulInteractionCode_SEARCH_TYPE           TypeRestfulInteractionCode_Value = 9
)

func (TypeRestfulInteractionCode_Value) Descriptor

func (TypeRestfulInteractionCode_Value) Enum

func (TypeRestfulInteractionCode_Value) EnumDescriptor deprecated

func (TypeRestfulInteractionCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use TypeRestfulInteractionCode_Value.Descriptor instead.

func (TypeRestfulInteractionCode_Value) Number

func (TypeRestfulInteractionCode_Value) String

func (TypeRestfulInteractionCode_Value) Type

type UDIEntryTypeCode

type UDIEntryTypeCode struct {
	Value     UDIEntryTypeCode_Value          `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.UDIEntryTypeCode_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
}

Codes to identify how UDI data was entered See http://hl7.org/fhir/ValueSet/udi-entry-type

func (*UDIEntryTypeCode) Descriptor deprecated

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

Deprecated: Use UDIEntryTypeCode.ProtoReflect.Descriptor instead.

func (*UDIEntryTypeCode) GetExtension

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

func (*UDIEntryTypeCode) GetId

func (*UDIEntryTypeCode) GetValue

func (*UDIEntryTypeCode) ProtoMessage

func (*UDIEntryTypeCode) ProtoMessage()

func (*UDIEntryTypeCode) ProtoReflect

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

func (*UDIEntryTypeCode) Reset

func (x *UDIEntryTypeCode) Reset()

func (*UDIEntryTypeCode) String

func (x *UDIEntryTypeCode) String() string

type UDIEntryTypeCode_Value

type UDIEntryTypeCode_Value int32
const (
	UDIEntryTypeCode_INVALID_UNINITIALIZED UDIEntryTypeCode_Value = 0
	UDIEntryTypeCode_BARCODE               UDIEntryTypeCode_Value = 1
	UDIEntryTypeCode_RFID                  UDIEntryTypeCode_Value = 2
	UDIEntryTypeCode_MANUAL                UDIEntryTypeCode_Value = 3
	UDIEntryTypeCode_CARD                  UDIEntryTypeCode_Value = 4
	UDIEntryTypeCode_SELF_REPORTED         UDIEntryTypeCode_Value = 5
	UDIEntryTypeCode_UNKNOWN               UDIEntryTypeCode_Value = 6
)

func (UDIEntryTypeCode_Value) Descriptor

func (UDIEntryTypeCode_Value) Enum

func (UDIEntryTypeCode_Value) EnumDescriptor deprecated

func (UDIEntryTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use UDIEntryTypeCode_Value.Descriptor instead.

func (UDIEntryTypeCode_Value) Number

func (UDIEntryTypeCode_Value) String

func (x UDIEntryTypeCode_Value) String() string

func (UDIEntryTypeCode_Value) Type

type UnknownContentCodeCode

type UnknownContentCodeCode struct {
	Value     UnknownContentCodeCode_Value    `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.UnknownContentCodeCode_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
}

A code that indicates whether an application accepts unknown elements or extensions when reading resources. See http://hl7.org/fhir/ValueSet/unknown-content-code

func (*UnknownContentCodeCode) Descriptor deprecated

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

Deprecated: Use UnknownContentCodeCode.ProtoReflect.Descriptor instead.

func (*UnknownContentCodeCode) GetExtension

func (*UnknownContentCodeCode) GetId

func (*UnknownContentCodeCode) GetValue

func (*UnknownContentCodeCode) ProtoMessage

func (*UnknownContentCodeCode) ProtoMessage()

func (*UnknownContentCodeCode) ProtoReflect

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

func (*UnknownContentCodeCode) Reset

func (x *UnknownContentCodeCode) Reset()

func (*UnknownContentCodeCode) String

func (x *UnknownContentCodeCode) String() string

type UnknownContentCodeCode_Value

type UnknownContentCodeCode_Value int32
const (
	UnknownContentCodeCode_INVALID_UNINITIALIZED UnknownContentCodeCode_Value = 0
	UnknownContentCodeCode_NO                    UnknownContentCodeCode_Value = 1
	UnknownContentCodeCode_EXTENSIONS            UnknownContentCodeCode_Value = 2
	UnknownContentCodeCode_ELEMENTS              UnknownContentCodeCode_Value = 3
	UnknownContentCodeCode_BOTH                  UnknownContentCodeCode_Value = 4
)

func (UnknownContentCodeCode_Value) Descriptor

func (UnknownContentCodeCode_Value) Enum

func (UnknownContentCodeCode_Value) EnumDescriptor deprecated

func (UnknownContentCodeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use UnknownContentCodeCode_Value.Descriptor instead.

func (UnknownContentCodeCode_Value) Number

func (UnknownContentCodeCode_Value) String

func (UnknownContentCodeCode_Value) Type

type UsageContextTypeCode

type UsageContextTypeCode struct {
	Value     UsageContextTypeCode_Value      `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.UsageContextTypeCode_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
}

A code that specifies a type of context being specified by a usage context See http://hl7.org/fhir/ValueSet/usage-context-type

func (*UsageContextTypeCode) Descriptor deprecated

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

Deprecated: Use UsageContextTypeCode.ProtoReflect.Descriptor instead.

func (*UsageContextTypeCode) GetExtension

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

func (*UsageContextTypeCode) GetId

func (*UsageContextTypeCode) GetValue

func (*UsageContextTypeCode) ProtoMessage

func (*UsageContextTypeCode) ProtoMessage()

func (*UsageContextTypeCode) ProtoReflect

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

func (*UsageContextTypeCode) Reset

func (x *UsageContextTypeCode) Reset()

func (*UsageContextTypeCode) String

func (x *UsageContextTypeCode) String() string

type UsageContextTypeCode_Value

type UsageContextTypeCode_Value int32
const (
	UsageContextTypeCode_INVALID_UNINITIALIZED UsageContextTypeCode_Value = 0
	UsageContextTypeCode_GENDER                UsageContextTypeCode_Value = 1
	UsageContextTypeCode_AGE                   UsageContextTypeCode_Value = 2
	UsageContextTypeCode_FOCUS                 UsageContextTypeCode_Value = 3
	UsageContextTypeCode_USER                  UsageContextTypeCode_Value = 4
	UsageContextTypeCode_WORKFLOW              UsageContextTypeCode_Value = 5
	UsageContextTypeCode_TASK                  UsageContextTypeCode_Value = 6
	UsageContextTypeCode_VENUE                 UsageContextTypeCode_Value = 7
	UsageContextTypeCode_SPECIES               UsageContextTypeCode_Value = 8
)

func (UsageContextTypeCode_Value) Descriptor

func (UsageContextTypeCode_Value) Enum

func (UsageContextTypeCode_Value) EnumDescriptor deprecated

func (UsageContextTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use UsageContextTypeCode_Value.Descriptor instead.

func (UsageContextTypeCode_Value) Number

func (UsageContextTypeCode_Value) String

func (UsageContextTypeCode_Value) Type

type UseCode

type UseCode struct {
	Value     UseCode_Value                   `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.UseCode_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
}

Complete, proposed, exploratory, other See http://hl7.org/fhir/ValueSet/claim-use

func (*UseCode) Descriptor deprecated

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

Deprecated: Use UseCode.ProtoReflect.Descriptor instead.

func (*UseCode) GetExtension

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

func (*UseCode) GetId

func (x *UseCode) GetId() *datatypes_go_proto.String

func (*UseCode) GetValue

func (x *UseCode) GetValue() UseCode_Value

func (*UseCode) ProtoMessage

func (*UseCode) ProtoMessage()

func (*UseCode) ProtoReflect

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

func (*UseCode) Reset

func (x *UseCode) Reset()

func (*UseCode) String

func (x *UseCode) String() string

type UseCode_Value

type UseCode_Value int32
const (
	UseCode_INVALID_UNINITIALIZED UseCode_Value = 0
	UseCode_COMPLETE              UseCode_Value = 1
	UseCode_PROPOSED              UseCode_Value = 2
	UseCode_EXPLORATORY           UseCode_Value = 3
	UseCode_OTHER                 UseCode_Value = 4
)

func (UseCode_Value) Descriptor

func (UseCode_Value) Enum

func (x UseCode_Value) Enum() *UseCode_Value

func (UseCode_Value) EnumDescriptor deprecated

func (UseCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use UseCode_Value.Descriptor instead.

func (UseCode_Value) Number

func (UseCode_Value) String

func (x UseCode_Value) String() string

func (UseCode_Value) Type

type VaccinationProtocolDoseStatusReasoncodesCode

type VaccinationProtocolDoseStatusReasoncodesCode struct {
	Value     VaccinationProtocolDoseStatusReasoncodesCode_Value `` /* 143-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
}

The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the reason why an administered dose has been assigned a particular status. Often, this reason describes why a dose is considered invalid. This value set is provided as a suggestive example. See http://hl7.org/fhir/ValueSet/vaccination-protocol-dose-status-reason

func (*VaccinationProtocolDoseStatusReasoncodesCode) Descriptor deprecated

Deprecated: Use VaccinationProtocolDoseStatusReasoncodesCode.ProtoReflect.Descriptor instead.

func (*VaccinationProtocolDoseStatusReasoncodesCode) GetExtension

func (*VaccinationProtocolDoseStatusReasoncodesCode) GetId

func (*VaccinationProtocolDoseStatusReasoncodesCode) GetValue

func (*VaccinationProtocolDoseStatusReasoncodesCode) ProtoMessage

func (*VaccinationProtocolDoseStatusReasoncodesCode) ProtoReflect

func (*VaccinationProtocolDoseStatusReasoncodesCode) Reset

func (*VaccinationProtocolDoseStatusReasoncodesCode) String

type VaccinationProtocolDoseStatusReasoncodesCode_Value

type VaccinationProtocolDoseStatusReasoncodesCode_Value int32
const (
	VaccinationProtocolDoseStatusReasoncodesCode_INVALID_UNINITIALIZED VaccinationProtocolDoseStatusReasoncodesCode_Value = 0
	VaccinationProtocolDoseStatusReasoncodesCode_ADVSTORAGE            VaccinationProtocolDoseStatusReasoncodesCode_Value = 1
	VaccinationProtocolDoseStatusReasoncodesCode_COLDCHBRK             VaccinationProtocolDoseStatusReasoncodesCode_Value = 2
	VaccinationProtocolDoseStatusReasoncodesCode_EXPLOT                VaccinationProtocolDoseStatusReasoncodesCode_Value = 3
	VaccinationProtocolDoseStatusReasoncodesCode_OUTSIDESCHED          VaccinationProtocolDoseStatusReasoncodesCode_Value = 4
	VaccinationProtocolDoseStatusReasoncodesCode_PRODRECALL            VaccinationProtocolDoseStatusReasoncodesCode_Value = 5
)

func (VaccinationProtocolDoseStatusReasoncodesCode_Value) Descriptor

func (VaccinationProtocolDoseStatusReasoncodesCode_Value) Enum

func (VaccinationProtocolDoseStatusReasoncodesCode_Value) EnumDescriptor deprecated

Deprecated: Use VaccinationProtocolDoseStatusReasoncodesCode_Value.Descriptor instead.

func (VaccinationProtocolDoseStatusReasoncodesCode_Value) Number

func (VaccinationProtocolDoseStatusReasoncodesCode_Value) String

func (VaccinationProtocolDoseStatusReasoncodesCode_Value) Type

type VaccinationProtocolDoseStatuscodesCode

type VaccinationProtocolDoseStatuscodesCode struct {
	Value     VaccinationProtocolDoseStatuscodesCode_Value `` /* 137-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
}

The value set to instantiate this attribute should be drawn from a terminologically robust code system that consists of or contains concepts to support describing the validity of a dose relative to a particular recommended schedule. This value set is provided as a suggestive example. See http://hl7.org/fhir/ValueSet/vaccination-protocol-dose-status

func (*VaccinationProtocolDoseStatuscodesCode) Descriptor deprecated

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

Deprecated: Use VaccinationProtocolDoseStatuscodesCode.ProtoReflect.Descriptor instead.

func (*VaccinationProtocolDoseStatuscodesCode) GetExtension

func (*VaccinationProtocolDoseStatuscodesCode) GetId

func (*VaccinationProtocolDoseStatuscodesCode) GetValue

func (*VaccinationProtocolDoseStatuscodesCode) ProtoMessage

func (*VaccinationProtocolDoseStatuscodesCode) ProtoReflect

func (*VaccinationProtocolDoseStatuscodesCode) Reset

func (*VaccinationProtocolDoseStatuscodesCode) String

type VaccinationProtocolDoseStatuscodesCode_Value

type VaccinationProtocolDoseStatuscodesCode_Value int32
const (
	VaccinationProtocolDoseStatuscodesCode_INVALID_UNINITIALIZED VaccinationProtocolDoseStatuscodesCode_Value = 0
	VaccinationProtocolDoseStatuscodesCode_COUNT                 VaccinationProtocolDoseStatuscodesCode_Value = 1
	VaccinationProtocolDoseStatuscodesCode_NOCOUNT               VaccinationProtocolDoseStatuscodesCode_Value = 2
)

func (VaccinationProtocolDoseStatuscodesCode_Value) Descriptor

func (VaccinationProtocolDoseStatuscodesCode_Value) Enum

func (VaccinationProtocolDoseStatuscodesCode_Value) EnumDescriptor deprecated

func (VaccinationProtocolDoseStatuscodesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use VaccinationProtocolDoseStatuscodesCode_Value.Descriptor instead.

func (VaccinationProtocolDoseStatuscodesCode_Value) Number

func (VaccinationProtocolDoseStatuscodesCode_Value) String

func (VaccinationProtocolDoseStatuscodesCode_Value) Type

type VisionBaseCode

type VisionBaseCode struct {
	Value     VisionBaseCode_Value            `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.VisionBaseCode_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
}

A coded concept listing the base codes. See http://hl7.org/fhir/ValueSet/vision-base-codes

func (*VisionBaseCode) Descriptor deprecated

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

Deprecated: Use VisionBaseCode.ProtoReflect.Descriptor instead.

func (*VisionBaseCode) GetExtension

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

func (*VisionBaseCode) GetId

func (*VisionBaseCode) GetValue

func (x *VisionBaseCode) GetValue() VisionBaseCode_Value

func (*VisionBaseCode) ProtoMessage

func (*VisionBaseCode) ProtoMessage()

func (*VisionBaseCode) ProtoReflect

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

func (*VisionBaseCode) Reset

func (x *VisionBaseCode) Reset()

func (*VisionBaseCode) String

func (x *VisionBaseCode) String() string

type VisionBaseCode_Value

type VisionBaseCode_Value int32
const (
	VisionBaseCode_INVALID_UNINITIALIZED VisionBaseCode_Value = 0
	VisionBaseCode_UP                    VisionBaseCode_Value = 1
	VisionBaseCode_DOWN                  VisionBaseCode_Value = 2
	VisionBaseCode_IN                    VisionBaseCode_Value = 3
	VisionBaseCode_OUT                   VisionBaseCode_Value = 4
)

func (VisionBaseCode_Value) Descriptor

func (VisionBaseCode_Value) Enum

func (VisionBaseCode_Value) EnumDescriptor deprecated

func (VisionBaseCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use VisionBaseCode_Value.Descriptor instead.

func (VisionBaseCode_Value) Number

func (VisionBaseCode_Value) String

func (x VisionBaseCode_Value) String() string

func (VisionBaseCode_Value) Type

type VisionEyesCode

type VisionEyesCode struct {
	Value     VisionEyesCode_Value            `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.VisionEyesCode_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
}

A coded concept listing the eye codes. See http://hl7.org/fhir/ValueSet/vision-eye-codes

func (*VisionEyesCode) Descriptor deprecated

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

Deprecated: Use VisionEyesCode.ProtoReflect.Descriptor instead.

func (*VisionEyesCode) GetExtension

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

func (*VisionEyesCode) GetId

func (*VisionEyesCode) GetValue

func (x *VisionEyesCode) GetValue() VisionEyesCode_Value

func (*VisionEyesCode) ProtoMessage

func (*VisionEyesCode) ProtoMessage()

func (*VisionEyesCode) ProtoReflect

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

func (*VisionEyesCode) Reset

func (x *VisionEyesCode) Reset()

func (*VisionEyesCode) String

func (x *VisionEyesCode) String() string

type VisionEyesCode_Value

type VisionEyesCode_Value int32
const (
	VisionEyesCode_INVALID_UNINITIALIZED VisionEyesCode_Value = 0
	VisionEyesCode_RIGHT                 VisionEyesCode_Value = 1
	VisionEyesCode_LEFT                  VisionEyesCode_Value = 2
)

func (VisionEyesCode_Value) Descriptor

func (VisionEyesCode_Value) Enum

func (VisionEyesCode_Value) EnumDescriptor deprecated

func (VisionEyesCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use VisionEyesCode_Value.Descriptor instead.

func (VisionEyesCode_Value) Number

func (VisionEyesCode_Value) String

func (x VisionEyesCode_Value) String() string

func (VisionEyesCode_Value) Type

type XPathUsageTypeCode

type XPathUsageTypeCode struct {
	Value     XPathUsageTypeCode_Value        `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.stu3.proto.XPathUsageTypeCode_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
}

How a search parameter relates to the set of elements returned by evaluating its xpath query. See http://hl7.org/fhir/ValueSet/search-xpath-usage

func (*XPathUsageTypeCode) Descriptor deprecated

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

Deprecated: Use XPathUsageTypeCode.ProtoReflect.Descriptor instead.

func (*XPathUsageTypeCode) GetExtension

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

func (*XPathUsageTypeCode) GetId

func (*XPathUsageTypeCode) GetValue

func (*XPathUsageTypeCode) ProtoMessage

func (*XPathUsageTypeCode) ProtoMessage()

func (*XPathUsageTypeCode) ProtoReflect

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

func (*XPathUsageTypeCode) Reset

func (x *XPathUsageTypeCode) Reset()

func (*XPathUsageTypeCode) String

func (x *XPathUsageTypeCode) String() string

type XPathUsageTypeCode_Value

type XPathUsageTypeCode_Value int32
const (
	XPathUsageTypeCode_INVALID_UNINITIALIZED XPathUsageTypeCode_Value = 0
	XPathUsageTypeCode_NORMAL                XPathUsageTypeCode_Value = 1
	XPathUsageTypeCode_PHONETIC              XPathUsageTypeCode_Value = 2
	XPathUsageTypeCode_NEARBY                XPathUsageTypeCode_Value = 3
	XPathUsageTypeCode_DISTANCE              XPathUsageTypeCode_Value = 4
	XPathUsageTypeCode_OTHER                 XPathUsageTypeCode_Value = 5
)

func (XPathUsageTypeCode_Value) Descriptor

func (XPathUsageTypeCode_Value) Enum

func (XPathUsageTypeCode_Value) EnumDescriptor deprecated

func (XPathUsageTypeCode_Value) EnumDescriptor() ([]byte, []int)

Deprecated: Use XPathUsageTypeCode_Value.Descriptor instead.

func (XPathUsageTypeCode_Value) Number

func (XPathUsageTypeCode_Value) String

func (x XPathUsageTypeCode_Value) String() string

func (XPathUsageTypeCode_Value) Type

Jump to

Keyboard shortcuts

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