codes_go_proto

package
v0.7.4 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2022 License: Apache-2.0 Imports: 5 Imported by: 164

Documentation

Index

Constants

This section is empty.

Variables

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

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 (
	ActionParticipantTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PATIENT",
		2: "PRACTITIONER",
		3: "RELATED_PERSON",
		4: "DEVICE",
	}
	ActionParticipantTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PATIENT":               1,
		"PRACTITIONER":          2,
		"RELATED_PERSON":        3,
		"DEVICE":                4,
	}
)

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 (
	AddressTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "POSTAL",
		2: "PHYSICAL",
		3: "BOTH",
	}
	AddressTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"POSTAL":                1,
		"PHYSICAL":              2,
		"BOTH":                  3,
	}
)

Enum value maps for AddressTypeCode_Value.

View Source
var (
	AddressUseCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "HOME",
		2: "WORK",
		3: "TEMP",
		4: "OLD",
		5: "BILLING",
	}
	AddressUseCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"HOME":                  1,
		"WORK":                  2,
		"TEMP":                  3,
		"OLD":                   4,
		"BILLING":               5,
	}
)

Enum value maps for AddressUseCode_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 (
	AdverseEventActualityCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTUAL",
		2: "POTENTIAL",
	}
	AdverseEventActualityCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTUAL":                1,
		"POTENTIAL":             2,
	}
)

Enum value maps for AdverseEventActualityCode_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 (
	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 (
	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 (
	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 (
	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 (
	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 (
	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: "PRESUMED",
		3: "CONFIRMED",
		4: "REFUTED",
		5: "ENTERED_IN_ERROR",
	}
	AllergyIntoleranceVerificationStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"UNCONFIRMED":           1,
		"PRESUMED":              2,
		"CONFIRMED":             3,
		"REFUTED":               4,
		"ENTERED_IN_ERROR":      5,
	}
)

Enum value maps for AllergyIntoleranceVerificationStatusCode_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",
		9:  "CHECKED_IN",
		10: "WAITLIST",
	}
	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,
		"CHECKED_IN":            9,
		"WAITLIST":              10,
	}
)

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:  "NOT_EQUALS",
		3:  "IN",
		4:  "NOT_IN",
		5:  "GREATER_THAN",
		6:  "LESS_THAN",
		7:  "EMPTY",
		8:  "NOT_EMPTY",
		9:  "CONTAINS",
		10: "NOT_CONTAINS",
		11: "EVAL",
	}
	AssertionOperatorTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"EQUALS":                1,
		"NOT_EQUALS":            2,
		"IN":                    3,
		"NOT_IN":                4,
		"GREATER_THAN":          5,
		"LESS_THAN":             6,
		"EMPTY":                 7,
		"NOT_EMPTY":             8,
		"CONTAINS":              9,
		"NOT_CONTAINS":          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:  "NO_CONTENT",
		4:  "NOT_MODIFIED",
		5:  "BAD",
		6:  "FORBIDDEN",
		7:  "NOT_FOUND",
		8:  "METHOD_NOT_ALLOWED",
		9:  "CONFLICT",
		10: "GONE",
		11: "PRECONDITION_FAILED",
		12: "UNPROCESSABLE",
	}
	AssertionResponseTypesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"OKAY":                  1,
		"CREATED":               2,
		"NO_CONTENT":            3,
		"NOT_MODIFIED":          4,
		"BAD":                   5,
		"FORBIDDEN":             6,
		"NOT_FOUND":             7,
		"METHOD_NOT_ALLOWED":    8,
		"CONFLICT":              9,
		"GONE":                  10,
		"PRECONDITION_FAILED":   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 (
	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 (
	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 (
	AuditEventSeverityCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "EMERGENCY",
		2: "ALERT",
		3: "CRITICAL",
		4: "ERROR",
		5: "WARNING",
		6: "NOTICE",
		7: "INFORMATIONAL",
		8: "DEBUG",
	}
	AuditEventSeverityCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"EMERGENCY":             1,
		"ALERT":                 2,
		"CRITICAL":              3,
		"ERROR":                 4,
		"WARNING":               5,
		"NOTICE":                6,
		"INFORMATIONAL":         7,
		"DEBUG":                 8,
	}
)

Enum value maps for AuditEventSeverityCode_Value.

View Source
var (
	BenefitCostApplicabilityCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "IN_NETWORK",
		2: "OUT_OF_NETWORK",
		3: "OTHER",
	}
	BenefitCostApplicabilityCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"IN_NETWORK":            1,
		"OUT_OF_NETWORK":        2,
		"OTHER":                 3,
	}
)

Enum value maps for BenefitCostApplicabilityCode_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 (
	BiologicallyDerivedProductCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ORGAN",
		2: "TISSUE",
		3: "FLUID",
		4: "CELLS",
		5: "BIOLOGICAL_AGENT",
	}
	BiologicallyDerivedProductCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ORGAN":                 1,
		"TISSUE":                2,
		"FLUID":                 3,
		"CELLS":                 4,
		"BIOLOGICAL_AGENT":      5,
	}
)

Enum value maps for BiologicallyDerivedProductCategoryCode_Value.

View Source
var (
	BiologicallyDerivedProductStorageScaleCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "FARENHEIT",
		2: "CELSIUS",
		3: "KELVIN",
	}
	BiologicallyDerivedProductStorageScaleCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"FARENHEIT":             1,
		"CELSIUS":               2,
		"KELVIN":                3,
	}
)

Enum value maps for BiologicallyDerivedProductStorageScaleCode_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 (
	CanonicalStatusCodesForFHIRResourcesCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "ERROR",
		2:  "PROPOSED",
		3:  "PLANNED",
		4:  "DRAFT",
		5:  "REQUESTED",
		6:  "RECEIVED",
		7:  "DECLINED",
		8:  "ACCEPTED",
		9:  "ARRIVED",
		10: "ACTIVE",
		11: "SUSPENDED",
		12: "FAILED",
		13: "REPLACED",
		14: "COMPLETE",
		15: "INACTIVE",
		16: "ABANDONED",
		17: "UNKNOWN",
		18: "UNCONFIRMED",
		19: "CONFIRMED",
		20: "RESOLVED",
		21: "REFUTED",
		22: "DIFFERENTIAL",
		23: "PARTIAL",
		24: "BUSY_UNAVAILABLE",
		25: "FREE",
		26: "ON_TARGET",
		27: "AHEAD_OF_TARGET",
		28: "BEHIND_TARGET",
		29: "NOT_READY",
		30: "TRANSDUC_DISCON",
		31: "HW_DISCON",
	}
	CanonicalStatusCodesForFHIRResourcesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ERROR":                 1,
		"PROPOSED":              2,
		"PLANNED":               3,
		"DRAFT":                 4,
		"REQUESTED":             5,
		"RECEIVED":              6,
		"DECLINED":              7,
		"ACCEPTED":              8,
		"ARRIVED":               9,
		"ACTIVE":                10,
		"SUSPENDED":             11,
		"FAILED":                12,
		"REPLACED":              13,
		"COMPLETE":              14,
		"INACTIVE":              15,
		"ABANDONED":             16,
		"UNKNOWN":               17,
		"UNCONFIRMED":           18,
		"CONFIRMED":             19,
		"RESOLVED":              20,
		"REFUTED":               21,
		"DIFFERENTIAL":          22,
		"PARTIAL":               23,
		"BUSY_UNAVAILABLE":      24,
		"FREE":                  25,
		"ON_TARGET":             26,
		"AHEAD_OF_TARGET":       27,
		"BEHIND_TARGET":         28,
		"NOT_READY":             29,
		"TRANSDUC_DISCON":       30,
		"HW_DISCON":             31,
	}
)

Enum value maps for CanonicalStatusCodesForFHIRResourcesCode_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 (
	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: "STOPPED",
		8: "UNKNOWN",
		9: "ENTERED_IN_ERROR",
	}
	CarePlanActivityStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"NOT_STARTED":           1,
		"SCHEDULED":             2,
		"IN_PROGRESS":           3,
		"ON_HOLD":               4,
		"COMPLETED":             5,
		"CANCELLED":             6,
		"STOPPED":               7,
		"UNKNOWN":               8,
		"ENTERED_IN_ERROR":      9,
	}
)

Enum value maps for CarePlanActivityStatusCode_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 (
	CatalogEntryRelationTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "TRIGGERS",
		2: "IS_REPLACED_BY",
		3: "EXCLUDES",
		4: "INCLUDES",
	}
	CatalogEntryRelationTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"TRIGGERS":              1,
		"IS_REPLACED_BY":        2,
		"EXCLUDES":              3,
		"INCLUDES":              4,
	}
)

Enum value maps for CatalogEntryRelationTypeCode_Value.

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

Enum value maps for CatalogEntryStatusCode_Value.

View Source
var (
	CatalogEntryTypeCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "ACTIVITY_DEFINITION",
		2:  "PLAN_DEFINITION",
		3:  "SPECIMEN_DEFINITION",
		4:  "OBSERVATION_DEFINITION",
		5:  "DEVICE_DEFINITION",
		6:  "ORGANIZATION",
		7:  "PRACTITIONER",
		8:  "PRACTITIONER_ROLE",
		9:  "HEALTHCARE_SERVICE",
		10: "MEDICATION_KNOWLEDGE",
		11: "MEDICATION",
		12: "SUBSTANCE",
		13: "LOCATION",
	}
	CatalogEntryTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":  0,
		"ACTIVITY_DEFINITION":    1,
		"PLAN_DEFINITION":        2,
		"SPECIMEN_DEFINITION":    3,
		"OBSERVATION_DEFINITION": 4,
		"DEVICE_DEFINITION":      5,
		"ORGANIZATION":           6,
		"PRACTITIONER":           7,
		"PRACTITIONER_ROLE":      8,
		"HEALTHCARE_SERVICE":     9,
		"MEDICATION_KNOWLEDGE":   10,
		"MEDICATION":             11,
		"SUBSTANCE":              12,
		"LOCATION":               13,
	}
)

Enum value maps for CatalogEntryTypeCode_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 (
	ClinicalUseIssueTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "INDICATION",
		2: "CONTRAINDICATION",
		3: "INTERACTION",
		4: "UNDESIRABLE_EFFECT",
		5: "OTHER",
	}
	ClinicalUseIssueTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INDICATION":            1,
		"CONTRAINDICATION":      2,
		"INTERACTION":           3,
		"UNDESIRABLE_EFFECT":    4,
		"OTHER":                 5,
	}
)

Enum value maps for ClinicalUseIssueTypeCode_Value.

View Source
var (
	CodeSearchSupportCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "EXPLICIT",
		2: "ALL",
	}
	CodeSearchSupportCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"EXPLICIT":              1,
		"ALL":                   2,
	}
)

Enum value maps for CodeSearchSupportCode_Value.

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

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 (
	CompartmentTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PATIENT",
		2: "ENCOUNTER",
		3: "RELATED_PERSON",
		4: "PRACTITIONER",
		5: "DEVICE",
	}
	CompartmentTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PATIENT":               1,
		"ENCOUNTER":             2,
		"RELATED_PERSON":        3,
		"PRACTITIONER":          4,
		"DEVICE":                5,
	}
)

Enum value maps for CompartmentTypeCode_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 (
	ConceptMapRelationshipCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "RELATED_TO",
		2: "EQUIVALENT",
		3: "BROADER",
		4: "NARROWER",
		5: "NOT_RELATED_TO",
	}
	ConceptMapRelationshipCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"RELATED_TO":            1,
		"EQUIVALENT":            2,
		"BROADER":               3,
		"NARROWER":              4,
		"NOT_RELATED_TO":        5,
	}
)

Enum value maps for ConceptMapRelationshipCode_Value.

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

Enum value maps for ConditionClinicalStatusCode_Value.

View Source
var (
	ConditionPreconditionTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "SENSITIVE",
		2: "SPECIFIC",
	}
	ConditionPreconditionTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"SENSITIVE":             1,
		"SPECIFIC":              2,
	}
)

Enum value maps for ConditionPreconditionTypeCode_Value.

View Source
var (
	ConditionQuestionnairePurposeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PREADMIT",
		2: "DIFF_DIAGNOSIS",
		3: "OUTCOME",
	}
	ConditionQuestionnairePurposeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PREADMIT":              1,
		"DIFF_DIAGNOSIS":        2,
		"OUTCOME":               3,
	}
)

Enum value maps for ConditionQuestionnairePurposeCode_Value.

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

Enum value maps for ConditionVerificationStatusCode_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 (
	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 (
	ConsentProvisionTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DENY",
		2: "PERMIT",
	}
	ConsentProvisionTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DENY":                  1,
		"PERMIT":                2,
	}
)

Enum value maps for ConsentProvisionTypeCode_Value.

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

Enum value maps for ConsentStateCode_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 (
	ContactPointSystemCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PHONE",
		2: "FAX",
		3: "EMAIL",
		4: "PAGER",
		5: "URL",
		6: "SMS",
		7: "OTHER",
	}
	ContactPointSystemCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PHONE":                 1,
		"FAX":                   2,
		"EMAIL":                 3,
		"PAGER":                 4,
		"URL":                   5,
		"SMS":                   6,
		"OTHER":                 7,
	}
)

Enum value maps for ContactPointSystemCode_Value.

View Source
var (
	ContactPointUseCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "HOME",
		2: "WORK",
		3: "TEMP",
		4: "OLD",
		5: "MOBILE",
	}
	ContactPointUseCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"HOME":                  1,
		"WORK":                  2,
		"TEMP":                  3,
		"OLD":                   4,
		"MOBILE":                5,
	}
)

Enum value maps for ContactPointUseCode_Value.

View Source
var (
	ContractResourcePublicationStatusCode_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",
	}
	ContractResourcePublicationStatusCode_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 ContractResourcePublicationStatusCode_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 (
	DataAbsentReasonCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "UNKNOWN",
		2:  "ASKED_UNKNOWN",
		3:  "TEMP_UNKNOWN",
		4:  "NOT_ASKED",
		5:  "ASKED_DECLINED",
		6:  "MASKED",
		7:  "NOT_APPLICABLE",
		8:  "UNSUPPORTED",
		9:  "AS_TEXT",
		10: "ERROR",
		11: "NOT_A_NUMBER",
		12: "NEGATIVE_INFINITY",
		13: "POSITIVE_INFINITY",
		14: "NOT_PERFORMED",
		15: "NOT_PERMITTED",
	}
	DataAbsentReasonCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"UNKNOWN":               1,
		"ASKED_UNKNOWN":         2,
		"TEMP_UNKNOWN":          3,
		"NOT_ASKED":             4,
		"ASKED_DECLINED":        5,
		"MASKED":                6,
		"NOT_APPLICABLE":        7,
		"UNSUPPORTED":           8,
		"AS_TEXT":               9,
		"ERROR":                 10,
		"NOT_A_NUMBER":          11,
		"NEGATIVE_INFINITY":     12,
		"POSITIVE_INFINITY":     13,
		"NOT_PERFORMED":         14,
		"NOT_PERMITTED":         15,
	}
)

Enum value maps for DataAbsentReasonCode_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:  "BACKBONE_TYPE",
		7:  "BASE",
		8:  "CODEABLE_CONCEPT",
		9:  "CODEABLE_REFERENCE",
		10: "CODING",
		11: "CONTACT_DETAIL",
		12: "CONTACT_POINT",
		13: "CONTRIBUTOR",
		14: "COUNT",
		15: "DATA_REQUIREMENT",
		16: "DATA_TYPE",
		17: "DISTANCE",
		18: "DOSAGE",
		19: "DURATION",
		20: "ELEMENT",
		21: "ELEMENT_DEFINITION",
		22: "EXPRESSION",
		23: "EXTENSION",
		24: "HUMAN_NAME",
		25: "IDENTIFIER",
		26: "MARKETING_STATUS",
		27: "META",
		28: "MONEY",
		29: "MONEY_QUANTITY",
		30: "NARRATIVE",
		31: "ORDERED_DISTRIBUTION",
		32: "PARAMETER_DEFINITION",
		33: "PERIOD",
		34: "POPULATION",
		35: "PRIMITIVE_TYPE",
		36: "PROD_CHARACTERISTIC",
		37: "PRODUCT_SHELF_LIFE",
		38: "QUANTITY",
		39: "RANGE",
		40: "RATIO",
		41: "REFERENCE",
		42: "RELATED_ARTIFACT",
		43: "SAMPLED_DATA",
		44: "SIGNATURE",
		45: "SIMPLE_QUANTITY",
		46: "STATISTIC",
		47: "SUBSTANCE_AMOUNT",
		48: "TIMING",
		49: "TRIGGER_DEFINITION",
		50: "USAGE_CONTEXT",
		51: "BASE64_BINARY",
		52: "BOOLEAN",
		53: "CANONICAL",
		54: "CODE",
		55: "DATE",
		56: "DATE_TIME",
		57: "DECIMAL",
		58: "ID",
		59: "INSTANT",
		60: "INTEGER",
		61: "INTEGER64",
		62: "MARKDOWN",
		63: "OID",
		64: "POSITIVE_INT",
		65: "STRING",
		66: "TIME",
		67: "UNSIGNED_INT",
		68: "URI",
		69: "URL",
		70: "UUID",
		71: "XHTML",
	}
	DataTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ADDRESS":               1,
		"AGE":                   2,
		"ANNOTATION":            3,
		"ATTACHMENT":            4,
		"BACKBONE_ELEMENT":      5,
		"BACKBONE_TYPE":         6,
		"BASE":                  7,
		"CODEABLE_CONCEPT":      8,
		"CODEABLE_REFERENCE":    9,
		"CODING":                10,
		"CONTACT_DETAIL":        11,
		"CONTACT_POINT":         12,
		"CONTRIBUTOR":           13,
		"COUNT":                 14,
		"DATA_REQUIREMENT":      15,
		"DATA_TYPE":             16,
		"DISTANCE":              17,
		"DOSAGE":                18,
		"DURATION":              19,
		"ELEMENT":               20,
		"ELEMENT_DEFINITION":    21,
		"EXPRESSION":            22,
		"EXTENSION":             23,
		"HUMAN_NAME":            24,
		"IDENTIFIER":            25,
		"MARKETING_STATUS":      26,
		"META":                  27,
		"MONEY":                 28,
		"MONEY_QUANTITY":        29,
		"NARRATIVE":             30,
		"ORDERED_DISTRIBUTION":  31,
		"PARAMETER_DEFINITION":  32,
		"PERIOD":                33,
		"POPULATION":            34,
		"PRIMITIVE_TYPE":        35,
		"PROD_CHARACTERISTIC":   36,
		"PRODUCT_SHELF_LIFE":    37,
		"QUANTITY":              38,
		"RANGE":                 39,
		"RATIO":                 40,
		"REFERENCE":             41,
		"RELATED_ARTIFACT":      42,
		"SAMPLED_DATA":          43,
		"SIGNATURE":             44,
		"SIMPLE_QUANTITY":       45,
		"STATISTIC":             46,
		"SUBSTANCE_AMOUNT":      47,
		"TIMING":                48,
		"TRIGGER_DEFINITION":    49,
		"USAGE_CONTEXT":         50,
		"BASE64_BINARY":         51,
		"BOOLEAN":               52,
		"CANONICAL":             53,
		"CODE":                  54,
		"DATE":                  55,
		"DATE_TIME":             56,
		"DECIMAL":               57,
		"ID":                    58,
		"INSTANT":               59,
		"INTEGER":               60,
		"INTEGER64":             61,
		"MARKDOWN":              62,
		"OID":                   63,
		"POSITIVE_INT":          64,
		"STRING":                65,
		"TIME":                  66,
		"UNSIGNED_INT":          67,
		"URI":                   68,
		"URL":                   69,
		"UUID":                  70,
		"XHTML":                 71,
	}
)

Enum value maps for DataTypeCode_Value.

View Source
var (
	DaysOfWeekCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "MON",
		2: "TUE",
		3: "WED",
		4: "THU",
		5: "FRI",
		6: "SAT",
		7: "SUN",
	}
	DaysOfWeekCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"MON":                   1,
		"TUE":                   2,
		"WED":                   3,
		"THU":                   4,
		"FRI":                   5,
		"SAT":                   6,
		"SUN":                   7,
	}
)

Enum value maps for DaysOfWeekCode_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 (
	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 (
	DeviceNameTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "UDI_LABEL_NAME",
		2: "USER_FRIENDLY_NAME",
		3: "PATIENT_REPORTED_NAME",
		4: "MANUFACTURER_NAME",
		5: "MODEL_NAME",
		6: "OTHER",
	}
	DeviceNameTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"UDI_LABEL_NAME":        1,
		"USER_FRIENDLY_NAME":    2,
		"PATIENT_REPORTED_NAME": 3,
		"MANUFACTURER_NAME":     4,
		"MODEL_NAME":            5,
		"OTHER":                 6,
	}
)

Enum value maps for DeviceNameTypeCode_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 (
	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 (
	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 (
	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 (
	EligibilityRequestPurposeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "AUTH_REQUIREMENTS",
		2: "BENEFITS",
		3: "DISCOVERY",
		4: "VALIDATION",
	}
	EligibilityRequestPurposeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"AUTH_REQUIREMENTS":     1,
		"BENEFITS":              2,
		"DISCOVERY":             3,
		"VALIDATION":            4,
	}
)

Enum value maps for EligibilityRequestPurposeCode_Value.

View Source
var (
	EligibilityResponsePurposeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "AUTH_REQUIREMENTS",
		2: "BENEFITS",
		3: "DISCOVERY",
		4: "VALIDATION",
	}
	EligibilityResponsePurposeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"AUTH_REQUIREMENTS":     1,
		"BENEFITS":              2,
		"DISCOVERY":             3,
		"VALIDATION":            4,
	}
)

Enum value maps for EligibilityResponsePurposeCode_Value.

View Source
var (
	EnableWhenBehaviorCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ALL",
		2: "ANY",
	}
	EnableWhenBehaviorCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ALL":                   1,
		"ANY":                   2,
	}
)

Enum value maps for EnableWhenBehaviorCode_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 (
	EncounterStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PLANNED",
		2: "IN_PROGRESS",
		3: "ONHOLD",
		4: "COMPLETED",
		5: "CANCELLED",
		6: "ENTERED_IN_ERROR",
		7: "UNKNOWN",
	}
	EncounterStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PLANNED":               1,
		"IN_PROGRESS":           2,
		"ONHOLD":                3,
		"COMPLETED":             4,
		"CANCELLED":             5,
		"ENTERED_IN_ERROR":      6,
		"UNKNOWN":               7,
	}
)

Enum value maps for EncounterStatusCode_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 (
	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 (
	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: "NOT_DONE",
		4: "ON_HOLD",
		5: "STOPPED",
		6: "COMPLETED",
		7: "ENTERED_IN_ERROR",
		8: "UNKNOWN",
	}
	EventStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PREPARATION":           1,
		"IN_PROGRESS":           2,
		"NOT_DONE":              3,
		"ON_HOLD":               4,
		"STOPPED":               5,
		"COMPLETED":             6,
		"ENTERED_IN_ERROR":      7,
		"UNKNOWN":               8,
	}
)

Enum value maps for EventStatusCode_Value.

View Source
var (
	EvidenceVariableTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DICHOTOMOUS",
		2: "CONTINUOUS",
		3: "DESCRIPTIVE",
	}
	EvidenceVariableTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DICHOTOMOUS":           1,
		"CONTINUOUS":            2,
		"DESCRIPTIVE":           3,
	}
)

Enum value maps for EvidenceVariableTypeCode_Value.

View Source
var (
	ExampleScenarioActorTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PERSON",
		2: "ENTITY",
	}
	ExampleScenarioActorTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PERSON":                1,
		"ENTITY":                2,
	}
)

Enum value maps for ExampleScenarioActorTypeCode_Value.

View Source
var (
	ExpansionParameterSourceCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "INPUT",
		2: "SERVER",
		3: "CODESYSTEM",
	}
	ExpansionParameterSourceCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INPUT":                 1,
		"SERVER":                2,
		"CODESYSTEM":            3,
	}
)

Enum value maps for ExpansionParameterSourceCode_Value.

View Source
var (
	ExpansionProcessingRuleCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ALL_CODES",
		2: "UNGROUPED",
		3: "GROUPS_ONLY",
	}
	ExpansionProcessingRuleCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ALL_CODES":             1,
		"UNGROUPED":             2,
		"GROUPS_ONLY":           3,
	}
)

Enum value maps for ExpansionProcessingRuleCode_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 (
	ExtensionContextTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "FHIRPATH",
		2: "ELEMENT",
		3: "EXTENSION",
	}
	ExtensionContextTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"FHIRPATH":              1,
		"ELEMENT":               2,
		"EXTENSION":             3,
	}
)

Enum value maps for ExtensionContextTypeCode_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 (
	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 (
	FHIRVersionCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "V_0_01",
		2:  "V_0_05",
		3:  "V_0_06",
		4:  "V_0_11",
		5:  "V_0_0_80",
		6:  "V_0_0_81",
		7:  "V_0_0_82",
		8:  "V_0_4_0",
		9:  "V_0_5_0",
		10: "V_1_0_0",
		11: "V_1_0_1",
		12: "V_1_0_2",
		13: "V_1_1_0",
		14: "V_1_4_0",
		15: "V_1_6_0",
		16: "V_1_8_0",
		17: "V_3_0_0",
		18: "V_3_0_1",
		19: "V_3_0_2",
		20: "V_3_3_0",
		21: "V_3_5_0",
		22: "V_4_0_0",
		23: "V_4_0_1",
		24: "V_4_1_0",
		25: "V_4_2_0",
	}
	FHIRVersionCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"V_0_01":                1,
		"V_0_05":                2,
		"V_0_06":                3,
		"V_0_11":                4,
		"V_0_0_80":              5,
		"V_0_0_81":              6,
		"V_0_0_82":              7,
		"V_0_4_0":               8,
		"V_0_5_0":               9,
		"V_1_0_0":               10,
		"V_1_0_1":               11,
		"V_1_0_2":               12,
		"V_1_1_0":               13,
		"V_1_4_0":               14,
		"V_1_6_0":               15,
		"V_1_8_0":               16,
		"V_3_0_0":               17,
		"V_3_0_1":               18,
		"V_3_0_2":               19,
		"V_3_3_0":               20,
		"V_3_5_0":               21,
		"V_4_0_0":               22,
		"V_4_0_1":               23,
		"V_4_1_0":               24,
		"V_4_2_0":               25,
	}
)

Enum value maps for FHIRVersionCode_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 (
	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 (
	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 (
	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 (
	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 (
	GoalLifecycleStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PROPOSED",
		2: "PLANNED",
		3: "ACCEPTED",
		4: "ACTIVE",
		5: "ON_HOLD",
		6: "COMPLETED",
		7: "CANCELLED",
		8: "ENTERED_IN_ERROR",
		9: "REJECTED",
	}
	GoalLifecycleStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROPOSED":              1,
		"PLANNED":               2,
		"ACCEPTED":              3,
		"ACTIVE":                4,
		"ON_HOLD":               5,
		"COMPLETED":             6,
		"CANCELLED":             7,
		"ENTERED_IN_ERROR":      8,
		"REJECTED":              9,
	}
)

Enum value maps for GoalLifecycleStatusCode_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 (
	GraphCompartmentUseCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CONDITION",
		2: "REQUIREMENT",
	}
	GraphCompartmentUseCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CONDITION":             1,
		"REQUIREMENT":           2,
	}
)

Enum value maps for GraphCompartmentUseCode_Value.

View Source
var (
	GroupMeasureCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "MEAN",
		2: "MEDIAN",
		3: "MEAN_OF_MEAN",
		4: "MEAN_OF_MEDIAN",
		5: "MEDIAN_OF_MEAN",
		6: "MEDIAN_OF_MEDIAN",
	}
	GroupMeasureCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"MEAN":                  1,
		"MEDIAN":                2,
		"MEAN_OF_MEAN":          3,
		"MEAN_OF_MEDIAN":        4,
		"MEDIAN_OF_MEAN":        5,
		"MEDIAN_OF_MEDIAN":      6,
	}
)

Enum value maps for GroupMeasureCode_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 (
	GuidePageGenerationCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "HTML",
		2: "MARKDOWN",
		3: "XML",
		4: "GENERATED",
	}
	GuidePageGenerationCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"HTML":                  1,
		"MARKDOWN":              2,
		"XML":                   3,
		"GENERATED":             4,
	}
)

Enum value maps for GuidePageGenerationCode_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: "MNM",
		14: "OO",
		15: "PA",
		16: "PC",
		17: "PHER",
		18: "PHX",
		19: "BRR",
		20: "SD",
		21: "SEC",
		22: "US",
		23: "VOCAB",
		24: "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,
		"MNM":                   13,
		"OO":                    14,
		"PA":                    15,
		"PC":                    16,
		"PHER":                  17,
		"PHX":                   18,
		"BRR":                   19,
		"SD":                    20,
		"SEC":                   21,
		"US":                    22,
		"VOCAB":                 23,
		"AID":                   24,
	}
)

Enum value maps for HL7WorkgroupCode_Value.

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

Enum value maps for HTTPVerbCode_Value.

View Source
var (
	IdentifierUseCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "USUAL",
		2: "OFFICIAL",
		3: "TEMP",
		4: "SECONDARY",
		5: "OLD",
	}
	IdentifierUseCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"USUAL":                 1,
		"OFFICIAL":              2,
		"TEMP":                  3,
		"SECONDARY":             4,
		"OLD":                   5,
	}
)

Enum value maps for IdentifierUseCode_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 (
	ImagingStudyStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "REGISTERED",
		2: "AVAILABLE",
		3: "CANCELLED",
		4: "ENTERED_IN_ERROR",
		5: "UNKNOWN",
	}
	ImagingStudyStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"REGISTERED":            1,
		"AVAILABLE":             2,
		"CANCELLED":             3,
		"ENTERED_IN_ERROR":      4,
		"UNKNOWN":               5,
	}
)

Enum value maps for ImagingStudyStatusCode_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 (
	InvoicePriceComponentTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "BASE",
		2: "SURCHARGE",
		3: "DEDUCTION",
		4: "DISCOUNT",
		5: "TAX",
		6: "INFORMATIONAL",
	}
	InvoicePriceComponentTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"BASE":                  1,
		"SURCHARGE":             2,
		"DEDUCTION":             3,
		"DISCOUNT":              4,
		"TAX":                   5,
		"INFORMATIONAL":         6,
	}
)

Enum value maps for InvoicePriceComponentTypeCode_Value.

View Source
var (
	InvoiceStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DRAFT",
		2: "ISSUED",
		3: "BALANCED",
		4: "CANCELLED",
		5: "ENTERED_IN_ERROR",
	}
	InvoiceStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DRAFT":                 1,
		"ISSUED":                2,
		"BALANCED":              3,
		"CANCELLED":             4,
		"ENTERED_IN_ERROR":      5,
	}
)

Enum value maps for InvoiceStatusCode_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: "MULTIPLE_MATCHES",
		16: "NOT_FOUND",
		17: "DELETED",
		18: "TOO_LONG",
		19: "CODE_INVALID",
		20: "EXTENSION",
		21: "TOO_COSTLY",
		22: "BUSINESS_RULE",
		23: "CONFLICT",
		24: "TRANSIENT",
		25: "LOCK_ERROR",
		26: "NO_STORE",
		27: "EXCEPTION",
		28: "TIMEOUT",
		29: "INCOMPLETE",
		30: "THROTTLED",
		31: "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,
		"MULTIPLE_MATCHES":      15,
		"NOT_FOUND":             16,
		"DELETED":               17,
		"TOO_LONG":              18,
		"CODE_INVALID":          19,
		"EXTENSION":             20,
		"TOO_COSTLY":            21,
		"BUSINESS_RULE":         22,
		"CONFLICT":              23,
		"TRANSIENT":             24,
		"LOCK_ERROR":            25,
		"NO_STORE":              26,
		"EXCEPTION":             27,
		"TIMEOUT":               28,
		"INCOMPLETE":            29,
		"THROTTLED":             30,
		"INFORMATIONAL":         31,
	}
)

Enum value maps for IssueTypeCode_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 (
	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 (
	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 (
	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 (
	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 (
	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 (
	MeasureImprovementNotationCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "INCREASE",
		2: "DECREASE",
	}
	MeasureImprovementNotationCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INCREASE":              1,
		"DECREASE":              2,
	}
)

Enum value maps for MeasureImprovementNotationCode_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: "SUBJECT_LIST",
		3: "SUMMARY",
		4: "DATA_COLLECTION",
	}
	MeasureReportTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INDIVIDUAL":            1,
		"SUBJECT_LIST":          2,
		"SUMMARY":               3,
		"DATA_COLLECTION":       4,
	}
)

Enum value maps for MeasureReportTypeCode_Value.

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

Enum value maps for MedicationAdministrationStatusCode_Value.

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

Enum value maps for MedicationDispenseStatusCode_Value.

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

Enum value maps for MedicationKnowledgeStatusCode_Value.

View Source
var (
	MedicationRequestIntentCode_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",
	}
	MedicationRequestIntentCode_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 MedicationRequestIntentCode_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 (
	MedicationUsageStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "COMPLETED",
		3: "ENTERED_IN_ERROR",
		4: "INTENDED",
		5: "STOPPED",
		6: "ON_HOLD",
		7: "UNKNOWN",
		8: "NOT_TAKEN",
	}
	MedicationUsageStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"COMPLETED":             2,
		"ENTERED_IN_ERROR":      3,
		"INTENDED":              4,
		"STOPPED":               5,
		"ON_HOLD":               6,
		"UNKNOWN":               7,
		"NOT_TAKEN":             8,
	}
)

Enum value maps for MedicationUsageStatusCode_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 (
	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 (
	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 (
	NameUseCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "USUAL",
		2: "OFFICIAL",
		3: "TEMP",
		4: "NICKNAME",
		5: "ANONYMOUS",
		6: "OLD",
		7: "MAIDEN",
	}
	NameUseCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"USUAL":                 1,
		"OFFICIAL":              2,
		"TEMP":                  3,
		"NICKNAME":              4,
		"ANONYMOUS":             5,
		"OLD":                   6,
		"MAIDEN":                7,
	}
)

Enum value maps for NameUseCode_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 (
	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 (
	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 (
	NutritionIntakeStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "COMPLETED",
		3: "ENTERED_IN_ERROR",
		4: "INTENDED",
		5: "STOPPED",
		6: "ON_HOLD",
		7: "UNKNOWN",
		8: "NOT_TAKEN",
	}
	NutritionIntakeStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"COMPLETED":             2,
		"ENTERED_IN_ERROR":      3,
		"INTENDED":              4,
		"STOPPED":               5,
		"ON_HOLD":               6,
		"UNKNOWN":               7,
		"NOT_TAKEN":             8,
	}
)

Enum value maps for NutritionIntakeStatusCode_Value.

View Source
var (
	ObservationDataTypeCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "QUANTITY",
		2:  "CODEABLE_CONCEPT",
		3:  "STRING",
		4:  "BOOLEAN",
		5:  "INTEGER",
		6:  "RANGE",
		7:  "RATIO",
		8:  "SAMPLED_DATA",
		9:  "TIME",
		10: "DATE_TIME",
		11: "PERIOD",
	}
	ObservationDataTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"QUANTITY":              1,
		"CODEABLE_CONCEPT":      2,
		"STRING":                3,
		"BOOLEAN":               4,
		"INTEGER":               5,
		"RANGE":                 6,
		"RATIO":                 7,
		"SAMPLED_DATA":          8,
		"TIME":                  9,
		"DATE_TIME":             10,
		"PERIOD":                11,
	}
)

Enum value maps for ObservationDataTypeCode_Value.

View Source
var (
	ObservationRangeCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "REFERENCE",
		2: "CRITICAL",
		3: "ABSOLUTE",
	}
	ObservationRangeCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"REFERENCE":             1,
		"CRITICAL":              2,
		"ABSOLUTE":              3,
	}
)

Enum value maps for ObservationRangeCategoryCode_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 (
	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 (
	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 (
	OrientationTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "SENSE",
		2: "ANTISENSE",
	}
	OrientationTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"SENSE":                 1,
		"ANTISENSE":             2,
	}
)

Enum value maps for OrientationTypeCode_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 (
	ProductStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "ENTERED_IN_ERROR",
	}
	ProductStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"ENTERED_IN_ERROR":      2,
	}
)

Enum value maps for ProductStatusCode_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 (
	PropertyTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CODE",
		2: "CODING",
		3: "STRING",
		4: "INTEGER",
		5: "BOOLEAN",
		6: "DATE_TIME",
		7: "DECIMAL",
	}
	PropertyTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CODE":                  1,
		"CODING":                2,
		"STRING":                3,
		"INTEGER":               4,
		"BOOLEAN":               5,
		"DATE_TIME":             6,
		"DECIMAL":               7,
	}
)

Enum value maps for PropertyTypeCode_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 (
	QuantityComparatorCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "LESS_THAN",
		2: "LESS_THAN_OR_EQUAL_TO",
		3: "GREATER_THAN_OR_EQUAL_TO",
		4: "GREATER_THAN",
	}
	QuantityComparatorCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":    0,
		"LESS_THAN":                1,
		"LESS_THAN_OR_EQUAL_TO":    2,
		"GREATER_THAN_OR_EQUAL_TO": 3,
		"GREATER_THAN":             4,
	}
)

Enum value maps for QuantityComparatorCode_Value.

View Source
var (
	QuestionnaireItemOperatorCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "EXISTS",
		2: "EQUALS",
		3: "NOT_EQUAL_TO",
		4: "GREATER_THAN",
		5: "LESS_THAN",
		6: "GREATER_THAN_OR_EQUAL_TO",
		7: "LESS_THAN_OR_EQUAL_TO",
	}
	QuestionnaireItemOperatorCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":    0,
		"EXISTS":                   1,
		"EQUALS":                   2,
		"NOT_EQUAL_TO":             3,
		"GREATER_THAN":             4,
		"LESS_THAN":                5,
		"GREATER_THAN_OR_EQUAL_TO": 6,
		"LESS_THAN_OR_EQUAL_TO":    7,
	}
)

Enum value maps for QuestionnaireItemOperatorCode_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 (
	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 (
	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 (
	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 (
	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 (
	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 (
	RemittanceOutcomeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "COMPLETE",
		2: "ERROR",
		3: "PARTIAL",
	}
	RemittanceOutcomeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"COMPLETE":              1,
		"ERROR":                 2,
		"PARTIAL":               3,
	}
)

Enum value maps for RemittanceOutcomeCode_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: "DIRECTIVE",
		4: "ORDER",
		5: "ORIGINAL_ORDER",
		6: "REFLEX_ORDER",
		7: "FILLER_ORDER",
		8: "INSTANCE_ORDER",
		9: "OPTION",
	}
	RequestIntentCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROPOSAL":              1,
		"PLAN":                  2,
		"DIRECTIVE":             3,
		"ORDER":                 4,
		"ORIGINAL_ORDER":        5,
		"REFLEX_ORDER":          6,
		"FILLER_ORDER":          7,
		"INSTANCE_ORDER":        8,
		"OPTION":                9,
	}
)

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 (
	RequestResourceTypeCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "APPOINTMENT",
		2:  "APPOINTMENT_RESPONSE",
		3:  "CARE_PLAN",
		4:  "CLAIM",
		5:  "COMMUNICATION_REQUEST",
		6:  "CONTRACT",
		7:  "DEVICE_REQUEST",
		8:  "ENROLLMENT_REQUEST",
		9:  "IMMUNIZATION_RECOMMENDATION",
		10: "MEDICATION_REQUEST",
		11: "NUTRITION_ORDER",
		12: "SERVICE_REQUEST",
		13: "SUPPLY_REQUEST",
		14: "TASK",
		15: "VISION_PRESCRIPTION",
	}
	RequestResourceTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":       0,
		"APPOINTMENT":                 1,
		"APPOINTMENT_RESPONSE":        2,
		"CARE_PLAN":                   3,
		"CLAIM":                       4,
		"COMMUNICATION_REQUEST":       5,
		"CONTRACT":                    6,
		"DEVICE_REQUEST":              7,
		"ENROLLMENT_REQUEST":          8,
		"IMMUNIZATION_RECOMMENDATION": 9,
		"MEDICATION_REQUEST":          10,
		"NUTRITION_ORDER":             11,
		"SERVICE_REQUEST":             12,
		"SUPPLY_REQUEST":              13,
		"TASK":                        14,
		"VISION_PRESCRIPTION":         15,
	}
)

Enum value maps for RequestResourceTypeCode_Value.

View Source
var (
	RequestStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DRAFT",
		2: "ACTIVE",
		3: "ON_HOLD",
		4: "REVOKED",
		5: "COMPLETED",
		6: "ENTERED_IN_ERROR",
		7: "UNKNOWN",
	}
	RequestStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DRAFT":                 1,
		"ACTIVE":                2,
		"ON_HOLD":               3,
		"REVOKED":               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:  "ACTIVE",
		2:  "ADMINISTRATIVELY_COMPLETED",
		3:  "APPROVED",
		4:  "CLOSED_TO_ACCRUAL",
		5:  "CLOSED_TO_ACCRUAL_AND_INTERVENTION",
		6:  "COMPLETED",
		7:  "DISAPPROVED",
		8:  "IN_REVIEW",
		9:  "TEMPORARILY_CLOSED_TO_ACCRUAL",
		10: "TEMPORARILY_CLOSED_TO_ACCRUAL_AND_INTERVENTION",
		11: "WITHDRAWN",
	}
	ResearchStudyStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":              0,
		"ACTIVE":                             1,
		"ADMINISTRATIVELY_COMPLETED":         2,
		"APPROVED":                           3,
		"CLOSED_TO_ACCRUAL":                  4,
		"CLOSED_TO_ACCRUAL_AND_INTERVENTION": 5,
		"COMPLETED":                          6,
		"DISAPPROVED":                        7,
		"IN_REVIEW":                          8,
		"TEMPORARILY_CLOSED_TO_ACCRUAL":      9,
		"TEMPORARILY_CLOSED_TO_ACCRUAL_AND_INTERVENTION": 10,
		"WITHDRAWN": 11,
	}
)

Enum value maps for ResearchStudyStatusCode_Value.

View Source
var (
	ResearchSubjectStatusCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "CANDIDATE",
		2:  "ELIGIBLE",
		3:  "FOLLOW_UP",
		4:  "INELIGIBLE",
		5:  "NOT_REGISTERED",
		6:  "OFF_STUDY",
		7:  "ON_STUDY",
		8:  "ON_STUDY_INTERVENTION",
		9:  "ON_STUDY_OBSERVATION",
		10: "PENDING_ON_STUDY",
		11: "POTENTIAL_CANDIDATE",
		12: "SCREENING",
		13: "WITHDRAWN",
	}
	ResearchSubjectStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CANDIDATE":             1,
		"ELIGIBLE":              2,
		"FOLLOW_UP":             3,
		"INELIGIBLE":            4,
		"NOT_REGISTERED":        5,
		"OFF_STUDY":             6,
		"ON_STUDY":              7,
		"ON_STUDY_INTERVENTION": 8,
		"ON_STUDY_OBSERVATION":  9,
		"PENDING_ON_STUDY":      10,
		"POTENTIAL_CANDIDATE":   11,
		"SCREENING":             12,
		"WITHDRAWN":             13,
	}
)

Enum value maps for ResearchSubjectStatusCode_Value.

View Source
var (
	ResourceSecurityCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ANONYMOUS",
		2: "BUSINESS",
		3: "INDIVIDUAL",
		4: "PATIENT",
		5: "NOT_CLASSIFIED",
	}
	ResourceSecurityCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ANONYMOUS":             1,
		"BUSINESS":              2,
		"INDIVIDUAL":            3,
		"PATIENT":               4,
		"NOT_CLASSIFIED":        5,
	}
)

Enum value maps for ResourceSecurityCategoryCode_Value.

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

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

)

Enum value maps for ResourceTypeCode_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 (
	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 (
	SPDXLicenseCode_Value_name = map[int32]string{}/* 347 elements not displayed */

	SPDXLicenseCode_Value_value = map[string]int32{}/* 347 elements not displayed */

)

Enum value maps for SPDXLicenseCode_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 (
	SearchModifierCode_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",
		11: "IDENTIFIER",
		12: "OF_TYPE",
	}
	SearchModifierCode_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,
		"IDENTIFIER":            11,
		"OF_TYPE":               12,
	}
)

Enum value maps for SearchModifierCode_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",
		9: "SPECIAL",
	}
	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,
		"SPECIAL":               9,
	}
)

Enum value maps for SearchParamTypeCode_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 (
	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 (
	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 (
	SmartCapabilitiesCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "LAUNCH_EHR",
		2:  "LAUNCH_STANDALONE",
		3:  "CLIENT_PUBLIC",
		4:  "CLIENT_CONFIDENTIAL_SYMMETRIC",
		5:  "SSO_OPENID_CONNECT",
		6:  "CONTEXT_PASSTHROUGH_BANNER",
		7:  "CONTEXT_PASSTHROUGH_STYLE",
		8:  "CONTEXT_EHR_PATIENT",
		9:  "CONTEXT_EHR_ENCOUNTER",
		10: "CONTEXT_STANDALONE_PATIENT",
		11: "CONTEXT_STANDALONE_ENCOUNTER",
		12: "PERMISSION_OFFLINE",
		13: "PERMISSION_PATIENT",
		14: "PERMISSION_USER",
	}
	SmartCapabilitiesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":         0,
		"LAUNCH_EHR":                    1,
		"LAUNCH_STANDALONE":             2,
		"CLIENT_PUBLIC":                 3,
		"CLIENT_CONFIDENTIAL_SYMMETRIC": 4,
		"SSO_OPENID_CONNECT":            5,
		"CONTEXT_PASSTHROUGH_BANNER":    6,
		"CONTEXT_PASSTHROUGH_STYLE":     7,
		"CONTEXT_EHR_PATIENT":           8,
		"CONTEXT_EHR_ENCOUNTER":         9,
		"CONTEXT_STANDALONE_PATIENT":    10,
		"CONTEXT_STANDALONE_ENCOUNTER":  11,
		"PERMISSION_OFFLINE":            12,
		"PERMISSION_PATIENT":            13,
		"PERMISSION_USER":               14,
	}
)

Enum value maps for SmartCapabilitiesCode_Value.

View Source
var (
	SortDirectionCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ASCENDING",
		2: "DESCENDING",
	}
	SortDirectionCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ASCENDING":             1,
		"DESCENDING":            2,
	}
)

Enum value maps for SortDirectionCode_Value.

View Source
var (
	SpecimenContainedPreferenceCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PREFERRED",
		2: "ALTERNATE",
	}
	SpecimenContainedPreferenceCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PREFERRED":             1,
		"ALTERNATE":             2,
	}
)

Enum value maps for SpecimenContainedPreferenceCode_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 (
	StandardsStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DRAFT",
		2: "NORMATIVE",
		3: "TRIAL_USE",
		4: "INFORMATIVE",
		5: "DEPRECATED",
		6: "EXTERNAL",
	}
	StandardsStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DRAFT":                 1,
		"NORMATIVE":             2,
		"TRIAL_USE":             3,
		"INFORMATIVE":           4,
		"DEPRECATED":            5,
		"EXTERNAL":              6,
	}
)

Enum value maps for StandardsStatusCode_Value.

View Source
var (
	StatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ATTESTED",
		2: "VALIDATED",
		3: "IN_PROCESS",
		4: "REQ_REVALID",
		5: "VAL_FAIL",
		6: "REVAL_FAIL",
	}
	StatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ATTESTED":              1,
		"VALIDATED":             2,
		"IN_PROCESS":            3,
		"REQ_REVALID":           4,
		"VAL_FAIL":              5,
		"REVAL_FAIL":            6,
	}
)

Enum value maps for StatusCode_Value.

View Source
var (
	StrandTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "WATSON",
		2: "CRICK",
	}
	StrandTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"WATSON":                1,
		"CRICK":                 2,
	}
)

Enum value maps for StrandTypeCode_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 (
	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 (
	SubscriptionFilterByMatchTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "EQUALS",
		2: "IN",
		3: "NOT_IN",
		4: "ABOVE",
		5: "BELOW",
	}
	SubscriptionFilterByMatchTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"EQUALS":                1,
		"IN":                    2,
		"NOT_IN":                3,
		"ABOVE":                 4,
		"BELOW":                 5,
	}
)

Enum value maps for SubscriptionFilterByMatchTypeCode_Value.

View Source
var (
	SubscriptionPayloadContentCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "EMPTY",
		2: "ID_ONLY",
		3: "FULL_RESOURCE",
	}
	SubscriptionPayloadContentCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"EMPTY":                 1,
		"ID_ONLY":               2,
		"FULL_RESOURCE":         3,
	}
)

Enum value maps for SubscriptionPayloadContentCode_Value.

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

Enum value maps for SubscriptionStatusAtEventCode_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 (
	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 (
	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 (
	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 (
	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 (
	TestScriptRequestMethodCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DELETE",
		2: "GET",
		3: "OPTIONS",
		4: "PATCH",
		5: "POST",
		6: "PUT",
		7: "HEAD",
	}
	TestScriptRequestMethodCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DELETE":                1,
		"GET":                   2,
		"OPTIONS":               3,
		"PATCH":                 4,
		"POST":                  5,
		"PUT":                   6,
		"HEAD":                  7,
	}
)

Enum value maps for TestScriptRequestMethodCode_Value.

View Source
var (
	TopicFilterByMatchTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "EQUALS",
		2: "IN",
		3: "NOT_IN",
		4: "ABOVE",
		5: "BELOW",
	}
	TopicFilterByMatchTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"EQUALS":                1,
		"IN":                    2,
		"NOT_IN":                3,
		"ABOVE":                 4,
		"BELOW":                 5,
	}
)

Enum value maps for TopicFilterByMatchTypeCode_Value.

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

Enum value maps for TriggerTypeCode_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 (
	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 (
	UseCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CLAIM",
		2: "PREAUTHORIZATION",
		3: "PREDETERMINATION",
	}
	UseCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CLAIM":                 1,
		"PREAUTHORIZATION":      2,
		"PREDETERMINATION":      3,
	}
)

Enum value maps for UseCode_Value.

View Source
var (
	V3EntityNameUseR2Code_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "ASSUMED",
		2:  "A",
		3:  "ANON",
		4:  "I",
		5:  "P",
		6:  "R",
		7:  "C",
		8:  "M",
		9:  "NAME_REPRESENTATION_USE",
		10: "ABC",
		11: "IDE",
		12: "SYL",
		13: "OLD",
		14: "DN",
		15: "OR",
		16: "PHON",
		17: "SRCH",
		18: "T",
	}
	V3EntityNameUseR2Code_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":   0,
		"ASSUMED":                 1,
		"A":                       2,
		"ANON":                    3,
		"I":                       4,
		"P":                       5,
		"R":                       6,
		"C":                       7,
		"M":                       8,
		"NAME_REPRESENTATION_USE": 9,
		"ABC":                     10,
		"IDE":                     11,
		"SYL":                     12,
		"OLD":                     13,
		"DN":                      14,
		"OR":                      15,
		"PHON":                    16,
		"SRCH":                    17,
		"T":                       18,
	}
)

Enum value maps for V3EntityNameUseR2Code_Value.

View Source
var (
	V3NullFlavorCode_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",
	}
	V3NullFlavorCode_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 V3NullFlavorCode_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 (
	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 File_proto_google_fhir_proto_r5_core_codes_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AccountStatusCode

type AccountStatusCode struct {
	// contains filtered or unexported fields
}

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

func (*AccountStatusCode) Descriptor deprecated

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

Deprecated: Use AccountStatusCode.ProtoReflect.Descriptor instead.

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
	AccountStatusCode_ON_HOLD               AccountStatusCode_Value = 4
	AccountStatusCode_UNKNOWN               AccountStatusCode_Value = 5
)

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 {
	// 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/action-cardinality-behavior

func (*ActionCardinalityBehaviorCode) Descriptor deprecated

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

Deprecated: Use ActionCardinalityBehaviorCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

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

func (*ActionConditionKindCode) Descriptor deprecated

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

Deprecated: Use ActionConditionKindCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

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

func (*ActionGroupingBehaviorCode) Descriptor deprecated

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

Deprecated: Use ActionGroupingBehaviorCode.ProtoReflect.Descriptor instead.

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 ActionParticipantTypeCode

type ActionParticipantTypeCode struct {
	// contains filtered or unexported fields
}

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

func (*ActionParticipantTypeCode) Descriptor deprecated

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

Deprecated: Use ActionParticipantTypeCode.ProtoReflect.Descriptor instead.

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
	ActionParticipantTypeCode_DEVICE                ActionParticipantTypeCode_Value = 4
)

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 {
	// contains filtered or unexported fields
}

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

func (*ActionPrecheckBehaviorCode) Descriptor deprecated

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

Deprecated: Use ActionPrecheckBehaviorCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

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

func (*ActionRelationshipTypeCode) Descriptor deprecated

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

Deprecated: Use ActionRelationshipTypeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

Defines expectations around whether an action or action group is required. See http://hl7.org/fhir/action-required-behavior

func (*ActionRequiredBehaviorCode) Descriptor deprecated

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

Deprecated: Use ActionRequiredBehaviorCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

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

func (*ActionSelectionBehaviorCode) Descriptor deprecated

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

Deprecated: Use ActionSelectionBehaviorCode.ProtoReflect.Descriptor instead.

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 AddressTypeCode

type AddressTypeCode struct {
	// contains filtered or unexported fields
}

The type of an address (physical / postal). See http://hl7.org/fhir/address-type

func (*AddressTypeCode) Descriptor deprecated

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

Deprecated: Use AddressTypeCode.ProtoReflect.Descriptor instead.

func (*AddressTypeCode) ProtoMessage

func (*AddressTypeCode) ProtoMessage()

func (*AddressTypeCode) ProtoReflect

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

func (*AddressTypeCode) Reset

func (x *AddressTypeCode) Reset()

func (*AddressTypeCode) String

func (x *AddressTypeCode) String() string

type AddressTypeCode_Value

type AddressTypeCode_Value int32
const (
	AddressTypeCode_INVALID_UNINITIALIZED AddressTypeCode_Value = 0
	AddressTypeCode_POSTAL                AddressTypeCode_Value = 1
	AddressTypeCode_PHYSICAL              AddressTypeCode_Value = 2
	AddressTypeCode_BOTH                  AddressTypeCode_Value = 3
)

func (AddressTypeCode_Value) Descriptor

func (AddressTypeCode_Value) Enum

func (AddressTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use AddressTypeCode_Value.Descriptor instead.

func (AddressTypeCode_Value) Number

func (AddressTypeCode_Value) String

func (x AddressTypeCode_Value) String() string

func (AddressTypeCode_Value) Type

type AddressUseCode

type AddressUseCode struct {
	// contains filtered or unexported fields
}

The use of an address. See http://hl7.org/fhir/address-use

func (*AddressUseCode) Descriptor deprecated

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

Deprecated: Use AddressUseCode.ProtoReflect.Descriptor instead.

func (*AddressUseCode) ProtoMessage

func (*AddressUseCode) ProtoMessage()

func (*AddressUseCode) ProtoReflect

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

func (*AddressUseCode) Reset

func (x *AddressUseCode) Reset()

func (*AddressUseCode) String

func (x *AddressUseCode) String() string

type AddressUseCode_Value

type AddressUseCode_Value int32
const (
	AddressUseCode_INVALID_UNINITIALIZED AddressUseCode_Value = 0
	AddressUseCode_HOME                  AddressUseCode_Value = 1
	AddressUseCode_WORK                  AddressUseCode_Value = 2
	AddressUseCode_TEMP                  AddressUseCode_Value = 3
	AddressUseCode_OLD                   AddressUseCode_Value = 4
	AddressUseCode_BILLING               AddressUseCode_Value = 5
)

func (AddressUseCode_Value) Descriptor

func (AddressUseCode_Value) Enum

func (AddressUseCode_Value) EnumDescriptor deprecated

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

Deprecated: Use AddressUseCode_Value.Descriptor instead.

func (AddressUseCode_Value) Number

func (AddressUseCode_Value) String

func (x AddressUseCode_Value) String() string

func (AddressUseCode_Value) Type

type AdministrativeGenderCode

type AdministrativeGenderCode struct {
	// contains filtered or unexported fields
}

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

func (*AdministrativeGenderCode) Descriptor deprecated

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

Deprecated: Use AdministrativeGenderCode.ProtoReflect.Descriptor instead.

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 AdverseEventActualityCode

type AdverseEventActualityCode struct {
	// contains filtered or unexported fields
}

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

func (*AdverseEventActualityCode) Descriptor deprecated

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

Deprecated: Use AdverseEventActualityCode.ProtoReflect.Descriptor instead.

func (*AdverseEventActualityCode) ProtoMessage

func (*AdverseEventActualityCode) ProtoMessage()

func (*AdverseEventActualityCode) ProtoReflect

func (*AdverseEventActualityCode) Reset

func (x *AdverseEventActualityCode) Reset()

func (*AdverseEventActualityCode) String

func (x *AdverseEventActualityCode) String() string

type AdverseEventActualityCode_Value

type AdverseEventActualityCode_Value int32
const (
	AdverseEventActualityCode_INVALID_UNINITIALIZED AdverseEventActualityCode_Value = 0
	AdverseEventActualityCode_ACTUAL                AdverseEventActualityCode_Value = 1
	AdverseEventActualityCode_POTENTIAL             AdverseEventActualityCode_Value = 2
)

func (AdverseEventActualityCode_Value) Descriptor

func (AdverseEventActualityCode_Value) Enum

func (AdverseEventActualityCode_Value) EnumDescriptor deprecated

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

Deprecated: Use AdverseEventActualityCode_Value.Descriptor instead.

func (AdverseEventActualityCode_Value) Number

func (AdverseEventActualityCode_Value) String

func (AdverseEventActualityCode_Value) Type

type AggregationModeCode

type AggregationModeCode struct {
	// contains filtered or unexported fields
}

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

func (*AggregationModeCode) Descriptor deprecated

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

Deprecated: Use AggregationModeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

Category of an identified substance associated with allergies or intolerances. See http://hl7.org/fhir/allergy-intolerance-category

func (*AllergyIntoleranceCategoryCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceCategoryCode.ProtoReflect.Descriptor instead.

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 AllergyIntoleranceClinicalStatusCode

type AllergyIntoleranceClinicalStatusCode struct {
	// contains filtered or unexported fields
}

Preferred value set for AllergyIntolerance Clinical Status. See http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical

func (*AllergyIntoleranceClinicalStatusCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceClinicalStatusCode.ProtoReflect.Descriptor instead.

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 {
	// 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/allergy-intolerance-criticality

func (*AllergyIntoleranceCriticalityCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceCriticalityCode.ProtoReflect.Descriptor instead.

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 {
	// 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/reaction-event-severity

func (*AllergyIntoleranceSeverityCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceSeverityCode.ProtoReflect.Descriptor instead.

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 {
	// 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://terminology.hl7.org/CodeSystem/allerg-intol-substance-exp-risk

func (*AllergyIntoleranceSubstanceExposureRiskCode) Descriptor deprecated

Deprecated: Use AllergyIntoleranceSubstanceExposureRiskCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

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

func (*AllergyIntoleranceTypeCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceTypeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

The verification status to support or decline the clinical status of the allergy or intolerance. See http://terminology.hl7.org/CodeSystem/allergyintolerance-verification

func (*AllergyIntoleranceVerificationStatusCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceVerificationStatusCode.ProtoReflect.Descriptor instead.

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_PRESUMED              AllergyIntoleranceVerificationStatusCode_Value = 2
	AllergyIntoleranceVerificationStatusCode_CONFIRMED             AllergyIntoleranceVerificationStatusCode_Value = 3
	AllergyIntoleranceVerificationStatusCode_REFUTED               AllergyIntoleranceVerificationStatusCode_Value = 4
	AllergyIntoleranceVerificationStatusCode_ENTERED_IN_ERROR      AllergyIntoleranceVerificationStatusCode_Value = 5
)

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 {
	// contains filtered or unexported fields
}

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

func (*AppointmentStatusCode) Descriptor deprecated

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

Deprecated: Use AppointmentStatusCode.ProtoReflect.Descriptor instead.

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
	AppointmentStatusCode_CHECKED_IN            AppointmentStatusCode_Value = 9
	AppointmentStatusCode_WAITLIST              AppointmentStatusCode_Value = 10
)

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 {
	// contains filtered or unexported fields
}

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

func (*AssertionDirectionTypeCode) Descriptor deprecated

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

Deprecated: Use AssertionDirectionTypeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

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

func (*AssertionOperatorTypeCode) Descriptor deprecated

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

Deprecated: Use AssertionOperatorTypeCode.ProtoReflect.Descriptor instead.

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_NOT_EQUALS            AssertionOperatorTypeCode_Value = 2
	AssertionOperatorTypeCode_IN                    AssertionOperatorTypeCode_Value = 3
	AssertionOperatorTypeCode_NOT_IN                AssertionOperatorTypeCode_Value = 4
	AssertionOperatorTypeCode_GREATER_THAN          AssertionOperatorTypeCode_Value = 5
	AssertionOperatorTypeCode_LESS_THAN             AssertionOperatorTypeCode_Value = 6
	AssertionOperatorTypeCode_EMPTY                 AssertionOperatorTypeCode_Value = 7
	AssertionOperatorTypeCode_NOT_EMPTY             AssertionOperatorTypeCode_Value = 8
	AssertionOperatorTypeCode_CONTAINS              AssertionOperatorTypeCode_Value = 9
	AssertionOperatorTypeCode_NOT_CONTAINS          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 {
	// contains filtered or unexported fields
}

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

func (*AssertionResponseTypesCode) Descriptor deprecated

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

Deprecated: Use AssertionResponseTypesCode.ProtoReflect.Descriptor instead.

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_NO_CONTENT            AssertionResponseTypesCode_Value = 3
	AssertionResponseTypesCode_NOT_MODIFIED          AssertionResponseTypesCode_Value = 4
	AssertionResponseTypesCode_BAD                   AssertionResponseTypesCode_Value = 5
	AssertionResponseTypesCode_FORBIDDEN             AssertionResponseTypesCode_Value = 6
	AssertionResponseTypesCode_NOT_FOUND             AssertionResponseTypesCode_Value = 7
	AssertionResponseTypesCode_METHOD_NOT_ALLOWED    AssertionResponseTypesCode_Value = 8
	AssertionResponseTypesCode_CONFLICT              AssertionResponseTypesCode_Value = 9
	AssertionResponseTypesCode_GONE                  AssertionResponseTypesCode_Value = 10
	AssertionResponseTypesCode_PRECONDITION_FAILED   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 {
	// contains filtered or unexported fields
}

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

func (*AuditEventActionCode) Descriptor deprecated

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

Deprecated: Use AuditEventActionCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

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

func (*AuditEventAgentNetworkTypeCode) Descriptor deprecated

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

Deprecated: Use AuditEventAgentNetworkTypeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

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

func (*AuditEventOutcomeCode) Descriptor deprecated

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

Deprecated: Use AuditEventOutcomeCode.ProtoReflect.Descriptor instead.

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 AuditEventSeverityCode

type AuditEventSeverityCode struct {
	// contains filtered or unexported fields
}

The severity of the audit entry. See http://hl7.org/fhir/audit-event-severity

func (*AuditEventSeverityCode) Descriptor deprecated

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

Deprecated: Use AuditEventSeverityCode.ProtoReflect.Descriptor instead.

func (*AuditEventSeverityCode) ProtoMessage

func (*AuditEventSeverityCode) ProtoMessage()

func (*AuditEventSeverityCode) ProtoReflect

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

func (*AuditEventSeverityCode) Reset

func (x *AuditEventSeverityCode) Reset()

func (*AuditEventSeverityCode) String

func (x *AuditEventSeverityCode) String() string

type AuditEventSeverityCode_Value

type AuditEventSeverityCode_Value int32
const (
	AuditEventSeverityCode_INVALID_UNINITIALIZED AuditEventSeverityCode_Value = 0
	AuditEventSeverityCode_EMERGENCY             AuditEventSeverityCode_Value = 1
	AuditEventSeverityCode_ALERT                 AuditEventSeverityCode_Value = 2
	AuditEventSeverityCode_CRITICAL              AuditEventSeverityCode_Value = 3
	AuditEventSeverityCode_ERROR                 AuditEventSeverityCode_Value = 4
	AuditEventSeverityCode_WARNING               AuditEventSeverityCode_Value = 5
	AuditEventSeverityCode_NOTICE                AuditEventSeverityCode_Value = 6
	AuditEventSeverityCode_INFORMATIONAL         AuditEventSeverityCode_Value = 7
	AuditEventSeverityCode_DEBUG                 AuditEventSeverityCode_Value = 8
)

func (AuditEventSeverityCode_Value) Descriptor

func (AuditEventSeverityCode_Value) Enum

func (AuditEventSeverityCode_Value) EnumDescriptor deprecated

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

Deprecated: Use AuditEventSeverityCode_Value.Descriptor instead.

func (AuditEventSeverityCode_Value) Number

func (AuditEventSeverityCode_Value) String

func (AuditEventSeverityCode_Value) Type

type BenefitCostApplicabilityCode

type BenefitCostApplicabilityCode struct {
	// contains filtered or unexported fields
}

Whether the cost applies to in-network or out-of-network providers. See http://terminology.hl7.org/CodeSystem/applicability

func (*BenefitCostApplicabilityCode) Descriptor deprecated

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

Deprecated: Use BenefitCostApplicabilityCode.ProtoReflect.Descriptor instead.

func (*BenefitCostApplicabilityCode) ProtoMessage

func (*BenefitCostApplicabilityCode) ProtoMessage()

func (*BenefitCostApplicabilityCode) ProtoReflect

func (*BenefitCostApplicabilityCode) Reset

func (x *BenefitCostApplicabilityCode) Reset()

func (*BenefitCostApplicabilityCode) String

type BenefitCostApplicabilityCode_Value

type BenefitCostApplicabilityCode_Value int32
const (
	BenefitCostApplicabilityCode_INVALID_UNINITIALIZED BenefitCostApplicabilityCode_Value = 0
	BenefitCostApplicabilityCode_IN_NETWORK            BenefitCostApplicabilityCode_Value = 1
	BenefitCostApplicabilityCode_OUT_OF_NETWORK        BenefitCostApplicabilityCode_Value = 2
	BenefitCostApplicabilityCode_OTHER                 BenefitCostApplicabilityCode_Value = 3
)

func (BenefitCostApplicabilityCode_Value) Descriptor

func (BenefitCostApplicabilityCode_Value) Enum

func (BenefitCostApplicabilityCode_Value) EnumDescriptor deprecated

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

Deprecated: Use BenefitCostApplicabilityCode_Value.Descriptor instead.

func (BenefitCostApplicabilityCode_Value) Number

func (BenefitCostApplicabilityCode_Value) String

func (BenefitCostApplicabilityCode_Value) Type

type BindingStrengthCode

type BindingStrengthCode struct {
	// contains filtered or unexported fields
}

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

func (*BindingStrengthCode) Descriptor deprecated

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

Deprecated: Use BindingStrengthCode.ProtoReflect.Descriptor instead.

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 BiologicallyDerivedProductCategoryCode

type BiologicallyDerivedProductCategoryCode struct {
	// contains filtered or unexported fields
}

Biologically Derived Product Category. See http://hl7.org/fhir/product-category

func (*BiologicallyDerivedProductCategoryCode) Descriptor deprecated

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

Deprecated: Use BiologicallyDerivedProductCategoryCode.ProtoReflect.Descriptor instead.

func (*BiologicallyDerivedProductCategoryCode) ProtoMessage

func (*BiologicallyDerivedProductCategoryCode) ProtoReflect

func (*BiologicallyDerivedProductCategoryCode) Reset

func (*BiologicallyDerivedProductCategoryCode) String

type BiologicallyDerivedProductCategoryCode_Value

type BiologicallyDerivedProductCategoryCode_Value int32
const (
	BiologicallyDerivedProductCategoryCode_INVALID_UNINITIALIZED BiologicallyDerivedProductCategoryCode_Value = 0
	BiologicallyDerivedProductCategoryCode_ORGAN                 BiologicallyDerivedProductCategoryCode_Value = 1
	BiologicallyDerivedProductCategoryCode_TISSUE                BiologicallyDerivedProductCategoryCode_Value = 2
	BiologicallyDerivedProductCategoryCode_FLUID                 BiologicallyDerivedProductCategoryCode_Value = 3
	BiologicallyDerivedProductCategoryCode_CELLS                 BiologicallyDerivedProductCategoryCode_Value = 4
	BiologicallyDerivedProductCategoryCode_BIOLOGICAL_AGENT      BiologicallyDerivedProductCategoryCode_Value = 5
)

func (BiologicallyDerivedProductCategoryCode_Value) Descriptor

func (BiologicallyDerivedProductCategoryCode_Value) Enum

func (BiologicallyDerivedProductCategoryCode_Value) EnumDescriptor deprecated

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

Deprecated: Use BiologicallyDerivedProductCategoryCode_Value.Descriptor instead.

func (BiologicallyDerivedProductCategoryCode_Value) Number

func (BiologicallyDerivedProductCategoryCode_Value) String

func (BiologicallyDerivedProductCategoryCode_Value) Type

type BiologicallyDerivedProductStorageScaleCode

type BiologicallyDerivedProductStorageScaleCode struct {
	// contains filtered or unexported fields
}

BiologicallyDerived Product Storage Scale. See http://hl7.org/fhir/product-storage-scale

func (*BiologicallyDerivedProductStorageScaleCode) Descriptor deprecated

Deprecated: Use BiologicallyDerivedProductStorageScaleCode.ProtoReflect.Descriptor instead.

func (*BiologicallyDerivedProductStorageScaleCode) ProtoMessage

func (*BiologicallyDerivedProductStorageScaleCode) ProtoReflect

func (*BiologicallyDerivedProductStorageScaleCode) Reset

func (*BiologicallyDerivedProductStorageScaleCode) String

type BiologicallyDerivedProductStorageScaleCode_Value

type BiologicallyDerivedProductStorageScaleCode_Value int32
const (
	BiologicallyDerivedProductStorageScaleCode_INVALID_UNINITIALIZED BiologicallyDerivedProductStorageScaleCode_Value = 0
	BiologicallyDerivedProductStorageScaleCode_FARENHEIT             BiologicallyDerivedProductStorageScaleCode_Value = 1
	BiologicallyDerivedProductStorageScaleCode_CELSIUS               BiologicallyDerivedProductStorageScaleCode_Value = 2
	BiologicallyDerivedProductStorageScaleCode_KELVIN                BiologicallyDerivedProductStorageScaleCode_Value = 3
)

func (BiologicallyDerivedProductStorageScaleCode_Value) Descriptor

func (BiologicallyDerivedProductStorageScaleCode_Value) Enum

func (BiologicallyDerivedProductStorageScaleCode_Value) EnumDescriptor deprecated

Deprecated: Use BiologicallyDerivedProductStorageScaleCode_Value.Descriptor instead.

func (BiologicallyDerivedProductStorageScaleCode_Value) Number

func (BiologicallyDerivedProductStorageScaleCode_Value) String

func (BiologicallyDerivedProductStorageScaleCode_Value) Type

type BundleTypeCode

type BundleTypeCode struct {
	// contains filtered or unexported fields
}

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

func (*BundleTypeCode) Descriptor deprecated

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

Deprecated: Use BundleTypeCode.ProtoReflect.Descriptor instead.

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 CanonicalStatusCodesForFHIRResourcesCode

type CanonicalStatusCodesForFHIRResourcesCode struct {
	// contains filtered or unexported fields
}

The master set of status codes used throughout FHIR. All status codes are mapped to one of these codes. See http://hl7.org/fhir/resource-status

func (*CanonicalStatusCodesForFHIRResourcesCode) Descriptor deprecated

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

Deprecated: Use CanonicalStatusCodesForFHIRResourcesCode.ProtoReflect.Descriptor instead.

func (*CanonicalStatusCodesForFHIRResourcesCode) ProtoMessage

func (*CanonicalStatusCodesForFHIRResourcesCode) ProtoReflect

func (*CanonicalStatusCodesForFHIRResourcesCode) Reset

func (*CanonicalStatusCodesForFHIRResourcesCode) String

type CanonicalStatusCodesForFHIRResourcesCode_Value

type CanonicalStatusCodesForFHIRResourcesCode_Value int32
const (
	CanonicalStatusCodesForFHIRResourcesCode_INVALID_UNINITIALIZED CanonicalStatusCodesForFHIRResourcesCode_Value = 0
	CanonicalStatusCodesForFHIRResourcesCode_ERROR                 CanonicalStatusCodesForFHIRResourcesCode_Value = 1
	CanonicalStatusCodesForFHIRResourcesCode_PROPOSED              CanonicalStatusCodesForFHIRResourcesCode_Value = 2
	CanonicalStatusCodesForFHIRResourcesCode_PLANNED               CanonicalStatusCodesForFHIRResourcesCode_Value = 3
	CanonicalStatusCodesForFHIRResourcesCode_DRAFT                 CanonicalStatusCodesForFHIRResourcesCode_Value = 4
	CanonicalStatusCodesForFHIRResourcesCode_REQUESTED             CanonicalStatusCodesForFHIRResourcesCode_Value = 5
	CanonicalStatusCodesForFHIRResourcesCode_RECEIVED              CanonicalStatusCodesForFHIRResourcesCode_Value = 6
	CanonicalStatusCodesForFHIRResourcesCode_DECLINED              CanonicalStatusCodesForFHIRResourcesCode_Value = 7
	CanonicalStatusCodesForFHIRResourcesCode_ACCEPTED              CanonicalStatusCodesForFHIRResourcesCode_Value = 8
	CanonicalStatusCodesForFHIRResourcesCode_ARRIVED               CanonicalStatusCodesForFHIRResourcesCode_Value = 9
	CanonicalStatusCodesForFHIRResourcesCode_ACTIVE                CanonicalStatusCodesForFHIRResourcesCode_Value = 10
	CanonicalStatusCodesForFHIRResourcesCode_SUSPENDED             CanonicalStatusCodesForFHIRResourcesCode_Value = 11
	CanonicalStatusCodesForFHIRResourcesCode_FAILED                CanonicalStatusCodesForFHIRResourcesCode_Value = 12
	CanonicalStatusCodesForFHIRResourcesCode_REPLACED              CanonicalStatusCodesForFHIRResourcesCode_Value = 13
	CanonicalStatusCodesForFHIRResourcesCode_COMPLETE              CanonicalStatusCodesForFHIRResourcesCode_Value = 14
	CanonicalStatusCodesForFHIRResourcesCode_INACTIVE              CanonicalStatusCodesForFHIRResourcesCode_Value = 15
	CanonicalStatusCodesForFHIRResourcesCode_ABANDONED             CanonicalStatusCodesForFHIRResourcesCode_Value = 16
	CanonicalStatusCodesForFHIRResourcesCode_UNKNOWN               CanonicalStatusCodesForFHIRResourcesCode_Value = 17
	CanonicalStatusCodesForFHIRResourcesCode_UNCONFIRMED           CanonicalStatusCodesForFHIRResourcesCode_Value = 18
	CanonicalStatusCodesForFHIRResourcesCode_CONFIRMED             CanonicalStatusCodesForFHIRResourcesCode_Value = 19
	CanonicalStatusCodesForFHIRResourcesCode_RESOLVED              CanonicalStatusCodesForFHIRResourcesCode_Value = 20
	CanonicalStatusCodesForFHIRResourcesCode_REFUTED               CanonicalStatusCodesForFHIRResourcesCode_Value = 21
	CanonicalStatusCodesForFHIRResourcesCode_DIFFERENTIAL          CanonicalStatusCodesForFHIRResourcesCode_Value = 22
	CanonicalStatusCodesForFHIRResourcesCode_PARTIAL               CanonicalStatusCodesForFHIRResourcesCode_Value = 23
	CanonicalStatusCodesForFHIRResourcesCode_BUSY_UNAVAILABLE      CanonicalStatusCodesForFHIRResourcesCode_Value = 24
	CanonicalStatusCodesForFHIRResourcesCode_FREE                  CanonicalStatusCodesForFHIRResourcesCode_Value = 25
	CanonicalStatusCodesForFHIRResourcesCode_ON_TARGET             CanonicalStatusCodesForFHIRResourcesCode_Value = 26
	CanonicalStatusCodesForFHIRResourcesCode_AHEAD_OF_TARGET       CanonicalStatusCodesForFHIRResourcesCode_Value = 27
	CanonicalStatusCodesForFHIRResourcesCode_BEHIND_TARGET         CanonicalStatusCodesForFHIRResourcesCode_Value = 28
	CanonicalStatusCodesForFHIRResourcesCode_NOT_READY             CanonicalStatusCodesForFHIRResourcesCode_Value = 29
	CanonicalStatusCodesForFHIRResourcesCode_TRANSDUC_DISCON       CanonicalStatusCodesForFHIRResourcesCode_Value = 30
	CanonicalStatusCodesForFHIRResourcesCode_HW_DISCON             CanonicalStatusCodesForFHIRResourcesCode_Value = 31
)

func (CanonicalStatusCodesForFHIRResourcesCode_Value) Descriptor

func (CanonicalStatusCodesForFHIRResourcesCode_Value) Enum

func (CanonicalStatusCodesForFHIRResourcesCode_Value) EnumDescriptor deprecated

Deprecated: Use CanonicalStatusCodesForFHIRResourcesCode_Value.Descriptor instead.

func (CanonicalStatusCodesForFHIRResourcesCode_Value) Number

func (CanonicalStatusCodesForFHIRResourcesCode_Value) String

func (CanonicalStatusCodesForFHIRResourcesCode_Value) Type

type CapabilityStatementKindCode

type CapabilityStatementKindCode struct {
	// contains filtered or unexported fields
}

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

func (*CapabilityStatementKindCode) Descriptor deprecated

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

Deprecated: Use CapabilityStatementKindCode.ProtoReflect.Descriptor instead.

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 CarePlanActivityStatusCode

type CarePlanActivityStatusCode struct {
	// contains filtered or unexported fields
}

Codes that reflect the current state of a care plan activity within its overall life cycle. See http://hl7.org/fhir/care-plan-activity-status

func (*CarePlanActivityStatusCode) Descriptor deprecated

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

Deprecated: Use CarePlanActivityStatusCode.ProtoReflect.Descriptor instead.

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_STOPPED               CarePlanActivityStatusCode_Value = 7
	CarePlanActivityStatusCode_UNKNOWN               CarePlanActivityStatusCode_Value = 8
	CarePlanActivityStatusCode_ENTERED_IN_ERROR      CarePlanActivityStatusCode_Value = 9
)

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 CareTeamStatusCode

type CareTeamStatusCode struct {
	// contains filtered or unexported fields
}

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

func (*CareTeamStatusCode) Descriptor deprecated

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

Deprecated: Use CareTeamStatusCode.ProtoReflect.Descriptor instead.

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 CatalogEntryRelationTypeCode

type CatalogEntryRelationTypeCode struct {
	// contains filtered or unexported fields
}

Types of relationships between entries. See http://hl7.org/fhir/catalogentry-relation-type

func (*CatalogEntryRelationTypeCode) Descriptor deprecated

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

Deprecated: Use CatalogEntryRelationTypeCode.ProtoReflect.Descriptor instead.

func (*CatalogEntryRelationTypeCode) ProtoMessage

func (*CatalogEntryRelationTypeCode) ProtoMessage()

func (*CatalogEntryRelationTypeCode) ProtoReflect

func (*CatalogEntryRelationTypeCode) Reset

func (x *CatalogEntryRelationTypeCode) Reset()

func (*CatalogEntryRelationTypeCode) String

type CatalogEntryRelationTypeCode_Value

type CatalogEntryRelationTypeCode_Value int32
const (
	CatalogEntryRelationTypeCode_INVALID_UNINITIALIZED CatalogEntryRelationTypeCode_Value = 0
	CatalogEntryRelationTypeCode_TRIGGERS              CatalogEntryRelationTypeCode_Value = 1
	CatalogEntryRelationTypeCode_IS_REPLACED_BY        CatalogEntryRelationTypeCode_Value = 2
	CatalogEntryRelationTypeCode_EXCLUDES              CatalogEntryRelationTypeCode_Value = 3
	CatalogEntryRelationTypeCode_INCLUDES              CatalogEntryRelationTypeCode_Value = 4
)

func (CatalogEntryRelationTypeCode_Value) Descriptor

func (CatalogEntryRelationTypeCode_Value) Enum

func (CatalogEntryRelationTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use CatalogEntryRelationTypeCode_Value.Descriptor instead.

func (CatalogEntryRelationTypeCode_Value) Number

func (CatalogEntryRelationTypeCode_Value) String

func (CatalogEntryRelationTypeCode_Value) Type

type CatalogEntryStatusCode

type CatalogEntryStatusCode struct {
	// contains filtered or unexported fields
}

Public usability statuses for catalog entries. See http://hl7.org/fhir/catalogentry-status

func (*CatalogEntryStatusCode) Descriptor deprecated

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

Deprecated: Use CatalogEntryStatusCode.ProtoReflect.Descriptor instead.

func (*CatalogEntryStatusCode) ProtoMessage

func (*CatalogEntryStatusCode) ProtoMessage()

func (*CatalogEntryStatusCode) ProtoReflect

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

func (*CatalogEntryStatusCode) Reset

func (x *CatalogEntryStatusCode) Reset()

func (*CatalogEntryStatusCode) String

func (x *CatalogEntryStatusCode) String() string

type CatalogEntryStatusCode_Value

type CatalogEntryStatusCode_Value int32
const (
	CatalogEntryStatusCode_INVALID_UNINITIALIZED CatalogEntryStatusCode_Value = 0
	CatalogEntryStatusCode_DRAFT                 CatalogEntryStatusCode_Value = 1
	CatalogEntryStatusCode_ACTIVE                CatalogEntryStatusCode_Value = 2
	CatalogEntryStatusCode_RETIRED               CatalogEntryStatusCode_Value = 3
)

func (CatalogEntryStatusCode_Value) Descriptor

func (CatalogEntryStatusCode_Value) Enum

func (CatalogEntryStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use CatalogEntryStatusCode_Value.Descriptor instead.

func (CatalogEntryStatusCode_Value) Number

func (CatalogEntryStatusCode_Value) String

func (CatalogEntryStatusCode_Value) Type

type CatalogEntryTypeCode

type CatalogEntryTypeCode struct {
	// contains filtered or unexported fields
}

Types of resources that can be attached to catalog entries. See http://hl7.org/fhir/catalogentry-type

func (*CatalogEntryTypeCode) Descriptor deprecated

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

Deprecated: Use CatalogEntryTypeCode.ProtoReflect.Descriptor instead.

func (*CatalogEntryTypeCode) ProtoMessage

func (*CatalogEntryTypeCode) ProtoMessage()

func (*CatalogEntryTypeCode) ProtoReflect

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

func (*CatalogEntryTypeCode) Reset

func (x *CatalogEntryTypeCode) Reset()

func (*CatalogEntryTypeCode) String

func (x *CatalogEntryTypeCode) String() string

type CatalogEntryTypeCode_Value

type CatalogEntryTypeCode_Value int32
const (
	CatalogEntryTypeCode_INVALID_UNINITIALIZED  CatalogEntryTypeCode_Value = 0
	CatalogEntryTypeCode_ACTIVITY_DEFINITION    CatalogEntryTypeCode_Value = 1
	CatalogEntryTypeCode_PLAN_DEFINITION        CatalogEntryTypeCode_Value = 2
	CatalogEntryTypeCode_SPECIMEN_DEFINITION    CatalogEntryTypeCode_Value = 3
	CatalogEntryTypeCode_OBSERVATION_DEFINITION CatalogEntryTypeCode_Value = 4
	CatalogEntryTypeCode_DEVICE_DEFINITION      CatalogEntryTypeCode_Value = 5
	CatalogEntryTypeCode_ORGANIZATION           CatalogEntryTypeCode_Value = 6
	CatalogEntryTypeCode_PRACTITIONER           CatalogEntryTypeCode_Value = 7
	CatalogEntryTypeCode_PRACTITIONER_ROLE      CatalogEntryTypeCode_Value = 8
	CatalogEntryTypeCode_HEALTHCARE_SERVICE     CatalogEntryTypeCode_Value = 9
	CatalogEntryTypeCode_MEDICATION_KNOWLEDGE   CatalogEntryTypeCode_Value = 10
	CatalogEntryTypeCode_MEDICATION             CatalogEntryTypeCode_Value = 11
	CatalogEntryTypeCode_SUBSTANCE              CatalogEntryTypeCode_Value = 12
	CatalogEntryTypeCode_LOCATION               CatalogEntryTypeCode_Value = 13
)

func (CatalogEntryTypeCode_Value) Descriptor

func (CatalogEntryTypeCode_Value) Enum

func (CatalogEntryTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use CatalogEntryTypeCode_Value.Descriptor instead.

func (CatalogEntryTypeCode_Value) Number

func (CatalogEntryTypeCode_Value) String

func (CatalogEntryTypeCode_Value) Type

type ChargeItemStatusCode

type ChargeItemStatusCode struct {
	// contains filtered or unexported fields
}

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

func (*ChargeItemStatusCode) Descriptor deprecated

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

Deprecated: Use ChargeItemStatusCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

Direction in which lists of possible answers should be displayed. See http://terminology.hl7.org/CodeSystem/choice-list-orientation

func (*ChoiceListOrientationCode) Descriptor deprecated

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

Deprecated: Use ChoiceListOrientationCode.ProtoReflect.Descriptor instead.

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 ClinicalUseIssueTypeCode

type ClinicalUseIssueTypeCode struct {
	// contains filtered or unexported fields
}

Overall defining type of this clinical use issue. See http://hl7.org/fhir/clinical-use-issue-type

func (*ClinicalUseIssueTypeCode) Descriptor deprecated

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

Deprecated: Use ClinicalUseIssueTypeCode.ProtoReflect.Descriptor instead.

func (*ClinicalUseIssueTypeCode) ProtoMessage

func (*ClinicalUseIssueTypeCode) ProtoMessage()

func (*ClinicalUseIssueTypeCode) ProtoReflect

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

func (*ClinicalUseIssueTypeCode) Reset

func (x *ClinicalUseIssueTypeCode) Reset()

func (*ClinicalUseIssueTypeCode) String

func (x *ClinicalUseIssueTypeCode) String() string

type ClinicalUseIssueTypeCode_Value

type ClinicalUseIssueTypeCode_Value int32
const (
	ClinicalUseIssueTypeCode_INVALID_UNINITIALIZED ClinicalUseIssueTypeCode_Value = 0
	ClinicalUseIssueTypeCode_INDICATION            ClinicalUseIssueTypeCode_Value = 1
	ClinicalUseIssueTypeCode_CONTRAINDICATION      ClinicalUseIssueTypeCode_Value = 2
	ClinicalUseIssueTypeCode_INTERACTION           ClinicalUseIssueTypeCode_Value = 3
	ClinicalUseIssueTypeCode_UNDESIRABLE_EFFECT    ClinicalUseIssueTypeCode_Value = 4
	ClinicalUseIssueTypeCode_OTHER                 ClinicalUseIssueTypeCode_Value = 5
)

func (ClinicalUseIssueTypeCode_Value) Descriptor

func (ClinicalUseIssueTypeCode_Value) Enum

func (ClinicalUseIssueTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ClinicalUseIssueTypeCode_Value.Descriptor instead.

func (ClinicalUseIssueTypeCode_Value) Number

func (ClinicalUseIssueTypeCode_Value) String

func (ClinicalUseIssueTypeCode_Value) Type

type CodeSearchSupportCode

type CodeSearchSupportCode struct {
	// contains filtered or unexported fields
}

The degree to which the server supports the code search parameter on ValueSet, if it is supported. See http://hl7.org/fhir/code-search-support

func (*CodeSearchSupportCode) Descriptor deprecated

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

Deprecated: Use CodeSearchSupportCode.ProtoReflect.Descriptor instead.

func (*CodeSearchSupportCode) ProtoMessage

func (*CodeSearchSupportCode) ProtoMessage()

func (*CodeSearchSupportCode) ProtoReflect

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

func (*CodeSearchSupportCode) Reset

func (x *CodeSearchSupportCode) Reset()

func (*CodeSearchSupportCode) String

func (x *CodeSearchSupportCode) String() string

type CodeSearchSupportCode_Value

type CodeSearchSupportCode_Value int32
const (
	CodeSearchSupportCode_INVALID_UNINITIALIZED CodeSearchSupportCode_Value = 0
	CodeSearchSupportCode_EXPLICIT              CodeSearchSupportCode_Value = 1
	CodeSearchSupportCode_ALL                   CodeSearchSupportCode_Value = 2
)

func (CodeSearchSupportCode_Value) Descriptor

func (CodeSearchSupportCode_Value) Enum

func (CodeSearchSupportCode_Value) EnumDescriptor deprecated

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

Deprecated: Use CodeSearchSupportCode_Value.Descriptor instead.

func (CodeSearchSupportCode_Value) Number

func (CodeSearchSupportCode_Value) String

func (CodeSearchSupportCode_Value) Type

type CodeSystemContentModeCode

type CodeSystemContentModeCode struct {
	// contains filtered or unexported fields
}

The extent 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/codesystem-content-mode

func (*CodeSystemContentModeCode) Descriptor deprecated

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

Deprecated: Use CodeSystemContentModeCode.ProtoReflect.Descriptor instead.

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
	CodeSystemContentModeCode_SUPPLEMENT            CodeSystemContentModeCode_Value = 5
)

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 {
	// contains filtered or unexported fields
}

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

func (*CodeSystemHierarchyMeaningCode) Descriptor deprecated

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

Deprecated: Use CodeSystemHierarchyMeaningCode.ProtoReflect.Descriptor instead.

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 CompartmentTypeCode

type CompartmentTypeCode struct {
	// contains filtered or unexported fields
}

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

func (*CompartmentTypeCode) Descriptor deprecated

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

Deprecated: Use CompartmentTypeCode.ProtoReflect.Descriptor instead.

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_RELATED_PERSON        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 CompositionAttestationModeCode

type CompositionAttestationModeCode struct {
	// contains filtered or unexported fields
}

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

func (*CompositionAttestationModeCode) Descriptor deprecated

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

Deprecated: Use CompositionAttestationModeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

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

func (*CompositionStatusCode) Descriptor deprecated

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

Deprecated: Use CompositionStatusCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

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

func (*ConceptMapEquivalenceCode) Descriptor deprecated

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

Deprecated: Use ConceptMapEquivalenceCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

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

func (*ConceptMapGroupUnmappedModeCode) Descriptor deprecated

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

Deprecated: Use ConceptMapGroupUnmappedModeCode.ProtoReflect.Descriptor instead.

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 ConceptMapRelationshipCode

type ConceptMapRelationshipCode struct {
	// contains filtered or unexported fields
}

The relationship between concepts. See http://hl7.org/fhir/concept-map-relationship

func (*ConceptMapRelationshipCode) Descriptor deprecated

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

Deprecated: Use ConceptMapRelationshipCode.ProtoReflect.Descriptor instead.

func (*ConceptMapRelationshipCode) ProtoMessage

func (*ConceptMapRelationshipCode) ProtoMessage()

func (*ConceptMapRelationshipCode) ProtoReflect

func (*ConceptMapRelationshipCode) Reset

func (x *ConceptMapRelationshipCode) Reset()

func (*ConceptMapRelationshipCode) String

func (x *ConceptMapRelationshipCode) String() string

type ConceptMapRelationshipCode_Value

type ConceptMapRelationshipCode_Value int32
const (
	ConceptMapRelationshipCode_INVALID_UNINITIALIZED ConceptMapRelationshipCode_Value = 0
	ConceptMapRelationshipCode_RELATED_TO            ConceptMapRelationshipCode_Value = 1
	ConceptMapRelationshipCode_EQUIVALENT            ConceptMapRelationshipCode_Value = 2
	ConceptMapRelationshipCode_BROADER               ConceptMapRelationshipCode_Value = 3
	ConceptMapRelationshipCode_NARROWER              ConceptMapRelationshipCode_Value = 4
	ConceptMapRelationshipCode_NOT_RELATED_TO        ConceptMapRelationshipCode_Value = 5
)

func (ConceptMapRelationshipCode_Value) Descriptor

func (ConceptMapRelationshipCode_Value) Enum

func (ConceptMapRelationshipCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ConceptMapRelationshipCode_Value.Descriptor instead.

func (ConceptMapRelationshipCode_Value) Number

func (ConceptMapRelationshipCode_Value) String

func (ConceptMapRelationshipCode_Value) Type

type ConditionClinicalStatusCode

type ConditionClinicalStatusCode struct {
	// contains filtered or unexported fields
}

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

func (*ConditionClinicalStatusCode) Descriptor deprecated

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

Deprecated: Use ConditionClinicalStatusCode.ProtoReflect.Descriptor instead.

func (*ConditionClinicalStatusCode) ProtoMessage

func (*ConditionClinicalStatusCode) ProtoMessage()

func (*ConditionClinicalStatusCode) ProtoReflect

func (*ConditionClinicalStatusCode) Reset

func (x *ConditionClinicalStatusCode) Reset()

func (*ConditionClinicalStatusCode) String

func (x *ConditionClinicalStatusCode) String() string

type ConditionClinicalStatusCode_Value

type ConditionClinicalStatusCode_Value int32
const (
	ConditionClinicalStatusCode_INVALID_UNINITIALIZED ConditionClinicalStatusCode_Value = 0
	ConditionClinicalStatusCode_ACTIVE                ConditionClinicalStatusCode_Value = 1
	ConditionClinicalStatusCode_RECURRENCE            ConditionClinicalStatusCode_Value = 2
	ConditionClinicalStatusCode_RELAPSE               ConditionClinicalStatusCode_Value = 3
	ConditionClinicalStatusCode_INACTIVE              ConditionClinicalStatusCode_Value = 4
	ConditionClinicalStatusCode_REMISSION             ConditionClinicalStatusCode_Value = 5
	ConditionClinicalStatusCode_RESOLVED              ConditionClinicalStatusCode_Value = 6
)

func (ConditionClinicalStatusCode_Value) Descriptor

func (ConditionClinicalStatusCode_Value) Enum

func (ConditionClinicalStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ConditionClinicalStatusCode_Value.Descriptor instead.

func (ConditionClinicalStatusCode_Value) Number

func (ConditionClinicalStatusCode_Value) String

func (ConditionClinicalStatusCode_Value) Type

type ConditionPreconditionTypeCode

type ConditionPreconditionTypeCode struct {
	// contains filtered or unexported fields
}

Kind of precondition for the condition. See http://hl7.org/fhir/condition-precondition-type

func (*ConditionPreconditionTypeCode) Descriptor deprecated

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

Deprecated: Use ConditionPreconditionTypeCode.ProtoReflect.Descriptor instead.

func (*ConditionPreconditionTypeCode) ProtoMessage

func (*ConditionPreconditionTypeCode) ProtoMessage()

func (*ConditionPreconditionTypeCode) ProtoReflect

func (*ConditionPreconditionTypeCode) Reset

func (x *ConditionPreconditionTypeCode) Reset()

func (*ConditionPreconditionTypeCode) String

type ConditionPreconditionTypeCode_Value

type ConditionPreconditionTypeCode_Value int32
const (
	ConditionPreconditionTypeCode_INVALID_UNINITIALIZED ConditionPreconditionTypeCode_Value = 0
	ConditionPreconditionTypeCode_SENSITIVE             ConditionPreconditionTypeCode_Value = 1
	ConditionPreconditionTypeCode_SPECIFIC              ConditionPreconditionTypeCode_Value = 2
)

func (ConditionPreconditionTypeCode_Value) Descriptor

func (ConditionPreconditionTypeCode_Value) Enum

func (ConditionPreconditionTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ConditionPreconditionTypeCode_Value.Descriptor instead.

func (ConditionPreconditionTypeCode_Value) Number

func (ConditionPreconditionTypeCode_Value) String

func (ConditionPreconditionTypeCode_Value) Type

type ConditionQuestionnairePurposeCode

type ConditionQuestionnairePurposeCode struct {
	// contains filtered or unexported fields
}

The use of a questionnaire. See http://hl7.org/fhir/condition-questionnaire-purpose

func (*ConditionQuestionnairePurposeCode) Descriptor deprecated

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

Deprecated: Use ConditionQuestionnairePurposeCode.ProtoReflect.Descriptor instead.

func (*ConditionQuestionnairePurposeCode) ProtoMessage

func (*ConditionQuestionnairePurposeCode) ProtoMessage()

func (*ConditionQuestionnairePurposeCode) ProtoReflect

func (*ConditionQuestionnairePurposeCode) Reset

func (*ConditionQuestionnairePurposeCode) String

type ConditionQuestionnairePurposeCode_Value

type ConditionQuestionnairePurposeCode_Value int32
const (
	ConditionQuestionnairePurposeCode_INVALID_UNINITIALIZED ConditionQuestionnairePurposeCode_Value = 0
	ConditionQuestionnairePurposeCode_PREADMIT              ConditionQuestionnairePurposeCode_Value = 1
	ConditionQuestionnairePurposeCode_DIFF_DIAGNOSIS        ConditionQuestionnairePurposeCode_Value = 2
	ConditionQuestionnairePurposeCode_OUTCOME               ConditionQuestionnairePurposeCode_Value = 3
)

func (ConditionQuestionnairePurposeCode_Value) Descriptor

func (ConditionQuestionnairePurposeCode_Value) Enum

func (ConditionQuestionnairePurposeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ConditionQuestionnairePurposeCode_Value.Descriptor instead.

func (ConditionQuestionnairePurposeCode_Value) Number

func (ConditionQuestionnairePurposeCode_Value) String

func (ConditionQuestionnairePurposeCode_Value) Type

type ConditionVerificationStatusCode

type ConditionVerificationStatusCode struct {
	// contains filtered or unexported fields
}

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

func (*ConditionVerificationStatusCode) Descriptor deprecated

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

Deprecated: Use ConditionVerificationStatusCode.ProtoReflect.Descriptor instead.

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_UNCONFIRMED           ConditionVerificationStatusCode_Value = 1
	ConditionVerificationStatusCode_PROVISIONAL           ConditionVerificationStatusCode_Value = 2
	ConditionVerificationStatusCode_DIFFERENTIAL          ConditionVerificationStatusCode_Value = 3
	ConditionVerificationStatusCode_CONFIRMED             ConditionVerificationStatusCode_Value = 4
	ConditionVerificationStatusCode_REFUTED               ConditionVerificationStatusCode_Value = 5
	ConditionVerificationStatusCode_ENTERED_IN_ERROR      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 {
	// contains filtered or unexported fields
}

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

func (*ConditionalDeleteStatusCode) Descriptor deprecated

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

Deprecated: Use ConditionalDeleteStatusCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

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

func (*ConditionalReadStatusCode) Descriptor deprecated

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

Deprecated: Use ConditionalReadStatusCode.ProtoReflect.Descriptor instead.

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 ConformanceExpectationCode

type ConformanceExpectationCode struct {
	// 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://terminology.hl7.org/CodeSystem/conformance-expectation

func (*ConformanceExpectationCode) Descriptor deprecated

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

Deprecated: Use ConformanceExpectationCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

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

func (*ConsentDataMeaningCode) Descriptor deprecated

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

Deprecated: Use ConsentDataMeaningCode.ProtoReflect.Descriptor instead.

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 ConsentProvisionTypeCode

type ConsentProvisionTypeCode struct {
	// contains filtered or unexported fields
}

How a rule statement is applied, such as adding additional consent or removing consent. See http://hl7.org/fhir/consent-provision-type

func (*ConsentProvisionTypeCode) Descriptor deprecated

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

Deprecated: Use ConsentProvisionTypeCode.ProtoReflect.Descriptor instead.

func (*ConsentProvisionTypeCode) ProtoMessage

func (*ConsentProvisionTypeCode) ProtoMessage()

func (*ConsentProvisionTypeCode) ProtoReflect

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

func (*ConsentProvisionTypeCode) Reset

func (x *ConsentProvisionTypeCode) Reset()

func (*ConsentProvisionTypeCode) String

func (x *ConsentProvisionTypeCode) String() string

type ConsentProvisionTypeCode_Value

type ConsentProvisionTypeCode_Value int32
const (
	ConsentProvisionTypeCode_INVALID_UNINITIALIZED ConsentProvisionTypeCode_Value = 0
	ConsentProvisionTypeCode_DENY                  ConsentProvisionTypeCode_Value = 1
	ConsentProvisionTypeCode_PERMIT                ConsentProvisionTypeCode_Value = 2
)

func (ConsentProvisionTypeCode_Value) Descriptor

func (ConsentProvisionTypeCode_Value) Enum

func (ConsentProvisionTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ConsentProvisionTypeCode_Value.Descriptor instead.

func (ConsentProvisionTypeCode_Value) Number

func (ConsentProvisionTypeCode_Value) String

func (ConsentProvisionTypeCode_Value) Type

type ConsentStateCode

type ConsentStateCode struct {
	// contains filtered or unexported fields
}

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

func (*ConsentStateCode) Descriptor deprecated

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

Deprecated: Use ConsentStateCode.ProtoReflect.Descriptor instead.

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_ACTIVE                ConsentStateCode_Value = 2
	ConsentStateCode_INACTIVE              ConsentStateCode_Value = 3
	ConsentStateCode_ENTERED_IN_ERROR      ConsentStateCode_Value = 4
	ConsentStateCode_UNKNOWN               ConsentStateCode_Value = 5
)

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 {
	// contains filtered or unexported fields
}

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

func (*ConstraintSeverityCode) Descriptor deprecated

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

Deprecated: Use ConstraintSeverityCode.ProtoReflect.Descriptor instead.

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 ContactPointSystemCode

type ContactPointSystemCode struct {
	// contains filtered or unexported fields
}

Telecommunications form for contact point. See http://hl7.org/fhir/contact-point-system

func (*ContactPointSystemCode) Descriptor deprecated

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

Deprecated: Use ContactPointSystemCode.ProtoReflect.Descriptor instead.

func (*ContactPointSystemCode) ProtoMessage

func (*ContactPointSystemCode) ProtoMessage()

func (*ContactPointSystemCode) ProtoReflect

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

func (*ContactPointSystemCode) Reset

func (x *ContactPointSystemCode) Reset()

func (*ContactPointSystemCode) String

func (x *ContactPointSystemCode) String() string

type ContactPointSystemCode_Value

type ContactPointSystemCode_Value int32
const (
	ContactPointSystemCode_INVALID_UNINITIALIZED ContactPointSystemCode_Value = 0
	ContactPointSystemCode_PHONE                 ContactPointSystemCode_Value = 1
	ContactPointSystemCode_FAX                   ContactPointSystemCode_Value = 2
	ContactPointSystemCode_EMAIL                 ContactPointSystemCode_Value = 3
	ContactPointSystemCode_PAGER                 ContactPointSystemCode_Value = 4
	ContactPointSystemCode_URL                   ContactPointSystemCode_Value = 5
	ContactPointSystemCode_SMS                   ContactPointSystemCode_Value = 6
	ContactPointSystemCode_OTHER                 ContactPointSystemCode_Value = 7
)

func (ContactPointSystemCode_Value) Descriptor

func (ContactPointSystemCode_Value) Enum

func (ContactPointSystemCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ContactPointSystemCode_Value.Descriptor instead.

func (ContactPointSystemCode_Value) Number

func (ContactPointSystemCode_Value) String

func (ContactPointSystemCode_Value) Type

type ContactPointUseCode

type ContactPointUseCode struct {
	// contains filtered or unexported fields
}

Use of contact point. See http://hl7.org/fhir/contact-point-use

func (*ContactPointUseCode) Descriptor deprecated

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

Deprecated: Use ContactPointUseCode.ProtoReflect.Descriptor instead.

func (*ContactPointUseCode) ProtoMessage

func (*ContactPointUseCode) ProtoMessage()

func (*ContactPointUseCode) ProtoReflect

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

func (*ContactPointUseCode) Reset

func (x *ContactPointUseCode) Reset()

func (*ContactPointUseCode) String

func (x *ContactPointUseCode) String() string

type ContactPointUseCode_Value

type ContactPointUseCode_Value int32
const (
	ContactPointUseCode_INVALID_UNINITIALIZED ContactPointUseCode_Value = 0
	ContactPointUseCode_HOME                  ContactPointUseCode_Value = 1
	ContactPointUseCode_WORK                  ContactPointUseCode_Value = 2
	ContactPointUseCode_TEMP                  ContactPointUseCode_Value = 3
	ContactPointUseCode_OLD                   ContactPointUseCode_Value = 4
	ContactPointUseCode_MOBILE                ContactPointUseCode_Value = 5
)

func (ContactPointUseCode_Value) Descriptor

func (ContactPointUseCode_Value) Enum

func (ContactPointUseCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ContactPointUseCode_Value.Descriptor instead.

func (ContactPointUseCode_Value) Number

func (ContactPointUseCode_Value) String

func (x ContactPointUseCode_Value) String() string

func (ContactPointUseCode_Value) Type

type ContractResourcePublicationStatusCode

type ContractResourcePublicationStatusCode struct {
	// contains filtered or unexported fields
}

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

func (*ContractResourcePublicationStatusCode) Descriptor deprecated

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

Deprecated: Use ContractResourcePublicationStatusCode.ProtoReflect.Descriptor instead.

func (*ContractResourcePublicationStatusCode) ProtoMessage

func (*ContractResourcePublicationStatusCode) ProtoMessage()

func (*ContractResourcePublicationStatusCode) ProtoReflect

func (*ContractResourcePublicationStatusCode) Reset

func (*ContractResourcePublicationStatusCode) String

type ContractResourcePublicationStatusCode_Value

type ContractResourcePublicationStatusCode_Value int32
const (
	ContractResourcePublicationStatusCode_INVALID_UNINITIALIZED ContractResourcePublicationStatusCode_Value = 0
	ContractResourcePublicationStatusCode_AMENDED               ContractResourcePublicationStatusCode_Value = 1
	ContractResourcePublicationStatusCode_APPENDED              ContractResourcePublicationStatusCode_Value = 2
	ContractResourcePublicationStatusCode_CANCELLED             ContractResourcePublicationStatusCode_Value = 3
	ContractResourcePublicationStatusCode_DISPUTED              ContractResourcePublicationStatusCode_Value = 4
	ContractResourcePublicationStatusCode_ENTERED_IN_ERROR      ContractResourcePublicationStatusCode_Value = 5
	ContractResourcePublicationStatusCode_EXECUTABLE            ContractResourcePublicationStatusCode_Value = 6
	ContractResourcePublicationStatusCode_EXECUTED              ContractResourcePublicationStatusCode_Value = 7
	ContractResourcePublicationStatusCode_NEGOTIABLE            ContractResourcePublicationStatusCode_Value = 8
	ContractResourcePublicationStatusCode_OFFERED               ContractResourcePublicationStatusCode_Value = 9
	ContractResourcePublicationStatusCode_POLICY                ContractResourcePublicationStatusCode_Value = 10
	ContractResourcePublicationStatusCode_REJECTED              ContractResourcePublicationStatusCode_Value = 11
	ContractResourcePublicationStatusCode_RENEWED               ContractResourcePublicationStatusCode_Value = 12
	ContractResourcePublicationStatusCode_REVOKED               ContractResourcePublicationStatusCode_Value = 13
	ContractResourcePublicationStatusCode_RESOLVED              ContractResourcePublicationStatusCode_Value = 14
	ContractResourcePublicationStatusCode_TERMINATED            ContractResourcePublicationStatusCode_Value = 15
)

func (ContractResourcePublicationStatusCode_Value) Descriptor

func (ContractResourcePublicationStatusCode_Value) Enum

func (ContractResourcePublicationStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ContractResourcePublicationStatusCode_Value.Descriptor instead.

func (ContractResourcePublicationStatusCode_Value) Number

func (ContractResourcePublicationStatusCode_Value) String

func (ContractResourcePublicationStatusCode_Value) Type

type ContractResourceStatusCode

type ContractResourceStatusCode struct {
	// contains filtered or unexported fields
}

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

func (*ContractResourceStatusCode) Descriptor deprecated

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

Deprecated: Use ContractResourceStatusCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

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

func (*ContributorTypeCode) Descriptor deprecated

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

Deprecated: Use ContributorTypeCode.ProtoReflect.Descriptor instead.

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 DataAbsentReasonCode

type DataAbsentReasonCode struct {
	// contains filtered or unexported fields
}

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

func (*DataAbsentReasonCode) Descriptor deprecated

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

Deprecated: Use DataAbsentReasonCode.ProtoReflect.Descriptor instead.

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_UNKNOWN         DataAbsentReasonCode_Value = 2
	DataAbsentReasonCode_TEMP_UNKNOWN          DataAbsentReasonCode_Value = 3
	DataAbsentReasonCode_NOT_ASKED             DataAbsentReasonCode_Value = 4
	DataAbsentReasonCode_ASKED_DECLINED        DataAbsentReasonCode_Value = 5
	DataAbsentReasonCode_MASKED                DataAbsentReasonCode_Value = 6
	DataAbsentReasonCode_NOT_APPLICABLE        DataAbsentReasonCode_Value = 7
	DataAbsentReasonCode_UNSUPPORTED           DataAbsentReasonCode_Value = 8
	DataAbsentReasonCode_AS_TEXT               DataAbsentReasonCode_Value = 9
	DataAbsentReasonCode_ERROR                 DataAbsentReasonCode_Value = 10
	DataAbsentReasonCode_NOT_A_NUMBER          DataAbsentReasonCode_Value = 11
	DataAbsentReasonCode_NEGATIVE_INFINITY     DataAbsentReasonCode_Value = 12
	DataAbsentReasonCode_POSITIVE_INFINITY     DataAbsentReasonCode_Value = 13
	DataAbsentReasonCode_NOT_PERFORMED         DataAbsentReasonCode_Value = 14
	DataAbsentReasonCode_NOT_PERMITTED         DataAbsentReasonCode_Value = 15
)

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 DataTypeCode

type DataTypeCode struct {
	// contains filtered or unexported fields
}

A version specific list of the data types defined by the FHIR specification for use as an element type (any of the FHIR defined data types). See http://hl7.org/fhir/data-types

func (*DataTypeCode) Descriptor deprecated

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

Deprecated: Use DataTypeCode.ProtoReflect.Descriptor instead.

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_BACKBONE_TYPE         DataTypeCode_Value = 6
	DataTypeCode_BASE                  DataTypeCode_Value = 7
	DataTypeCode_CODEABLE_CONCEPT      DataTypeCode_Value = 8
	DataTypeCode_CODEABLE_REFERENCE    DataTypeCode_Value = 9
	DataTypeCode_CODING                DataTypeCode_Value = 10
	DataTypeCode_CONTACT_DETAIL        DataTypeCode_Value = 11
	DataTypeCode_CONTACT_POINT         DataTypeCode_Value = 12
	DataTypeCode_CONTRIBUTOR           DataTypeCode_Value = 13
	DataTypeCode_COUNT                 DataTypeCode_Value = 14
	DataTypeCode_DATA_REQUIREMENT      DataTypeCode_Value = 15
	DataTypeCode_DATA_TYPE             DataTypeCode_Value = 16
	DataTypeCode_DISTANCE              DataTypeCode_Value = 17
	DataTypeCode_DOSAGE                DataTypeCode_Value = 18
	DataTypeCode_DURATION              DataTypeCode_Value = 19
	DataTypeCode_ELEMENT               DataTypeCode_Value = 20
	DataTypeCode_ELEMENT_DEFINITION    DataTypeCode_Value = 21
	DataTypeCode_EXPRESSION            DataTypeCode_Value = 22
	DataTypeCode_EXTENSION             DataTypeCode_Value = 23
	DataTypeCode_HUMAN_NAME            DataTypeCode_Value = 24
	DataTypeCode_IDENTIFIER            DataTypeCode_Value = 25
	DataTypeCode_MARKETING_STATUS      DataTypeCode_Value = 26
	DataTypeCode_META                  DataTypeCode_Value = 27
	DataTypeCode_MONEY                 DataTypeCode_Value = 28
	DataTypeCode_MONEY_QUANTITY        DataTypeCode_Value = 29
	DataTypeCode_NARRATIVE             DataTypeCode_Value = 30
	DataTypeCode_ORDERED_DISTRIBUTION  DataTypeCode_Value = 31
	DataTypeCode_PARAMETER_DEFINITION  DataTypeCode_Value = 32
	DataTypeCode_PERIOD                DataTypeCode_Value = 33
	DataTypeCode_POPULATION            DataTypeCode_Value = 34
	DataTypeCode_PRIMITIVE_TYPE        DataTypeCode_Value = 35
	DataTypeCode_PROD_CHARACTERISTIC   DataTypeCode_Value = 36
	DataTypeCode_PRODUCT_SHELF_LIFE    DataTypeCode_Value = 37
	DataTypeCode_QUANTITY              DataTypeCode_Value = 38
	DataTypeCode_RANGE                 DataTypeCode_Value = 39
	DataTypeCode_RATIO                 DataTypeCode_Value = 40
	DataTypeCode_REFERENCE             DataTypeCode_Value = 41
	DataTypeCode_RELATED_ARTIFACT      DataTypeCode_Value = 42
	DataTypeCode_SAMPLED_DATA          DataTypeCode_Value = 43
	DataTypeCode_SIGNATURE             DataTypeCode_Value = 44
	DataTypeCode_SIMPLE_QUANTITY       DataTypeCode_Value = 45
	DataTypeCode_STATISTIC             DataTypeCode_Value = 46
	DataTypeCode_SUBSTANCE_AMOUNT      DataTypeCode_Value = 47
	DataTypeCode_TIMING                DataTypeCode_Value = 48
	DataTypeCode_TRIGGER_DEFINITION    DataTypeCode_Value = 49
	DataTypeCode_USAGE_CONTEXT         DataTypeCode_Value = 50
	DataTypeCode_BASE64_BINARY         DataTypeCode_Value = 51
	DataTypeCode_BOOLEAN               DataTypeCode_Value = 52
	DataTypeCode_CANONICAL             DataTypeCode_Value = 53
	DataTypeCode_CODE                  DataTypeCode_Value = 54
	DataTypeCode_DATE                  DataTypeCode_Value = 55
	DataTypeCode_DATE_TIME             DataTypeCode_Value = 56
	DataTypeCode_DECIMAL               DataTypeCode_Value = 57
	DataTypeCode_ID                    DataTypeCode_Value = 58
	DataTypeCode_INSTANT               DataTypeCode_Value = 59
	DataTypeCode_INTEGER               DataTypeCode_Value = 60
	DataTypeCode_INTEGER64             DataTypeCode_Value = 61
	DataTypeCode_MARKDOWN              DataTypeCode_Value = 62
	DataTypeCode_OID                   DataTypeCode_Value = 63
	DataTypeCode_POSITIVE_INT          DataTypeCode_Value = 64
	DataTypeCode_STRING                DataTypeCode_Value = 65
	DataTypeCode_TIME                  DataTypeCode_Value = 66
	DataTypeCode_UNSIGNED_INT          DataTypeCode_Value = 67
	DataTypeCode_URI                   DataTypeCode_Value = 68
	DataTypeCode_URL                   DataTypeCode_Value = 69
	DataTypeCode_UUID                  DataTypeCode_Value = 70
	DataTypeCode_XHTML                 DataTypeCode_Value = 71
)

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 DaysOfWeekCode

type DaysOfWeekCode struct {
	// contains filtered or unexported fields
}

The days of the week. See http://hl7.org/fhir/days-of-week

func (*DaysOfWeekCode) Descriptor deprecated

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

Deprecated: Use DaysOfWeekCode.ProtoReflect.Descriptor instead.

func (*DaysOfWeekCode) ProtoMessage

func (*DaysOfWeekCode) ProtoMessage()

func (*DaysOfWeekCode) ProtoReflect

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

func (*DaysOfWeekCode) Reset

func (x *DaysOfWeekCode) Reset()

func (*DaysOfWeekCode) String

func (x *DaysOfWeekCode) String() string

type DaysOfWeekCode_Value

type DaysOfWeekCode_Value int32
const (
	DaysOfWeekCode_INVALID_UNINITIALIZED DaysOfWeekCode_Value = 0
	DaysOfWeekCode_MON                   DaysOfWeekCode_Value = 1
	DaysOfWeekCode_TUE                   DaysOfWeekCode_Value = 2
	DaysOfWeekCode_WED                   DaysOfWeekCode_Value = 3
	DaysOfWeekCode_THU                   DaysOfWeekCode_Value = 4
	DaysOfWeekCode_FRI                   DaysOfWeekCode_Value = 5
	DaysOfWeekCode_SAT                   DaysOfWeekCode_Value = 6
	DaysOfWeekCode_SUN                   DaysOfWeekCode_Value = 7
)

func (DaysOfWeekCode_Value) Descriptor

func (DaysOfWeekCode_Value) Enum

func (DaysOfWeekCode_Value) EnumDescriptor deprecated

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

Deprecated: Use DaysOfWeekCode_Value.Descriptor instead.

func (DaysOfWeekCode_Value) Number

func (DaysOfWeekCode_Value) String

func (x DaysOfWeekCode_Value) String() string

func (DaysOfWeekCode_Value) Type

type DetectedIssueSeverityCode

type DetectedIssueSeverityCode struct {
	// contains filtered or unexported fields
}

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

func (*DetectedIssueSeverityCode) Descriptor deprecated

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

Deprecated: Use DetectedIssueSeverityCode.ProtoReflect.Descriptor instead.

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 DeviceMetricCalibrationStateCode

type DeviceMetricCalibrationStateCode struct {
	// contains filtered or unexported fields
}

Describes the state of a metric calibration. See http://hl7.org/fhir/metric-calibration-state

func (*DeviceMetricCalibrationStateCode) Descriptor deprecated

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

Deprecated: Use DeviceMetricCalibrationStateCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

Describes the type of a metric calibration. See http://hl7.org/fhir/metric-calibration-type

func (*DeviceMetricCalibrationTypeCode) Descriptor deprecated

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

Deprecated: Use DeviceMetricCalibrationTypeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

Describes the category of the metric. See http://hl7.org/fhir/metric-category

func (*DeviceMetricCategoryCode) Descriptor deprecated

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

Deprecated: Use DeviceMetricCategoryCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

Describes the typical color of representation. See http://hl7.org/fhir/metric-color

func (*DeviceMetricColorCode) Descriptor deprecated

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

Deprecated: Use DeviceMetricColorCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

Describes the operational status of the DeviceMetric. See http://hl7.org/fhir/metric-operational-status

func (*DeviceMetricOperationalStatusCode) Descriptor deprecated

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

Deprecated: Use DeviceMetricOperationalStatusCode.ProtoReflect.Descriptor instead.

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 DeviceNameTypeCode

type DeviceNameTypeCode struct {
	// contains filtered or unexported fields
}

The type of name the device is referred by. See http://hl7.org/fhir/device-nametype

func (*DeviceNameTypeCode) Descriptor deprecated

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

Deprecated: Use DeviceNameTypeCode.ProtoReflect.Descriptor instead.

func (*DeviceNameTypeCode) ProtoMessage

func (*DeviceNameTypeCode) ProtoMessage()

func (*DeviceNameTypeCode) ProtoReflect

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

func (*DeviceNameTypeCode) Reset

func (x *DeviceNameTypeCode) Reset()

func (*DeviceNameTypeCode) String

func (x *DeviceNameTypeCode) String() string

type DeviceNameTypeCode_Value

type DeviceNameTypeCode_Value int32
const (
	DeviceNameTypeCode_INVALID_UNINITIALIZED DeviceNameTypeCode_Value = 0
	DeviceNameTypeCode_UDI_LABEL_NAME        DeviceNameTypeCode_Value = 1
	DeviceNameTypeCode_USER_FRIENDLY_NAME    DeviceNameTypeCode_Value = 2
	DeviceNameTypeCode_PATIENT_REPORTED_NAME DeviceNameTypeCode_Value = 3
	DeviceNameTypeCode_MANUFACTURER_NAME     DeviceNameTypeCode_Value = 4
	DeviceNameTypeCode_MODEL_NAME            DeviceNameTypeCode_Value = 5
	DeviceNameTypeCode_OTHER                 DeviceNameTypeCode_Value = 6
)

func (DeviceNameTypeCode_Value) Descriptor

func (DeviceNameTypeCode_Value) Enum

func (DeviceNameTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use DeviceNameTypeCode_Value.Descriptor instead.

func (DeviceNameTypeCode_Value) Number

func (DeviceNameTypeCode_Value) String

func (x DeviceNameTypeCode_Value) String() string

func (DeviceNameTypeCode_Value) Type

type DeviceUseStatementStatusCode

type DeviceUseStatementStatusCode struct {
	// contains filtered or unexported fields
}

A coded concept indicating the current status of the Device Usage. See http://hl7.org/fhir/device-statement-status

func (*DeviceUseStatementStatusCode) Descriptor deprecated

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

Deprecated: Use DeviceUseStatementStatusCode.ProtoReflect.Descriptor instead.

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 DiagnosticReportStatusCode

type DiagnosticReportStatusCode struct {
	// contains filtered or unexported fields
}

The status of the diagnostic report. See http://hl7.org/fhir/diagnostic-report-status

func (*DiagnosticReportStatusCode) Descriptor deprecated

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

Deprecated: Use DiagnosticReportStatusCode.ProtoReflect.Descriptor instead.

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 DiscriminatorTypeCode

type DiscriminatorTypeCode struct {
	// contains filtered or unexported fields
}

How an element value is interpreted when discrimination is evaluated. See http://hl7.org/fhir/discriminator-type

func (*DiscriminatorTypeCode) Descriptor deprecated

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

Deprecated: Use DiscriminatorTypeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

Whether the application produces or consumes documents. See http://hl7.org/fhir/document-mode

func (*DocumentModeCode) Descriptor deprecated

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

Deprecated: Use DocumentModeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

The status of the document reference. See http://hl7.org/fhir/document-reference-status

func (*DocumentReferenceStatusCode) Descriptor deprecated

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

Deprecated: Use DocumentReferenceStatusCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

The type of relationship between documents. See http://hl7.org/fhir/document-relationship-type

func (*DocumentRelationshipTypeCode) Descriptor deprecated

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

Deprecated: Use DocumentRelationshipTypeCode.ProtoReflect.Descriptor instead.

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 EligibilityRequestPurposeCode

type EligibilityRequestPurposeCode struct {
	// contains filtered or unexported fields
}

A code specifying the types of information being requested. See http://hl7.org/fhir/eligibilityrequest-purpose

func (*EligibilityRequestPurposeCode) Descriptor deprecated

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

Deprecated: Use EligibilityRequestPurposeCode.ProtoReflect.Descriptor instead.

func (*EligibilityRequestPurposeCode) ProtoMessage

func (*EligibilityRequestPurposeCode) ProtoMessage()

func (*EligibilityRequestPurposeCode) ProtoReflect

func (*EligibilityRequestPurposeCode) Reset

func (x *EligibilityRequestPurposeCode) Reset()

func (*EligibilityRequestPurposeCode) String

type EligibilityRequestPurposeCode_Value

type EligibilityRequestPurposeCode_Value int32
const (
	EligibilityRequestPurposeCode_INVALID_UNINITIALIZED EligibilityRequestPurposeCode_Value = 0
	EligibilityRequestPurposeCode_AUTH_REQUIREMENTS     EligibilityRequestPurposeCode_Value = 1
	EligibilityRequestPurposeCode_BENEFITS              EligibilityRequestPurposeCode_Value = 2
	EligibilityRequestPurposeCode_DISCOVERY             EligibilityRequestPurposeCode_Value = 3
	EligibilityRequestPurposeCode_VALIDATION            EligibilityRequestPurposeCode_Value = 4
)

func (EligibilityRequestPurposeCode_Value) Descriptor

func (EligibilityRequestPurposeCode_Value) Enum

func (EligibilityRequestPurposeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use EligibilityRequestPurposeCode_Value.Descriptor instead.

func (EligibilityRequestPurposeCode_Value) Number

func (EligibilityRequestPurposeCode_Value) String

func (EligibilityRequestPurposeCode_Value) Type

type EligibilityResponsePurposeCode

type EligibilityResponsePurposeCode struct {
	// contains filtered or unexported fields
}

A code specifying the types of information being requested. See http://hl7.org/fhir/eligibilityresponse-purpose

func (*EligibilityResponsePurposeCode) Descriptor deprecated

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

Deprecated: Use EligibilityResponsePurposeCode.ProtoReflect.Descriptor instead.

func (*EligibilityResponsePurposeCode) ProtoMessage

func (*EligibilityResponsePurposeCode) ProtoMessage()

func (*EligibilityResponsePurposeCode) ProtoReflect

func (*EligibilityResponsePurposeCode) Reset

func (x *EligibilityResponsePurposeCode) Reset()

func (*EligibilityResponsePurposeCode) String

type EligibilityResponsePurposeCode_Value

type EligibilityResponsePurposeCode_Value int32
const (
	EligibilityResponsePurposeCode_INVALID_UNINITIALIZED EligibilityResponsePurposeCode_Value = 0
	EligibilityResponsePurposeCode_AUTH_REQUIREMENTS     EligibilityResponsePurposeCode_Value = 1
	EligibilityResponsePurposeCode_BENEFITS              EligibilityResponsePurposeCode_Value = 2
	EligibilityResponsePurposeCode_DISCOVERY             EligibilityResponsePurposeCode_Value = 3
	EligibilityResponsePurposeCode_VALIDATION            EligibilityResponsePurposeCode_Value = 4
)

func (EligibilityResponsePurposeCode_Value) Descriptor

func (EligibilityResponsePurposeCode_Value) Enum

func (EligibilityResponsePurposeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use EligibilityResponsePurposeCode_Value.Descriptor instead.

func (EligibilityResponsePurposeCode_Value) Number

func (EligibilityResponsePurposeCode_Value) String

func (EligibilityResponsePurposeCode_Value) Type

type EnableWhenBehaviorCode

type EnableWhenBehaviorCode struct {
	// contains filtered or unexported fields
}

Controls how multiple enableWhen values are interpreted - whether all or any must be true. See http://hl7.org/fhir/questionnaire-enable-behavior

func (*EnableWhenBehaviorCode) Descriptor deprecated

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

Deprecated: Use EnableWhenBehaviorCode.ProtoReflect.Descriptor instead.

func (*EnableWhenBehaviorCode) ProtoMessage

func (*EnableWhenBehaviorCode) ProtoMessage()

func (*EnableWhenBehaviorCode) ProtoReflect

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

func (*EnableWhenBehaviorCode) Reset

func (x *EnableWhenBehaviorCode) Reset()

func (*EnableWhenBehaviorCode) String

func (x *EnableWhenBehaviorCode) String() string

type EnableWhenBehaviorCode_Value

type EnableWhenBehaviorCode_Value int32
const (
	EnableWhenBehaviorCode_INVALID_UNINITIALIZED EnableWhenBehaviorCode_Value = 0
	EnableWhenBehaviorCode_ALL                   EnableWhenBehaviorCode_Value = 1
	EnableWhenBehaviorCode_ANY                   EnableWhenBehaviorCode_Value = 2
)

func (EnableWhenBehaviorCode_Value) Descriptor

func (EnableWhenBehaviorCode_Value) Enum

func (EnableWhenBehaviorCode_Value) EnumDescriptor deprecated

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

Deprecated: Use EnableWhenBehaviorCode_Value.Descriptor instead.

func (EnableWhenBehaviorCode_Value) Number

func (EnableWhenBehaviorCode_Value) String

func (EnableWhenBehaviorCode_Value) Type

type EncounterLocationStatusCode

type EncounterLocationStatusCode struct {
	// contains filtered or unexported fields
}

The status of the location. See http://hl7.org/fhir/encounter-location-status

func (*EncounterLocationStatusCode) Descriptor deprecated

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

Deprecated: Use EncounterLocationStatusCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

Current state of the encounter. See http://hl7.org/fhir/encounter-status

func (*EncounterStatusCode) Descriptor deprecated

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

Deprecated: Use EncounterStatusCode.ProtoReflect.Descriptor instead.

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_IN_PROGRESS           EncounterStatusCode_Value = 2
	EncounterStatusCode_ONHOLD                EncounterStatusCode_Value = 3
	EncounterStatusCode_COMPLETED             EncounterStatusCode_Value = 4
	EncounterStatusCode_CANCELLED             EncounterStatusCode_Value = 5
	EncounterStatusCode_ENTERED_IN_ERROR      EncounterStatusCode_Value = 6
	EncounterStatusCode_UNKNOWN               EncounterStatusCode_Value = 7
)

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 EndpointStatusCode

type EndpointStatusCode struct {
	// contains filtered or unexported fields
}

The status of the endpoint. See http://hl7.org/fhir/endpoint-status

func (*EndpointStatusCode) Descriptor deprecated

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

Deprecated: Use EndpointStatusCode.ProtoReflect.Descriptor instead.

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 EpisodeOfCareStatusCode

type EpisodeOfCareStatusCode struct {
	// contains filtered or unexported fields
}

The status of the episode of care. See http://hl7.org/fhir/episode-of-care-status

func (*EpisodeOfCareStatusCode) Descriptor deprecated

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

Deprecated: Use EpisodeOfCareStatusCode.ProtoReflect.Descriptor instead.

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 EventCapabilityModeCode

type EventCapabilityModeCode struct {
	// contains filtered or unexported fields
}

The mode of a message capability statement. See http://hl7.org/fhir/event-capability-mode

func (*EventCapabilityModeCode) Descriptor deprecated

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

Deprecated: Use EventCapabilityModeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

Codes identifying the lifecycle stage of an event. See http://hl7.org/fhir/event-status

func (*EventStatusCode) Descriptor deprecated

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

Deprecated: Use EventStatusCode.ProtoReflect.Descriptor instead.

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_NOT_DONE              EventStatusCode_Value = 3
	EventStatusCode_ON_HOLD               EventStatusCode_Value = 4
	EventStatusCode_STOPPED               EventStatusCode_Value = 5
	EventStatusCode_COMPLETED             EventStatusCode_Value = 6
	EventStatusCode_ENTERED_IN_ERROR      EventStatusCode_Value = 7
	EventStatusCode_UNKNOWN               EventStatusCode_Value = 8
)

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 EvidenceVariableTypeCode

type EvidenceVariableTypeCode struct {
	// contains filtered or unexported fields
}

The possible types of variables for exposures or outcomes (E.g. Dichotomous, Continuous, Descriptive). See http://hl7.org/fhir/variable-type

func (*EvidenceVariableTypeCode) Descriptor deprecated

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

Deprecated: Use EvidenceVariableTypeCode.ProtoReflect.Descriptor instead.

func (*EvidenceVariableTypeCode) ProtoMessage

func (*EvidenceVariableTypeCode) ProtoMessage()

func (*EvidenceVariableTypeCode) ProtoReflect

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

func (*EvidenceVariableTypeCode) Reset

func (x *EvidenceVariableTypeCode) Reset()

func (*EvidenceVariableTypeCode) String

func (x *EvidenceVariableTypeCode) String() string

type EvidenceVariableTypeCode_Value

type EvidenceVariableTypeCode_Value int32
const (
	EvidenceVariableTypeCode_INVALID_UNINITIALIZED EvidenceVariableTypeCode_Value = 0
	EvidenceVariableTypeCode_DICHOTOMOUS           EvidenceVariableTypeCode_Value = 1
	EvidenceVariableTypeCode_CONTINUOUS            EvidenceVariableTypeCode_Value = 2
	EvidenceVariableTypeCode_DESCRIPTIVE           EvidenceVariableTypeCode_Value = 3
)

func (EvidenceVariableTypeCode_Value) Descriptor

func (EvidenceVariableTypeCode_Value) Enum

func (EvidenceVariableTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use EvidenceVariableTypeCode_Value.Descriptor instead.

func (EvidenceVariableTypeCode_Value) Number

func (EvidenceVariableTypeCode_Value) String

func (EvidenceVariableTypeCode_Value) Type

type ExampleScenarioActorTypeCode

type ExampleScenarioActorTypeCode struct {
	// contains filtered or unexported fields
}

The type of actor - system or human. See http://hl7.org/fhir/examplescenario-actor-type

func (*ExampleScenarioActorTypeCode) Descriptor deprecated

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

Deprecated: Use ExampleScenarioActorTypeCode.ProtoReflect.Descriptor instead.

func (*ExampleScenarioActorTypeCode) ProtoMessage

func (*ExampleScenarioActorTypeCode) ProtoMessage()

func (*ExampleScenarioActorTypeCode) ProtoReflect

func (*ExampleScenarioActorTypeCode) Reset

func (x *ExampleScenarioActorTypeCode) Reset()

func (*ExampleScenarioActorTypeCode) String

type ExampleScenarioActorTypeCode_Value

type ExampleScenarioActorTypeCode_Value int32
const (
	ExampleScenarioActorTypeCode_INVALID_UNINITIALIZED ExampleScenarioActorTypeCode_Value = 0
	ExampleScenarioActorTypeCode_PERSON                ExampleScenarioActorTypeCode_Value = 1
	ExampleScenarioActorTypeCode_ENTITY                ExampleScenarioActorTypeCode_Value = 2
)

func (ExampleScenarioActorTypeCode_Value) Descriptor

func (ExampleScenarioActorTypeCode_Value) Enum

func (ExampleScenarioActorTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ExampleScenarioActorTypeCode_Value.Descriptor instead.

func (ExampleScenarioActorTypeCode_Value) Number

func (ExampleScenarioActorTypeCode_Value) String

func (ExampleScenarioActorTypeCode_Value) Type

type ExpansionParameterSourceCode

type ExpansionParameterSourceCode struct {
	// contains filtered or unexported fields
}

Declares what the source of a parameter is. See http://terminology.hl7.org/CodeSystem/expansion-parameter-source

func (*ExpansionParameterSourceCode) Descriptor deprecated

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

Deprecated: Use ExpansionParameterSourceCode.ProtoReflect.Descriptor instead.

func (*ExpansionParameterSourceCode) ProtoMessage

func (*ExpansionParameterSourceCode) ProtoMessage()

func (*ExpansionParameterSourceCode) ProtoReflect

func (*ExpansionParameterSourceCode) Reset

func (x *ExpansionParameterSourceCode) Reset()

func (*ExpansionParameterSourceCode) String

type ExpansionParameterSourceCode_Value

type ExpansionParameterSourceCode_Value int32
const (
	ExpansionParameterSourceCode_INVALID_UNINITIALIZED ExpansionParameterSourceCode_Value = 0
	ExpansionParameterSourceCode_INPUT                 ExpansionParameterSourceCode_Value = 1
	ExpansionParameterSourceCode_SERVER                ExpansionParameterSourceCode_Value = 2
	ExpansionParameterSourceCode_CODESYSTEM            ExpansionParameterSourceCode_Value = 3
)

func (ExpansionParameterSourceCode_Value) Descriptor

func (ExpansionParameterSourceCode_Value) Enum

func (ExpansionParameterSourceCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ExpansionParameterSourceCode_Value.Descriptor instead.

func (ExpansionParameterSourceCode_Value) Number

func (ExpansionParameterSourceCode_Value) String

func (ExpansionParameterSourceCode_Value) Type

type ExpansionProcessingRuleCode

type ExpansionProcessingRuleCode struct {
	// contains filtered or unexported fields
}

Defines how concepts are processed into the expansion when it's for UI presentation. See http://terminology.hl7.org/CodeSystem/expansion-processing-rule

func (*ExpansionProcessingRuleCode) Descriptor deprecated

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

Deprecated: Use ExpansionProcessingRuleCode.ProtoReflect.Descriptor instead.

func (*ExpansionProcessingRuleCode) ProtoMessage

func (*ExpansionProcessingRuleCode) ProtoMessage()

func (*ExpansionProcessingRuleCode) ProtoReflect

func (*ExpansionProcessingRuleCode) Reset

func (x *ExpansionProcessingRuleCode) Reset()

func (*ExpansionProcessingRuleCode) String

func (x *ExpansionProcessingRuleCode) String() string

type ExpansionProcessingRuleCode_Value

type ExpansionProcessingRuleCode_Value int32
const (
	ExpansionProcessingRuleCode_INVALID_UNINITIALIZED ExpansionProcessingRuleCode_Value = 0
	ExpansionProcessingRuleCode_ALL_CODES             ExpansionProcessingRuleCode_Value = 1
	ExpansionProcessingRuleCode_UNGROUPED             ExpansionProcessingRuleCode_Value = 2
	ExpansionProcessingRuleCode_GROUPS_ONLY           ExpansionProcessingRuleCode_Value = 3
)

func (ExpansionProcessingRuleCode_Value) Descriptor

func (ExpansionProcessingRuleCode_Value) Enum

func (ExpansionProcessingRuleCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ExpansionProcessingRuleCode_Value.Descriptor instead.

func (ExpansionProcessingRuleCode_Value) Number

func (ExpansionProcessingRuleCode_Value) String

func (ExpansionProcessingRuleCode_Value) Type

type ExplanationOfBenefitStatusCode

type ExplanationOfBenefitStatusCode struct {
	// contains filtered or unexported fields
}

A code specifying the state of the resource instance. See http://hl7.org/fhir/explanationofbenefit-status

func (*ExplanationOfBenefitStatusCode) Descriptor deprecated

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

Deprecated: Use ExplanationOfBenefitStatusCode.ProtoReflect.Descriptor instead.

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 ExtensionContextTypeCode

type ExtensionContextTypeCode struct {
	// contains filtered or unexported fields
}

How an extension context is interpreted. See http://hl7.org/fhir/extension-context-type

func (*ExtensionContextTypeCode) Descriptor deprecated

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

Deprecated: Use ExtensionContextTypeCode.ProtoReflect.Descriptor instead.

func (*ExtensionContextTypeCode) ProtoMessage

func (*ExtensionContextTypeCode) ProtoMessage()

func (*ExtensionContextTypeCode) ProtoReflect

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

func (*ExtensionContextTypeCode) Reset

func (x *ExtensionContextTypeCode) Reset()

func (*ExtensionContextTypeCode) String

func (x *ExtensionContextTypeCode) String() string

type ExtensionContextTypeCode_Value

type ExtensionContextTypeCode_Value int32
const (
	ExtensionContextTypeCode_INVALID_UNINITIALIZED ExtensionContextTypeCode_Value = 0
	ExtensionContextTypeCode_FHIRPATH              ExtensionContextTypeCode_Value = 1
	ExtensionContextTypeCode_ELEMENT               ExtensionContextTypeCode_Value = 2
	ExtensionContextTypeCode_EXTENSION             ExtensionContextTypeCode_Value = 3
)

func (ExtensionContextTypeCode_Value) Descriptor

func (ExtensionContextTypeCode_Value) Enum

func (ExtensionContextTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ExtensionContextTypeCode_Value.Descriptor instead.

func (ExtensionContextTypeCode_Value) Number

func (ExtensionContextTypeCode_Value) String

func (ExtensionContextTypeCode_Value) Type

type FHIRDeviceStatusCode

type FHIRDeviceStatusCode struct {
	// contains filtered or unexported fields
}

The availability status of the device. See http://hl7.org/fhir/device-status

func (*FHIRDeviceStatusCode) Descriptor deprecated

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

Deprecated: Use FHIRDeviceStatusCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

A code to indicate if the substance is actively used. See http://hl7.org/fhir/substance-status

func (*FHIRSubstanceStatusCode) Descriptor deprecated

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

Deprecated: Use FHIRSubstanceStatusCode.ProtoReflect.Descriptor instead.

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 FHIRVersionCode

type FHIRVersionCode struct {
	// contains filtered or unexported fields
}

All published FHIR Versions. See http://hl7.org/fhir/FHIR-version

func (*FHIRVersionCode) Descriptor deprecated

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

Deprecated: Use FHIRVersionCode.ProtoReflect.Descriptor instead.

func (*FHIRVersionCode) ProtoMessage

func (*FHIRVersionCode) ProtoMessage()

func (*FHIRVersionCode) ProtoReflect

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

func (*FHIRVersionCode) Reset

func (x *FHIRVersionCode) Reset()

func (*FHIRVersionCode) String

func (x *FHIRVersionCode) String() string

type FHIRVersionCode_Value

type FHIRVersionCode_Value int32
const (
	FHIRVersionCode_INVALID_UNINITIALIZED FHIRVersionCode_Value = 0
	FHIRVersionCode_V_0_01                FHIRVersionCode_Value = 1
	FHIRVersionCode_V_0_05                FHIRVersionCode_Value = 2
	FHIRVersionCode_V_0_06                FHIRVersionCode_Value = 3
	FHIRVersionCode_V_0_11                FHIRVersionCode_Value = 4
	FHIRVersionCode_V_0_0_80              FHIRVersionCode_Value = 5
	FHIRVersionCode_V_0_0_81              FHIRVersionCode_Value = 6
	FHIRVersionCode_V_0_0_82              FHIRVersionCode_Value = 7
	FHIRVersionCode_V_0_4_0               FHIRVersionCode_Value = 8
	FHIRVersionCode_V_0_5_0               FHIRVersionCode_Value = 9
	FHIRVersionCode_V_1_0_0               FHIRVersionCode_Value = 10
	FHIRVersionCode_V_1_0_1               FHIRVersionCode_Value = 11
	FHIRVersionCode_V_1_0_2               FHIRVersionCode_Value = 12
	FHIRVersionCode_V_1_1_0               FHIRVersionCode_Value = 13
	FHIRVersionCode_V_1_4_0               FHIRVersionCode_Value = 14
	FHIRVersionCode_V_1_6_0               FHIRVersionCode_Value = 15
	FHIRVersionCode_V_1_8_0               FHIRVersionCode_Value = 16
	FHIRVersionCode_V_3_0_0               FHIRVersionCode_Value = 17
	FHIRVersionCode_V_3_0_1               FHIRVersionCode_Value = 18
	FHIRVersionCode_V_3_0_2               FHIRVersionCode_Value = 19
	FHIRVersionCode_V_3_3_0               FHIRVersionCode_Value = 20
	FHIRVersionCode_V_3_5_0               FHIRVersionCode_Value = 21
	FHIRVersionCode_V_4_0_0               FHIRVersionCode_Value = 22
	FHIRVersionCode_V_4_0_1               FHIRVersionCode_Value = 23
	FHIRVersionCode_V_4_1_0               FHIRVersionCode_Value = 24
	FHIRVersionCode_V_4_2_0               FHIRVersionCode_Value = 25
)

func (FHIRVersionCode_Value) Descriptor

func (FHIRVersionCode_Value) Enum

func (FHIRVersionCode_Value) EnumDescriptor deprecated

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

Deprecated: Use FHIRVersionCode_Value.Descriptor instead.

func (FHIRVersionCode_Value) Number

func (FHIRVersionCode_Value) String

func (x FHIRVersionCode_Value) String() string

func (FHIRVersionCode_Value) Type

type FamilyHistoryStatusCode

type FamilyHistoryStatusCode struct {
	// contains filtered or unexported fields
}

A code that identifies the status of the family history record. See http://hl7.org/fhir/history-status

func (*FamilyHistoryStatusCode) Descriptor deprecated

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

Deprecated: Use FamilyHistoryStatusCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

The kind of operation to perform as a part of a property based filter. See http://hl7.org/fhir/filter-operator

func (*FilterOperatorCode) Descriptor deprecated

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

Deprecated: Use FilterOperatorCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

This value set includes Status codes. See http://hl7.org/fhir/fm-status

func (*FinancialResourceStatusCode) Descriptor deprecated

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

Deprecated: Use FinancialResourceStatusCode.ProtoReflect.Descriptor instead.

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 FlagStatusCode

type FlagStatusCode struct {
	// 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 was entered in error. See http://hl7.org/fhir/flag-status

func (*FlagStatusCode) Descriptor deprecated

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

Deprecated: Use FlagStatusCode.ProtoReflect.Descriptor instead.

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 GoalAcceptanceStatusCode

type GoalAcceptanceStatusCode struct {
	// contains filtered or unexported fields
}

Codes indicating whether the goal has been accepted by a stakeholder. See http://terminology.hl7.org/CodeSystem/goal-acceptance-status

func (*GoalAcceptanceStatusCode) Descriptor deprecated

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

Deprecated: Use GoalAcceptanceStatusCode.ProtoReflect.Descriptor instead.

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 GoalLifecycleStatusCode

type GoalLifecycleStatusCode struct {
	// contains filtered or unexported fields
}

Codes that reflect the current state of a goal and whether the goal is still being targeted. See http://hl7.org/fhir/goal-status

func (*GoalLifecycleStatusCode) Descriptor deprecated

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

Deprecated: Use GoalLifecycleStatusCode.ProtoReflect.Descriptor instead.

func (*GoalLifecycleStatusCode) ProtoMessage

func (*GoalLifecycleStatusCode) ProtoMessage()

func (*GoalLifecycleStatusCode) ProtoReflect

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

func (*GoalLifecycleStatusCode) Reset

func (x *GoalLifecycleStatusCode) Reset()

func (*GoalLifecycleStatusCode) String

func (x *GoalLifecycleStatusCode) String() string

type GoalLifecycleStatusCode_Value

type GoalLifecycleStatusCode_Value int32
const (
	GoalLifecycleStatusCode_INVALID_UNINITIALIZED GoalLifecycleStatusCode_Value = 0
	GoalLifecycleStatusCode_PROPOSED              GoalLifecycleStatusCode_Value = 1
	GoalLifecycleStatusCode_PLANNED               GoalLifecycleStatusCode_Value = 2
	GoalLifecycleStatusCode_ACCEPTED              GoalLifecycleStatusCode_Value = 3
	GoalLifecycleStatusCode_ACTIVE                GoalLifecycleStatusCode_Value = 4
	GoalLifecycleStatusCode_ON_HOLD               GoalLifecycleStatusCode_Value = 5
	GoalLifecycleStatusCode_COMPLETED             GoalLifecycleStatusCode_Value = 6
	GoalLifecycleStatusCode_CANCELLED             GoalLifecycleStatusCode_Value = 7
	GoalLifecycleStatusCode_ENTERED_IN_ERROR      GoalLifecycleStatusCode_Value = 8
	GoalLifecycleStatusCode_REJECTED              GoalLifecycleStatusCode_Value = 9
)

func (GoalLifecycleStatusCode_Value) Descriptor

func (GoalLifecycleStatusCode_Value) Enum

func (GoalLifecycleStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use GoalLifecycleStatusCode_Value.Descriptor instead.

func (GoalLifecycleStatusCode_Value) Number

func (GoalLifecycleStatusCode_Value) String

func (GoalLifecycleStatusCode_Value) Type

type GraphCompartmentRuleCode

type GraphCompartmentRuleCode struct {
	// contains filtered or unexported fields
}

How a compartment must be linked. See http://hl7.org/fhir/graph-compartment-rule

func (*GraphCompartmentRuleCode) Descriptor deprecated

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

Deprecated: Use GraphCompartmentRuleCode.ProtoReflect.Descriptor instead.

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 GraphCompartmentUseCode

type GraphCompartmentUseCode struct {
	// contains filtered or unexported fields
}

Defines how a compartment rule is used. See http://hl7.org/fhir/graph-compartment-use

func (*GraphCompartmentUseCode) Descriptor deprecated

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

Deprecated: Use GraphCompartmentUseCode.ProtoReflect.Descriptor instead.

func (*GraphCompartmentUseCode) ProtoMessage

func (*GraphCompartmentUseCode) ProtoMessage()

func (*GraphCompartmentUseCode) ProtoReflect

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

func (*GraphCompartmentUseCode) Reset

func (x *GraphCompartmentUseCode) Reset()

func (*GraphCompartmentUseCode) String

func (x *GraphCompartmentUseCode) String() string

type GraphCompartmentUseCode_Value

type GraphCompartmentUseCode_Value int32
const (
	GraphCompartmentUseCode_INVALID_UNINITIALIZED GraphCompartmentUseCode_Value = 0
	GraphCompartmentUseCode_CONDITION             GraphCompartmentUseCode_Value = 1
	GraphCompartmentUseCode_REQUIREMENT           GraphCompartmentUseCode_Value = 2
)

func (GraphCompartmentUseCode_Value) Descriptor

func (GraphCompartmentUseCode_Value) Enum

func (GraphCompartmentUseCode_Value) EnumDescriptor deprecated

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

Deprecated: Use GraphCompartmentUseCode_Value.Descriptor instead.

func (GraphCompartmentUseCode_Value) Number

func (GraphCompartmentUseCode_Value) String

func (GraphCompartmentUseCode_Value) Type

type GroupMeasureCode

type GroupMeasureCode struct {
	// contains filtered or unexported fields
}

Possible group measure aggregates (E.g. Mean, Median). See http://hl7.org/fhir/group-measure

func (*GroupMeasureCode) Descriptor deprecated

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

Deprecated: Use GroupMeasureCode.ProtoReflect.Descriptor instead.

func (*GroupMeasureCode) ProtoMessage

func (*GroupMeasureCode) ProtoMessage()

func (*GroupMeasureCode) ProtoReflect

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

func (*GroupMeasureCode) Reset

func (x *GroupMeasureCode) Reset()

func (*GroupMeasureCode) String

func (x *GroupMeasureCode) String() string

type GroupMeasureCode_Value

type GroupMeasureCode_Value int32
const (
	GroupMeasureCode_INVALID_UNINITIALIZED GroupMeasureCode_Value = 0
	GroupMeasureCode_MEAN                  GroupMeasureCode_Value = 1
	GroupMeasureCode_MEDIAN                GroupMeasureCode_Value = 2
	GroupMeasureCode_MEAN_OF_MEAN          GroupMeasureCode_Value = 3
	GroupMeasureCode_MEAN_OF_MEDIAN        GroupMeasureCode_Value = 4
	GroupMeasureCode_MEDIAN_OF_MEAN        GroupMeasureCode_Value = 5
	GroupMeasureCode_MEDIAN_OF_MEDIAN      GroupMeasureCode_Value = 6
)

func (GroupMeasureCode_Value) Descriptor

func (GroupMeasureCode_Value) Enum

func (GroupMeasureCode_Value) EnumDescriptor deprecated

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

Deprecated: Use GroupMeasureCode_Value.Descriptor instead.

func (GroupMeasureCode_Value) Number

func (GroupMeasureCode_Value) String

func (x GroupMeasureCode_Value) String() string

func (GroupMeasureCode_Value) Type

type GroupTypeCode

type GroupTypeCode struct {
	// contains filtered or unexported fields
}

Types of resources that are part of group. See http://hl7.org/fhir/group-type

func (*GroupTypeCode) Descriptor deprecated

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

Deprecated: Use GroupTypeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

The status of a guidance response. See http://hl7.org/fhir/guidance-response-status

func (*GuidanceResponseStatusCode) Descriptor deprecated

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

Deprecated: Use GuidanceResponseStatusCode.ProtoReflect.Descriptor instead.

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 GuidePageGenerationCode

type GuidePageGenerationCode struct {
	// contains filtered or unexported fields
}

A code that indicates how the page is generated. See http://hl7.org/fhir/guide-page-generation

func (*GuidePageGenerationCode) Descriptor deprecated

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

Deprecated: Use GuidePageGenerationCode.ProtoReflect.Descriptor instead.

func (*GuidePageGenerationCode) ProtoMessage

func (*GuidePageGenerationCode) ProtoMessage()

func (*GuidePageGenerationCode) ProtoReflect

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

func (*GuidePageGenerationCode) Reset

func (x *GuidePageGenerationCode) Reset()

func (*GuidePageGenerationCode) String

func (x *GuidePageGenerationCode) String() string

type GuidePageGenerationCode_Value

type GuidePageGenerationCode_Value int32
const (
	GuidePageGenerationCode_INVALID_UNINITIALIZED GuidePageGenerationCode_Value = 0
	GuidePageGenerationCode_HTML                  GuidePageGenerationCode_Value = 1
	GuidePageGenerationCode_MARKDOWN              GuidePageGenerationCode_Value = 2
	GuidePageGenerationCode_XML                   GuidePageGenerationCode_Value = 3
	GuidePageGenerationCode_GENERATED             GuidePageGenerationCode_Value = 4
)

func (GuidePageGenerationCode_Value) Descriptor

func (GuidePageGenerationCode_Value) Enum

func (GuidePageGenerationCode_Value) EnumDescriptor deprecated

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

Deprecated: Use GuidePageGenerationCode_Value.Descriptor instead.

func (GuidePageGenerationCode_Value) Number

func (GuidePageGenerationCode_Value) String

func (GuidePageGenerationCode_Value) Type

type HL7WorkgroupCode

type HL7WorkgroupCode struct {
	// contains filtered or unexported fields
}

An HL7 administrative unit that owns artifacts in the FHIR specification. See http://terminology.hl7.org/CodeSystem/hl7-work-group

func (*HL7WorkgroupCode) Descriptor deprecated

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

Deprecated: Use HL7WorkgroupCode.ProtoReflect.Descriptor instead.

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_MNM                   HL7WorkgroupCode_Value = 13
	HL7WorkgroupCode_OO                    HL7WorkgroupCode_Value = 14
	HL7WorkgroupCode_PA                    HL7WorkgroupCode_Value = 15
	HL7WorkgroupCode_PC                    HL7WorkgroupCode_Value = 16
	HL7WorkgroupCode_PHER                  HL7WorkgroupCode_Value = 17
	HL7WorkgroupCode_PHX                   HL7WorkgroupCode_Value = 18
	HL7WorkgroupCode_BRR                   HL7WorkgroupCode_Value = 19
	HL7WorkgroupCode_SD                    HL7WorkgroupCode_Value = 20
	HL7WorkgroupCode_SEC                   HL7WorkgroupCode_Value = 21
	HL7WorkgroupCode_US                    HL7WorkgroupCode_Value = 22
	HL7WorkgroupCode_VOCAB                 HL7WorkgroupCode_Value = 23
	HL7WorkgroupCode_AID                   HL7WorkgroupCode_Value = 24
)

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 {
	// contains filtered or unexported fields
}

HTTP verbs (in the HTTP command line). See [HTTP rfc](https://tools.ietf.org/html/rfc7231) for details. See http://hl7.org/fhir/http-verb

func (*HTTPVerbCode) Descriptor deprecated

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

Deprecated: Use HTTPVerbCode.ProtoReflect.Descriptor instead.

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_HEAD                  HTTPVerbCode_Value = 2
	HTTPVerbCode_POST                  HTTPVerbCode_Value = 3
	HTTPVerbCode_PUT                   HTTPVerbCode_Value = 4
	HTTPVerbCode_DELETE                HTTPVerbCode_Value = 5
	HTTPVerbCode_PATCH                 HTTPVerbCode_Value = 6
)

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 IdentifierUseCode

type IdentifierUseCode struct {
	// contains filtered or unexported fields
}

Identifies the purpose for this identifier, if known . See http://hl7.org/fhir/identifier-use

func (*IdentifierUseCode) Descriptor deprecated

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

Deprecated: Use IdentifierUseCode.ProtoReflect.Descriptor instead.

func (*IdentifierUseCode) ProtoMessage

func (*IdentifierUseCode) ProtoMessage()

func (*IdentifierUseCode) ProtoReflect

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

func (*IdentifierUseCode) Reset

func (x *IdentifierUseCode) Reset()

func (*IdentifierUseCode) String

func (x *IdentifierUseCode) String() string

type IdentifierUseCode_Value

type IdentifierUseCode_Value int32
const (
	IdentifierUseCode_INVALID_UNINITIALIZED IdentifierUseCode_Value = 0
	IdentifierUseCode_USUAL                 IdentifierUseCode_Value = 1
	IdentifierUseCode_OFFICIAL              IdentifierUseCode_Value = 2
	IdentifierUseCode_TEMP                  IdentifierUseCode_Value = 3
	IdentifierUseCode_SECONDARY             IdentifierUseCode_Value = 4
	IdentifierUseCode_OLD                   IdentifierUseCode_Value = 5
)

func (IdentifierUseCode_Value) Descriptor

func (IdentifierUseCode_Value) Enum

func (IdentifierUseCode_Value) EnumDescriptor deprecated

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

Deprecated: Use IdentifierUseCode_Value.Descriptor instead.

func (IdentifierUseCode_Value) Number

func (IdentifierUseCode_Value) String

func (x IdentifierUseCode_Value) String() string

func (IdentifierUseCode_Value) Type

type IdentityAssuranceLevelCode

type IdentityAssuranceLevelCode struct {
	// 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/identity-assuranceLevel

func (*IdentityAssuranceLevelCode) Descriptor deprecated

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

Deprecated: Use IdentityAssuranceLevelCode.ProtoReflect.Descriptor instead.

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 ImagingStudyStatusCode

type ImagingStudyStatusCode struct {
	// contains filtered or unexported fields
}

The status of the ImagingStudy. See http://hl7.org/fhir/imagingstudy-status

func (*ImagingStudyStatusCode) Descriptor deprecated

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

Deprecated: Use ImagingStudyStatusCode.ProtoReflect.Descriptor instead.

func (*ImagingStudyStatusCode) ProtoMessage

func (*ImagingStudyStatusCode) ProtoMessage()

func (*ImagingStudyStatusCode) ProtoReflect

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

func (*ImagingStudyStatusCode) Reset

func (x *ImagingStudyStatusCode) Reset()

func (*ImagingStudyStatusCode) String

func (x *ImagingStudyStatusCode) String() string

type ImagingStudyStatusCode_Value

type ImagingStudyStatusCode_Value int32
const (
	ImagingStudyStatusCode_INVALID_UNINITIALIZED ImagingStudyStatusCode_Value = 0
	ImagingStudyStatusCode_REGISTERED            ImagingStudyStatusCode_Value = 1
	ImagingStudyStatusCode_AVAILABLE             ImagingStudyStatusCode_Value = 2
	ImagingStudyStatusCode_CANCELLED             ImagingStudyStatusCode_Value = 3
	ImagingStudyStatusCode_ENTERED_IN_ERROR      ImagingStudyStatusCode_Value = 4
	ImagingStudyStatusCode_UNKNOWN               ImagingStudyStatusCode_Value = 5
)

func (ImagingStudyStatusCode_Value) Descriptor

func (ImagingStudyStatusCode_Value) Enum

func (ImagingStudyStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ImagingStudyStatusCode_Value.Descriptor instead.

func (ImagingStudyStatusCode_Value) Number

func (ImagingStudyStatusCode_Value) String

func (ImagingStudyStatusCode_Value) Type

type ImplantStatusCode

type ImplantStatusCode struct {
	// contains filtered or unexported fields
}

A set codes that define the functional status of an implanted device. See http://terminology.hl7.org/CodeSystem/implantStatus

func (*ImplantStatusCode) Descriptor deprecated

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

Deprecated: Use ImplantStatusCode.ProtoReflect.Descriptor instead.

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 InvoicePriceComponentTypeCode

type InvoicePriceComponentTypeCode struct {
	// contains filtered or unexported fields
}

Codes indicating the kind of the price component. See http://hl7.org/fhir/invoice-priceComponentType

func (*InvoicePriceComponentTypeCode) Descriptor deprecated

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

Deprecated: Use InvoicePriceComponentTypeCode.ProtoReflect.Descriptor instead.

func (*InvoicePriceComponentTypeCode) ProtoMessage

func (*InvoicePriceComponentTypeCode) ProtoMessage()

func (*InvoicePriceComponentTypeCode) ProtoReflect

func (*InvoicePriceComponentTypeCode) Reset

func (x *InvoicePriceComponentTypeCode) Reset()

func (*InvoicePriceComponentTypeCode) String

type InvoicePriceComponentTypeCode_Value

type InvoicePriceComponentTypeCode_Value int32
const (
	InvoicePriceComponentTypeCode_INVALID_UNINITIALIZED InvoicePriceComponentTypeCode_Value = 0
	InvoicePriceComponentTypeCode_BASE                  InvoicePriceComponentTypeCode_Value = 1
	InvoicePriceComponentTypeCode_SURCHARGE             InvoicePriceComponentTypeCode_Value = 2
	InvoicePriceComponentTypeCode_DEDUCTION             InvoicePriceComponentTypeCode_Value = 3
	InvoicePriceComponentTypeCode_DISCOUNT              InvoicePriceComponentTypeCode_Value = 4
	InvoicePriceComponentTypeCode_TAX                   InvoicePriceComponentTypeCode_Value = 5
	InvoicePriceComponentTypeCode_INFORMATIONAL         InvoicePriceComponentTypeCode_Value = 6
)

func (InvoicePriceComponentTypeCode_Value) Descriptor

func (InvoicePriceComponentTypeCode_Value) Enum

func (InvoicePriceComponentTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use InvoicePriceComponentTypeCode_Value.Descriptor instead.

func (InvoicePriceComponentTypeCode_Value) Number

func (InvoicePriceComponentTypeCode_Value) String

func (InvoicePriceComponentTypeCode_Value) Type

type InvoiceStatusCode

type InvoiceStatusCode struct {
	// contains filtered or unexported fields
}

Codes identifying the lifecycle stage of an Invoice. See http://hl7.org/fhir/invoice-status

func (*InvoiceStatusCode) Descriptor deprecated

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

Deprecated: Use InvoiceStatusCode.ProtoReflect.Descriptor instead.

func (*InvoiceStatusCode) ProtoMessage

func (*InvoiceStatusCode) ProtoMessage()

func (*InvoiceStatusCode) ProtoReflect

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

func (*InvoiceStatusCode) Reset

func (x *InvoiceStatusCode) Reset()

func (*InvoiceStatusCode) String

func (x *InvoiceStatusCode) String() string

type InvoiceStatusCode_Value

type InvoiceStatusCode_Value int32
const (
	InvoiceStatusCode_INVALID_UNINITIALIZED InvoiceStatusCode_Value = 0
	InvoiceStatusCode_DRAFT                 InvoiceStatusCode_Value = 1
	InvoiceStatusCode_ISSUED                InvoiceStatusCode_Value = 2
	InvoiceStatusCode_BALANCED              InvoiceStatusCode_Value = 3
	InvoiceStatusCode_CANCELLED             InvoiceStatusCode_Value = 4
	InvoiceStatusCode_ENTERED_IN_ERROR      InvoiceStatusCode_Value = 5
)

func (InvoiceStatusCode_Value) Descriptor

func (InvoiceStatusCode_Value) Enum

func (InvoiceStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use InvoiceStatusCode_Value.Descriptor instead.

func (InvoiceStatusCode_Value) Number

func (InvoiceStatusCode_Value) String

func (x InvoiceStatusCode_Value) String() string

func (InvoiceStatusCode_Value) Type

type IssueSeverityCode

type IssueSeverityCode struct {
	// contains filtered or unexported fields
}

How the issue affects the success of the action. See http://hl7.org/fhir/issue-severity

func (*IssueSeverityCode) Descriptor deprecated

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

Deprecated: Use IssueSeverityCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

A code that describes the type of issue. See http://hl7.org/fhir/issue-type

func (*IssueTypeCode) Descriptor deprecated

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

Deprecated: Use IssueTypeCode.ProtoReflect.Descriptor instead.

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_MULTIPLE_MATCHES      IssueTypeCode_Value = 15
	IssueTypeCode_NOT_FOUND             IssueTypeCode_Value = 16
	IssueTypeCode_DELETED               IssueTypeCode_Value = 17
	IssueTypeCode_TOO_LONG              IssueTypeCode_Value = 18
	IssueTypeCode_CODE_INVALID          IssueTypeCode_Value = 19
	IssueTypeCode_EXTENSION             IssueTypeCode_Value = 20
	IssueTypeCode_TOO_COSTLY            IssueTypeCode_Value = 21
	IssueTypeCode_BUSINESS_RULE         IssueTypeCode_Value = 22
	IssueTypeCode_CONFLICT              IssueTypeCode_Value = 23
	IssueTypeCode_TRANSIENT             IssueTypeCode_Value = 24
	IssueTypeCode_LOCK_ERROR            IssueTypeCode_Value = 25
	IssueTypeCode_NO_STORE              IssueTypeCode_Value = 26
	IssueTypeCode_EXCEPTION             IssueTypeCode_Value = 27
	IssueTypeCode_TIMEOUT               IssueTypeCode_Value = 28
	IssueTypeCode_INCOMPLETE            IssueTypeCode_Value = 29
	IssueTypeCode_THROTTLED             IssueTypeCode_Value = 30
	IssueTypeCode_INFORMATIONAL         IssueTypeCode_Value = 31
)

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 LinkTypeCode

type LinkTypeCode struct {
	// contains filtered or unexported fields
}

The type of link between this patient resource and another patient resource. See http://hl7.org/fhir/link-type

func (*LinkTypeCode) Descriptor deprecated

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

Deprecated: Use LinkTypeCode.ProtoReflect.Descriptor instead.

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 {
	// 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/linkage-type

func (*LinkageTypeCode) Descriptor deprecated

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

Deprecated: Use LinkageTypeCode.ProtoReflect.Descriptor instead.

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 ListModeCode

type ListModeCode struct {
	// contains filtered or unexported fields
}

The processing mode that applies to this list. See http://hl7.org/fhir/list-mode

func (*ListModeCode) Descriptor deprecated

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

Deprecated: Use ListModeCode.ProtoReflect.Descriptor instead.

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 ListStatusCode

type ListStatusCode struct {
	// contains filtered or unexported fields
}

The current state of the list. See http://hl7.org/fhir/list-status

func (*ListStatusCode) Descriptor deprecated

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

Deprecated: Use ListStatusCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

Indicates whether a resource instance represents a specific location or a class of locations. See http://hl7.org/fhir/location-mode

func (*LocationModeCode) Descriptor deprecated

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

Deprecated: Use LocationModeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

Indicates whether the location is still in use. See http://hl7.org/fhir/location-status

func (*LocationStatusCode) Descriptor deprecated

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

Deprecated: Use LocationStatusCode.ProtoReflect.Descriptor instead.

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 MatchGradeCode

type MatchGradeCode struct {
	// contains filtered or unexported fields
}

A Master Patient Index (MPI) assessment of whether a candidate patient record is a match or not. See http://terminology.hl7.org/CodeSystem/match-grade

func (*MatchGradeCode) Descriptor deprecated

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

Deprecated: Use MatchGradeCode.ProtoReflect.Descriptor instead.

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 MeasureImprovementNotationCode

type MeasureImprovementNotationCode struct {
	// contains filtered or unexported fields
}

Observation values that indicate what change in a measurement value or score is indicative of an improvement in the measured item or scored issue. See http://terminology.hl7.org/CodeSystem/measure-improvement-notation

func (*MeasureImprovementNotationCode) Descriptor deprecated

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

Deprecated: Use MeasureImprovementNotationCode.ProtoReflect.Descriptor instead.

func (*MeasureImprovementNotationCode) ProtoMessage

func (*MeasureImprovementNotationCode) ProtoMessage()

func (*MeasureImprovementNotationCode) ProtoReflect

func (*MeasureImprovementNotationCode) Reset

func (x *MeasureImprovementNotationCode) Reset()

func (*MeasureImprovementNotationCode) String

type MeasureImprovementNotationCode_Value

type MeasureImprovementNotationCode_Value int32
const (
	MeasureImprovementNotationCode_INVALID_UNINITIALIZED MeasureImprovementNotationCode_Value = 0
	MeasureImprovementNotationCode_INCREASE              MeasureImprovementNotationCode_Value = 1
	MeasureImprovementNotationCode_DECREASE              MeasureImprovementNotationCode_Value = 2
)

func (MeasureImprovementNotationCode_Value) Descriptor

func (MeasureImprovementNotationCode_Value) Enum

func (MeasureImprovementNotationCode_Value) EnumDescriptor deprecated

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

Deprecated: Use MeasureImprovementNotationCode_Value.Descriptor instead.

func (MeasureImprovementNotationCode_Value) Number

func (MeasureImprovementNotationCode_Value) String

func (MeasureImprovementNotationCode_Value) Type

type MeasureReportStatusCode

type MeasureReportStatusCode struct {
	// contains filtered or unexported fields
}

The status of the measure report. See http://hl7.org/fhir/measure-report-status

func (*MeasureReportStatusCode) Descriptor deprecated

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

Deprecated: Use MeasureReportStatusCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

The type of the measure report. See http://hl7.org/fhir/measure-report-type

func (*MeasureReportTypeCode) Descriptor deprecated

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

Deprecated: Use MeasureReportTypeCode.ProtoReflect.Descriptor instead.

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_SUBJECT_LIST          MeasureReportTypeCode_Value = 2
	MeasureReportTypeCode_SUMMARY               MeasureReportTypeCode_Value = 3
	MeasureReportTypeCode_DATA_COLLECTION       MeasureReportTypeCode_Value = 4
)

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 MedicationAdministrationStatusCode

type MedicationAdministrationStatusCode struct {
	// contains filtered or unexported fields
}

MedicationAdministration Status Codes See http://terminology.hl7.org/CodeSystem/medication-admin-status

func (*MedicationAdministrationStatusCode) Descriptor deprecated

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

Deprecated: Use MedicationAdministrationStatusCode.ProtoReflect.Descriptor instead.

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_NOT_DONE              MedicationAdministrationStatusCode_Value = 2
	MedicationAdministrationStatusCode_ON_HOLD               MedicationAdministrationStatusCode_Value = 3
	MedicationAdministrationStatusCode_COMPLETED             MedicationAdministrationStatusCode_Value = 4
	MedicationAdministrationStatusCode_ENTERED_IN_ERROR      MedicationAdministrationStatusCode_Value = 5
	MedicationAdministrationStatusCode_STOPPED               MedicationAdministrationStatusCode_Value = 6
	MedicationAdministrationStatusCode_UNKNOWN               MedicationAdministrationStatusCode_Value = 7
)

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 MedicationDispenseStatusCode

type MedicationDispenseStatusCode struct {
	// contains filtered or unexported fields
}

MedicationDispense Status Codes See http://terminology.hl7.org/CodeSystem/medicationdispense-status

func (*MedicationDispenseStatusCode) Descriptor deprecated

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

Deprecated: Use MedicationDispenseStatusCode.ProtoReflect.Descriptor instead.

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_CANCELLED             MedicationDispenseStatusCode_Value = 3
	MedicationDispenseStatusCode_ON_HOLD               MedicationDispenseStatusCode_Value = 4
	MedicationDispenseStatusCode_COMPLETED             MedicationDispenseStatusCode_Value = 5
	MedicationDispenseStatusCode_ENTERED_IN_ERROR      MedicationDispenseStatusCode_Value = 6
	MedicationDispenseStatusCode_STOPPED               MedicationDispenseStatusCode_Value = 7
	MedicationDispenseStatusCode_DECLINED              MedicationDispenseStatusCode_Value = 8
	MedicationDispenseStatusCode_UNKNOWN               MedicationDispenseStatusCode_Value = 9
)

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 MedicationKnowledgeStatusCode

type MedicationKnowledgeStatusCode struct {
	// contains filtered or unexported fields
}

MedicationKnowledge Status Codes See http://terminology.hl7.org/CodeSystem/medicationknowledge-status

func (*MedicationKnowledgeStatusCode) Descriptor deprecated

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

Deprecated: Use MedicationKnowledgeStatusCode.ProtoReflect.Descriptor instead.

func (*MedicationKnowledgeStatusCode) ProtoMessage

func (*MedicationKnowledgeStatusCode) ProtoMessage()

func (*MedicationKnowledgeStatusCode) ProtoReflect

func (*MedicationKnowledgeStatusCode) Reset

func (x *MedicationKnowledgeStatusCode) Reset()

func (*MedicationKnowledgeStatusCode) String

type MedicationKnowledgeStatusCode_Value

type MedicationKnowledgeStatusCode_Value int32
const (
	MedicationKnowledgeStatusCode_INVALID_UNINITIALIZED MedicationKnowledgeStatusCode_Value = 0
	MedicationKnowledgeStatusCode_ACTIVE                MedicationKnowledgeStatusCode_Value = 1
	MedicationKnowledgeStatusCode_INACTIVE              MedicationKnowledgeStatusCode_Value = 2
	MedicationKnowledgeStatusCode_ENTERED_IN_ERROR      MedicationKnowledgeStatusCode_Value = 3
)

func (MedicationKnowledgeStatusCode_Value) Descriptor

func (MedicationKnowledgeStatusCode_Value) Enum

func (MedicationKnowledgeStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use MedicationKnowledgeStatusCode_Value.Descriptor instead.

func (MedicationKnowledgeStatusCode_Value) Number

func (MedicationKnowledgeStatusCode_Value) String

func (MedicationKnowledgeStatusCode_Value) Type

type MedicationRequestIntentCode

type MedicationRequestIntentCode struct {
	// contains filtered or unexported fields
}

MedicationRequest Intent Codes See http://hl7.org/fhir/CodeSystem/medicationrequest-intent

func (*MedicationRequestIntentCode) Descriptor deprecated

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

Deprecated: Use MedicationRequestIntentCode.ProtoReflect.Descriptor instead.

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_ORIGINAL_ORDER        MedicationRequestIntentCode_Value = 4
	MedicationRequestIntentCode_REFLEX_ORDER          MedicationRequestIntentCode_Value = 5
	MedicationRequestIntentCode_FILLER_ORDER          MedicationRequestIntentCode_Value = 6
	MedicationRequestIntentCode_INSTANCE_ORDER        MedicationRequestIntentCode_Value = 7
	MedicationRequestIntentCode_OPTION                MedicationRequestIntentCode_Value = 8
)

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 MedicationStatusCode

type MedicationStatusCode struct {
	// contains filtered or unexported fields
}

Medication Status Codes See http://hl7.org/fhir/CodeSystem/medication-status

func (*MedicationStatusCode) Descriptor deprecated

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

Deprecated: Use MedicationStatusCode.ProtoReflect.Descriptor instead.

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 MedicationUsageStatusCode

type MedicationUsageStatusCode struct {
	// contains filtered or unexported fields
}

MedicationUsage Status Codes See http://hl7.org/fhir/CodeSystem/medication-usage-status

func (*MedicationUsageStatusCode) Descriptor deprecated

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

Deprecated: Use MedicationUsageStatusCode.ProtoReflect.Descriptor instead.

func (*MedicationUsageStatusCode) ProtoMessage

func (*MedicationUsageStatusCode) ProtoMessage()

func (*MedicationUsageStatusCode) ProtoReflect

func (*MedicationUsageStatusCode) Reset

func (x *MedicationUsageStatusCode) Reset()

func (*MedicationUsageStatusCode) String

func (x *MedicationUsageStatusCode) String() string

type MedicationUsageStatusCode_Value

type MedicationUsageStatusCode_Value int32
const (
	MedicationUsageStatusCode_INVALID_UNINITIALIZED MedicationUsageStatusCode_Value = 0
	MedicationUsageStatusCode_ACTIVE                MedicationUsageStatusCode_Value = 1
	MedicationUsageStatusCode_COMPLETED             MedicationUsageStatusCode_Value = 2
	MedicationUsageStatusCode_ENTERED_IN_ERROR      MedicationUsageStatusCode_Value = 3
	MedicationUsageStatusCode_INTENDED              MedicationUsageStatusCode_Value = 4
	MedicationUsageStatusCode_STOPPED               MedicationUsageStatusCode_Value = 5
	MedicationUsageStatusCode_ON_HOLD               MedicationUsageStatusCode_Value = 6
	MedicationUsageStatusCode_UNKNOWN               MedicationUsageStatusCode_Value = 7
	MedicationUsageStatusCode_NOT_TAKEN             MedicationUsageStatusCode_Value = 8
)

func (MedicationUsageStatusCode_Value) Descriptor

func (MedicationUsageStatusCode_Value) Enum

func (MedicationUsageStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use MedicationUsageStatusCode_Value.Descriptor instead.

func (MedicationUsageStatusCode_Value) Number

func (MedicationUsageStatusCode_Value) String

func (MedicationUsageStatusCode_Value) Type

type MedicationrequestStatusCode

type MedicationrequestStatusCode struct {
	// contains filtered or unexported fields
}

MedicationRequest Status Codes See http://hl7.org/fhir/CodeSystem/medicationrequest-status

func (*MedicationrequestStatusCode) Descriptor deprecated

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

Deprecated: Use MedicationrequestStatusCode.ProtoReflect.Descriptor instead.

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 MessageSignificanceCategoryCode

type MessageSignificanceCategoryCode struct {
	// contains filtered or unexported fields
}

The impact of the content of a message. See http://hl7.org/fhir/message-significance-category

func (*MessageSignificanceCategoryCode) Descriptor deprecated

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

Deprecated: Use MessageSignificanceCategoryCode.ProtoReflect.Descriptor instead.

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 MessageheaderResponseRequestCode

type MessageheaderResponseRequestCode struct {
	// contains filtered or unexported fields
}

HL7-defined table of codes which identify conditions under which acknowledgments are required to be returned in response to a message. See http://hl7.org/fhir/messageheader-response-request

func (*MessageheaderResponseRequestCode) Descriptor deprecated

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

Deprecated: Use MessageheaderResponseRequestCode.ProtoReflect.Descriptor instead.

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 NameUseCode

type NameUseCode struct {
	// contains filtered or unexported fields
}

The use of a human name. See http://hl7.org/fhir/name-use

func (*NameUseCode) Descriptor deprecated

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

Deprecated: Use NameUseCode.ProtoReflect.Descriptor instead.

func (*NameUseCode) ProtoMessage

func (*NameUseCode) ProtoMessage()

func (*NameUseCode) ProtoReflect

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

func (*NameUseCode) Reset

func (x *NameUseCode) Reset()

func (*NameUseCode) String

func (x *NameUseCode) String() string

type NameUseCode_Value

type NameUseCode_Value int32
const (
	NameUseCode_INVALID_UNINITIALIZED NameUseCode_Value = 0
	NameUseCode_USUAL                 NameUseCode_Value = 1
	NameUseCode_OFFICIAL              NameUseCode_Value = 2
	NameUseCode_TEMP                  NameUseCode_Value = 3
	NameUseCode_NICKNAME              NameUseCode_Value = 4
	NameUseCode_ANONYMOUS             NameUseCode_Value = 5
	NameUseCode_OLD                   NameUseCode_Value = 6
	NameUseCode_MAIDEN                NameUseCode_Value = 7
)

func (NameUseCode_Value) Descriptor

func (NameUseCode_Value) Enum

func (NameUseCode_Value) EnumDescriptor deprecated

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

Deprecated: Use NameUseCode_Value.Descriptor instead.

func (NameUseCode_Value) Number

func (NameUseCode_Value) String

func (x NameUseCode_Value) String() string

func (NameUseCode_Value) Type

type NamingSystemIdentifierTypeCode

type NamingSystemIdentifierTypeCode struct {
	// contains filtered or unexported fields
}

Identifies the style of unique identifier used to identify a namespace. See http://hl7.org/fhir/namingsystem-identifier-type

func (*NamingSystemIdentifierTypeCode) Descriptor deprecated

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

Deprecated: Use NamingSystemIdentifierTypeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

Identifies the purpose of the naming system. See http://hl7.org/fhir/namingsystem-type

func (*NamingSystemTypeCode) Descriptor deprecated

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

Deprecated: Use NamingSystemTypeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

The status of a resource narrative. See http://hl7.org/fhir/narrative-status

func (*NarrativeStatusCode) Descriptor deprecated

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

Deprecated: Use NarrativeStatusCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

The presentation types of notes. See http://hl7.org/fhir/note-type

func (*NoteTypeCode) Descriptor deprecated

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

Deprecated: Use NoteTypeCode.ProtoReflect.Descriptor instead.

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 NutritionIntakeStatusCode

type NutritionIntakeStatusCode struct {
	// contains filtered or unexported fields
}

NutritionIntake Status Codes See http://hl7.org/fhir/CodeSystem/nutrition-intake-status

func (*NutritionIntakeStatusCode) Descriptor deprecated

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

Deprecated: Use NutritionIntakeStatusCode.ProtoReflect.Descriptor instead.

func (*NutritionIntakeStatusCode) ProtoMessage

func (*NutritionIntakeStatusCode) ProtoMessage()

func (*NutritionIntakeStatusCode) ProtoReflect

func (*NutritionIntakeStatusCode) Reset

func (x *NutritionIntakeStatusCode) Reset()

func (*NutritionIntakeStatusCode) String

func (x *NutritionIntakeStatusCode) String() string

type NutritionIntakeStatusCode_Value

type NutritionIntakeStatusCode_Value int32
const (
	NutritionIntakeStatusCode_INVALID_UNINITIALIZED NutritionIntakeStatusCode_Value = 0
	NutritionIntakeStatusCode_ACTIVE                NutritionIntakeStatusCode_Value = 1
	NutritionIntakeStatusCode_COMPLETED             NutritionIntakeStatusCode_Value = 2
	NutritionIntakeStatusCode_ENTERED_IN_ERROR      NutritionIntakeStatusCode_Value = 3
	NutritionIntakeStatusCode_INTENDED              NutritionIntakeStatusCode_Value = 4
	NutritionIntakeStatusCode_STOPPED               NutritionIntakeStatusCode_Value = 5
	NutritionIntakeStatusCode_ON_HOLD               NutritionIntakeStatusCode_Value = 6
	NutritionIntakeStatusCode_UNKNOWN               NutritionIntakeStatusCode_Value = 7
	NutritionIntakeStatusCode_NOT_TAKEN             NutritionIntakeStatusCode_Value = 8
)

func (NutritionIntakeStatusCode_Value) Descriptor

func (NutritionIntakeStatusCode_Value) Enum

func (NutritionIntakeStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use NutritionIntakeStatusCode_Value.Descriptor instead.

func (NutritionIntakeStatusCode_Value) Number

func (NutritionIntakeStatusCode_Value) String

func (NutritionIntakeStatusCode_Value) Type

type ObservationDataTypeCode

type ObservationDataTypeCode struct {
	// contains filtered or unexported fields
}

Permitted data type for observation value. See http://hl7.org/fhir/permitted-data-type

func (*ObservationDataTypeCode) Descriptor deprecated

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

Deprecated: Use ObservationDataTypeCode.ProtoReflect.Descriptor instead.

func (*ObservationDataTypeCode) ProtoMessage

func (*ObservationDataTypeCode) ProtoMessage()

func (*ObservationDataTypeCode) ProtoReflect

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

func (*ObservationDataTypeCode) Reset

func (x *ObservationDataTypeCode) Reset()

func (*ObservationDataTypeCode) String

func (x *ObservationDataTypeCode) String() string

type ObservationDataTypeCode_Value

type ObservationDataTypeCode_Value int32
const (
	ObservationDataTypeCode_INVALID_UNINITIALIZED ObservationDataTypeCode_Value = 0
	ObservationDataTypeCode_QUANTITY              ObservationDataTypeCode_Value = 1
	ObservationDataTypeCode_CODEABLE_CONCEPT      ObservationDataTypeCode_Value = 2
	ObservationDataTypeCode_STRING                ObservationDataTypeCode_Value = 3
	ObservationDataTypeCode_BOOLEAN               ObservationDataTypeCode_Value = 4
	ObservationDataTypeCode_INTEGER               ObservationDataTypeCode_Value = 5
	ObservationDataTypeCode_RANGE                 ObservationDataTypeCode_Value = 6
	ObservationDataTypeCode_RATIO                 ObservationDataTypeCode_Value = 7
	ObservationDataTypeCode_SAMPLED_DATA          ObservationDataTypeCode_Value = 8
	ObservationDataTypeCode_TIME                  ObservationDataTypeCode_Value = 9
	ObservationDataTypeCode_DATE_TIME             ObservationDataTypeCode_Value = 10
	ObservationDataTypeCode_PERIOD                ObservationDataTypeCode_Value = 11
)

func (ObservationDataTypeCode_Value) Descriptor

func (ObservationDataTypeCode_Value) Enum

func (ObservationDataTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ObservationDataTypeCode_Value.Descriptor instead.

func (ObservationDataTypeCode_Value) Number

func (ObservationDataTypeCode_Value) String

func (ObservationDataTypeCode_Value) Type

type ObservationRangeCategoryCode

type ObservationRangeCategoryCode struct {
	// contains filtered or unexported fields
}

Codes identifying the category of observation range. See http://hl7.org/fhir/observation-range-category

func (*ObservationRangeCategoryCode) Descriptor deprecated

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

Deprecated: Use ObservationRangeCategoryCode.ProtoReflect.Descriptor instead.

func (*ObservationRangeCategoryCode) ProtoMessage

func (*ObservationRangeCategoryCode) ProtoMessage()

func (*ObservationRangeCategoryCode) ProtoReflect

func (*ObservationRangeCategoryCode) Reset

func (x *ObservationRangeCategoryCode) Reset()

func (*ObservationRangeCategoryCode) String

type ObservationRangeCategoryCode_Value

type ObservationRangeCategoryCode_Value int32
const (
	ObservationRangeCategoryCode_INVALID_UNINITIALIZED ObservationRangeCategoryCode_Value = 0
	ObservationRangeCategoryCode_REFERENCE             ObservationRangeCategoryCode_Value = 1
	ObservationRangeCategoryCode_CRITICAL              ObservationRangeCategoryCode_Value = 2
	ObservationRangeCategoryCode_ABSOLUTE              ObservationRangeCategoryCode_Value = 3
)

func (ObservationRangeCategoryCode_Value) Descriptor

func (ObservationRangeCategoryCode_Value) Enum

func (ObservationRangeCategoryCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ObservationRangeCategoryCode_Value.Descriptor instead.

func (ObservationRangeCategoryCode_Value) Number

func (ObservationRangeCategoryCode_Value) String

func (ObservationRangeCategoryCode_Value) Type

type ObservationStatusCode

type ObservationStatusCode struct {
	// contains filtered or unexported fields
}

Codes providing the status of an observation. See http://hl7.org/fhir/observation-status

func (*ObservationStatusCode) Descriptor deprecated

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

Deprecated: Use ObservationStatusCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

Whether an operation is a normal operation or a query. See http://hl7.org/fhir/operation-kind

func (*OperationKindCode) Descriptor deprecated

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

Deprecated: Use OperationKindCode.ProtoReflect.Descriptor instead.

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 OperationParameterUseCode

type OperationParameterUseCode struct {
	// contains filtered or unexported fields
}

Whether an operation parameter is an input or an output parameter. See http://hl7.org/fhir/operation-parameter-use

func (*OperationParameterUseCode) Descriptor deprecated

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

Deprecated: Use OperationParameterUseCode.ProtoReflect.Descriptor instead.

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 OrientationTypeCode

type OrientationTypeCode struct {
	// contains filtered or unexported fields
}

Type for orientation. See http://hl7.org/fhir/orientation-type

func (*OrientationTypeCode) Descriptor deprecated

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

Deprecated: Use OrientationTypeCode.ProtoReflect.Descriptor instead.

func (*OrientationTypeCode) ProtoMessage

func (*OrientationTypeCode) ProtoMessage()

func (*OrientationTypeCode) ProtoReflect

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

func (*OrientationTypeCode) Reset

func (x *OrientationTypeCode) Reset()

func (*OrientationTypeCode) String

func (x *OrientationTypeCode) String() string

type OrientationTypeCode_Value

type OrientationTypeCode_Value int32
const (
	OrientationTypeCode_INVALID_UNINITIALIZED OrientationTypeCode_Value = 0
	OrientationTypeCode_SENSE                 OrientationTypeCode_Value = 1
	OrientationTypeCode_ANTISENSE             OrientationTypeCode_Value = 2
)

func (OrientationTypeCode_Value) Descriptor

func (OrientationTypeCode_Value) Enum

func (OrientationTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use OrientationTypeCode_Value.Descriptor instead.

func (OrientationTypeCode_Value) Number

func (OrientationTypeCode_Value) String

func (x OrientationTypeCode_Value) String() string

func (OrientationTypeCode_Value) Type

type ParticipantRequiredCode

type ParticipantRequiredCode struct {
	// contains filtered or unexported fields
}

Is the Participant required to attend the appointment. See http://hl7.org/fhir/participantrequired

func (*ParticipantRequiredCode) Descriptor deprecated

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

Deprecated: Use ParticipantRequiredCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

The Participation status of an appointment. See http://hl7.org/fhir/participationstatus

func (*ParticipationStatusCode) Descriptor deprecated

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

Deprecated: Use ParticipationStatusCode.ProtoReflect.Descriptor instead.

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 ProductStatusCode

type ProductStatusCode struct {
	// contains filtered or unexported fields
}

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

func (*ProductStatusCode) Descriptor deprecated

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

Deprecated: Use ProductStatusCode.ProtoReflect.Descriptor instead.

func (*ProductStatusCode) ProtoMessage

func (*ProductStatusCode) ProtoMessage()

func (*ProductStatusCode) ProtoReflect

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

func (*ProductStatusCode) Reset

func (x *ProductStatusCode) Reset()

func (*ProductStatusCode) String

func (x *ProductStatusCode) String() string

type ProductStatusCode_Value

type ProductStatusCode_Value int32
const (
	ProductStatusCode_INVALID_UNINITIALIZED ProductStatusCode_Value = 0
	ProductStatusCode_ACTIVE                ProductStatusCode_Value = 1
	ProductStatusCode_ENTERED_IN_ERROR      ProductStatusCode_Value = 2
)

func (ProductStatusCode_Value) Descriptor

func (ProductStatusCode_Value) Enum

func (ProductStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ProductStatusCode_Value.Descriptor instead.

func (ProductStatusCode_Value) Number

func (ProductStatusCode_Value) String

func (x ProductStatusCode_Value) String() string

func (ProductStatusCode_Value) Type

type PropertyRepresentationCode

type PropertyRepresentationCode struct {
	// contains filtered or unexported fields
}

How a property is represented when serialized. See http://hl7.org/fhir/property-representation

func (*PropertyRepresentationCode) Descriptor deprecated

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

Deprecated: Use PropertyRepresentationCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

The type of a property value. See http://hl7.org/fhir/concept-property-type

func (*PropertyTypeCode) Descriptor deprecated

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

Deprecated: Use PropertyTypeCode.ProtoReflect.Descriptor instead.

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_DATE_TIME             PropertyTypeCode_Value = 6
	PropertyTypeCode_DECIMAL               PropertyTypeCode_Value = 7
)

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 {
	// contains filtered or unexported fields
}

How an entity was used in an activity. See http://hl7.org/fhir/provenance-entity-role

func (*ProvenanceEntityRoleCode) Descriptor deprecated

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

Deprecated: Use ProvenanceEntityRoleCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

The lifecycle status of an artifact. See http://hl7.org/fhir/publication-status

func (*PublicationStatusCode) Descriptor deprecated

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

Deprecated: Use PublicationStatusCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

Type for quality report. See http://hl7.org/fhir/quality-type

func (*QualityTypeCode) Descriptor deprecated

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

Deprecated: Use QualityTypeCode.ProtoReflect.Descriptor instead.

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 QuantityComparatorCode

type QuantityComparatorCode struct {
	// contains filtered or unexported fields
}

How the Quantity should be understood and represented. See http://hl7.org/fhir/quantity-comparator

func (*QuantityComparatorCode) Descriptor deprecated

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

Deprecated: Use QuantityComparatorCode.ProtoReflect.Descriptor instead.

func (*QuantityComparatorCode) ProtoMessage

func (*QuantityComparatorCode) ProtoMessage()

func (*QuantityComparatorCode) ProtoReflect

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

func (*QuantityComparatorCode) Reset

func (x *QuantityComparatorCode) Reset()

func (*QuantityComparatorCode) String

func (x *QuantityComparatorCode) String() string

type QuantityComparatorCode_Value

type QuantityComparatorCode_Value int32
const (
	QuantityComparatorCode_INVALID_UNINITIALIZED    QuantityComparatorCode_Value = 0
	QuantityComparatorCode_LESS_THAN                QuantityComparatorCode_Value = 1
	QuantityComparatorCode_LESS_THAN_OR_EQUAL_TO    QuantityComparatorCode_Value = 2
	QuantityComparatorCode_GREATER_THAN_OR_EQUAL_TO QuantityComparatorCode_Value = 3
	QuantityComparatorCode_GREATER_THAN             QuantityComparatorCode_Value = 4
)

func (QuantityComparatorCode_Value) Descriptor

func (QuantityComparatorCode_Value) Enum

func (QuantityComparatorCode_Value) EnumDescriptor deprecated

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

Deprecated: Use QuantityComparatorCode_Value.Descriptor instead.

func (QuantityComparatorCode_Value) Number

func (QuantityComparatorCode_Value) String

func (QuantityComparatorCode_Value) Type

type QuestionnaireItemOperatorCode

type QuestionnaireItemOperatorCode struct {
	// contains filtered or unexported fields
}

The criteria by which a question is enabled. See http://hl7.org/fhir/questionnaire-enable-operator

func (*QuestionnaireItemOperatorCode) Descriptor deprecated

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

Deprecated: Use QuestionnaireItemOperatorCode.ProtoReflect.Descriptor instead.

func (*QuestionnaireItemOperatorCode) ProtoMessage

func (*QuestionnaireItemOperatorCode) ProtoMessage()

func (*QuestionnaireItemOperatorCode) ProtoReflect

func (*QuestionnaireItemOperatorCode) Reset

func (x *QuestionnaireItemOperatorCode) Reset()

func (*QuestionnaireItemOperatorCode) String

type QuestionnaireItemOperatorCode_Value

type QuestionnaireItemOperatorCode_Value int32
const (
	QuestionnaireItemOperatorCode_INVALID_UNINITIALIZED    QuestionnaireItemOperatorCode_Value = 0
	QuestionnaireItemOperatorCode_EXISTS                   QuestionnaireItemOperatorCode_Value = 1
	QuestionnaireItemOperatorCode_EQUALS                   QuestionnaireItemOperatorCode_Value = 2
	QuestionnaireItemOperatorCode_NOT_EQUAL_TO             QuestionnaireItemOperatorCode_Value = 3
	QuestionnaireItemOperatorCode_GREATER_THAN             QuestionnaireItemOperatorCode_Value = 4
	QuestionnaireItemOperatorCode_LESS_THAN                QuestionnaireItemOperatorCode_Value = 5
	QuestionnaireItemOperatorCode_GREATER_THAN_OR_EQUAL_TO QuestionnaireItemOperatorCode_Value = 6
	QuestionnaireItemOperatorCode_LESS_THAN_OR_EQUAL_TO    QuestionnaireItemOperatorCode_Value = 7
)

func (QuestionnaireItemOperatorCode_Value) Descriptor

func (QuestionnaireItemOperatorCode_Value) Enum

func (QuestionnaireItemOperatorCode_Value) EnumDescriptor deprecated

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

Deprecated: Use QuestionnaireItemOperatorCode_Value.Descriptor instead.

func (QuestionnaireItemOperatorCode_Value) Number

func (QuestionnaireItemOperatorCode_Value) String

func (QuestionnaireItemOperatorCode_Value) Type

type QuestionnaireItemTypeCode

type QuestionnaireItemTypeCode struct {
	// contains filtered or unexported fields
}

Distinguishes groups from questions and display text and indicates data type for questions. See http://hl7.org/fhir/item-type

func (*QuestionnaireItemTypeCode) Descriptor deprecated

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

Deprecated: Use QuestionnaireItemTypeCode.ProtoReflect.Descriptor instead.

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 QuestionnaireItemUsageModeCode

type QuestionnaireItemUsageModeCode struct {
	// contains filtered or unexported fields
}

Identifies the modes of usage of a questionnaire that should enable a particular questionnaire item. See http://terminology.hl7.org/CodeSystem/questionnaire-usage-mode

func (*QuestionnaireItemUsageModeCode) Descriptor deprecated

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

Deprecated: Use QuestionnaireItemUsageModeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

Lifecycle status of the questionnaire response. See http://hl7.org/fhir/questionnaire-answers-status

func (*QuestionnaireResponseStatusCode) Descriptor deprecated

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

Deprecated: Use QuestionnaireResponseStatusCode.ProtoReflect.Descriptor instead.

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 ReferenceHandlingPolicyCode

type ReferenceHandlingPolicyCode struct {
	// contains filtered or unexported fields
}

A set of flags that defines how references are supported. See http://hl7.org/fhir/reference-handling-policy

func (*ReferenceHandlingPolicyCode) Descriptor deprecated

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

Deprecated: Use ReferenceHandlingPolicyCode.ProtoReflect.Descriptor instead.

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 {
	// 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/reference-version-rules

func (*ReferenceVersionRulesCode) Descriptor deprecated

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

Deprecated: Use ReferenceVersionRulesCode.ProtoReflect.Descriptor instead.

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 RelatedArtifactTypeCode

type RelatedArtifactTypeCode struct {
	// contains filtered or unexported fields
}

The type of relationship to the related artifact. See http://hl7.org/fhir/related-artifact-type

func (*RelatedArtifactTypeCode) Descriptor deprecated

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

Deprecated: Use RelatedArtifactTypeCode.ProtoReflect.Descriptor instead.

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 RemittanceOutcomeCode

type RemittanceOutcomeCode struct {
	// contains filtered or unexported fields
}

The outcome of the processing. See http://hl7.org/fhir/remittance-outcome

func (*RemittanceOutcomeCode) Descriptor deprecated

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

Deprecated: Use RemittanceOutcomeCode.ProtoReflect.Descriptor instead.

func (*RemittanceOutcomeCode) ProtoMessage

func (*RemittanceOutcomeCode) ProtoMessage()

func (*RemittanceOutcomeCode) ProtoReflect

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

func (*RemittanceOutcomeCode) Reset

func (x *RemittanceOutcomeCode) Reset()

func (*RemittanceOutcomeCode) String

func (x *RemittanceOutcomeCode) String() string

type RemittanceOutcomeCode_Value

type RemittanceOutcomeCode_Value int32
const (
	RemittanceOutcomeCode_INVALID_UNINITIALIZED RemittanceOutcomeCode_Value = 0
	RemittanceOutcomeCode_COMPLETE              RemittanceOutcomeCode_Value = 1
	RemittanceOutcomeCode_ERROR                 RemittanceOutcomeCode_Value = 2
	RemittanceOutcomeCode_PARTIAL               RemittanceOutcomeCode_Value = 3
)

func (RemittanceOutcomeCode_Value) Descriptor

func (RemittanceOutcomeCode_Value) Enum

func (RemittanceOutcomeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use RemittanceOutcomeCode_Value.Descriptor instead.

func (RemittanceOutcomeCode_Value) Number

func (RemittanceOutcomeCode_Value) String

func (RemittanceOutcomeCode_Value) Type

type RepositoryTypeCode

type RepositoryTypeCode struct {
	// contains filtered or unexported fields
}

Type for access of external URI. See http://hl7.org/fhir/repository-type

func (*RepositoryTypeCode) Descriptor deprecated

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

Deprecated: Use RepositoryTypeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

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

func (*RequestIntentCode) Descriptor deprecated

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

Deprecated: Use RequestIntentCode.ProtoReflect.Descriptor instead.

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_DIRECTIVE             RequestIntentCode_Value = 3
	RequestIntentCode_ORDER                 RequestIntentCode_Value = 4
	RequestIntentCode_ORIGINAL_ORDER        RequestIntentCode_Value = 5
	RequestIntentCode_REFLEX_ORDER          RequestIntentCode_Value = 6
	RequestIntentCode_FILLER_ORDER          RequestIntentCode_Value = 7
	RequestIntentCode_INSTANCE_ORDER        RequestIntentCode_Value = 8
	RequestIntentCode_OPTION                RequestIntentCode_Value = 9
)

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 {
	// contains filtered or unexported fields
}

Identifies the level of importance to be assigned to actioning the request. See http://hl7.org/fhir/request-priority

func (*RequestPriorityCode) Descriptor deprecated

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

Deprecated: Use RequestPriorityCode.ProtoReflect.Descriptor instead.

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 RequestResourceTypeCode

type RequestResourceTypeCode struct {
	// contains filtered or unexported fields
}

A list of all the request resource types defined in this version of the FHIR specification. See http://hl7.org/fhir/request-resource-types

func (*RequestResourceTypeCode) Descriptor deprecated

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

Deprecated: Use RequestResourceTypeCode.ProtoReflect.Descriptor instead.

func (*RequestResourceTypeCode) ProtoMessage

func (*RequestResourceTypeCode) ProtoMessage()

func (*RequestResourceTypeCode) ProtoReflect

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

func (*RequestResourceTypeCode) Reset

func (x *RequestResourceTypeCode) Reset()

func (*RequestResourceTypeCode) String

func (x *RequestResourceTypeCode) String() string

type RequestResourceTypeCode_Value

type RequestResourceTypeCode_Value int32
const (
	RequestResourceTypeCode_INVALID_UNINITIALIZED       RequestResourceTypeCode_Value = 0
	RequestResourceTypeCode_APPOINTMENT                 RequestResourceTypeCode_Value = 1
	RequestResourceTypeCode_APPOINTMENT_RESPONSE        RequestResourceTypeCode_Value = 2
	RequestResourceTypeCode_CARE_PLAN                   RequestResourceTypeCode_Value = 3
	RequestResourceTypeCode_CLAIM                       RequestResourceTypeCode_Value = 4
	RequestResourceTypeCode_COMMUNICATION_REQUEST       RequestResourceTypeCode_Value = 5
	RequestResourceTypeCode_CONTRACT                    RequestResourceTypeCode_Value = 6
	RequestResourceTypeCode_DEVICE_REQUEST              RequestResourceTypeCode_Value = 7
	RequestResourceTypeCode_ENROLLMENT_REQUEST          RequestResourceTypeCode_Value = 8
	RequestResourceTypeCode_IMMUNIZATION_RECOMMENDATION RequestResourceTypeCode_Value = 9
	RequestResourceTypeCode_MEDICATION_REQUEST          RequestResourceTypeCode_Value = 10
	RequestResourceTypeCode_NUTRITION_ORDER             RequestResourceTypeCode_Value = 11
	RequestResourceTypeCode_SERVICE_REQUEST             RequestResourceTypeCode_Value = 12
	RequestResourceTypeCode_SUPPLY_REQUEST              RequestResourceTypeCode_Value = 13
	RequestResourceTypeCode_TASK                        RequestResourceTypeCode_Value = 14
	RequestResourceTypeCode_VISION_PRESCRIPTION         RequestResourceTypeCode_Value = 15
)

func (RequestResourceTypeCode_Value) Descriptor

func (RequestResourceTypeCode_Value) Enum

func (RequestResourceTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use RequestResourceTypeCode_Value.Descriptor instead.

func (RequestResourceTypeCode_Value) Number

func (RequestResourceTypeCode_Value) String

func (RequestResourceTypeCode_Value) Type

type RequestStatusCode

type RequestStatusCode struct {
	// contains filtered or unexported fields
}

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

func (*RequestStatusCode) Descriptor deprecated

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

Deprecated: Use RequestStatusCode.ProtoReflect.Descriptor instead.

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_ON_HOLD               RequestStatusCode_Value = 3
	RequestStatusCode_REVOKED               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 {
	// contains filtered or unexported fields
}

Codes that convey the current status of the research study. See http://hl7.org/fhir/research-study-status

func (*ResearchStudyStatusCode) Descriptor deprecated

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

Deprecated: Use ResearchStudyStatusCode.ProtoReflect.Descriptor instead.

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_ACTIVE                                         ResearchStudyStatusCode_Value = 1
	ResearchStudyStatusCode_ADMINISTRATIVELY_COMPLETED                     ResearchStudyStatusCode_Value = 2
	ResearchStudyStatusCode_APPROVED                                       ResearchStudyStatusCode_Value = 3
	ResearchStudyStatusCode_CLOSED_TO_ACCRUAL                              ResearchStudyStatusCode_Value = 4
	ResearchStudyStatusCode_CLOSED_TO_ACCRUAL_AND_INTERVENTION             ResearchStudyStatusCode_Value = 5
	ResearchStudyStatusCode_COMPLETED                                      ResearchStudyStatusCode_Value = 6
	ResearchStudyStatusCode_DISAPPROVED                                    ResearchStudyStatusCode_Value = 7
	ResearchStudyStatusCode_IN_REVIEW                                      ResearchStudyStatusCode_Value = 8
	ResearchStudyStatusCode_TEMPORARILY_CLOSED_TO_ACCRUAL                  ResearchStudyStatusCode_Value = 9
	ResearchStudyStatusCode_TEMPORARILY_CLOSED_TO_ACCRUAL_AND_INTERVENTION ResearchStudyStatusCode_Value = 10
	ResearchStudyStatusCode_WITHDRAWN                                      ResearchStudyStatusCode_Value = 11
)

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 {
	// contains filtered or unexported fields
}

Indicates the progression of a study subject through a study. See http://hl7.org/fhir/research-subject-status

func (*ResearchSubjectStatusCode) Descriptor deprecated

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

Deprecated: Use ResearchSubjectStatusCode.ProtoReflect.Descriptor instead.

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_ELIGIBLE              ResearchSubjectStatusCode_Value = 2
	ResearchSubjectStatusCode_FOLLOW_UP             ResearchSubjectStatusCode_Value = 3
	ResearchSubjectStatusCode_INELIGIBLE            ResearchSubjectStatusCode_Value = 4
	ResearchSubjectStatusCode_NOT_REGISTERED        ResearchSubjectStatusCode_Value = 5
	ResearchSubjectStatusCode_OFF_STUDY             ResearchSubjectStatusCode_Value = 6
	ResearchSubjectStatusCode_ON_STUDY              ResearchSubjectStatusCode_Value = 7
	ResearchSubjectStatusCode_ON_STUDY_INTERVENTION ResearchSubjectStatusCode_Value = 8
	ResearchSubjectStatusCode_ON_STUDY_OBSERVATION  ResearchSubjectStatusCode_Value = 9
	ResearchSubjectStatusCode_PENDING_ON_STUDY      ResearchSubjectStatusCode_Value = 10
	ResearchSubjectStatusCode_POTENTIAL_CANDIDATE   ResearchSubjectStatusCode_Value = 11
	ResearchSubjectStatusCode_SCREENING             ResearchSubjectStatusCode_Value = 12
	ResearchSubjectStatusCode_WITHDRAWN             ResearchSubjectStatusCode_Value = 13
)

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 ResourceSecurityCategoryCode

type ResourceSecurityCategoryCode struct {
	// contains filtered or unexported fields
}

Provides general guidance around the kind of access Control to Read, Search, Create, Update, or Delete a resource. See http://terminology.hl7.org/CodeSystem/resource-security-category

func (*ResourceSecurityCategoryCode) Descriptor deprecated

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

Deprecated: Use ResourceSecurityCategoryCode.ProtoReflect.Descriptor instead.

func (*ResourceSecurityCategoryCode) ProtoMessage

func (*ResourceSecurityCategoryCode) ProtoMessage()

func (*ResourceSecurityCategoryCode) ProtoReflect

func (*ResourceSecurityCategoryCode) Reset

func (x *ResourceSecurityCategoryCode) Reset()

func (*ResourceSecurityCategoryCode) String

type ResourceSecurityCategoryCode_Value

type ResourceSecurityCategoryCode_Value int32
const (
	ResourceSecurityCategoryCode_INVALID_UNINITIALIZED ResourceSecurityCategoryCode_Value = 0
	ResourceSecurityCategoryCode_ANONYMOUS             ResourceSecurityCategoryCode_Value = 1
	ResourceSecurityCategoryCode_BUSINESS              ResourceSecurityCategoryCode_Value = 2
	ResourceSecurityCategoryCode_INDIVIDUAL            ResourceSecurityCategoryCode_Value = 3
	ResourceSecurityCategoryCode_PATIENT               ResourceSecurityCategoryCode_Value = 4
	ResourceSecurityCategoryCode_NOT_CLASSIFIED        ResourceSecurityCategoryCode_Value = 5
)

func (ResourceSecurityCategoryCode_Value) Descriptor

func (ResourceSecurityCategoryCode_Value) Enum

func (ResourceSecurityCategoryCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ResourceSecurityCategoryCode_Value.Descriptor instead.

func (ResourceSecurityCategoryCode_Value) Number

func (ResourceSecurityCategoryCode_Value) String

func (ResourceSecurityCategoryCode_Value) Type

type ResourceTypeCode

type ResourceTypeCode struct {
	// contains filtered or unexported fields
}

One of the resource types defined as part of this version of FHIR. See http://hl7.org/fhir/resource-types

func (*ResourceTypeCode) Descriptor deprecated

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

Deprecated: Use ResourceTypeCode.ProtoReflect.Descriptor instead.

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_ADMINISTRABLE_PRODUCT_DEFINITION ResourceTypeCode_Value = 3
	ResourceTypeCode_ADVERSE_EVENT                    ResourceTypeCode_Value = 4
	ResourceTypeCode_ALLERGY_INTOLERANCE              ResourceTypeCode_Value = 5
	ResourceTypeCode_APPOINTMENT                      ResourceTypeCode_Value = 6
	ResourceTypeCode_APPOINTMENT_RESPONSE             ResourceTypeCode_Value = 7
	ResourceTypeCode_AUDIT_EVENT                      ResourceTypeCode_Value = 8
	ResourceTypeCode_BASIC                            ResourceTypeCode_Value = 9
	ResourceTypeCode_BINARY                           ResourceTypeCode_Value = 10
	ResourceTypeCode_BIOLOGICALLY_DERIVED_PRODUCT     ResourceTypeCode_Value = 11
	ResourceTypeCode_BODY_STRUCTURE                   ResourceTypeCode_Value = 12
	ResourceTypeCode_BUNDLE                           ResourceTypeCode_Value = 13
	ResourceTypeCode_CAPABILITY_STATEMENT             ResourceTypeCode_Value = 14
	ResourceTypeCode_CAPABILITY_STATEMENT2            ResourceTypeCode_Value = 15
	ResourceTypeCode_CARE_PLAN                        ResourceTypeCode_Value = 16
	ResourceTypeCode_CARE_TEAM                        ResourceTypeCode_Value = 17
	ResourceTypeCode_CATALOG_ENTRY                    ResourceTypeCode_Value = 18
	ResourceTypeCode_CHARGE_ITEM                      ResourceTypeCode_Value = 19
	ResourceTypeCode_CHARGE_ITEM_DEFINITION           ResourceTypeCode_Value = 20
	ResourceTypeCode_CLAIM                            ResourceTypeCode_Value = 21
	ResourceTypeCode_CLAIM_RESPONSE                   ResourceTypeCode_Value = 22
	ResourceTypeCode_CLINICAL_IMPRESSION              ResourceTypeCode_Value = 23
	ResourceTypeCode_CLINICAL_USE_ISSUE               ResourceTypeCode_Value = 24
	ResourceTypeCode_CODE_SYSTEM                      ResourceTypeCode_Value = 25
	ResourceTypeCode_COMMUNICATION                    ResourceTypeCode_Value = 26
	ResourceTypeCode_COMMUNICATION_REQUEST            ResourceTypeCode_Value = 27
	ResourceTypeCode_COMPARTMENT_DEFINITION           ResourceTypeCode_Value = 28
	ResourceTypeCode_COMPOSITION                      ResourceTypeCode_Value = 29
	ResourceTypeCode_CONCEPT_MAP                      ResourceTypeCode_Value = 30
	ResourceTypeCode_CONDITION                        ResourceTypeCode_Value = 31
	ResourceTypeCode_CONDITION_DEFINITION             ResourceTypeCode_Value = 32
	ResourceTypeCode_CONSENT                          ResourceTypeCode_Value = 33
	ResourceTypeCode_CONTRACT                         ResourceTypeCode_Value = 34
	ResourceTypeCode_COVERAGE                         ResourceTypeCode_Value = 35
	ResourceTypeCode_COVERAGE_ELIGIBILITY_REQUEST     ResourceTypeCode_Value = 36
	ResourceTypeCode_COVERAGE_ELIGIBILITY_RESPONSE    ResourceTypeCode_Value = 37
	ResourceTypeCode_DETECTED_ISSUE                   ResourceTypeCode_Value = 38
	ResourceTypeCode_DEVICE                           ResourceTypeCode_Value = 39
	ResourceTypeCode_DEVICE_DEFINITION                ResourceTypeCode_Value = 40
	ResourceTypeCode_DEVICE_METRIC                    ResourceTypeCode_Value = 41
	ResourceTypeCode_DEVICE_REQUEST                   ResourceTypeCode_Value = 42
	ResourceTypeCode_DEVICE_USE_STATEMENT             ResourceTypeCode_Value = 43
	ResourceTypeCode_DIAGNOSTIC_REPORT                ResourceTypeCode_Value = 44
	ResourceTypeCode_DOCUMENT_MANIFEST                ResourceTypeCode_Value = 45
	ResourceTypeCode_DOCUMENT_REFERENCE               ResourceTypeCode_Value = 46
	ResourceTypeCode_DOMAIN_RESOURCE                  ResourceTypeCode_Value = 47
	ResourceTypeCode_ENCOUNTER                        ResourceTypeCode_Value = 48
	ResourceTypeCode_ENDPOINT                         ResourceTypeCode_Value = 49
	ResourceTypeCode_ENROLLMENT_REQUEST               ResourceTypeCode_Value = 50
	ResourceTypeCode_ENROLLMENT_RESPONSE              ResourceTypeCode_Value = 51
	ResourceTypeCode_EPISODE_OF_CARE                  ResourceTypeCode_Value = 52
	ResourceTypeCode_EVENT_DEFINITION                 ResourceTypeCode_Value = 53
	ResourceTypeCode_EVIDENCE                         ResourceTypeCode_Value = 54
	ResourceTypeCode_EVIDENCE_VARIABLE                ResourceTypeCode_Value = 55
	ResourceTypeCode_EXAMPLE_SCENARIO                 ResourceTypeCode_Value = 56
	ResourceTypeCode_EXPLANATION_OF_BENEFIT           ResourceTypeCode_Value = 57
	ResourceTypeCode_FAMILY_MEMBER_HISTORY            ResourceTypeCode_Value = 58
	ResourceTypeCode_FLAG                             ResourceTypeCode_Value = 59
	ResourceTypeCode_GOAL                             ResourceTypeCode_Value = 60
	ResourceTypeCode_GRAPH_DEFINITION                 ResourceTypeCode_Value = 61
	ResourceTypeCode_GROUP                            ResourceTypeCode_Value = 62
	ResourceTypeCode_GUIDANCE_RESPONSE                ResourceTypeCode_Value = 63
	ResourceTypeCode_HEALTHCARE_SERVICE               ResourceTypeCode_Value = 64
	ResourceTypeCode_IMAGING_STUDY                    ResourceTypeCode_Value = 65
	ResourceTypeCode_IMMUNIZATION                     ResourceTypeCode_Value = 66
	ResourceTypeCode_IMMUNIZATION_EVALUATION          ResourceTypeCode_Value = 67
	ResourceTypeCode_IMMUNIZATION_RECOMMENDATION      ResourceTypeCode_Value = 68
	ResourceTypeCode_IMPLEMENTATION_GUIDE             ResourceTypeCode_Value = 69
	ResourceTypeCode_INGREDIENT                       ResourceTypeCode_Value = 70
	ResourceTypeCode_INSURANCE_PLAN                   ResourceTypeCode_Value = 71
	ResourceTypeCode_INVOICE                          ResourceTypeCode_Value = 72
	ResourceTypeCode_LIBRARY                          ResourceTypeCode_Value = 73
	ResourceTypeCode_LINKAGE                          ResourceTypeCode_Value = 74
	ResourceTypeCode_LIST                             ResourceTypeCode_Value = 75
	ResourceTypeCode_LOCATION                         ResourceTypeCode_Value = 76
	ResourceTypeCode_MANUFACTURED_ITEM_DEFINITION     ResourceTypeCode_Value = 77
	ResourceTypeCode_MEASURE                          ResourceTypeCode_Value = 78
	ResourceTypeCode_MEASURE_REPORT                   ResourceTypeCode_Value = 79
	ResourceTypeCode_MEDICATION                       ResourceTypeCode_Value = 80
	ResourceTypeCode_MEDICATION_ADMINISTRATION        ResourceTypeCode_Value = 81
	ResourceTypeCode_MEDICATION_DISPENSE              ResourceTypeCode_Value = 82
	ResourceTypeCode_MEDICATION_KNOWLEDGE             ResourceTypeCode_Value = 83
	ResourceTypeCode_MEDICATION_REQUEST               ResourceTypeCode_Value = 84
	ResourceTypeCode_MEDICATION_USAGE                 ResourceTypeCode_Value = 85
	ResourceTypeCode_MEDICINAL_PRODUCT_DEFINITION     ResourceTypeCode_Value = 86
	ResourceTypeCode_MESSAGE_DEFINITION               ResourceTypeCode_Value = 87
	ResourceTypeCode_MESSAGE_HEADER                   ResourceTypeCode_Value = 88
	ResourceTypeCode_MOLECULAR_SEQUENCE               ResourceTypeCode_Value = 89
	ResourceTypeCode_NAMING_SYSTEM                    ResourceTypeCode_Value = 90
	ResourceTypeCode_NUTRITION_INTAKE                 ResourceTypeCode_Value = 91
	ResourceTypeCode_NUTRITION_ORDER                  ResourceTypeCode_Value = 92
	ResourceTypeCode_OBSERVATION                      ResourceTypeCode_Value = 93
	ResourceTypeCode_OBSERVATION_DEFINITION           ResourceTypeCode_Value = 94
	ResourceTypeCode_OPERATION_DEFINITION             ResourceTypeCode_Value = 95
	ResourceTypeCode_OPERATION_OUTCOME                ResourceTypeCode_Value = 96
	ResourceTypeCode_ORGANIZATION                     ResourceTypeCode_Value = 97
	ResourceTypeCode_ORGANIZATION_AFFILIATION         ResourceTypeCode_Value = 98
	ResourceTypeCode_PACKAGED_PRODUCT_DEFINITION      ResourceTypeCode_Value = 99
	ResourceTypeCode_PARAMETERS                       ResourceTypeCode_Value = 100
	ResourceTypeCode_PATIENT                          ResourceTypeCode_Value = 101
	ResourceTypeCode_PAYMENT_NOTICE                   ResourceTypeCode_Value = 102
	ResourceTypeCode_PAYMENT_RECONCILIATION           ResourceTypeCode_Value = 103
	ResourceTypeCode_PERSON                           ResourceTypeCode_Value = 104
	ResourceTypeCode_PLAN_DEFINITION                  ResourceTypeCode_Value = 105
	ResourceTypeCode_PRACTITIONER                     ResourceTypeCode_Value = 106
	ResourceTypeCode_PRACTITIONER_ROLE                ResourceTypeCode_Value = 107
	ResourceTypeCode_PROCEDURE                        ResourceTypeCode_Value = 108
	ResourceTypeCode_PROVENANCE                       ResourceTypeCode_Value = 109
	ResourceTypeCode_QUESTIONNAIRE                    ResourceTypeCode_Value = 110
	ResourceTypeCode_QUESTIONNAIRE_RESPONSE           ResourceTypeCode_Value = 111
	ResourceTypeCode_REGULATED_AUTHORIZATION          ResourceTypeCode_Value = 112
	ResourceTypeCode_RELATED_PERSON                   ResourceTypeCode_Value = 113
	ResourceTypeCode_REQUEST_GROUP                    ResourceTypeCode_Value = 114
	ResourceTypeCode_RESEARCH_STUDY                   ResourceTypeCode_Value = 115
	ResourceTypeCode_RESEARCH_SUBJECT                 ResourceTypeCode_Value = 116
	ResourceTypeCode_RESOURCE                         ResourceTypeCode_Value = 117
	ResourceTypeCode_RISK_ASSESSMENT                  ResourceTypeCode_Value = 118
	ResourceTypeCode_SCHEDULE                         ResourceTypeCode_Value = 119
	ResourceTypeCode_SEARCH_PARAMETER                 ResourceTypeCode_Value = 120
	ResourceTypeCode_SERVICE_REQUEST                  ResourceTypeCode_Value = 121
	ResourceTypeCode_SLOT                             ResourceTypeCode_Value = 122
	ResourceTypeCode_SPECIMEN                         ResourceTypeCode_Value = 123
	ResourceTypeCode_SPECIMEN_DEFINITION              ResourceTypeCode_Value = 124
	ResourceTypeCode_STRUCTURE_DEFINITION             ResourceTypeCode_Value = 125
	ResourceTypeCode_STRUCTURE_MAP                    ResourceTypeCode_Value = 126
	ResourceTypeCode_SUBSCRIPTION                     ResourceTypeCode_Value = 127
	ResourceTypeCode_SUBSTANCE                        ResourceTypeCode_Value = 128
	ResourceTypeCode_SUBSTANCE_DEFINITION             ResourceTypeCode_Value = 129
	ResourceTypeCode_SUBSTANCE_NUCLEIC_ACID           ResourceTypeCode_Value = 130
	ResourceTypeCode_SUBSTANCE_POLYMER                ResourceTypeCode_Value = 131
	ResourceTypeCode_SUBSTANCE_PROTEIN                ResourceTypeCode_Value = 132
	ResourceTypeCode_SUBSTANCE_REFERENCE_INFORMATION  ResourceTypeCode_Value = 133
	ResourceTypeCode_SUBSTANCE_SOURCE_MATERIAL        ResourceTypeCode_Value = 134
	ResourceTypeCode_SUPPLY_DELIVERY                  ResourceTypeCode_Value = 135
	ResourceTypeCode_SUPPLY_REQUEST                   ResourceTypeCode_Value = 136
	ResourceTypeCode_TASK                             ResourceTypeCode_Value = 137
	ResourceTypeCode_TERMINOLOGY_CAPABILITIES         ResourceTypeCode_Value = 138
	ResourceTypeCode_TEST_REPORT                      ResourceTypeCode_Value = 139
	ResourceTypeCode_TEST_SCRIPT                      ResourceTypeCode_Value = 140
	ResourceTypeCode_TOPIC                            ResourceTypeCode_Value = 141
	ResourceTypeCode_VALUE_SET                        ResourceTypeCode_Value = 142
	ResourceTypeCode_VERIFICATION_RESULT              ResourceTypeCode_Value = 143
	ResourceTypeCode_VISION_PRESCRIPTION              ResourceTypeCode_Value = 144
)

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 ResourceVersionPolicyCode

type ResourceVersionPolicyCode struct {
	// contains filtered or unexported fields
}

How the system supports versioning for a resource. See http://hl7.org/fhir/versioning-policy

func (*ResourceVersionPolicyCode) Descriptor deprecated

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

Deprecated: Use ResourceVersionPolicyCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

The kind of response to a message. See http://hl7.org/fhir/response-code

func (*ResponseTypeCode) Descriptor deprecated

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

Deprecated: Use ResponseTypeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

The mode of a RESTful capability statement. See http://hl7.org/fhir/restful-capability-mode

func (*RestfulCapabilityModeCode) Descriptor deprecated

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

Deprecated: Use RestfulCapabilityModeCode.ProtoReflect.Descriptor instead.

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 SPDXLicenseCode

type SPDXLicenseCode struct {
	// contains filtered or unexported fields
}

The license that applies to an Implementation Guide (using an SPDX license Identifiers, or 'not-open-source'). The binding is required but new SPDX license Identifiers are allowed to be used (https://spdx.org/licenses/). See http://hl7.org/fhir/spdx-license

func (*SPDXLicenseCode) Descriptor deprecated

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

Deprecated: Use SPDXLicenseCode.ProtoReflect.Descriptor instead.

func (*SPDXLicenseCode) ProtoMessage

func (*SPDXLicenseCode) ProtoMessage()

func (*SPDXLicenseCode) ProtoReflect

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

func (*SPDXLicenseCode) Reset

func (x *SPDXLicenseCode) Reset()

func (*SPDXLicenseCode) String

func (x *SPDXLicenseCode) String() string

type SPDXLicenseCode_Value

type SPDXLicenseCode_Value int32
const (
	SPDXLicenseCode_INVALID_UNINITIALIZED                SPDXLicenseCode_Value = 0
	SPDXLicenseCode_NOT_OPEN_SOURCE                      SPDXLicenseCode_Value = 1
	SPDXLicenseCode_BSD_ZERO_CLAUSE_LICENSE              SPDXLicenseCode_Value = 2
	SPDXLicenseCode_AAL                                  SPDXLicenseCode_Value = 3
	SPDXLicenseCode_ABSTYLES                             SPDXLicenseCode_Value = 4
	SPDXLicenseCode_ADOBE_2006                           SPDXLicenseCode_Value = 5
	SPDXLicenseCode_ADOBE_GLYPH                          SPDXLicenseCode_Value = 6
	SPDXLicenseCode_ADSL                                 SPDXLicenseCode_Value = 7
	SPDXLicenseCode_AFL_1_1                              SPDXLicenseCode_Value = 8
	SPDXLicenseCode_AFL_1_2                              SPDXLicenseCode_Value = 9
	SPDXLicenseCode_AFL_2_0                              SPDXLicenseCode_Value = 10
	SPDXLicenseCode_AFL_2_1                              SPDXLicenseCode_Value = 11
	SPDXLicenseCode_AFL_3_0                              SPDXLicenseCode_Value = 12
	SPDXLicenseCode_AFMPARSE                             SPDXLicenseCode_Value = 13
	SPDXLicenseCode_AGPL_1_0_ONLY                        SPDXLicenseCode_Value = 14
	SPDXLicenseCode_AGPL_1_0_OR_LATER                    SPDXLicenseCode_Value = 15
	SPDXLicenseCode_AGPL_3_0_ONLY                        SPDXLicenseCode_Value = 16
	SPDXLicenseCode_AGPL_3_0_OR_LATER                    SPDXLicenseCode_Value = 17
	SPDXLicenseCode_ALADDIN                              SPDXLicenseCode_Value = 18
	SPDXLicenseCode_AMDPLPA                              SPDXLicenseCode_Value = 19
	SPDXLicenseCode_AML                                  SPDXLicenseCode_Value = 20
	SPDXLicenseCode_AMPAS                                SPDXLicenseCode_Value = 21
	SPDXLicenseCode_ANTLR_PD                             SPDXLicenseCode_Value = 22
	SPDXLicenseCode_APACHE_1_0                           SPDXLicenseCode_Value = 23
	SPDXLicenseCode_APACHE_1_1                           SPDXLicenseCode_Value = 24
	SPDXLicenseCode_APACHE_2_0                           SPDXLicenseCode_Value = 25
	SPDXLicenseCode_APAFML                               SPDXLicenseCode_Value = 26
	SPDXLicenseCode_APL_1_0                              SPDXLicenseCode_Value = 27
	SPDXLicenseCode_APSL_1_0                             SPDXLicenseCode_Value = 28
	SPDXLicenseCode_APSL_1_1                             SPDXLicenseCode_Value = 29
	SPDXLicenseCode_APSL_1_2                             SPDXLicenseCode_Value = 30
	SPDXLicenseCode_APSL_2_0                             SPDXLicenseCode_Value = 31
	SPDXLicenseCode_ARTISTIC_1_0_CL8                     SPDXLicenseCode_Value = 32
	SPDXLicenseCode_ARTISTIC_1_0_PERL                    SPDXLicenseCode_Value = 33
	SPDXLicenseCode_ARTISTIC_1_0                         SPDXLicenseCode_Value = 34
	SPDXLicenseCode_ARTISTIC_2_0                         SPDXLicenseCode_Value = 35
	SPDXLicenseCode_BAHYPH                               SPDXLicenseCode_Value = 36
	SPDXLicenseCode_BARR                                 SPDXLicenseCode_Value = 37
	SPDXLicenseCode_BEERWARE                             SPDXLicenseCode_Value = 38
	SPDXLicenseCode_BIT_TORRENT_1_0                      SPDXLicenseCode_Value = 39
	SPDXLicenseCode_BIT_TORRENT_1_1                      SPDXLicenseCode_Value = 40
	SPDXLicenseCode_BORCEUX                              SPDXLicenseCode_Value = 41
	SPDXLicenseCode_BSD_1_CLAUSE                         SPDXLicenseCode_Value = 42
	SPDXLicenseCode_BSD_2_CLAUSE_FREE_BSD                SPDXLicenseCode_Value = 43
	SPDXLicenseCode_BSD_2_CLAUSE_NET_BSD                 SPDXLicenseCode_Value = 44
	SPDXLicenseCode_BSD_2_CLAUSE_PATENT                  SPDXLicenseCode_Value = 45
	SPDXLicenseCode_BSD_2_CLAUSE                         SPDXLicenseCode_Value = 46
	SPDXLicenseCode_BSD_3_CLAUSE_ATTRIBUTION             SPDXLicenseCode_Value = 47
	SPDXLicenseCode_BSD_3_CLAUSE_CLEAR                   SPDXLicenseCode_Value = 48
	SPDXLicenseCode_BSD_3_CLAUSE_LBNL                    SPDXLicenseCode_Value = 49
	SPDXLicenseCode_BSD_3_CLAUSE_NO_NUCLEAR_LICENSE_2014 SPDXLicenseCode_Value = 50
	SPDXLicenseCode_BSD_3_CLAUSE_NO_NUCLEAR_LICENSE      SPDXLicenseCode_Value = 51
	SPDXLicenseCode_BSD_3_CLAUSE_NO_NUCLEAR_WARRANTY     SPDXLicenseCode_Value = 52
	SPDXLicenseCode_BSD_3_CLAUSE                         SPDXLicenseCode_Value = 53
	SPDXLicenseCode_BSD_4_CLAUSE_UC                      SPDXLicenseCode_Value = 54
	SPDXLicenseCode_BSD_4_CLAUSE                         SPDXLicenseCode_Value = 55
	SPDXLicenseCode_BSD_PROTECTION                       SPDXLicenseCode_Value = 56
	SPDXLicenseCode_BSD_SOURCE_CODE                      SPDXLicenseCode_Value = 57
	SPDXLicenseCode_BSL_1_0                              SPDXLicenseCode_Value = 58
	SPDXLicenseCode_BZIP2_1_0_5                          SPDXLicenseCode_Value = 59
	SPDXLicenseCode_BZIP2_1_0_6                          SPDXLicenseCode_Value = 60
	SPDXLicenseCode_CALDERA                              SPDXLicenseCode_Value = 61
	SPDXLicenseCode_CATOSL_1_1                           SPDXLicenseCode_Value = 62
	SPDXLicenseCode_CC_BY_1_0                            SPDXLicenseCode_Value = 63
	SPDXLicenseCode_CC_BY_2_0                            SPDXLicenseCode_Value = 64
	SPDXLicenseCode_CC_BY_2_5                            SPDXLicenseCode_Value = 65
	SPDXLicenseCode_CC_BY_3_0                            SPDXLicenseCode_Value = 66
	SPDXLicenseCode_CC_BY_4_0                            SPDXLicenseCode_Value = 67
	SPDXLicenseCode_CC_BY_NC_1_0                         SPDXLicenseCode_Value = 68
	SPDXLicenseCode_CC_BY_NC_2_0                         SPDXLicenseCode_Value = 69
	SPDXLicenseCode_CC_BY_NC_2_5                         SPDXLicenseCode_Value = 70
	SPDXLicenseCode_CC_BY_NC_3_0                         SPDXLicenseCode_Value = 71
	SPDXLicenseCode_CC_BY_NC_4_0                         SPDXLicenseCode_Value = 72
	SPDXLicenseCode_CC_BY_NC_ND_1_0                      SPDXLicenseCode_Value = 73
	SPDXLicenseCode_CC_BY_NC_ND_2_0                      SPDXLicenseCode_Value = 74
	SPDXLicenseCode_CC_BY_NC_ND_2_5                      SPDXLicenseCode_Value = 75
	SPDXLicenseCode_CC_BY_NC_ND_3_0                      SPDXLicenseCode_Value = 76
	SPDXLicenseCode_CC_BY_NC_ND_4_0                      SPDXLicenseCode_Value = 77
	SPDXLicenseCode_CC_BY_NC_SA_1_0                      SPDXLicenseCode_Value = 78
	SPDXLicenseCode_CC_BY_NC_SA_2_0                      SPDXLicenseCode_Value = 79
	SPDXLicenseCode_CC_BY_NC_SA_2_5                      SPDXLicenseCode_Value = 80
	SPDXLicenseCode_CC_BY_NC_SA_3_0                      SPDXLicenseCode_Value = 81
	SPDXLicenseCode_CC_BY_NC_SA_4_0                      SPDXLicenseCode_Value = 82
	SPDXLicenseCode_CC_BY_ND_1_0                         SPDXLicenseCode_Value = 83
	SPDXLicenseCode_CC_BY_ND_2_0                         SPDXLicenseCode_Value = 84
	SPDXLicenseCode_CC_BY_ND_2_5                         SPDXLicenseCode_Value = 85
	SPDXLicenseCode_CC_BY_ND_3_0                         SPDXLicenseCode_Value = 86
	SPDXLicenseCode_CC_BY_ND_4_0                         SPDXLicenseCode_Value = 87
	SPDXLicenseCode_CC_BY_SA_1_0                         SPDXLicenseCode_Value = 88
	SPDXLicenseCode_CC_BY_SA_2_0                         SPDXLicenseCode_Value = 89
	SPDXLicenseCode_CC_BY_SA_2_5                         SPDXLicenseCode_Value = 90
	SPDXLicenseCode_CC_BY_SA_3_0                         SPDXLicenseCode_Value = 91
	SPDXLicenseCode_CC_BY_SA_4_0                         SPDXLicenseCode_Value = 92
	SPDXLicenseCode_CC0_1_0                              SPDXLicenseCode_Value = 93
	SPDXLicenseCode_CDDL_1_0                             SPDXLicenseCode_Value = 94
	SPDXLicenseCode_CDDL_1_1                             SPDXLicenseCode_Value = 95
	SPDXLicenseCode_CDLA_PERMISSIVE_1_0                  SPDXLicenseCode_Value = 96
	SPDXLicenseCode_CDLA_SHARING_1_0                     SPDXLicenseCode_Value = 97
	SPDXLicenseCode_CECILL_1_0                           SPDXLicenseCode_Value = 98
	SPDXLicenseCode_CECILL_1_1                           SPDXLicenseCode_Value = 99
	SPDXLicenseCode_CECILL_2_0                           SPDXLicenseCode_Value = 100
	SPDXLicenseCode_CECILL_2_1                           SPDXLicenseCode_Value = 101
	SPDXLicenseCode_CECILL_B                             SPDXLicenseCode_Value = 102
	SPDXLicenseCode_CECILL_C                             SPDXLicenseCode_Value = 103
	SPDXLicenseCode_CL_ARTISTIC                          SPDXLicenseCode_Value = 104
	SPDXLicenseCode_CNRI_JYTHON                          SPDXLicenseCode_Value = 105
	SPDXLicenseCode_CNRI_PYTHON_GPL_COMPATIBLE           SPDXLicenseCode_Value = 106
	SPDXLicenseCode_CNRI_PYTHON                          SPDXLicenseCode_Value = 107
	SPDXLicenseCode_CONDOR_1_1                           SPDXLicenseCode_Value = 108
	SPDXLicenseCode_CPAL_1_0                             SPDXLicenseCode_Value = 109
	SPDXLicenseCode_CPL_1_0                              SPDXLicenseCode_Value = 110
	SPDXLicenseCode_CPOL_1_02                            SPDXLicenseCode_Value = 111
	SPDXLicenseCode_CROSSWORD                            SPDXLicenseCode_Value = 112
	SPDXLicenseCode_CRYSTAL_STACKER                      SPDXLicenseCode_Value = 113
	SPDXLicenseCode_CUA_OPL_1_0                          SPDXLicenseCode_Value = 114
	SPDXLicenseCode_CUBE                                 SPDXLicenseCode_Value = 115
	SPDXLicenseCode_CURL                                 SPDXLicenseCode_Value = 116
	SPDXLicenseCode_D_FSL_1_0                            SPDXLicenseCode_Value = 117
	SPDXLicenseCode_DIFFMARK                             SPDXLicenseCode_Value = 118
	SPDXLicenseCode_DOC                                  SPDXLicenseCode_Value = 119
	SPDXLicenseCode_DOTSEQN                              SPDXLicenseCode_Value = 120
	SPDXLicenseCode_DSDP                                 SPDXLicenseCode_Value = 121
	SPDXLicenseCode_DVIPDFM                              SPDXLicenseCode_Value = 122
	SPDXLicenseCode_ECL_1_0                              SPDXLicenseCode_Value = 123
	SPDXLicenseCode_ECL_2_0                              SPDXLicenseCode_Value = 124
	SPDXLicenseCode_EFL_1_0                              SPDXLicenseCode_Value = 125
	SPDXLicenseCode_EFL_2_0                              SPDXLicenseCode_Value = 126
	SPDXLicenseCode_E_GENIX                              SPDXLicenseCode_Value = 127
	SPDXLicenseCode_ENTESSA                              SPDXLicenseCode_Value = 128
	SPDXLicenseCode_EPL_1_0                              SPDXLicenseCode_Value = 129
	SPDXLicenseCode_EPL_2_0                              SPDXLicenseCode_Value = 130
	SPDXLicenseCode_ERL_PL_1_1                           SPDXLicenseCode_Value = 131
	SPDXLicenseCode_EU_DATAGRID                          SPDXLicenseCode_Value = 132
	SPDXLicenseCode_EUPL_1_0                             SPDXLicenseCode_Value = 133
	SPDXLicenseCode_EUPL_1_1                             SPDXLicenseCode_Value = 134
	SPDXLicenseCode_EUPL_1_2                             SPDXLicenseCode_Value = 135
	SPDXLicenseCode_EUROSYM                              SPDXLicenseCode_Value = 136
	SPDXLicenseCode_FAIR                                 SPDXLicenseCode_Value = 137
	SPDXLicenseCode_FRAMEWORX_1_0                        SPDXLicenseCode_Value = 138
	SPDXLicenseCode_FREE_IMAGE                           SPDXLicenseCode_Value = 139
	SPDXLicenseCode_FSFAP                                SPDXLicenseCode_Value = 140
	SPDXLicenseCode_FSFUL                                SPDXLicenseCode_Value = 141
	SPDXLicenseCode_FSFULLR                              SPDXLicenseCode_Value = 142
	SPDXLicenseCode_FTL                                  SPDXLicenseCode_Value = 143
	SPDXLicenseCode_GFDL_1_1_ONLY                        SPDXLicenseCode_Value = 144
	SPDXLicenseCode_GFDL_1_1_OR_LATER                    SPDXLicenseCode_Value = 145
	SPDXLicenseCode_GFDL_1_2_ONLY                        SPDXLicenseCode_Value = 146
	SPDXLicenseCode_GFDL_1_2_OR_LATER                    SPDXLicenseCode_Value = 147
	SPDXLicenseCode_GFDL_1_3_ONLY                        SPDXLicenseCode_Value = 148
	SPDXLicenseCode_GFDL_1_3_OR_LATER                    SPDXLicenseCode_Value = 149
	SPDXLicenseCode_GIFTWARE                             SPDXLicenseCode_Value = 150
	SPDXLicenseCode_GL2PS                                SPDXLicenseCode_Value = 151
	SPDXLicenseCode_GLIDE                                SPDXLicenseCode_Value = 152
	SPDXLicenseCode_GLULXE                               SPDXLicenseCode_Value = 153
	SPDXLicenseCode_GNUPLOT                              SPDXLicenseCode_Value = 154
	SPDXLicenseCode_GPL_1_0_ONLY                         SPDXLicenseCode_Value = 155
	SPDXLicenseCode_GPL_1_0_OR_LATER                     SPDXLicenseCode_Value = 156
	SPDXLicenseCode_GPL_2_0_ONLY                         SPDXLicenseCode_Value = 157
	SPDXLicenseCode_GPL_2_0_OR_LATER                     SPDXLicenseCode_Value = 158
	SPDXLicenseCode_GPL_3_0_ONLY                         SPDXLicenseCode_Value = 159
	SPDXLicenseCode_GPL_3_0_OR_LATER                     SPDXLicenseCode_Value = 160
	SPDXLicenseCode_G_SOAP_1_3B                          SPDXLicenseCode_Value = 161
	SPDXLicenseCode_HASKELL_REPORT                       SPDXLicenseCode_Value = 162
	SPDXLicenseCode_HPND                                 SPDXLicenseCode_Value = 163
	SPDXLicenseCode_IBM_PIBS                             SPDXLicenseCode_Value = 164
	SPDXLicenseCode_ICU                                  SPDXLicenseCode_Value = 165
	SPDXLicenseCode_IJG                                  SPDXLicenseCode_Value = 166
	SPDXLicenseCode_IMAGE_MAGICK                         SPDXLicenseCode_Value = 167
	SPDXLicenseCode_I_MATIX                              SPDXLicenseCode_Value = 168
	SPDXLicenseCode_IMLIB2                               SPDXLicenseCode_Value = 169
	SPDXLicenseCode_INFO_ZIP                             SPDXLicenseCode_Value = 170
	SPDXLicenseCode_INTEL_ACPI                           SPDXLicenseCode_Value = 171
	SPDXLicenseCode_INTEL                                SPDXLicenseCode_Value = 172
	SPDXLicenseCode_INTERBASE_1_0                        SPDXLicenseCode_Value = 173
	SPDXLicenseCode_IPA                                  SPDXLicenseCode_Value = 174
	SPDXLicenseCode_IPL_1_0                              SPDXLicenseCode_Value = 175
	SPDXLicenseCode_ISC                                  SPDXLicenseCode_Value = 176
	SPDXLicenseCode_JAS_PER_2_0                          SPDXLicenseCode_Value = 177
	SPDXLicenseCode_JSON                                 SPDXLicenseCode_Value = 178
	SPDXLicenseCode_LAL_1_2                              SPDXLicenseCode_Value = 179
	SPDXLicenseCode_LAL_1_3                              SPDXLicenseCode_Value = 180
	SPDXLicenseCode_LATEX2E                              SPDXLicenseCode_Value = 181
	SPDXLicenseCode_LEPTONICA                            SPDXLicenseCode_Value = 182
	SPDXLicenseCode_LGPL_2_0_ONLY                        SPDXLicenseCode_Value = 183
	SPDXLicenseCode_LGPL_2_0_OR_LATER                    SPDXLicenseCode_Value = 184
	SPDXLicenseCode_LGPL_2_1_ONLY                        SPDXLicenseCode_Value = 185
	SPDXLicenseCode_LGPL_2_1_OR_LATER                    SPDXLicenseCode_Value = 186
	SPDXLicenseCode_LGPL_3_0_ONLY                        SPDXLicenseCode_Value = 187
	SPDXLicenseCode_LGPL_3_0_OR_LATER                    SPDXLicenseCode_Value = 188
	SPDXLicenseCode_LGPLLR                               SPDXLicenseCode_Value = 189
	SPDXLicenseCode_LIBPNG                               SPDXLicenseCode_Value = 190
	SPDXLicenseCode_LIBTIFF                              SPDXLicenseCode_Value = 191
	SPDXLicenseCode_LI_LI_Q_P_1_1                        SPDXLicenseCode_Value = 192
	SPDXLicenseCode_LI_LI_Q_R_1_1                        SPDXLicenseCode_Value = 193
	SPDXLicenseCode_LI_LI_Q_RPLUS_1_1                    SPDXLicenseCode_Value = 194
	SPDXLicenseCode_LINUX_OPEN_IB                        SPDXLicenseCode_Value = 195
	SPDXLicenseCode_LPL_1_0                              SPDXLicenseCode_Value = 196
	SPDXLicenseCode_LPL_1_02                             SPDXLicenseCode_Value = 197
	SPDXLicenseCode_LPPL_1_0                             SPDXLicenseCode_Value = 198
	SPDXLicenseCode_LPPL_1_1                             SPDXLicenseCode_Value = 199
	SPDXLicenseCode_LPPL_1_2                             SPDXLicenseCode_Value = 200
	SPDXLicenseCode_LPPL_1_3A                            SPDXLicenseCode_Value = 201
	SPDXLicenseCode_LPPL_1_3C                            SPDXLicenseCode_Value = 202
	SPDXLicenseCode_MAKE_INDEX                           SPDXLicenseCode_Value = 203
	SPDXLicenseCode_MIR_OS                               SPDXLicenseCode_Value = 204
	SPDXLicenseCode_MIT_0                                SPDXLicenseCode_Value = 205
	SPDXLicenseCode_MIT_ADVERTISING                      SPDXLicenseCode_Value = 206
	SPDXLicenseCode_MIT_CMU                              SPDXLicenseCode_Value = 207
	SPDXLicenseCode_MIT_ENNA                             SPDXLicenseCode_Value = 208
	SPDXLicenseCode_MIT_FEH                              SPDXLicenseCode_Value = 209
	SPDXLicenseCode_MIT                                  SPDXLicenseCode_Value = 210
	SPDXLicenseCode_MITNFA                               SPDXLicenseCode_Value = 211
	SPDXLicenseCode_MOTOSOTO                             SPDXLicenseCode_Value = 212
	SPDXLicenseCode_MPICH2                               SPDXLicenseCode_Value = 213
	SPDXLicenseCode_MPL_1_0                              SPDXLicenseCode_Value = 214
	SPDXLicenseCode_MPL_1_1                              SPDXLicenseCode_Value = 215
	SPDXLicenseCode_MPL_2_0_NO_COPYLEFT_EXCEPTION        SPDXLicenseCode_Value = 216
	SPDXLicenseCode_MPL_2_0                              SPDXLicenseCode_Value = 217
	SPDXLicenseCode_MS_PL                                SPDXLicenseCode_Value = 218
	SPDXLicenseCode_MS_RL                                SPDXLicenseCode_Value = 219
	SPDXLicenseCode_MTLL                                 SPDXLicenseCode_Value = 220
	SPDXLicenseCode_MULTICS                              SPDXLicenseCode_Value = 221
	SPDXLicenseCode_MUP                                  SPDXLicenseCode_Value = 222
	SPDXLicenseCode_NASA_1_3                             SPDXLicenseCode_Value = 223
	SPDXLicenseCode_NAUMEN                               SPDXLicenseCode_Value = 224
	SPDXLicenseCode_NBPL_1_0                             SPDXLicenseCode_Value = 225
	SPDXLicenseCode_NCSA                                 SPDXLicenseCode_Value = 226
	SPDXLicenseCode_NET_SNMP                             SPDXLicenseCode_Value = 227
	SPDXLicenseCode_NET_CDF                              SPDXLicenseCode_Value = 228
	SPDXLicenseCode_NEWSLETR                             SPDXLicenseCode_Value = 229
	SPDXLicenseCode_NGPL                                 SPDXLicenseCode_Value = 230
	SPDXLicenseCode_NLOD_1_0                             SPDXLicenseCode_Value = 231
	SPDXLicenseCode_NLPL                                 SPDXLicenseCode_Value = 232
	SPDXLicenseCode_NOKIA                                SPDXLicenseCode_Value = 233
	SPDXLicenseCode_NOSL                                 SPDXLicenseCode_Value = 234
	SPDXLicenseCode_NOWEB                                SPDXLicenseCode_Value = 235
	SPDXLicenseCode_NPL_1_0                              SPDXLicenseCode_Value = 236
	SPDXLicenseCode_NPL_1_1                              SPDXLicenseCode_Value = 237
	SPDXLicenseCode_NPOSL_3_0                            SPDXLicenseCode_Value = 238
	SPDXLicenseCode_NRL                                  SPDXLicenseCode_Value = 239
	SPDXLicenseCode_NTP                                  SPDXLicenseCode_Value = 240
	SPDXLicenseCode_OCCT_PL                              SPDXLicenseCode_Value = 241
	SPDXLicenseCode_OCLC_2_0                             SPDXLicenseCode_Value = 242
	SPDXLicenseCode_O_DB_L_1_0                           SPDXLicenseCode_Value = 243
	SPDXLicenseCode_OFL_1_0                              SPDXLicenseCode_Value = 244
	SPDXLicenseCode_OFL_1_1                              SPDXLicenseCode_Value = 245
	SPDXLicenseCode_OGTSL                                SPDXLicenseCode_Value = 246
	SPDXLicenseCode_OLDAP_1_1                            SPDXLicenseCode_Value = 247
	SPDXLicenseCode_OLDAP_1_2                            SPDXLicenseCode_Value = 248
	SPDXLicenseCode_OLDAP_1_3                            SPDXLicenseCode_Value = 249
	SPDXLicenseCode_OLDAP_1_4                            SPDXLicenseCode_Value = 250
	SPDXLicenseCode_OLDAP_2_0_1                          SPDXLicenseCode_Value = 251
	SPDXLicenseCode_OLDAP_2_0                            SPDXLicenseCode_Value = 252
	SPDXLicenseCode_OLDAP_2_1                            SPDXLicenseCode_Value = 253
	SPDXLicenseCode_OLDAP_2_2_1                          SPDXLicenseCode_Value = 254
	SPDXLicenseCode_OLDAP_2_2_2                          SPDXLicenseCode_Value = 255
	SPDXLicenseCode_OLDAP_2_2                            SPDXLicenseCode_Value = 256
	SPDXLicenseCode_OLDAP_2_3                            SPDXLicenseCode_Value = 257
	SPDXLicenseCode_OLDAP_2_4                            SPDXLicenseCode_Value = 258
	SPDXLicenseCode_OLDAP_2_5                            SPDXLicenseCode_Value = 259
	SPDXLicenseCode_OLDAP_2_6                            SPDXLicenseCode_Value = 260
	SPDXLicenseCode_OLDAP_2_7                            SPDXLicenseCode_Value = 261
	SPDXLicenseCode_OLDAP_2_8                            SPDXLicenseCode_Value = 262
	SPDXLicenseCode_OML                                  SPDXLicenseCode_Value = 263
	SPDXLicenseCode_OPEN_SSL                             SPDXLicenseCode_Value = 264
	SPDXLicenseCode_OPL_1_0                              SPDXLicenseCode_Value = 265
	SPDXLicenseCode_OSET_PL_2_1                          SPDXLicenseCode_Value = 266
	SPDXLicenseCode_OSL_1_0                              SPDXLicenseCode_Value = 267
	SPDXLicenseCode_OSL_1_1                              SPDXLicenseCode_Value = 268
	SPDXLicenseCode_OSL_2_0                              SPDXLicenseCode_Value = 269
	SPDXLicenseCode_OSL_2_1                              SPDXLicenseCode_Value = 270
	SPDXLicenseCode_OSL_3_0                              SPDXLicenseCode_Value = 271
	SPDXLicenseCode_PDDL_1_0                             SPDXLicenseCode_Value = 272
	SPDXLicenseCode_PHP_3_0                              SPDXLicenseCode_Value = 273
	SPDXLicenseCode_PHP_3_01                             SPDXLicenseCode_Value = 274
	SPDXLicenseCode_PLEXUS                               SPDXLicenseCode_Value = 275
	SPDXLicenseCode_POSTGRE_SQL                          SPDXLicenseCode_Value = 276
	SPDXLicenseCode_PSFRAG                               SPDXLicenseCode_Value = 277
	SPDXLicenseCode_PSUTILS                              SPDXLicenseCode_Value = 278
	SPDXLicenseCode_PYTHON_2_0                           SPDXLicenseCode_Value = 279
	SPDXLicenseCode_QHULL                                SPDXLicenseCode_Value = 280
	SPDXLicenseCode_QPL_1_0                              SPDXLicenseCode_Value = 281
	SPDXLicenseCode_RDISC                                SPDXLicenseCode_Value = 282
	SPDXLicenseCode_R_HE_COS_1_1                         SPDXLicenseCode_Value = 283
	SPDXLicenseCode_RPL_1_1                              SPDXLicenseCode_Value = 284
	SPDXLicenseCode_RPL_1_5                              SPDXLicenseCode_Value = 285
	SPDXLicenseCode_RPSL_1_0                             SPDXLicenseCode_Value = 286
	SPDXLicenseCode_RSA_MD                               SPDXLicenseCode_Value = 287
	SPDXLicenseCode_RSCPL                                SPDXLicenseCode_Value = 288
	SPDXLicenseCode_RUBY                                 SPDXLicenseCode_Value = 289
	SPDXLicenseCode_SAX_PD                               SPDXLicenseCode_Value = 290
	SPDXLicenseCode_SAXPATH                              SPDXLicenseCode_Value = 291
	SPDXLicenseCode_SCEA                                 SPDXLicenseCode_Value = 292
	SPDXLicenseCode_SENDMAIL                             SPDXLicenseCode_Value = 293
	SPDXLicenseCode_SGI_B_1_0                            SPDXLicenseCode_Value = 294
	SPDXLicenseCode_SGI_B_1_1                            SPDXLicenseCode_Value = 295
	SPDXLicenseCode_SGI_B_2_0                            SPDXLicenseCode_Value = 296
	SPDXLicenseCode_SIM_PL_2_0                           SPDXLicenseCode_Value = 297
	SPDXLicenseCode_SISSL_1_2                            SPDXLicenseCode_Value = 298
	SPDXLicenseCode_SISSL                                SPDXLicenseCode_Value = 299
	SPDXLicenseCode_SLEEPYCAT                            SPDXLicenseCode_Value = 300
	SPDXLicenseCode_SMLNJ                                SPDXLicenseCode_Value = 301
	SPDXLicenseCode_SMPPL                                SPDXLicenseCode_Value = 302
	SPDXLicenseCode_SNIA                                 SPDXLicenseCode_Value = 303
	SPDXLicenseCode_SPENCER_86                           SPDXLicenseCode_Value = 304
	SPDXLicenseCode_SPENCER_94                           SPDXLicenseCode_Value = 305
	SPDXLicenseCode_SPENCER_99                           SPDXLicenseCode_Value = 306
	SPDXLicenseCode_SPL_1_0                              SPDXLicenseCode_Value = 307
	SPDXLicenseCode_SUGAR_CRM_1_1_3                      SPDXLicenseCode_Value = 308
	SPDXLicenseCode_SWL                                  SPDXLicenseCode_Value = 309
	SPDXLicenseCode_TCL                                  SPDXLicenseCode_Value = 310
	SPDXLicenseCode_TCP_WRAPPERS                         SPDXLicenseCode_Value = 311
	SPDXLicenseCode_T_MATE                               SPDXLicenseCode_Value = 312
	SPDXLicenseCode_TORQUE_1_1                           SPDXLicenseCode_Value = 313
	SPDXLicenseCode_TOSL                                 SPDXLicenseCode_Value = 314
	SPDXLicenseCode_UNICODE_DFS_2015                     SPDXLicenseCode_Value = 315
	SPDXLicenseCode_UNICODE_DFS_2016                     SPDXLicenseCode_Value = 316
	SPDXLicenseCode_UNICODE_TOU                          SPDXLicenseCode_Value = 317
	SPDXLicenseCode_UNLICENSE                            SPDXLicenseCode_Value = 318
	SPDXLicenseCode_UPL_1_0                              SPDXLicenseCode_Value = 319
	SPDXLicenseCode_VIM                                  SPDXLicenseCode_Value = 320
	SPDXLicenseCode_VOSTROM                              SPDXLicenseCode_Value = 321
	SPDXLicenseCode_VSL_1_0                              SPDXLicenseCode_Value = 322
	SPDXLicenseCode_W3C_19980720                         SPDXLicenseCode_Value = 323
	SPDXLicenseCode_W3C_20150513                         SPDXLicenseCode_Value = 324
	SPDXLicenseCode_W3C                                  SPDXLicenseCode_Value = 325
	SPDXLicenseCode_WATCOM_1_0                           SPDXLicenseCode_Value = 326
	SPDXLicenseCode_WSUIPA                               SPDXLicenseCode_Value = 327
	SPDXLicenseCode_WTFPL                                SPDXLicenseCode_Value = 328
	SPDXLicenseCode_X11                                  SPDXLicenseCode_Value = 329
	SPDXLicenseCode_XEROX                                SPDXLicenseCode_Value = 330
	SPDXLicenseCode_X_FREE86_1_1                         SPDXLicenseCode_Value = 331
	SPDXLicenseCode_XINETD                               SPDXLicenseCode_Value = 332
	SPDXLicenseCode_XNET                                 SPDXLicenseCode_Value = 333
	SPDXLicenseCode_XPP                                  SPDXLicenseCode_Value = 334
	SPDXLicenseCode_X_SKAT                               SPDXLicenseCode_Value = 335
	SPDXLicenseCode_YPL_1_0                              SPDXLicenseCode_Value = 336
	SPDXLicenseCode_YPL_1_1                              SPDXLicenseCode_Value = 337
	SPDXLicenseCode_ZED                                  SPDXLicenseCode_Value = 338
	SPDXLicenseCode_ZEND_2_0                             SPDXLicenseCode_Value = 339
	SPDXLicenseCode_ZIMBRA_1_3                           SPDXLicenseCode_Value = 340
	SPDXLicenseCode_ZIMBRA_1_4                           SPDXLicenseCode_Value = 341
	SPDXLicenseCode_ZLIB_ACKNOWLEDGEMENT                 SPDXLicenseCode_Value = 342
	SPDXLicenseCode_ZLIB                                 SPDXLicenseCode_Value = 343
	SPDXLicenseCode_ZPL_1_1                              SPDXLicenseCode_Value = 344
	SPDXLicenseCode_ZPL_2_0                              SPDXLicenseCode_Value = 345
	SPDXLicenseCode_ZPL_2_1                              SPDXLicenseCode_Value = 346
)

func (SPDXLicenseCode_Value) Descriptor

func (SPDXLicenseCode_Value) Enum

func (SPDXLicenseCode_Value) EnumDescriptor deprecated

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

Deprecated: Use SPDXLicenseCode_Value.Descriptor instead.

func (SPDXLicenseCode_Value) Number

func (SPDXLicenseCode_Value) String

func (x SPDXLicenseCode_Value) String() string

func (SPDXLicenseCode_Value) Type

type SearchComparatorCode

type SearchComparatorCode struct {
	// contains filtered or unexported fields
}

What Search Comparator Codes are supported in search. See http://hl7.org/fhir/search-comparator

func (*SearchComparatorCode) Descriptor deprecated

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

Deprecated: Use SearchComparatorCode.ProtoReflect.Descriptor instead.

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 {
	// 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, or to convey information or warning information about the search process. See http://hl7.org/fhir/search-entry-mode

func (*SearchEntryModeCode) Descriptor deprecated

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

Deprecated: Use SearchEntryModeCode.ProtoReflect.Descriptor instead.

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 SearchModifierCode

type SearchModifierCode struct {
	// contains filtered or unexported fields
}

A supported modifier for a search parameter. See http://hl7.org/fhir/search-modifier-code

func (*SearchModifierCode) Descriptor deprecated

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

Deprecated: Use SearchModifierCode.ProtoReflect.Descriptor instead.

func (*SearchModifierCode) ProtoMessage

func (*SearchModifierCode) ProtoMessage()

func (*SearchModifierCode) ProtoReflect

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

func (*SearchModifierCode) Reset

func (x *SearchModifierCode) Reset()

func (*SearchModifierCode) String

func (x *SearchModifierCode) String() string

type SearchModifierCode_Value

type SearchModifierCode_Value int32
const (
	SearchModifierCode_INVALID_UNINITIALIZED SearchModifierCode_Value = 0
	SearchModifierCode_MISSING               SearchModifierCode_Value = 1
	SearchModifierCode_EXACT                 SearchModifierCode_Value = 2
	SearchModifierCode_CONTAINS              SearchModifierCode_Value = 3
	SearchModifierCode_NOT                   SearchModifierCode_Value = 4
	SearchModifierCode_TEXT                  SearchModifierCode_Value = 5
	SearchModifierCode_IN                    SearchModifierCode_Value = 6
	SearchModifierCode_NOT_IN                SearchModifierCode_Value = 7
	SearchModifierCode_BELOW                 SearchModifierCode_Value = 8
	SearchModifierCode_ABOVE                 SearchModifierCode_Value = 9
	SearchModifierCode_TYPE                  SearchModifierCode_Value = 10
	SearchModifierCode_IDENTIFIER            SearchModifierCode_Value = 11
	SearchModifierCode_OF_TYPE               SearchModifierCode_Value = 12
)

func (SearchModifierCode_Value) Descriptor

func (SearchModifierCode_Value) Enum

func (SearchModifierCode_Value) EnumDescriptor deprecated

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

Deprecated: Use SearchModifierCode_Value.Descriptor instead.

func (SearchModifierCode_Value) Number

func (SearchModifierCode_Value) String

func (x SearchModifierCode_Value) String() string

func (SearchModifierCode_Value) Type

type SearchParamTypeCode

type SearchParamTypeCode struct {
	// contains filtered or unexported fields
}

Data types allowed to be used for search parameters. See http://hl7.org/fhir/search-param-type

func (*SearchParamTypeCode) Descriptor deprecated

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

Deprecated: Use SearchParamTypeCode.ProtoReflect.Descriptor instead.

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
	SearchParamTypeCode_SPECIAL               SearchParamTypeCode_Value = 9
)

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 SequenceTypeCode

type SequenceTypeCode struct {
	// contains filtered or unexported fields
}

Type if a sequence -- DNA, RNA, or amino acid sequence. See http://hl7.org/fhir/sequence-type

func (*SequenceTypeCode) Descriptor deprecated

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

Deprecated: Use SequenceTypeCode.ProtoReflect.Descriptor instead.

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 SlicingRulesCode

type SlicingRulesCode struct {
	// contains filtered or unexported fields
}

How slices are interpreted when evaluating an instance. See http://hl7.org/fhir/resource-slicing-rules

func (*SlicingRulesCode) Descriptor deprecated

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

Deprecated: Use SlicingRulesCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

The free/busy status of the slot. See http://hl7.org/fhir/slotstatus

func (*SlotStatusCode) Descriptor deprecated

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

Deprecated: Use SlotStatusCode.ProtoReflect.Descriptor instead.

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 SmartCapabilitiesCode

type SmartCapabilitiesCode struct {
	// contains filtered or unexported fields
}

Codes that define what the server is capable of. See http://terminology.hl7.org/CodeSystem/smart-capabilities

func (*SmartCapabilitiesCode) Descriptor deprecated

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

Deprecated: Use SmartCapabilitiesCode.ProtoReflect.Descriptor instead.

func (*SmartCapabilitiesCode) ProtoMessage

func (*SmartCapabilitiesCode) ProtoMessage()

func (*SmartCapabilitiesCode) ProtoReflect

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

func (*SmartCapabilitiesCode) Reset

func (x *SmartCapabilitiesCode) Reset()

func (*SmartCapabilitiesCode) String

func (x *SmartCapabilitiesCode) String() string

type SmartCapabilitiesCode_Value

type SmartCapabilitiesCode_Value int32
const (
	SmartCapabilitiesCode_INVALID_UNINITIALIZED         SmartCapabilitiesCode_Value = 0
	SmartCapabilitiesCode_LAUNCH_EHR                    SmartCapabilitiesCode_Value = 1
	SmartCapabilitiesCode_LAUNCH_STANDALONE             SmartCapabilitiesCode_Value = 2
	SmartCapabilitiesCode_CLIENT_PUBLIC                 SmartCapabilitiesCode_Value = 3
	SmartCapabilitiesCode_CLIENT_CONFIDENTIAL_SYMMETRIC SmartCapabilitiesCode_Value = 4
	SmartCapabilitiesCode_SSO_OPENID_CONNECT            SmartCapabilitiesCode_Value = 5
	SmartCapabilitiesCode_CONTEXT_PASSTHROUGH_BANNER    SmartCapabilitiesCode_Value = 6
	SmartCapabilitiesCode_CONTEXT_PASSTHROUGH_STYLE     SmartCapabilitiesCode_Value = 7
	SmartCapabilitiesCode_CONTEXT_EHR_PATIENT           SmartCapabilitiesCode_Value = 8
	SmartCapabilitiesCode_CONTEXT_EHR_ENCOUNTER         SmartCapabilitiesCode_Value = 9
	SmartCapabilitiesCode_CONTEXT_STANDALONE_PATIENT    SmartCapabilitiesCode_Value = 10
	SmartCapabilitiesCode_CONTEXT_STANDALONE_ENCOUNTER  SmartCapabilitiesCode_Value = 11
	SmartCapabilitiesCode_PERMISSION_OFFLINE            SmartCapabilitiesCode_Value = 12
	SmartCapabilitiesCode_PERMISSION_PATIENT            SmartCapabilitiesCode_Value = 13
	SmartCapabilitiesCode_PERMISSION_USER               SmartCapabilitiesCode_Value = 14
)

func (SmartCapabilitiesCode_Value) Descriptor

func (SmartCapabilitiesCode_Value) Enum

func (SmartCapabilitiesCode_Value) EnumDescriptor deprecated

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

Deprecated: Use SmartCapabilitiesCode_Value.Descriptor instead.

func (SmartCapabilitiesCode_Value) Number

func (SmartCapabilitiesCode_Value) String

func (SmartCapabilitiesCode_Value) Type

type SortDirectionCode

type SortDirectionCode struct {
	// contains filtered or unexported fields
}

The possible sort directions, ascending or descending. See http://hl7.org/fhir/sort-direction

func (*SortDirectionCode) Descriptor deprecated

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

Deprecated: Use SortDirectionCode.ProtoReflect.Descriptor instead.

func (*SortDirectionCode) ProtoMessage

func (*SortDirectionCode) ProtoMessage()

func (*SortDirectionCode) ProtoReflect

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

func (*SortDirectionCode) Reset

func (x *SortDirectionCode) Reset()

func (*SortDirectionCode) String

func (x *SortDirectionCode) String() string

type SortDirectionCode_Value

type SortDirectionCode_Value int32
const (
	SortDirectionCode_INVALID_UNINITIALIZED SortDirectionCode_Value = 0
	SortDirectionCode_ASCENDING             SortDirectionCode_Value = 1
	SortDirectionCode_DESCENDING            SortDirectionCode_Value = 2
)

func (SortDirectionCode_Value) Descriptor

func (SortDirectionCode_Value) Enum

func (SortDirectionCode_Value) EnumDescriptor deprecated

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

Deprecated: Use SortDirectionCode_Value.Descriptor instead.

func (SortDirectionCode_Value) Number

func (SortDirectionCode_Value) String

func (x SortDirectionCode_Value) String() string

func (SortDirectionCode_Value) Type

type SpecimenContainedPreferenceCode

type SpecimenContainedPreferenceCode struct {
	// contains filtered or unexported fields
}

Degree of preference of a type of conditioned specimen. See http://hl7.org/fhir/specimen-contained-preference

func (*SpecimenContainedPreferenceCode) Descriptor deprecated

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

Deprecated: Use SpecimenContainedPreferenceCode.ProtoReflect.Descriptor instead.

func (*SpecimenContainedPreferenceCode) ProtoMessage

func (*SpecimenContainedPreferenceCode) ProtoMessage()

func (*SpecimenContainedPreferenceCode) ProtoReflect

func (*SpecimenContainedPreferenceCode) Reset

func (*SpecimenContainedPreferenceCode) String

type SpecimenContainedPreferenceCode_Value

type SpecimenContainedPreferenceCode_Value int32
const (
	SpecimenContainedPreferenceCode_INVALID_UNINITIALIZED SpecimenContainedPreferenceCode_Value = 0
	SpecimenContainedPreferenceCode_PREFERRED             SpecimenContainedPreferenceCode_Value = 1
	SpecimenContainedPreferenceCode_ALTERNATE             SpecimenContainedPreferenceCode_Value = 2
)

func (SpecimenContainedPreferenceCode_Value) Descriptor

func (SpecimenContainedPreferenceCode_Value) Enum

func (SpecimenContainedPreferenceCode_Value) EnumDescriptor deprecated

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

Deprecated: Use SpecimenContainedPreferenceCode_Value.Descriptor instead.

func (SpecimenContainedPreferenceCode_Value) Number

func (SpecimenContainedPreferenceCode_Value) String

func (SpecimenContainedPreferenceCode_Value) Type

type SpecimenStatusCode

type SpecimenStatusCode struct {
	// contains filtered or unexported fields
}

Codes providing the status/availability of a specimen. See http://hl7.org/fhir/specimen-status

func (*SpecimenStatusCode) Descriptor deprecated

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

Deprecated: Use SpecimenStatusCode.ProtoReflect.Descriptor instead.

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 StandardsStatusCode

type StandardsStatusCode struct {
	// contains filtered or unexported fields
}

HL7 Ballot/Standards status of artifact. See http://terminology.hl7.org/CodeSystem/standards-status

func (*StandardsStatusCode) Descriptor deprecated

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

Deprecated: Use StandardsStatusCode.ProtoReflect.Descriptor instead.

func (*StandardsStatusCode) ProtoMessage

func (*StandardsStatusCode) ProtoMessage()

func (*StandardsStatusCode) ProtoReflect

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

func (*StandardsStatusCode) Reset

func (x *StandardsStatusCode) Reset()

func (*StandardsStatusCode) String

func (x *StandardsStatusCode) String() string

type StandardsStatusCode_Value

type StandardsStatusCode_Value int32
const (
	StandardsStatusCode_INVALID_UNINITIALIZED StandardsStatusCode_Value = 0
	StandardsStatusCode_DRAFT                 StandardsStatusCode_Value = 1
	StandardsStatusCode_NORMATIVE             StandardsStatusCode_Value = 2
	StandardsStatusCode_TRIAL_USE             StandardsStatusCode_Value = 3
	StandardsStatusCode_INFORMATIVE           StandardsStatusCode_Value = 4
	StandardsStatusCode_DEPRECATED            StandardsStatusCode_Value = 5
	StandardsStatusCode_EXTERNAL              StandardsStatusCode_Value = 6
)

func (StandardsStatusCode_Value) Descriptor

func (StandardsStatusCode_Value) Enum

func (StandardsStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use StandardsStatusCode_Value.Descriptor instead.

func (StandardsStatusCode_Value) Number

func (StandardsStatusCode_Value) String

func (x StandardsStatusCode_Value) String() string

func (StandardsStatusCode_Value) Type

type StatusCode

type StatusCode struct {
	// contains filtered or unexported fields
}

The validation status of the target See http://hl7.org/fhir/CodeSystem/status

func (*StatusCode) Descriptor deprecated

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

Deprecated: Use StatusCode.ProtoReflect.Descriptor instead.

func (*StatusCode) ProtoMessage

func (*StatusCode) ProtoMessage()

func (*StatusCode) ProtoReflect

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

func (*StatusCode) Reset

func (x *StatusCode) Reset()

func (*StatusCode) String

func (x *StatusCode) String() string

type StatusCode_Value

type StatusCode_Value int32
const (
	StatusCode_INVALID_UNINITIALIZED StatusCode_Value = 0
	StatusCode_ATTESTED              StatusCode_Value = 1
	StatusCode_VALIDATED             StatusCode_Value = 2
	StatusCode_IN_PROCESS            StatusCode_Value = 3
	StatusCode_REQ_REVALID           StatusCode_Value = 4
	StatusCode_VAL_FAIL              StatusCode_Value = 5
	StatusCode_REVAL_FAIL            StatusCode_Value = 6
)

func (StatusCode_Value) Descriptor

func (StatusCode_Value) Enum

func (StatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use StatusCode_Value.Descriptor instead.

func (StatusCode_Value) Number

func (StatusCode_Value) String

func (x StatusCode_Value) String() string

func (StatusCode_Value) Type

type StrandTypeCode

type StrandTypeCode struct {
	// contains filtered or unexported fields
}

Type for strand. See http://hl7.org/fhir/strand-type

func (*StrandTypeCode) Descriptor deprecated

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

Deprecated: Use StrandTypeCode.ProtoReflect.Descriptor instead.

func (*StrandTypeCode) ProtoMessage

func (*StrandTypeCode) ProtoMessage()

func (*StrandTypeCode) ProtoReflect

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

func (*StrandTypeCode) Reset

func (x *StrandTypeCode) Reset()

func (*StrandTypeCode) String

func (x *StrandTypeCode) String() string

type StrandTypeCode_Value

type StrandTypeCode_Value int32
const (
	StrandTypeCode_INVALID_UNINITIALIZED StrandTypeCode_Value = 0
	StrandTypeCode_WATSON                StrandTypeCode_Value = 1
	StrandTypeCode_CRICK                 StrandTypeCode_Value = 2
)

func (StrandTypeCode_Value) Descriptor

func (StrandTypeCode_Value) Enum

func (StrandTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use StrandTypeCode_Value.Descriptor instead.

func (StrandTypeCode_Value) Number

func (StrandTypeCode_Value) String

func (x StrandTypeCode_Value) String() string

func (StrandTypeCode_Value) Type

type StructureDefinitionKindCode

type StructureDefinitionKindCode struct {
	// contains filtered or unexported fields
}

Defines the type of structure that a definition is describing. See http://hl7.org/fhir/structure-definition-kind

func (*StructureDefinitionKindCode) Descriptor deprecated

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

Deprecated: Use StructureDefinitionKindCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

How to interpret the context. See http://hl7.org/fhir/map-context-type

func (*StructureMapContextTypeCode) Descriptor deprecated

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

Deprecated: Use StructureMapContextTypeCode.ProtoReflect.Descriptor instead.

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 {
	// 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/map-group-type-mode

func (*StructureMapGroupTypeModeCode) Descriptor deprecated

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

Deprecated: Use StructureMapGroupTypeModeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

Mode for this instance of data. See http://hl7.org/fhir/map-input-mode

func (*StructureMapInputModeCode) Descriptor deprecated

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

Deprecated: Use StructureMapInputModeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

How the referenced structure is used in this mapping. See http://hl7.org/fhir/map-model-mode

func (*StructureMapModelModeCode) Descriptor deprecated

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

Deprecated: Use StructureMapModelModeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

If field is a list, how to manage the source. See http://hl7.org/fhir/map-source-list-mode

func (*StructureMapSourceListModeCode) Descriptor deprecated

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

Deprecated: Use StructureMapSourceListModeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

If field is a list, how to manage the production. See http://hl7.org/fhir/map-target-list-mode

func (*StructureMapTargetListModeCode) Descriptor deprecated

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

Deprecated: Use StructureMapTargetListModeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

How data is copied/created. See http://hl7.org/fhir/map-transform

func (*StructureMapTransformCode) Descriptor deprecated

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

Deprecated: Use StructureMapTransformCode.ProtoReflect.Descriptor instead.

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 SubscriptionFilterByMatchTypeCode

type SubscriptionFilterByMatchTypeCode struct {
	// contains filtered or unexported fields
}

Operator to apply to filter label. See http://hl7.org/fhir/subscription-operator

func (*SubscriptionFilterByMatchTypeCode) Descriptor deprecated

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

Deprecated: Use SubscriptionFilterByMatchTypeCode.ProtoReflect.Descriptor instead.

func (*SubscriptionFilterByMatchTypeCode) ProtoMessage

func (*SubscriptionFilterByMatchTypeCode) ProtoMessage()

func (*SubscriptionFilterByMatchTypeCode) ProtoReflect

func (*SubscriptionFilterByMatchTypeCode) Reset

func (*SubscriptionFilterByMatchTypeCode) String

type SubscriptionFilterByMatchTypeCode_Value

type SubscriptionFilterByMatchTypeCode_Value int32
const (
	SubscriptionFilterByMatchTypeCode_INVALID_UNINITIALIZED SubscriptionFilterByMatchTypeCode_Value = 0
	SubscriptionFilterByMatchTypeCode_EQUALS                SubscriptionFilterByMatchTypeCode_Value = 1
	SubscriptionFilterByMatchTypeCode_IN                    SubscriptionFilterByMatchTypeCode_Value = 2
	SubscriptionFilterByMatchTypeCode_NOT_IN                SubscriptionFilterByMatchTypeCode_Value = 3
	SubscriptionFilterByMatchTypeCode_ABOVE                 SubscriptionFilterByMatchTypeCode_Value = 4
	SubscriptionFilterByMatchTypeCode_BELOW                 SubscriptionFilterByMatchTypeCode_Value = 5
)

func (SubscriptionFilterByMatchTypeCode_Value) Descriptor

func (SubscriptionFilterByMatchTypeCode_Value) Enum

func (SubscriptionFilterByMatchTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use SubscriptionFilterByMatchTypeCode_Value.Descriptor instead.

func (SubscriptionFilterByMatchTypeCode_Value) Number

func (SubscriptionFilterByMatchTypeCode_Value) String

func (SubscriptionFilterByMatchTypeCode_Value) Type

type SubscriptionPayloadContentCode

type SubscriptionPayloadContentCode struct {
	// contains filtered or unexported fields
}

Codes to represent how much resource content to send in the notification payload. See http://hl7.org/fhir/subscription-payload-content

func (*SubscriptionPayloadContentCode) Descriptor deprecated

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

Deprecated: Use SubscriptionPayloadContentCode.ProtoReflect.Descriptor instead.

func (*SubscriptionPayloadContentCode) ProtoMessage

func (*SubscriptionPayloadContentCode) ProtoMessage()

func (*SubscriptionPayloadContentCode) ProtoReflect

func (*SubscriptionPayloadContentCode) Reset

func (x *SubscriptionPayloadContentCode) Reset()

func (*SubscriptionPayloadContentCode) String

type SubscriptionPayloadContentCode_Value

type SubscriptionPayloadContentCode_Value int32
const (
	SubscriptionPayloadContentCode_INVALID_UNINITIALIZED SubscriptionPayloadContentCode_Value = 0
	SubscriptionPayloadContentCode_EMPTY                 SubscriptionPayloadContentCode_Value = 1
	SubscriptionPayloadContentCode_ID_ONLY               SubscriptionPayloadContentCode_Value = 2
	SubscriptionPayloadContentCode_FULL_RESOURCE         SubscriptionPayloadContentCode_Value = 3
)

func (SubscriptionPayloadContentCode_Value) Descriptor

func (SubscriptionPayloadContentCode_Value) Enum

func (SubscriptionPayloadContentCode_Value) EnumDescriptor deprecated

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

Deprecated: Use SubscriptionPayloadContentCode_Value.Descriptor instead.

func (SubscriptionPayloadContentCode_Value) Number

func (SubscriptionPayloadContentCode_Value) String

func (SubscriptionPayloadContentCode_Value) Type

type SubscriptionStatusAtEventCode

type SubscriptionStatusAtEventCode struct {
	// contains filtered or unexported fields
}

A status code for the state of the Subscription. See http://terminology.hl7.org/CodeSystem/subscription-status-at-event

func (*SubscriptionStatusAtEventCode) Descriptor deprecated

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

Deprecated: Use SubscriptionStatusAtEventCode.ProtoReflect.Descriptor instead.

func (*SubscriptionStatusAtEventCode) ProtoMessage

func (*SubscriptionStatusAtEventCode) ProtoMessage()

func (*SubscriptionStatusAtEventCode) ProtoReflect

func (*SubscriptionStatusAtEventCode) Reset

func (x *SubscriptionStatusAtEventCode) Reset()

func (*SubscriptionStatusAtEventCode) String

type SubscriptionStatusAtEventCode_Value

type SubscriptionStatusAtEventCode_Value int32
const (
	SubscriptionStatusAtEventCode_INVALID_UNINITIALIZED SubscriptionStatusAtEventCode_Value = 0
	SubscriptionStatusAtEventCode_REQUESTED             SubscriptionStatusAtEventCode_Value = 1
	SubscriptionStatusAtEventCode_ACTIVE                SubscriptionStatusAtEventCode_Value = 2
	SubscriptionStatusAtEventCode_ERROR                 SubscriptionStatusAtEventCode_Value = 3
	SubscriptionStatusAtEventCode_OFF                   SubscriptionStatusAtEventCode_Value = 4
)

func (SubscriptionStatusAtEventCode_Value) Descriptor

func (SubscriptionStatusAtEventCode_Value) Enum

func (SubscriptionStatusAtEventCode_Value) EnumDescriptor deprecated

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

Deprecated: Use SubscriptionStatusAtEventCode_Value.Descriptor instead.

func (SubscriptionStatusAtEventCode_Value) Number

func (SubscriptionStatusAtEventCode_Value) String

func (SubscriptionStatusAtEventCode_Value) Type

type SubscriptionStatusCode

type SubscriptionStatusCode struct {
	// contains filtered or unexported fields
}

The status of a subscription. See http://hl7.org/fhir/subscription-status

func (*SubscriptionStatusCode) Descriptor deprecated

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

Deprecated: Use SubscriptionStatusCode.ProtoReflect.Descriptor instead.

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 SupplyDeliveryStatusCode

type SupplyDeliveryStatusCode struct {
	// contains filtered or unexported fields
}

Status of the supply delivery. See http://hl7.org/fhir/supplydelivery-status

func (*SupplyDeliveryStatusCode) Descriptor deprecated

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

Deprecated: Use SupplyDeliveryStatusCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

This value sets refers to a specific supply item. See http://terminology.hl7.org/CodeSystem/supply-item-type

func (*SupplyItemTypeCode) Descriptor deprecated

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

Deprecated: Use SupplyItemTypeCode.ProtoReflect.Descriptor instead.

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 SupplyRequestStatusCode

type SupplyRequestStatusCode struct {
	// contains filtered or unexported fields
}

Status of the supply request. See http://hl7.org/fhir/supplyrequest-status

func (*SupplyRequestStatusCode) Descriptor deprecated

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

Deprecated: Use SupplyRequestStatusCode.ProtoReflect.Descriptor instead.

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 TaskStatusCode

type TaskStatusCode struct {
	// contains filtered or unexported fields
}

The current status of the task. See http://hl7.org/fhir/task-status

func (*TaskStatusCode) Descriptor deprecated

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

Deprecated: Use TaskStatusCode.ProtoReflect.Descriptor instead.

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 TestReportActionResultCode

type TestReportActionResultCode struct {
	// contains filtered or unexported fields
}

The results of executing an action. See http://hl7.org/fhir/report-action-result-codes

func (*TestReportActionResultCode) Descriptor deprecated

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

Deprecated: Use TestReportActionResultCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

The type of participant. See http://hl7.org/fhir/report-participant-type

func (*TestReportParticipantTypeCode) Descriptor deprecated

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

Deprecated: Use TestReportParticipantTypeCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

The reported execution result. See http://hl7.org/fhir/report-result-codes

func (*TestReportResultCode) Descriptor deprecated

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

Deprecated: Use TestReportResultCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

The current status of the test report. See http://hl7.org/fhir/report-status-codes

func (*TestReportStatusCode) Descriptor deprecated

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

Deprecated: Use TestReportStatusCode.ProtoReflect.Descriptor instead.

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 TestScriptRequestMethodCode

type TestScriptRequestMethodCode struct {
	// contains filtered or unexported fields
}

The allowable request method or HTTP operation codes. See http://hl7.org/fhir/http-operations

func (*TestScriptRequestMethodCode) Descriptor deprecated

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

Deprecated: Use TestScriptRequestMethodCode.ProtoReflect.Descriptor instead.

func (*TestScriptRequestMethodCode) ProtoMessage

func (*TestScriptRequestMethodCode) ProtoMessage()

func (*TestScriptRequestMethodCode) ProtoReflect

func (*TestScriptRequestMethodCode) Reset

func (x *TestScriptRequestMethodCode) Reset()

func (*TestScriptRequestMethodCode) String

func (x *TestScriptRequestMethodCode) String() string

type TestScriptRequestMethodCode_Value

type TestScriptRequestMethodCode_Value int32
const (
	TestScriptRequestMethodCode_INVALID_UNINITIALIZED TestScriptRequestMethodCode_Value = 0
	TestScriptRequestMethodCode_DELETE                TestScriptRequestMethodCode_Value = 1
	TestScriptRequestMethodCode_GET                   TestScriptRequestMethodCode_Value = 2
	TestScriptRequestMethodCode_OPTIONS               TestScriptRequestMethodCode_Value = 3
	TestScriptRequestMethodCode_PATCH                 TestScriptRequestMethodCode_Value = 4
	TestScriptRequestMethodCode_POST                  TestScriptRequestMethodCode_Value = 5
	TestScriptRequestMethodCode_PUT                   TestScriptRequestMethodCode_Value = 6
	TestScriptRequestMethodCode_HEAD                  TestScriptRequestMethodCode_Value = 7
)

func (TestScriptRequestMethodCode_Value) Descriptor

func (TestScriptRequestMethodCode_Value) Enum

func (TestScriptRequestMethodCode_Value) EnumDescriptor deprecated

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

Deprecated: Use TestScriptRequestMethodCode_Value.Descriptor instead.

func (TestScriptRequestMethodCode_Value) Number

func (TestScriptRequestMethodCode_Value) String

func (TestScriptRequestMethodCode_Value) Type

type TopicFilterByMatchTypeCode

type TopicFilterByMatchTypeCode struct {
	// contains filtered or unexported fields
}

Operator to apply to filter label. See http://hl7.org/fhir/topic-match-operator

func (*TopicFilterByMatchTypeCode) Descriptor deprecated

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

Deprecated: Use TopicFilterByMatchTypeCode.ProtoReflect.Descriptor instead.

func (*TopicFilterByMatchTypeCode) ProtoMessage

func (*TopicFilterByMatchTypeCode) ProtoMessage()

func (*TopicFilterByMatchTypeCode) ProtoReflect

func (*TopicFilterByMatchTypeCode) Reset

func (x *TopicFilterByMatchTypeCode) Reset()

func (*TopicFilterByMatchTypeCode) String

func (x *TopicFilterByMatchTypeCode) String() string

type TopicFilterByMatchTypeCode_Value

type TopicFilterByMatchTypeCode_Value int32
const (
	TopicFilterByMatchTypeCode_INVALID_UNINITIALIZED TopicFilterByMatchTypeCode_Value = 0
	TopicFilterByMatchTypeCode_EQUALS                TopicFilterByMatchTypeCode_Value = 1
	TopicFilterByMatchTypeCode_IN                    TopicFilterByMatchTypeCode_Value = 2
	TopicFilterByMatchTypeCode_NOT_IN                TopicFilterByMatchTypeCode_Value = 3
	TopicFilterByMatchTypeCode_ABOVE                 TopicFilterByMatchTypeCode_Value = 4
	TopicFilterByMatchTypeCode_BELOW                 TopicFilterByMatchTypeCode_Value = 5
)

func (TopicFilterByMatchTypeCode_Value) Descriptor

func (TopicFilterByMatchTypeCode_Value) Enum

func (TopicFilterByMatchTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use TopicFilterByMatchTypeCode_Value.Descriptor instead.

func (TopicFilterByMatchTypeCode_Value) Number

func (TopicFilterByMatchTypeCode_Value) String

func (TopicFilterByMatchTypeCode_Value) Type

type TriggerTypeCode

type TriggerTypeCode struct {
	// contains filtered or unexported fields
}

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

func (*TriggerTypeCode) Descriptor deprecated

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

Deprecated: Use TriggerTypeCode.ProtoReflect.Descriptor instead.

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_CHANGED          TriggerTypeCode_Value = 3
	TriggerTypeCode_DATA_ADDED            TriggerTypeCode_Value = 4
	TriggerTypeCode_DATA_MODIFIED         TriggerTypeCode_Value = 5
	TriggerTypeCode_DATA_REMOVED          TriggerTypeCode_Value = 6
	TriggerTypeCode_DATA_ACCESSED         TriggerTypeCode_Value = 7
	TriggerTypeCode_DATA_ACCESS_ENDED     TriggerTypeCode_Value = 8
)

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 {
	// contains filtered or unexported fields
}

How a type relates to its baseDefinition. See http://hl7.org/fhir/type-derivation-rule

func (*TypeDerivationRuleCode) Descriptor deprecated

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

Deprecated: Use TypeDerivationRuleCode.ProtoReflect.Descriptor instead.

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 UDIEntryTypeCode

type UDIEntryTypeCode struct {
	// contains filtered or unexported fields
}

Codes to identify how UDI data was entered. See http://hl7.org/fhir/udi-entry-type

func (*UDIEntryTypeCode) Descriptor deprecated

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

Deprecated: Use UDIEntryTypeCode.ProtoReflect.Descriptor instead.

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 UseCode

type UseCode struct {
	// contains filtered or unexported fields
}

The purpose of the Claim: predetermination, preauthorization, claim. See http://hl7.org/fhir/claim-use

func (*UseCode) Descriptor deprecated

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

Deprecated: Use UseCode.ProtoReflect.Descriptor instead.

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_CLAIM                 UseCode_Value = 1
	UseCode_PREAUTHORIZATION      UseCode_Value = 2
	UseCode_PREDETERMINATION      UseCode_Value = 3
)

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 V3EntityNameUseR2Code

type V3EntityNameUseR2Code struct {
	// contains filtered or unexported fields
}
Description:

A set of codes advising a system or user which name in a set of names to select for a given purpose. See http://terminology.hl7.org/CodeSystem/v3-EntityNameUseR2

func (*V3EntityNameUseR2Code) Descriptor deprecated

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

Deprecated: Use V3EntityNameUseR2Code.ProtoReflect.Descriptor instead.

func (*V3EntityNameUseR2Code) ProtoMessage

func (*V3EntityNameUseR2Code) ProtoMessage()

func (*V3EntityNameUseR2Code) ProtoReflect

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

func (*V3EntityNameUseR2Code) Reset

func (x *V3EntityNameUseR2Code) Reset()

func (*V3EntityNameUseR2Code) String

func (x *V3EntityNameUseR2Code) String() string

type V3EntityNameUseR2Code_Value

type V3EntityNameUseR2Code_Value int32
const (
	V3EntityNameUseR2Code_INVALID_UNINITIALIZED   V3EntityNameUseR2Code_Value = 0
	V3EntityNameUseR2Code_ASSUMED                 V3EntityNameUseR2Code_Value = 1
	V3EntityNameUseR2Code_A                       V3EntityNameUseR2Code_Value = 2
	V3EntityNameUseR2Code_ANON                    V3EntityNameUseR2Code_Value = 3
	V3EntityNameUseR2Code_I                       V3EntityNameUseR2Code_Value = 4
	V3EntityNameUseR2Code_P                       V3EntityNameUseR2Code_Value = 5
	V3EntityNameUseR2Code_R                       V3EntityNameUseR2Code_Value = 6
	V3EntityNameUseR2Code_C                       V3EntityNameUseR2Code_Value = 7
	V3EntityNameUseR2Code_M                       V3EntityNameUseR2Code_Value = 8
	V3EntityNameUseR2Code_NAME_REPRESENTATION_USE V3EntityNameUseR2Code_Value = 9
	V3EntityNameUseR2Code_ABC                     V3EntityNameUseR2Code_Value = 10
	V3EntityNameUseR2Code_IDE                     V3EntityNameUseR2Code_Value = 11
	V3EntityNameUseR2Code_SYL                     V3EntityNameUseR2Code_Value = 12
	V3EntityNameUseR2Code_OLD                     V3EntityNameUseR2Code_Value = 13
	V3EntityNameUseR2Code_DN                      V3EntityNameUseR2Code_Value = 14
	V3EntityNameUseR2Code_OR                      V3EntityNameUseR2Code_Value = 15
	V3EntityNameUseR2Code_PHON                    V3EntityNameUseR2Code_Value = 16
	V3EntityNameUseR2Code_SRCH                    V3EntityNameUseR2Code_Value = 17
	V3EntityNameUseR2Code_T                       V3EntityNameUseR2Code_Value = 18
)

func (V3EntityNameUseR2Code_Value) Descriptor

func (V3EntityNameUseR2Code_Value) Enum

func (V3EntityNameUseR2Code_Value) EnumDescriptor deprecated

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

Deprecated: Use V3EntityNameUseR2Code_Value.Descriptor instead.

func (V3EntityNameUseR2Code_Value) Number

func (V3EntityNameUseR2Code_Value) String

func (V3EntityNameUseR2Code_Value) Type

type V3NullFlavorCode

type V3NullFlavorCode struct {
	// contains filtered or unexported fields
}
A collection of codes specifying why a valid value is not present.

See http://terminology.hl7.org/CodeSystem/v3-NullFlavor

func (*V3NullFlavorCode) Descriptor deprecated

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

Deprecated: Use V3NullFlavorCode.ProtoReflect.Descriptor instead.

func (*V3NullFlavorCode) ProtoMessage

func (*V3NullFlavorCode) ProtoMessage()

func (*V3NullFlavorCode) ProtoReflect

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

func (*V3NullFlavorCode) Reset

func (x *V3NullFlavorCode) Reset()

func (*V3NullFlavorCode) String

func (x *V3NullFlavorCode) String() string

type V3NullFlavorCode_Value

type V3NullFlavorCode_Value int32
const (
	V3NullFlavorCode_INVALID_UNINITIALIZED V3NullFlavorCode_Value = 0
	V3NullFlavorCode_NI                    V3NullFlavorCode_Value = 1
	V3NullFlavorCode_INV                   V3NullFlavorCode_Value = 2
	V3NullFlavorCode_DER                   V3NullFlavorCode_Value = 3
	V3NullFlavorCode_OTH                   V3NullFlavorCode_Value = 4
	V3NullFlavorCode_NINF                  V3NullFlavorCode_Value = 5
	V3NullFlavorCode_PINF                  V3NullFlavorCode_Value = 6
	V3NullFlavorCode_UNC                   V3NullFlavorCode_Value = 7
	V3NullFlavorCode_MSK                   V3NullFlavorCode_Value = 8
	V3NullFlavorCode_NA                    V3NullFlavorCode_Value = 9
	V3NullFlavorCode_UNK                   V3NullFlavorCode_Value = 10
	V3NullFlavorCode_ASKU                  V3NullFlavorCode_Value = 11
	V3NullFlavorCode_NAV                   V3NullFlavorCode_Value = 12
	V3NullFlavorCode_NASK                  V3NullFlavorCode_Value = 13
	V3NullFlavorCode_NAVU                  V3NullFlavorCode_Value = 14
	V3NullFlavorCode_QS                    V3NullFlavorCode_Value = 15
	V3NullFlavorCode_TRC                   V3NullFlavorCode_Value = 16
	V3NullFlavorCode_NP                    V3NullFlavorCode_Value = 17
)

func (V3NullFlavorCode_Value) Descriptor

func (V3NullFlavorCode_Value) Enum

func (V3NullFlavorCode_Value) EnumDescriptor deprecated

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

Deprecated: Use V3NullFlavorCode_Value.Descriptor instead.

func (V3NullFlavorCode_Value) Number

func (V3NullFlavorCode_Value) String

func (x V3NullFlavorCode_Value) String() string

func (V3NullFlavorCode_Value) Type

type VisionBaseCode

type VisionBaseCode struct {
	// contains filtered or unexported fields
}

A coded concept listing the base codes. See http://hl7.org/fhir/vision-base-codes

func (*VisionBaseCode) Descriptor deprecated

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

Deprecated: Use VisionBaseCode.ProtoReflect.Descriptor instead.

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 {
	// contains filtered or unexported fields
}

A coded concept listing the eye codes. See http://hl7.org/fhir/vision-eye-codes

func (*VisionEyesCode) Descriptor deprecated

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

Deprecated: Use VisionEyesCode.ProtoReflect.Descriptor instead.

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 {
	// 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/search-xpath-usage

func (*XPathUsageTypeCode) Descriptor deprecated

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

Deprecated: Use XPathUsageTypeCode.ProtoReflect.Descriptor instead.

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