codes_go_proto

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

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

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

Documentation

Index

Constants

This section is empty.

Variables

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

Enum value maps for ActionListCode_Value.

View Source
var (
	AdjudicationErrorCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "A001",
		2: "A002",
	}
	AdjudicationErrorCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"A001":                  1,
		"A002":                  2,
	}
)

Enum value maps for AdjudicationErrorCode_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 (
	AllergyIntoleranceCategoryCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "FOOD",
		2: "MEDICATION",
		3: "ENVIRONMENT",
		4: "OTHER",
	}
	AllergyIntoleranceCategoryCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"FOOD":                  1,
		"MEDICATION":            2,
		"ENVIRONMENT":           3,
		"OTHER":                 4,
	}
)

Enum value maps for AllergyIntoleranceCategoryCode_Value.

View Source
var (
	AllergyIntoleranceCriticalityCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CRITL",
		2: "CRITH",
		3: "CRITU",
	}
	AllergyIntoleranceCriticalityCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CRITL":                 1,
		"CRITH":                 2,
		"CRITU":                 3,
	}
)

Enum value maps for AllergyIntoleranceCriticalityCode_Value.

View Source
var (
	AllergyIntoleranceStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACTIVE",
		2: "UNCONFIRMED",
		3: "CONFIRMED",
		4: "INACTIVE",
		5: "RESOLVED",
		6: "REFUTED",
		7: "ENTERED_IN_ERROR",
	}
	AllergyIntoleranceStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACTIVE":                1,
		"UNCONFIRMED":           2,
		"CONFIRMED":             3,
		"INACTIVE":              4,
		"RESOLVED":              5,
		"REFUTED":               6,
		"ENTERED_IN_ERROR":      7,
	}
)

Enum value maps for AllergyIntoleranceStatusCode_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 (
	AnswerFormatCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "BOOLEAN",
		2:  "DECIMAL",
		3:  "INTEGER",
		4:  "DATE",
		5:  "DATETIME",
		6:  "INSTANT",
		7:  "TIME",
		8:  "STRING",
		9:  "TEXT",
		10: "URL",
		11: "CHOICE",
		12: "OPEN_CHOICE",
		13: "ATTACHMENT",
		14: "REFERENCE",
		15: "QUANTITY",
	}
	AnswerFormatCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"BOOLEAN":               1,
		"DECIMAL":               2,
		"INTEGER":               3,
		"DATE":                  4,
		"DATETIME":              5,
		"INSTANT":               6,
		"TIME":                  7,
		"STRING":                8,
		"TEXT":                  9,
		"URL":                   10,
		"CHOICE":                11,
		"OPEN_CHOICE":           12,
		"ATTACHMENT":            13,
		"REFERENCE":             14,
		"QUANTITY":              15,
	}
)

Enum value maps for AnswerFormatCode_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",
	}
	AppointmentStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROPOSED":              1,
		"PENDING":               2,
		"BOOKED":                3,
		"ARRIVED":               4,
		"FULFILLED":             5,
		"CANCELLED":             6,
		"NOSHOW":                7,
	}
)

Enum value maps for AppointmentStatusCode_Value.

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

Enum value maps for AssertionDirectionTypeCode_Value.

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

Enum value maps for AssertionOperatorTypeCode_Value.

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

Enum value maps for AssertionResponseTypesCode_Value.

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

Enum value maps for AuditEventActionCode_Value.

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

Enum value maps for AuditEventOutcomeCode_Value.

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

Enum value maps for CarePlanActivityStatusCode_Value.

View Source
var (
	CarePlanRelationshipCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "INCLUDES",
		2: "REPLACES",
		3: "FULFILLS",
	}
	CarePlanRelationshipCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INCLUDES":              1,
		"REPLACES":              2,
		"FULFILLS":              3,
	}
)

Enum value maps for CarePlanRelationshipCode_Value.

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

Enum value maps for CarePlanStatusCode_Value.

View Source
var (
	ClaimTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "INSTITUTIONAL",
		2: "ORAL",
		3: "PHARMACY",
		4: "PROFESSIONAL",
		5: "VISION",
	}
	ClaimTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INSTITUTIONAL":         1,
		"ORAL":                  2,
		"PHARMACY":              3,
		"PROFESSIONAL":          4,
		"VISION":                5,
	}
)

Enum value maps for ClaimTypeCode_Value.

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

Enum value maps for UseCode_Value.

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

Enum value maps for ClinicalImpressionStatusCode_Value.

View Source
var (
	CommunicationRequestStatusCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "PROPOSED",
		2:  "PLANNED",
		3:  "REQUESTED",
		4:  "RECEIVED",
		5:  "ACCEPTED",
		6:  "IN_PROGRESS",
		7:  "COMPLETED",
		8:  "SUSPENDED",
		9:  "REJECTED",
		10: "FAILED",
	}
	CommunicationRequestStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROPOSED":              1,
		"PLANNED":               2,
		"REQUESTED":             3,
		"RECEIVED":              4,
		"ACCEPTED":              5,
		"IN_PROGRESS":           6,
		"COMPLETED":             7,
		"SUSPENDED":             8,
		"REJECTED":              9,
		"FAILED":                10,
	}
)

Enum value maps for CommunicationRequestStatusCode_Value.

View Source
var (
	CommunicationStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "IN_PROGRESS",
		2: "COMPLETED",
		3: "SUSPENDED",
		4: "REJECTED",
		5: "FAILED",
	}
	CommunicationStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"IN_PROGRESS":           1,
		"COMPLETED":             2,
		"SUSPENDED":             3,
		"REJECTED":              4,
		"FAILED":                5,
	}
)

Enum value maps for CommunicationStatusCode_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: "EQUIVALENT",
		2: "EQUAL",
		3: "WIDER",
		4: "SUBSUMES",
		5: "NARROWER",
		6: "SPECIALIZES",
		7: "INEXACT",
		8: "UNMATCHED",
		9: "DISJOINT",
	}
	ConceptMapEquivalenceCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"EQUIVALENT":            1,
		"EQUAL":                 2,
		"WIDER":                 3,
		"SUBSUMES":              4,
		"NARROWER":              5,
		"SPECIALIZES":           6,
		"INEXACT":               7,
		"UNMATCHED":             8,
		"DISJOINT":              9,
	}
)

Enum value maps for ConceptMapEquivalenceCode_Value.

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

Enum value maps for ConditionVerificationStatusCode_Value.

View Source
var (
	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 (
	ConformanceResourceStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DRAFT",
		2: "ACTIVE",
		3: "RETIRED",
	}
	ConformanceResourceStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DRAFT":                 1,
		"ACTIVE":                2,
		"RETIRED":               3,
	}
)

Enum value maps for ConformanceResourceStatusCode_Value.

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

Enum value maps for ConformanceStatementKindCode_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 (
	ContentTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "XML",
		2: "JSON",
	}
	ContentTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"XML":                   1,
		"JSON":                  2,
	}
)

Enum value maps for ContentTypeCode_Value.

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

Enum value maps for DataElementStringencyCode_Value.

View Source
var (
	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 (
	DeviceActionCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "IMPLANTED",
		2: "EXPLANTED",
		3: "MANIPULATED",
	}
	DeviceActionCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"IMPLANTED":             1,
		"EXPLANTED":             2,
		"MANIPULATED":           3,
	}
)

Enum value maps for DeviceActionCode_Value.

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

Enum value maps for DeviceUseRequestPriorityCode_Value.

View Source
var (
	DeviceUseRequestStatusCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "PROPOSED",
		2:  "PLANNED",
		3:  "REQUESTED",
		4:  "RECEIVED",
		5:  "ACCEPTED",
		6:  "IN_PROGRESS",
		7:  "COMPLETED",
		8:  "SUSPENDED",
		9:  "REJECTED",
		10: "ABORTED",
	}
	DeviceUseRequestStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROPOSED":              1,
		"PLANNED":               2,
		"REQUESTED":             3,
		"RECEIVED":              4,
		"ACCEPTED":              5,
		"IN_PROGRESS":           6,
		"COMPLETED":             7,
		"SUSPENDED":             8,
		"REJECTED":              9,
		"ABORTED":               10,
	}
)

Enum value maps for DeviceUseRequestStatusCode_Value.

View Source
var (
	DeviceStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "AVAILABLE",
		2: "NOT_AVAILABLE",
		3: "ENTERED_IN_ERROR",
	}
	DeviceStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"AVAILABLE":             1,
		"NOT_AVAILABLE":         2,
		"ENTERED_IN_ERROR":      3,
	}
)

Enum value maps for DeviceStatusCode_Value.

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

Enum value maps for DiagnosticOrderPriorityCode_Value.

View Source
var (
	DiagnosticOrderStatusCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "PROPOSED",
		2:  "DRAFT",
		3:  "PLANNED",
		4:  "REQUESTED",
		5:  "RECEIVED",
		6:  "ACCEPTED",
		7:  "IN_PROGRESS",
		8:  "REVIEW",
		9:  "COMPLETED",
		10: "CANCELLED",
		11: "SUSPENDED",
		12: "REJECTED",
		13: "FAILED",
	}
	DiagnosticOrderStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROPOSED":              1,
		"DRAFT":                 2,
		"PLANNED":               3,
		"REQUESTED":             4,
		"RECEIVED":              5,
		"ACCEPTED":              6,
		"IN_PROGRESS":           7,
		"REVIEW":                8,
		"COMPLETED":             9,
		"CANCELLED":             10,
		"SUSPENDED":             11,
		"REJECTED":              12,
		"FAILED":                13,
	}
)

Enum value maps for DiagnosticOrderStatusCode_Value.

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

Enum value maps for DiagnosticReportStatusCode_Value.

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

Enum value maps for DigitalMediaTypeCode_Value.

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

Enum value maps for DocumentModeCode_Value.

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

Enum value maps for DocumentReferenceStatusCode_Value.

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

Enum value maps for DocumentRelationshipTypeCode_Value.

View Source
var (
	EncounterClassCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "INPATIENT",
		2: "OUTPATIENT",
		3: "AMBULATORY",
		4: "EMERGENCY",
		5: "HOME",
		6: "FIELD",
		7: "DAYTIME",
		8: "VIRTUAL",
		9: "OTHER",
	}
	EncounterClassCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"INPATIENT":             1,
		"OUTPATIENT":            2,
		"AMBULATORY":            3,
		"EMERGENCY":             4,
		"HOME":                  5,
		"FIELD":                 6,
		"DAYTIME":               7,
		"VIRTUAL":               8,
		"OTHER":                 9,
	}
)

Enum value maps for EncounterClassCode_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 (
	ParticipantTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "TRANSLATOR",
		2: "EMERGENCY",
	}
	ParticipantTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"TRANSLATOR":            1,
		"EMERGENCY":             2,
	}
)

Enum value maps for ParticipantTypeCode_Value.

View Source
var (
	EncounterStateCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PLANNED",
		2: "ARRIVED",
		3: "IN_PROGRESS",
		4: "ONLEAVE",
		5: "FINISHED",
		6: "CANCELLED",
	}
	EncounterStateCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PLANNED":               1,
		"ARRIVED":               2,
		"IN_PROGRESS":           3,
		"ONLEAVE":               4,
		"FINISHED":              5,
		"CANCELLED":             6,
	}
)

Enum value maps for EncounterStateCode_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",
	}
	EpisodeOfCareStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PLANNED":               1,
		"WAITLIST":              2,
		"ACTIVE":                3,
		"ONHOLD":                4,
		"FINISHED":              5,
		"CANCELLED":             6,
	}
)

Enum value maps for EpisodeOfCareStatusCode_Value.

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

Enum value maps for ExtensionContextCode_Value.

View Source
var (
	FilterOperatorCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "EUQALS",
		2: "IS_A",
		3: "IS_NOT_A",
		4: "REGEX",
		5: "IN",
		6: "NOT_IN",
	}
	FilterOperatorCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"EUQALS":                1,
		"IS_A":                  2,
		"IS_NOT_A":              3,
		"REGEX":                 4,
		"IN":                    5,
		"NOT_IN":                6,
	}
)

Enum value maps for FilterOperatorCode_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 (
	FormsCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ONE",
		2: "TWO",
	}
	FormsCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ONE":                   1,
		"TWO":                   2,
	}
)

Enum value maps for FormsCode_Value.

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

Enum value maps for GoalStatusCode_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 (
	GuideDependencyTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "REFERENCE",
		2: "INCLUSION",
	}
	GuideDependencyTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"REFERENCE":             1,
		"INCLUSION":             2,
	}
)

Enum value maps for GuideDependencyTypeCode_Value.

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

Enum value maps for GuidePageKindCode_Value.

View Source
var (
	GuideResourcePurposeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "EXAMPLE",
		2: "TERMINOLOGY",
		3: "PROFILE",
		4: "EXTENSION",
		5: "DICTIONARY",
		6: "LOGICAL",
	}
	GuideResourcePurposeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"EXAMPLE":               1,
		"TERMINOLOGY":           2,
		"PROFILE":               3,
		"EXTENSION":             4,
		"DICTIONARY":            5,
		"LOGICAL":               6,
	}
)

Enum value maps for GuideResourcePurposeCode_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 (
	HTTPVerbCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "GET",
		2: "POST",
		3: "PUT",
		4: "DELETE",
	}
	HTTPVerbCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"GET":                   1,
		"POST":                  2,
		"PUT":                   3,
		"DELETE":                4,
	}
)

Enum value maps for HTTPVerbCode_Value.

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

Enum value maps for IdentityAssuranceLevelCode_Value.

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

Enum value maps for IssueSeverityCode_Value.

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

Enum value maps for IssueTypeCode_Value.

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

Enum value maps for LinkTypeCode_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 (
	MaritalStatusCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "U",
		2:  "A",
		3:  "D",
		4:  "I",
		5:  "L",
		6:  "M",
		7:  "P",
		8:  "S",
		9:  "T",
		10: "W",
		11: "UNK",
	}
	MaritalStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"U":                     1,
		"A":                     2,
		"D":                     3,
		"I":                     4,
		"L":                     5,
		"M":                     6,
		"P":                     7,
		"S":                     8,
		"T":                     9,
		"W":                     10,
		"UNK":                   11,
	}
)

Enum value maps for MaritalStatusCode_Value.

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

Enum value maps for MeasmntPrincipleCode_Value.

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

Enum value maps for MedicationAdministrationStatusCode_Value.

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

Enum value maps for MedicationDispenseStatusCode_Value.

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

Enum value maps for MedicationOrderStatusCode_Value.

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

Enum value maps for MedicationStatementStatusCode_Value.

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

Enum value maps for ConformanceEventModeCode_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 (
	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",
	}
	DeviceMetricOperationalStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ON":                    1,
		"OFF":                   2,
		"STANDBY":               3,
	}
)

Enum value maps for DeviceMetricOperationalStatusCode_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 (
	AuditEventAgentNetworkTypeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "MACHINE_NAME",
		2: "IP_ADDRESS",
		3: "TELEPHONE_NUMBER",
		4: "EMAIL_ADDRESS",
		5: "URI",
	}
	AuditEventAgentNetworkTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"MACHINE_NAME":          1,
		"IP_ADDRESS":            2,
		"TELEPHONE_NUMBER":      3,
		"EMAIL_ADDRESS":         4,
		"URI":                   5,
	}
)

Enum value maps for AuditEventAgentNetworkTypeCode_Value.

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

Enum value maps for NoteTypeCode_Value.

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

Enum value maps for NutritionOrderStatusCode_Value.

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

Enum value maps for ObservationRelationshipTypeCode_Value.

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

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 (
	OrderStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "PENDING",
		2: "REVIEW",
		3: "REJECTED",
		4: "ERROR",
		5: "ACCEPTED",
		6: "CANCELLED",
		7: "REPLACED",
		8: "ABORTED",
		9: "COMPLETED",
	}
	OrderStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PENDING":               1,
		"REVIEW":                2,
		"REJECTED":              3,
		"ERROR":                 4,
		"ACCEPTED":              5,
		"CANCELLED":             6,
		"REPLACED":              7,
		"ABORTED":               8,
		"COMPLETED":             9,
	}
)

Enum value maps for OrderStatusCode_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 (
	ParticipantStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ACCEPTED",
		2: "DECLINED",
		3: "TENTATIVE",
		4: "IN_PROCESS",
		5: "COMPLETED",
		6: "NEEDS_ACTION",
	}
	ParticipantStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ACCEPTED":              1,
		"DECLINED":              2,
		"TENTATIVE":             3,
		"IN_PROCESS":            4,
		"COMPLETED":             5,
		"NEEDS_ACTION":          6,
	}
)

Enum value maps for ParticipantStatusCode_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 (
	ProcedureRequestPriorityCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "ROUTINE",
		2: "URGENT",
		3: "STAT",
		4: "ASAP",
	}
	ProcedureRequestPriorityCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"ROUTINE":               1,
		"URGENT":                2,
		"STAT":                  3,
		"ASAP":                  4,
	}
)

Enum value maps for ProcedureRequestPriorityCode_Value.

View Source
var (
	ProcedureRequestStatusCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "PROPOSED",
		2:  "DRAFT",
		3:  "REQUESTED",
		4:  "RECEIVED",
		5:  "ACCEPTED",
		6:  "IN_PROGRESS",
		7:  "COMPLETED",
		8:  "SUSPENDED",
		9:  "REJECTED",
		10: "ABORTED",
	}
	ProcedureRequestStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"PROPOSED":              1,
		"DRAFT":                 2,
		"REQUESTED":             3,
		"RECEIVED":              4,
		"ACCEPTED":              5,
		"IN_PROGRESS":           6,
		"COMPLETED":             7,
		"SUSPENDED":             8,
		"REJECTED":              9,
		"ABORTED":               10,
	}
)

Enum value maps for ProcedureRequestStatusCode_Value.

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

Enum value maps for ProcedureStatusCode_Value.

View Source
var (
	PropertyRepresentationCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "XMLATTR",
	}
	PropertyRepresentationCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"XMLATTR":               1,
	}
)

Enum value maps for PropertyRepresentationCode_Value.

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

Enum value maps for ProvenanceEntityRoleCode_Value.

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

Enum value maps for QuestionnaireResponseStatusCode_Value.

View Source
var (
	QuestionnaireStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DRAFT",
		2: "PUBLISHED",
		3: "RETIRED",
	}
	QuestionnaireStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DRAFT":                 1,
		"PUBLISHED":             2,
		"RETIRED":               3,
	}
)

Enum value maps for QuestionnaireStatusCode_Value.

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

Enum value maps for AllergyIntoleranceCertaintyCode_Value.

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

Enum value maps for AllergyIntoleranceSeverityCode_Value.

View Source
var (
	ReferralStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "DRAFT",
		2: "REQUESTED",
		3: "ACTIVE",
		4: "CANCELLED",
		5: "ACCEPTED",
		6: "REJECTED",
		7: "COMPLETED",
	}
	ReferralStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"DRAFT":                 1,
		"REQUESTED":             2,
		"ACTIVE":                3,
		"CANCELLED":             4,
		"ACCEPTED":              5,
		"REJECTED":              6,
		"COMPLETED":             7,
	}
)

Enum value maps for ReferralStatusCode_Value.

View Source
var (
	RemittanceOutcomeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "COMPLETE",
		2: "ERROR",
	}
	RemittanceOutcomeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"COMPLETE":              1,
		"ERROR":                 2,
	}
)

Enum value maps for RemittanceOutcomeCode_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 (
	SlicingRulesCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CLOSED",
		2: "OPEN",
		3: "OPENATEND",
	}
	SlicingRulesCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CLOSED":                1,
		"OPEN":                  2,
		"OPENATEND":             3,
	}
)

Enum value maps for SlicingRulesCode_Value.

View Source
var (
	ResourceTypeCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "ACCOUNT",
		2:  "ALLERGY_INTOLERANCE",
		3:  "APPOINTMENT",
		4:  "APPOINTMENT_RESPONSE",
		5:  "AUDIT_EVENT",
		6:  "BASIC",
		7:  "BINARY",
		8:  "BODY_SITE",
		9:  "BUNDLE",
		10: "CARE_PLAN",
		11: "CLAIM",
		12: "CLAIM_RESPONSE",
		13: "CLINICAL_IMPRESSION",
		14: "COMMUNICATION",
		15: "COMMUNICATION_REQUEST",
		16: "COMPOSITION",
		17: "CONCEPT_MAP",
		18: "CONDITION",
		19: "CONFORMANCE",
		20: "CONTRACT",
		21: "COVERAGE",
		22: "DATA_ELEMENT",
		23: "DETECTED_ISSUE",
		24: "DEVICE",
		25: "DEVICE_COMPONENT",
		26: "DEVICE_METRIC",
		27: "DEVICE_USE_REQUEST",
		28: "DEVICE_USE_STATEMENT",
		29: "DIAGNOSTIC_ORDER",
		30: "DIAGNOSTIC_REPORT",
		31: "DOCUMENT_MANIFEST",
		32: "DOCUMENT_REFERENCE",
		33: "DOMAIN_RESOURCE",
		34: "ELIGIBILITY_REQUEST",
		35: "ELIGIBILITY_RESPONSE",
		36: "ENCOUNTER",
		37: "ENROLLMENT_REQUEST",
		38: "ENROLLMENT_RESPONSE",
		39: "EPISODE_OF_CARE",
		40: "EXPLANATION_OF_BENEFIT",
		41: "FAMILY_MEMBER_HISTORY",
		42: "FLAG",
		43: "GOAL",
		44: "GROUP",
		45: "HEALTHCARE_SERVICE",
		46: "IMAGING_OBJECT_SELECTION",
		47: "IMAGINGSTUDY",
		48: "IMMUNIZATION",
		49: "IMMUNIZATION_RECOMMENDATION",
		50: "IMPLEMENTATION_GUIDE",
		51: "LIST",
		52: "LOCATION",
		53: "MEDIA",
		54: "MEDICATION",
		55: "MEDICATION_ADMINISTRATION",
		56: "MEDICATION_DISPENSE",
		57: "MEDICATION_ORDER",
		58: "MEDICATION_STATEMENT",
		59: "MESSAGE_HEADER",
		60: "NAMING_SYSTEM",
		61: "NUTRITION_ORDER",
		62: "OBSERVATION",
		63: "OPERATION_DEFINITION",
		64: "OPERATION_OUTCOME",
		65: "ORDER",
		66: "ORDER_RESPONSE",
		67: "ORGANIZATION",
		68: "PARAMETERS",
		69: "PATIENT",
		70: "PAYMENT_NOTICE",
		71: "PAYMENT_RECONCILIATION",
		72: "PERSON",
		73: "PRACTITIONER",
		74: "PROCEDURE",
		75: "PROCEDURE_REQUEST",
		76: "PROCESS_REQUEST",
		77: "PROCESS_RESPONSE",
		78: "PROVENANCE",
		79: "QUESTIONNAIRE",
		80: "QUESTIONNAIRE_RESPONSE",
		81: "REFERRAL_REQUEST",
		82: "RELATED_PERSON",
		83: "RESOURCE",
		84: "RISK_ASSESSMENT",
		85: "SCHEDULE",
		86: "SEARCH_PARAMETER",
		87: "SLOT",
		88: "SPECIMEN",
		89: "STRUCTURE_DEFINITION",
		90: "SUBSCRIPTION",
		91: "SUBSTANCE",
		92: "SUPPLY_DELIVERY",
		93: "SUPPLY_REQUEST",
		94: "TEST_SCRIPT",
		95: "VALUE_SET",
		96: "VISION_PRESCRIPTION",
	}
	ResourceTypeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":       0,
		"ACCOUNT":                     1,
		"ALLERGY_INTOLERANCE":         2,
		"APPOINTMENT":                 3,
		"APPOINTMENT_RESPONSE":        4,
		"AUDIT_EVENT":                 5,
		"BASIC":                       6,
		"BINARY":                      7,
		"BODY_SITE":                   8,
		"BUNDLE":                      9,
		"CARE_PLAN":                   10,
		"CLAIM":                       11,
		"CLAIM_RESPONSE":              12,
		"CLINICAL_IMPRESSION":         13,
		"COMMUNICATION":               14,
		"COMMUNICATION_REQUEST":       15,
		"COMPOSITION":                 16,
		"CONCEPT_MAP":                 17,
		"CONDITION":                   18,
		"CONFORMANCE":                 19,
		"CONTRACT":                    20,
		"COVERAGE":                    21,
		"DATA_ELEMENT":                22,
		"DETECTED_ISSUE":              23,
		"DEVICE":                      24,
		"DEVICE_COMPONENT":            25,
		"DEVICE_METRIC":               26,
		"DEVICE_USE_REQUEST":          27,
		"DEVICE_USE_STATEMENT":        28,
		"DIAGNOSTIC_ORDER":            29,
		"DIAGNOSTIC_REPORT":           30,
		"DOCUMENT_MANIFEST":           31,
		"DOCUMENT_REFERENCE":          32,
		"DOMAIN_RESOURCE":             33,
		"ELIGIBILITY_REQUEST":         34,
		"ELIGIBILITY_RESPONSE":        35,
		"ENCOUNTER":                   36,
		"ENROLLMENT_REQUEST":          37,
		"ENROLLMENT_RESPONSE":         38,
		"EPISODE_OF_CARE":             39,
		"EXPLANATION_OF_BENEFIT":      40,
		"FAMILY_MEMBER_HISTORY":       41,
		"FLAG":                        42,
		"GOAL":                        43,
		"GROUP":                       44,
		"HEALTHCARE_SERVICE":          45,
		"IMAGING_OBJECT_SELECTION":    46,
		"IMAGINGSTUDY":                47,
		"IMMUNIZATION":                48,
		"IMMUNIZATION_RECOMMENDATION": 49,
		"IMPLEMENTATION_GUIDE":        50,
		"LIST":                        51,
		"LOCATION":                    52,
		"MEDIA":                       53,
		"MEDICATION":                  54,
		"MEDICATION_ADMINISTRATION":   55,
		"MEDICATION_DISPENSE":         56,
		"MEDICATION_ORDER":            57,
		"MEDICATION_STATEMENT":        58,
		"MESSAGE_HEADER":              59,
		"NAMING_SYSTEM":               60,
		"NUTRITION_ORDER":             61,
		"OBSERVATION":                 62,
		"OPERATION_DEFINITION":        63,
		"OPERATION_OUTCOME":           64,
		"ORDER":                       65,
		"ORDER_RESPONSE":              66,
		"ORGANIZATION":                67,
		"PARAMETERS":                  68,
		"PATIENT":                     69,
		"PAYMENT_NOTICE":              70,
		"PAYMENT_RECONCILIATION":      71,
		"PERSON":                      72,
		"PRACTITIONER":                73,
		"PROCEDURE":                   74,
		"PROCEDURE_REQUEST":           75,
		"PROCESS_REQUEST":             76,
		"PROCESS_RESPONSE":            77,
		"PROVENANCE":                  78,
		"QUESTIONNAIRE":               79,
		"QUESTIONNAIRE_RESPONSE":      80,
		"REFERRAL_REQUEST":            81,
		"RELATED_PERSON":              82,
		"RESOURCE":                    83,
		"RISK_ASSESSMENT":             84,
		"SCHEDULE":                    85,
		"SEARCH_PARAMETER":            86,
		"SLOT":                        87,
		"SPECIMEN":                    88,
		"STRUCTURE_DEFINITION":        89,
		"SUBSCRIPTION":                90,
		"SUBSTANCE":                   91,
		"SUPPLY_DELIVERY":             92,
		"SUPPLY_REQUEST":              93,
		"TEST_SCRIPT":                 94,
		"VALUE_SET":                   95,
		"VISION_PRESCRIPTION":         96,
	}
)

Enum value maps for ResourceTypeCode_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 (
	RestfulConformanceModeCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "CLIENT",
		2: "SERVER",
	}
	RestfulConformanceModeCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"CLIENT":                1,
		"SERVER":                2,
	}
)

Enum value maps for RestfulConformanceModeCode_Value.

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

Enum value maps for SearchEntryModeCode_Value.

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

Enum value maps for SearchModifierCodeCode_Value.

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

Enum value maps for SearchParamTypeCode_Value.

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

Enum value maps for XPathUsageTypeCode_Value.

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

Enum value maps for SlotStatusCode_Value.

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

Enum value maps for SpecimenStatusCode_Value.

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

Enum value maps for StructureDefinitionKindCode_Value.

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

Enum value maps for SubscriptionChannelTypeCode_Value.

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

Enum value maps for SubscriptionStatusCode_Value.

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

Enum value maps for SupplyDeliveryStatusCode_Value.

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

Enum value maps for SupplyDeliveryCode_Value.

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

Enum value maps for SupplyTypeCode_Value.

View Source
var (
	SupplyRequestStatusCode_Value_name = map[int32]string{
		0: "INVALID_UNINITIALIZED",
		1: "REQUESTED",
		2: "COMPLETED",
		3: "FAILED",
		4: "CANCELLED",
	}
	SupplyRequestStatusCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED": 0,
		"REQUESTED":             1,
		"COMPLETED":             2,
		"FAILED":                3,
		"CANCELLED":             4,
	}
)

Enum value maps for SupplyRequestStatusCode_Value.

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

Enum value maps for TransactionModeCode_Value.

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

Enum value maps for UnknownContentCodeCode_Value.

View Source
var (
	ConfidentialityClassificationCode_Value_name = map[int32]string{
		0:  "INVALID_UNINITIALIZED",
		1:  "_CONFIDENTIALITY",
		2:  "L",
		3:  "M",
		4:  "N",
		5:  "R",
		6:  "U",
		7:  "V",
		8:  "_CONFIDENTIALITYBYACCESSKIND",
		9:  "B",
		10: "D",
		11: "I",
		12: "_CONFIDENTIALITYBYINFOTYPE",
		13: "ETH",
		14: "HIV",
		15: "PSY",
		16: "SDV",
		17: "_CONFIDENTIALITYMODIFIERS",
		18: "C",
		19: "S",
		20: "T",
	}
	ConfidentialityClassificationCode_Value_value = map[string]int32{
		"INVALID_UNINITIALIZED":        0,
		"_CONFIDENTIALITY":             1,
		"L":                            2,
		"M":                            3,
		"N":                            4,
		"R":                            5,
		"U":                            6,
		"V":                            7,
		"_CONFIDENTIALITYBYACCESSKIND": 8,
		"B":                            9,
		"D":                            10,
		"I":                            11,
		"_CONFIDENTIALITYBYINFOTYPE":   12,
		"ETH":                          13,
		"HIV":                          14,
		"PSY":                          15,
		"SDV":                          16,
		"_CONFIDENTIALITYMODIFIERS":    17,
		"C":                            18,
		"S":                            19,
		"T":                            20,
	}
)

Enum value maps for ConfidentialityClassificationCode_Value.

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

Enum value maps for ResourceVersionPolicyCode_Value.

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

Enum value maps for VisionBaseCode_Value.

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

Enum value maps for VisionEyesCode_Value.

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

Enum value maps for TypeRestfulInteractionCode_Value.

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

Enum value maps for SystemRestfulInteractionCode_Value.

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

Enum value maps for InstanceAvailabilityCode_Value.

View Source
var File_proto_google_fhir_proto_dstu2_codes_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ActionListCode

type ActionListCode struct {
	Value ActionListCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ActionListCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The actionlist. See http://hl7.org/fhir/ValueSet/actionlist.

func (*ActionListCode) Descriptor deprecated

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

Deprecated: Use ActionListCode.ProtoReflect.Descriptor instead.

func (*ActionListCode) GetExtension

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

func (*ActionListCode) GetId

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

func (*ActionListCode) GetValue

func (x *ActionListCode) GetValue() ActionListCode_Value

func (*ActionListCode) ProtoMessage

func (*ActionListCode) ProtoMessage()

func (*ActionListCode) ProtoReflect

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

func (*ActionListCode) Reset

func (x *ActionListCode) Reset()

func (*ActionListCode) String

func (x *ActionListCode) String() string

type ActionListCode_Value

type ActionListCode_Value int32

Primitive value for code.

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

func (ActionListCode_Value) Descriptor

func (ActionListCode_Value) Enum

func (ActionListCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ActionListCode_Value.Descriptor instead.

func (ActionListCode_Value) Number

func (ActionListCode_Value) String

func (x ActionListCode_Value) String() string

func (ActionListCode_Value) Type

type AdjudicationErrorCode

type AdjudicationErrorCode struct {
	Value AdjudicationErrorCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.AdjudicationErrorCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The adjudication error. See http://hl7.org/fhir/ValueSet/adjudication-error.

func (*AdjudicationErrorCode) Descriptor deprecated

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

Deprecated: Use AdjudicationErrorCode.ProtoReflect.Descriptor instead.

func (*AdjudicationErrorCode) GetExtension

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

func (*AdjudicationErrorCode) GetId

func (*AdjudicationErrorCode) GetValue

func (*AdjudicationErrorCode) ProtoMessage

func (*AdjudicationErrorCode) ProtoMessage()

func (*AdjudicationErrorCode) ProtoReflect

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

func (*AdjudicationErrorCode) Reset

func (x *AdjudicationErrorCode) Reset()

func (*AdjudicationErrorCode) String

func (x *AdjudicationErrorCode) String() string

type AdjudicationErrorCode_Value

type AdjudicationErrorCode_Value int32

Primitive value for code.

const (
	AdjudicationErrorCode_INVALID_UNINITIALIZED AdjudicationErrorCode_Value = 0
	AdjudicationErrorCode_A001                  AdjudicationErrorCode_Value = 1
	AdjudicationErrorCode_A002                  AdjudicationErrorCode_Value = 2
)

func (AdjudicationErrorCode_Value) Descriptor

func (AdjudicationErrorCode_Value) Enum

func (AdjudicationErrorCode_Value) EnumDescriptor deprecated

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

Deprecated: Use AdjudicationErrorCode_Value.Descriptor instead.

func (AdjudicationErrorCode_Value) Number

func (AdjudicationErrorCode_Value) String

func (AdjudicationErrorCode_Value) Type

type AdministrativeGenderCode

type AdministrativeGenderCode struct {
	Value AdministrativeGenderCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.AdministrativeGenderCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The administrative gender. See http://hl7.org/fhir/ValueSet/administrative-gender.

func (*AdministrativeGenderCode) Descriptor deprecated

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

Deprecated: Use AdministrativeGenderCode.ProtoReflect.Descriptor instead.

func (*AdministrativeGenderCode) GetExtension

func (*AdministrativeGenderCode) GetId

func (*AdministrativeGenderCode) GetValue

func (*AdministrativeGenderCode) ProtoMessage

func (*AdministrativeGenderCode) ProtoMessage()

func (*AdministrativeGenderCode) ProtoReflect

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

func (*AdministrativeGenderCode) Reset

func (x *AdministrativeGenderCode) Reset()

func (*AdministrativeGenderCode) String

func (x *AdministrativeGenderCode) String() string

type AdministrativeGenderCode_Value

type AdministrativeGenderCode_Value int32

Primitive value for code.

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 AggregationModeCode

type AggregationModeCode struct {
	Value AggregationModeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.AggregationModeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The resource aggregation mode. See http://hl7.org/fhir/ValueSet/resource-aggregation-mode.

func (*AggregationModeCode) Descriptor deprecated

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

Deprecated: Use AggregationModeCode.ProtoReflect.Descriptor instead.

func (*AggregationModeCode) GetExtension

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

func (*AggregationModeCode) GetId

func (*AggregationModeCode) GetValue

func (*AggregationModeCode) ProtoMessage

func (*AggregationModeCode) ProtoMessage()

func (*AggregationModeCode) ProtoReflect

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

func (*AggregationModeCode) Reset

func (x *AggregationModeCode) Reset()

func (*AggregationModeCode) String

func (x *AggregationModeCode) String() string

type AggregationModeCode_Value

type AggregationModeCode_Value int32

Primitive value for code.

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

func (AggregationModeCode_Value) Descriptor

func (AggregationModeCode_Value) Enum

func (AggregationModeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use AggregationModeCode_Value.Descriptor instead.

func (AggregationModeCode_Value) Number

func (AggregationModeCode_Value) String

func (x AggregationModeCode_Value) String() string

func (AggregationModeCode_Value) Type

type AllergyIntoleranceCategoryCode

type AllergyIntoleranceCategoryCode struct {
	Value AllergyIntoleranceCategoryCode_Value `` /* 130-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The allergy intolerance category. See http://hl7.org/fhir/ValueSet/allergy-intolerance-category.

func (*AllergyIntoleranceCategoryCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceCategoryCode.ProtoReflect.Descriptor instead.

func (*AllergyIntoleranceCategoryCode) GetExtension

func (*AllergyIntoleranceCategoryCode) GetId

func (*AllergyIntoleranceCategoryCode) GetValue

func (*AllergyIntoleranceCategoryCode) ProtoMessage

func (*AllergyIntoleranceCategoryCode) ProtoMessage()

func (*AllergyIntoleranceCategoryCode) ProtoReflect

func (*AllergyIntoleranceCategoryCode) Reset

func (x *AllergyIntoleranceCategoryCode) Reset()

func (*AllergyIntoleranceCategoryCode) String

type AllergyIntoleranceCategoryCode_Value

type AllergyIntoleranceCategoryCode_Value int32

Primitive value for code.

const (
	AllergyIntoleranceCategoryCode_INVALID_UNINITIALIZED AllergyIntoleranceCategoryCode_Value = 0
	AllergyIntoleranceCategoryCode_FOOD                  AllergyIntoleranceCategoryCode_Value = 1
	AllergyIntoleranceCategoryCode_MEDICATION            AllergyIntoleranceCategoryCode_Value = 2
	AllergyIntoleranceCategoryCode_ENVIRONMENT           AllergyIntoleranceCategoryCode_Value = 3
	AllergyIntoleranceCategoryCode_OTHER                 AllergyIntoleranceCategoryCode_Value = 4
)

func (AllergyIntoleranceCategoryCode_Value) Descriptor

func (AllergyIntoleranceCategoryCode_Value) Enum

func (AllergyIntoleranceCategoryCode_Value) EnumDescriptor deprecated

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

Deprecated: Use AllergyIntoleranceCategoryCode_Value.Descriptor instead.

func (AllergyIntoleranceCategoryCode_Value) Number

func (AllergyIntoleranceCategoryCode_Value) String

func (AllergyIntoleranceCategoryCode_Value) Type

type AllergyIntoleranceCertaintyCode

type AllergyIntoleranceCertaintyCode struct {
	Value AllergyIntoleranceCertaintyCode_Value `` /* 131-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The reaction event certainty. See http://hl7.org/fhir/ValueSet/reaction-event-certainty.

func (*AllergyIntoleranceCertaintyCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceCertaintyCode.ProtoReflect.Descriptor instead.

func (*AllergyIntoleranceCertaintyCode) GetExtension

func (*AllergyIntoleranceCertaintyCode) GetId

func (*AllergyIntoleranceCertaintyCode) GetValue

func (*AllergyIntoleranceCertaintyCode) ProtoMessage

func (*AllergyIntoleranceCertaintyCode) ProtoMessage()

func (*AllergyIntoleranceCertaintyCode) ProtoReflect

func (*AllergyIntoleranceCertaintyCode) Reset

func (*AllergyIntoleranceCertaintyCode) String

type AllergyIntoleranceCertaintyCode_Value

type AllergyIntoleranceCertaintyCode_Value int32

Primitive value for code.

const (
	AllergyIntoleranceCertaintyCode_INVALID_UNINITIALIZED AllergyIntoleranceCertaintyCode_Value = 0
	AllergyIntoleranceCertaintyCode_UNLIKELY              AllergyIntoleranceCertaintyCode_Value = 1
	AllergyIntoleranceCertaintyCode_LIKELY                AllergyIntoleranceCertaintyCode_Value = 2
	AllergyIntoleranceCertaintyCode_CONFIRMED             AllergyIntoleranceCertaintyCode_Value = 3
)

func (AllergyIntoleranceCertaintyCode_Value) Descriptor

func (AllergyIntoleranceCertaintyCode_Value) Enum

func (AllergyIntoleranceCertaintyCode_Value) EnumDescriptor deprecated

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

Deprecated: Use AllergyIntoleranceCertaintyCode_Value.Descriptor instead.

func (AllergyIntoleranceCertaintyCode_Value) Number

func (AllergyIntoleranceCertaintyCode_Value) String

func (AllergyIntoleranceCertaintyCode_Value) Type

type AllergyIntoleranceCriticalityCode

type AllergyIntoleranceCriticalityCode struct {
	Value AllergyIntoleranceCriticalityCode_Value `` /* 133-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The allergy intolerance criticality. See http://hl7.org/fhir/ValueSet/allergy-intolerance-criticality.

func (*AllergyIntoleranceCriticalityCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceCriticalityCode.ProtoReflect.Descriptor instead.

func (*AllergyIntoleranceCriticalityCode) GetExtension

func (*AllergyIntoleranceCriticalityCode) GetId

func (*AllergyIntoleranceCriticalityCode) GetValue

func (*AllergyIntoleranceCriticalityCode) ProtoMessage

func (*AllergyIntoleranceCriticalityCode) ProtoMessage()

func (*AllergyIntoleranceCriticalityCode) ProtoReflect

func (*AllergyIntoleranceCriticalityCode) Reset

func (*AllergyIntoleranceCriticalityCode) String

type AllergyIntoleranceCriticalityCode_Value

type AllergyIntoleranceCriticalityCode_Value int32

Primitive value for code.

const (
	AllergyIntoleranceCriticalityCode_INVALID_UNINITIALIZED AllergyIntoleranceCriticalityCode_Value = 0
	AllergyIntoleranceCriticalityCode_CRITL                 AllergyIntoleranceCriticalityCode_Value = 1
	AllergyIntoleranceCriticalityCode_CRITH                 AllergyIntoleranceCriticalityCode_Value = 2
	AllergyIntoleranceCriticalityCode_CRITU                 AllergyIntoleranceCriticalityCode_Value = 3
)

func (AllergyIntoleranceCriticalityCode_Value) Descriptor

func (AllergyIntoleranceCriticalityCode_Value) Enum

func (AllergyIntoleranceCriticalityCode_Value) EnumDescriptor deprecated

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

Deprecated: Use AllergyIntoleranceCriticalityCode_Value.Descriptor instead.

func (AllergyIntoleranceCriticalityCode_Value) Number

func (AllergyIntoleranceCriticalityCode_Value) String

func (AllergyIntoleranceCriticalityCode_Value) Type

type AllergyIntoleranceSeverityCode

type AllergyIntoleranceSeverityCode struct {
	Value AllergyIntoleranceSeverityCode_Value `` /* 130-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The reaction event severity. See http://hl7.org/fhir/ValueSet/reaction-event-severity.

func (*AllergyIntoleranceSeverityCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceSeverityCode.ProtoReflect.Descriptor instead.

func (*AllergyIntoleranceSeverityCode) GetExtension

func (*AllergyIntoleranceSeverityCode) GetId

func (*AllergyIntoleranceSeverityCode) GetValue

func (*AllergyIntoleranceSeverityCode) ProtoMessage

func (*AllergyIntoleranceSeverityCode) ProtoMessage()

func (*AllergyIntoleranceSeverityCode) ProtoReflect

func (*AllergyIntoleranceSeverityCode) Reset

func (x *AllergyIntoleranceSeverityCode) Reset()

func (*AllergyIntoleranceSeverityCode) String

type AllergyIntoleranceSeverityCode_Value

type AllergyIntoleranceSeverityCode_Value int32

Primitive value for code.

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 AllergyIntoleranceStatusCode

type AllergyIntoleranceStatusCode struct {
	Value AllergyIntoleranceStatusCode_Value `` /* 128-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The allergy intolerance status. See http://hl7.org/fhir/ValueSet/allergy-intolerance-status.

func (*AllergyIntoleranceStatusCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceStatusCode.ProtoReflect.Descriptor instead.

func (*AllergyIntoleranceStatusCode) GetExtension

func (*AllergyIntoleranceStatusCode) GetId

func (*AllergyIntoleranceStatusCode) GetValue

func (*AllergyIntoleranceStatusCode) ProtoMessage

func (*AllergyIntoleranceStatusCode) ProtoMessage()

func (*AllergyIntoleranceStatusCode) ProtoReflect

func (*AllergyIntoleranceStatusCode) Reset

func (x *AllergyIntoleranceStatusCode) Reset()

func (*AllergyIntoleranceStatusCode) String

type AllergyIntoleranceStatusCode_Value

type AllergyIntoleranceStatusCode_Value int32

Primitive value for code.

const (
	AllergyIntoleranceStatusCode_INVALID_UNINITIALIZED AllergyIntoleranceStatusCode_Value = 0
	AllergyIntoleranceStatusCode_ACTIVE                AllergyIntoleranceStatusCode_Value = 1
	AllergyIntoleranceStatusCode_UNCONFIRMED           AllergyIntoleranceStatusCode_Value = 2
	AllergyIntoleranceStatusCode_CONFIRMED             AllergyIntoleranceStatusCode_Value = 3
	AllergyIntoleranceStatusCode_INACTIVE              AllergyIntoleranceStatusCode_Value = 4
	AllergyIntoleranceStatusCode_RESOLVED              AllergyIntoleranceStatusCode_Value = 5
	AllergyIntoleranceStatusCode_REFUTED               AllergyIntoleranceStatusCode_Value = 6
	AllergyIntoleranceStatusCode_ENTERED_IN_ERROR      AllergyIntoleranceStatusCode_Value = 7
)

func (AllergyIntoleranceStatusCode_Value) Descriptor

func (AllergyIntoleranceStatusCode_Value) Enum

func (AllergyIntoleranceStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use AllergyIntoleranceStatusCode_Value.Descriptor instead.

func (AllergyIntoleranceStatusCode_Value) Number

func (AllergyIntoleranceStatusCode_Value) String

func (AllergyIntoleranceStatusCode_Value) Type

type AllergyIntoleranceTypeCode

type AllergyIntoleranceTypeCode struct {
	Value AllergyIntoleranceTypeCode_Value `` /* 126-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The allergy intolerance type. See http://hl7.org/fhir/ValueSet/allergy-intolerance-type.

func (*AllergyIntoleranceTypeCode) Descriptor deprecated

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

Deprecated: Use AllergyIntoleranceTypeCode.ProtoReflect.Descriptor instead.

func (*AllergyIntoleranceTypeCode) GetExtension

func (*AllergyIntoleranceTypeCode) GetId

func (*AllergyIntoleranceTypeCode) GetValue

func (*AllergyIntoleranceTypeCode) ProtoMessage

func (*AllergyIntoleranceTypeCode) ProtoMessage()

func (*AllergyIntoleranceTypeCode) ProtoReflect

func (*AllergyIntoleranceTypeCode) Reset

func (x *AllergyIntoleranceTypeCode) Reset()

func (*AllergyIntoleranceTypeCode) String

func (x *AllergyIntoleranceTypeCode) String() string

type AllergyIntoleranceTypeCode_Value

type AllergyIntoleranceTypeCode_Value int32

Primitive value for code.

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 AnswerFormatCode

type AnswerFormatCode struct {
	Value AnswerFormatCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.AnswerFormatCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The answer format. See http://hl7.org/fhir/ValueSet/answer-format.

func (*AnswerFormatCode) Descriptor deprecated

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

Deprecated: Use AnswerFormatCode.ProtoReflect.Descriptor instead.

func (*AnswerFormatCode) GetExtension

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

func (*AnswerFormatCode) GetId

func (*AnswerFormatCode) GetValue

func (*AnswerFormatCode) ProtoMessage

func (*AnswerFormatCode) ProtoMessage()

func (*AnswerFormatCode) ProtoReflect

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

func (*AnswerFormatCode) Reset

func (x *AnswerFormatCode) Reset()

func (*AnswerFormatCode) String

func (x *AnswerFormatCode) String() string

type AnswerFormatCode_Value

type AnswerFormatCode_Value int32

Primitive value for code.

const (
	AnswerFormatCode_INVALID_UNINITIALIZED AnswerFormatCode_Value = 0
	AnswerFormatCode_BOOLEAN               AnswerFormatCode_Value = 1
	AnswerFormatCode_DECIMAL               AnswerFormatCode_Value = 2
	AnswerFormatCode_INTEGER               AnswerFormatCode_Value = 3
	AnswerFormatCode_DATE                  AnswerFormatCode_Value = 4
	AnswerFormatCode_DATETIME              AnswerFormatCode_Value = 5
	AnswerFormatCode_INSTANT               AnswerFormatCode_Value = 6
	AnswerFormatCode_TIME                  AnswerFormatCode_Value = 7
	AnswerFormatCode_STRING                AnswerFormatCode_Value = 8
	AnswerFormatCode_TEXT                  AnswerFormatCode_Value = 9
	AnswerFormatCode_URL                   AnswerFormatCode_Value = 10
	AnswerFormatCode_CHOICE                AnswerFormatCode_Value = 11
	AnswerFormatCode_OPEN_CHOICE           AnswerFormatCode_Value = 12
	AnswerFormatCode_ATTACHMENT            AnswerFormatCode_Value = 13
	AnswerFormatCode_REFERENCE             AnswerFormatCode_Value = 14
	AnswerFormatCode_QUANTITY              AnswerFormatCode_Value = 15
)

func (AnswerFormatCode_Value) Descriptor

func (AnswerFormatCode_Value) Enum

func (AnswerFormatCode_Value) EnumDescriptor deprecated

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

Deprecated: Use AnswerFormatCode_Value.Descriptor instead.

func (AnswerFormatCode_Value) Number

func (AnswerFormatCode_Value) String

func (x AnswerFormatCode_Value) String() string

func (AnswerFormatCode_Value) Type

type AppointmentStatusCode

type AppointmentStatusCode struct {
	Value AppointmentStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.AppointmentStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The appointmentstatus. See http://hl7.org/fhir/ValueSet/appointmentstatus.

func (*AppointmentStatusCode) Descriptor deprecated

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

Deprecated: Use AppointmentStatusCode.ProtoReflect.Descriptor instead.

func (*AppointmentStatusCode) GetExtension

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

func (*AppointmentStatusCode) GetId

func (*AppointmentStatusCode) GetValue

func (*AppointmentStatusCode) ProtoMessage

func (*AppointmentStatusCode) ProtoMessage()

func (*AppointmentStatusCode) ProtoReflect

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

func (*AppointmentStatusCode) Reset

func (x *AppointmentStatusCode) Reset()

func (*AppointmentStatusCode) String

func (x *AppointmentStatusCode) String() string

type AppointmentStatusCode_Value

type AppointmentStatusCode_Value int32

Primitive value for code.

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
)

func (AppointmentStatusCode_Value) Descriptor

func (AppointmentStatusCode_Value) Enum

func (AppointmentStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use AppointmentStatusCode_Value.Descriptor instead.

func (AppointmentStatusCode_Value) Number

func (AppointmentStatusCode_Value) String

func (AppointmentStatusCode_Value) Type

type AssertionDirectionTypeCode

type AssertionDirectionTypeCode struct {
	Value AssertionDirectionTypeCode_Value `` /* 126-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The assert direction codes. See http://hl7.org/fhir/ValueSet/assert-direction-codes.

func (*AssertionDirectionTypeCode) Descriptor deprecated

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

Deprecated: Use AssertionDirectionTypeCode.ProtoReflect.Descriptor instead.

func (*AssertionDirectionTypeCode) GetExtension

func (*AssertionDirectionTypeCode) GetId

func (*AssertionDirectionTypeCode) GetValue

func (*AssertionDirectionTypeCode) ProtoMessage

func (*AssertionDirectionTypeCode) ProtoMessage()

func (*AssertionDirectionTypeCode) ProtoReflect

func (*AssertionDirectionTypeCode) Reset

func (x *AssertionDirectionTypeCode) Reset()

func (*AssertionDirectionTypeCode) String

func (x *AssertionDirectionTypeCode) String() string

type AssertionDirectionTypeCode_Value

type AssertionDirectionTypeCode_Value int32

Primitive value for code.

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

func (AssertionDirectionTypeCode_Value) Descriptor

func (AssertionDirectionTypeCode_Value) Enum

func (AssertionDirectionTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use AssertionDirectionTypeCode_Value.Descriptor instead.

func (AssertionDirectionTypeCode_Value) Number

func (AssertionDirectionTypeCode_Value) String

func (AssertionDirectionTypeCode_Value) Type

type AssertionOperatorTypeCode

type AssertionOperatorTypeCode struct {
	Value AssertionOperatorTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.AssertionOperatorTypeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The assert operator codes. See http://hl7.org/fhir/ValueSet/assert-operator-codes.

func (*AssertionOperatorTypeCode) Descriptor deprecated

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

Deprecated: Use AssertionOperatorTypeCode.ProtoReflect.Descriptor instead.

func (*AssertionOperatorTypeCode) GetExtension

func (*AssertionOperatorTypeCode) GetId

func (*AssertionOperatorTypeCode) GetValue

func (*AssertionOperatorTypeCode) ProtoMessage

func (*AssertionOperatorTypeCode) ProtoMessage()

func (*AssertionOperatorTypeCode) ProtoReflect

func (*AssertionOperatorTypeCode) Reset

func (x *AssertionOperatorTypeCode) Reset()

func (*AssertionOperatorTypeCode) String

func (x *AssertionOperatorTypeCode) String() string

type AssertionOperatorTypeCode_Value

type AssertionOperatorTypeCode_Value int32

Primitive value for code.

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

func (AssertionOperatorTypeCode_Value) Descriptor

func (AssertionOperatorTypeCode_Value) Enum

func (AssertionOperatorTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use AssertionOperatorTypeCode_Value.Descriptor instead.

func (AssertionOperatorTypeCode_Value) Number

func (AssertionOperatorTypeCode_Value) String

func (AssertionOperatorTypeCode_Value) Type

type AssertionResponseTypesCode

type AssertionResponseTypesCode struct {
	Value AssertionResponseTypesCode_Value `` /* 126-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The assert response code types. See http://hl7.org/fhir/ValueSet/assert-response-code-types.

func (*AssertionResponseTypesCode) Descriptor deprecated

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

Deprecated: Use AssertionResponseTypesCode.ProtoReflect.Descriptor instead.

func (*AssertionResponseTypesCode) GetExtension

func (*AssertionResponseTypesCode) GetId

func (*AssertionResponseTypesCode) GetValue

func (*AssertionResponseTypesCode) ProtoMessage

func (*AssertionResponseTypesCode) ProtoMessage()

func (*AssertionResponseTypesCode) ProtoReflect

func (*AssertionResponseTypesCode) Reset

func (x *AssertionResponseTypesCode) Reset()

func (*AssertionResponseTypesCode) String

func (x *AssertionResponseTypesCode) String() string

type AssertionResponseTypesCode_Value

type AssertionResponseTypesCode_Value int32

Primitive value for code.

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

func (AssertionResponseTypesCode_Value) Descriptor

func (AssertionResponseTypesCode_Value) Enum

func (AssertionResponseTypesCode_Value) EnumDescriptor deprecated

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

Deprecated: Use AssertionResponseTypesCode_Value.Descriptor instead.

func (AssertionResponseTypesCode_Value) Number

func (AssertionResponseTypesCode_Value) String

func (AssertionResponseTypesCode_Value) Type

type AuditEventActionCode

type AuditEventActionCode struct {
	Value AuditEventActionCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.AuditEventActionCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The audit event action. See http://hl7.org/fhir/ValueSet/audit-event-action.

func (*AuditEventActionCode) Descriptor deprecated

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

Deprecated: Use AuditEventActionCode.ProtoReflect.Descriptor instead.

func (*AuditEventActionCode) GetExtension

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

func (*AuditEventActionCode) GetId

func (*AuditEventActionCode) GetValue

func (*AuditEventActionCode) ProtoMessage

func (*AuditEventActionCode) ProtoMessage()

func (*AuditEventActionCode) ProtoReflect

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

func (*AuditEventActionCode) Reset

func (x *AuditEventActionCode) Reset()

func (*AuditEventActionCode) String

func (x *AuditEventActionCode) String() string

type AuditEventActionCode_Value

type AuditEventActionCode_Value int32

Primitive value for code.

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

func (AuditEventActionCode_Value) Descriptor

func (AuditEventActionCode_Value) Enum

func (AuditEventActionCode_Value) EnumDescriptor deprecated

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

Deprecated: Use AuditEventActionCode_Value.Descriptor instead.

func (AuditEventActionCode_Value) Number

func (AuditEventActionCode_Value) String

func (AuditEventActionCode_Value) Type

type AuditEventAgentNetworkTypeCode

type AuditEventAgentNetworkTypeCode struct {
	Value AuditEventAgentNetworkTypeCode_Value `` /* 130-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

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

func (*AuditEventAgentNetworkTypeCode) Descriptor deprecated

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

Deprecated: Use AuditEventAgentNetworkTypeCode.ProtoReflect.Descriptor instead.

func (*AuditEventAgentNetworkTypeCode) GetExtension

func (*AuditEventAgentNetworkTypeCode) GetId

func (*AuditEventAgentNetworkTypeCode) GetValue

func (*AuditEventAgentNetworkTypeCode) ProtoMessage

func (*AuditEventAgentNetworkTypeCode) ProtoMessage()

func (*AuditEventAgentNetworkTypeCode) ProtoReflect

func (*AuditEventAgentNetworkTypeCode) Reset

func (x *AuditEventAgentNetworkTypeCode) Reset()

func (*AuditEventAgentNetworkTypeCode) String

type AuditEventAgentNetworkTypeCode_Value

type AuditEventAgentNetworkTypeCode_Value int32

Primitive value for code.

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

func (AuditEventAgentNetworkTypeCode_Value) Descriptor

func (AuditEventAgentNetworkTypeCode_Value) Enum

func (AuditEventAgentNetworkTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use AuditEventAgentNetworkTypeCode_Value.Descriptor instead.

func (AuditEventAgentNetworkTypeCode_Value) Number

func (AuditEventAgentNetworkTypeCode_Value) String

func (AuditEventAgentNetworkTypeCode_Value) Type

type AuditEventOutcomeCode

type AuditEventOutcomeCode struct {
	Value AuditEventOutcomeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.AuditEventOutcomeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The audit event outcome. See http://hl7.org/fhir/ValueSet/audit-event-outcome.

func (*AuditEventOutcomeCode) Descriptor deprecated

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

Deprecated: Use AuditEventOutcomeCode.ProtoReflect.Descriptor instead.

func (*AuditEventOutcomeCode) GetExtension

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

func (*AuditEventOutcomeCode) GetId

func (*AuditEventOutcomeCode) GetValue

func (*AuditEventOutcomeCode) ProtoMessage

func (*AuditEventOutcomeCode) ProtoMessage()

func (*AuditEventOutcomeCode) ProtoReflect

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

func (*AuditEventOutcomeCode) Reset

func (x *AuditEventOutcomeCode) Reset()

func (*AuditEventOutcomeCode) String

func (x *AuditEventOutcomeCode) String() string

type AuditEventOutcomeCode_Value

type AuditEventOutcomeCode_Value int32

Primitive value for code.

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 BindingStrengthCode

type BindingStrengthCode struct {
	Value BindingStrengthCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.BindingStrengthCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The binding strength. See http://hl7.org/fhir/ValueSet/binding-strength.

func (*BindingStrengthCode) Descriptor deprecated

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

Deprecated: Use BindingStrengthCode.ProtoReflect.Descriptor instead.

func (*BindingStrengthCode) GetExtension

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

func (*BindingStrengthCode) GetId

func (*BindingStrengthCode) GetValue

func (*BindingStrengthCode) ProtoMessage

func (*BindingStrengthCode) ProtoMessage()

func (*BindingStrengthCode) ProtoReflect

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

func (*BindingStrengthCode) Reset

func (x *BindingStrengthCode) Reset()

func (*BindingStrengthCode) String

func (x *BindingStrengthCode) String() string

type BindingStrengthCode_Value

type BindingStrengthCode_Value int32

Primitive value for code.

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

func (BindingStrengthCode_Value) Descriptor

func (BindingStrengthCode_Value) Enum

func (BindingStrengthCode_Value) EnumDescriptor deprecated

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

Deprecated: Use BindingStrengthCode_Value.Descriptor instead.

func (BindingStrengthCode_Value) Number

func (BindingStrengthCode_Value) String

func (x BindingStrengthCode_Value) String() string

func (BindingStrengthCode_Value) Type

type BundleTypeCode

type BundleTypeCode struct {
	Value BundleTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.BundleTypeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

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

func (*BundleTypeCode) Descriptor deprecated

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

Deprecated: Use BundleTypeCode.ProtoReflect.Descriptor instead.

func (*BundleTypeCode) GetExtension

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

func (*BundleTypeCode) GetId

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

func (*BundleTypeCode) GetValue

func (x *BundleTypeCode) GetValue() BundleTypeCode_Value

func (*BundleTypeCode) ProtoMessage

func (*BundleTypeCode) ProtoMessage()

func (*BundleTypeCode) ProtoReflect

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

func (*BundleTypeCode) Reset

func (x *BundleTypeCode) Reset()

func (*BundleTypeCode) String

func (x *BundleTypeCode) String() string

type BundleTypeCode_Value

type BundleTypeCode_Value int32

Primitive value for code.

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 CarePlanActivityStatusCode

type CarePlanActivityStatusCode struct {
	Value CarePlanActivityStatusCode_Value `` /* 126-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The care plan activity status. See http://hl7.org/fhir/ValueSet/care-plan-activity-status.

func (*CarePlanActivityStatusCode) Descriptor deprecated

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

Deprecated: Use CarePlanActivityStatusCode.ProtoReflect.Descriptor instead.

func (*CarePlanActivityStatusCode) GetExtension

func (*CarePlanActivityStatusCode) GetId

func (*CarePlanActivityStatusCode) GetValue

func (*CarePlanActivityStatusCode) ProtoMessage

func (*CarePlanActivityStatusCode) ProtoMessage()

func (*CarePlanActivityStatusCode) ProtoReflect

func (*CarePlanActivityStatusCode) Reset

func (x *CarePlanActivityStatusCode) Reset()

func (*CarePlanActivityStatusCode) String

func (x *CarePlanActivityStatusCode) String() string

type CarePlanActivityStatusCode_Value

type CarePlanActivityStatusCode_Value int32

Primitive value for code.

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
)

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 CarePlanRelationshipCode

type CarePlanRelationshipCode struct {
	Value CarePlanRelationshipCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.CarePlanRelationshipCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The care plan relationship. See http://hl7.org/fhir/ValueSet/care-plan-relationship.

func (*CarePlanRelationshipCode) Descriptor deprecated

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

Deprecated: Use CarePlanRelationshipCode.ProtoReflect.Descriptor instead.

func (*CarePlanRelationshipCode) GetExtension

func (*CarePlanRelationshipCode) GetId

func (*CarePlanRelationshipCode) GetValue

func (*CarePlanRelationshipCode) ProtoMessage

func (*CarePlanRelationshipCode) ProtoMessage()

func (*CarePlanRelationshipCode) ProtoReflect

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

func (*CarePlanRelationshipCode) Reset

func (x *CarePlanRelationshipCode) Reset()

func (*CarePlanRelationshipCode) String

func (x *CarePlanRelationshipCode) String() string

type CarePlanRelationshipCode_Value

type CarePlanRelationshipCode_Value int32

Primitive value for code.

const (
	CarePlanRelationshipCode_INVALID_UNINITIALIZED CarePlanRelationshipCode_Value = 0
	CarePlanRelationshipCode_INCLUDES              CarePlanRelationshipCode_Value = 1
	CarePlanRelationshipCode_REPLACES              CarePlanRelationshipCode_Value = 2
	CarePlanRelationshipCode_FULFILLS              CarePlanRelationshipCode_Value = 3
)

func (CarePlanRelationshipCode_Value) Descriptor

func (CarePlanRelationshipCode_Value) Enum

func (CarePlanRelationshipCode_Value) EnumDescriptor deprecated

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

Deprecated: Use CarePlanRelationshipCode_Value.Descriptor instead.

func (CarePlanRelationshipCode_Value) Number

func (CarePlanRelationshipCode_Value) String

func (CarePlanRelationshipCode_Value) Type

type CarePlanStatusCode

type CarePlanStatusCode struct {
	Value CarePlanStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.CarePlanStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The care plan status. See http://hl7.org/fhir/ValueSet/care-plan-status.

func (*CarePlanStatusCode) Descriptor deprecated

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

Deprecated: Use CarePlanStatusCode.ProtoReflect.Descriptor instead.

func (*CarePlanStatusCode) GetExtension

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

func (*CarePlanStatusCode) GetId

func (*CarePlanStatusCode) GetValue

func (*CarePlanStatusCode) ProtoMessage

func (*CarePlanStatusCode) ProtoMessage()

func (*CarePlanStatusCode) ProtoReflect

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

func (*CarePlanStatusCode) Reset

func (x *CarePlanStatusCode) Reset()

func (*CarePlanStatusCode) String

func (x *CarePlanStatusCode) String() string

type CarePlanStatusCode_Value

type CarePlanStatusCode_Value int32

Primitive value for code.

const (
	CarePlanStatusCode_INVALID_UNINITIALIZED CarePlanStatusCode_Value = 0
	CarePlanStatusCode_PROPOSED              CarePlanStatusCode_Value = 1
	CarePlanStatusCode_DRAFT                 CarePlanStatusCode_Value = 2
	CarePlanStatusCode_ACTIVE                CarePlanStatusCode_Value = 3
	CarePlanStatusCode_COMPLETED             CarePlanStatusCode_Value = 4
	CarePlanStatusCode_CANCELLED             CarePlanStatusCode_Value = 5
)

func (CarePlanStatusCode_Value) Descriptor

func (CarePlanStatusCode_Value) Enum

func (CarePlanStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use CarePlanStatusCode_Value.Descriptor instead.

func (CarePlanStatusCode_Value) Number

func (CarePlanStatusCode_Value) String

func (x CarePlanStatusCode_Value) String() string

func (CarePlanStatusCode_Value) Type

type ClaimTypeCode

type ClaimTypeCode struct {
	Value ClaimTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ClaimTypeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The claim type link. See http://hl7.org/fhir/ValueSet/claim-type-link.

func (*ClaimTypeCode) Descriptor deprecated

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

Deprecated: Use ClaimTypeCode.ProtoReflect.Descriptor instead.

func (*ClaimTypeCode) GetExtension

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

func (*ClaimTypeCode) GetId

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

func (*ClaimTypeCode) GetValue

func (x *ClaimTypeCode) GetValue() ClaimTypeCode_Value

func (*ClaimTypeCode) ProtoMessage

func (*ClaimTypeCode) ProtoMessage()

func (*ClaimTypeCode) ProtoReflect

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

func (*ClaimTypeCode) Reset

func (x *ClaimTypeCode) Reset()

func (*ClaimTypeCode) String

func (x *ClaimTypeCode) String() string

type ClaimTypeCode_Value

type ClaimTypeCode_Value int32

Primitive value for code.

const (
	ClaimTypeCode_INVALID_UNINITIALIZED ClaimTypeCode_Value = 0
	ClaimTypeCode_INSTITUTIONAL         ClaimTypeCode_Value = 1
	ClaimTypeCode_ORAL                  ClaimTypeCode_Value = 2
	ClaimTypeCode_PHARMACY              ClaimTypeCode_Value = 3
	ClaimTypeCode_PROFESSIONAL          ClaimTypeCode_Value = 4
	ClaimTypeCode_VISION                ClaimTypeCode_Value = 5
)

func (ClaimTypeCode_Value) Descriptor

func (ClaimTypeCode_Value) Enum

func (ClaimTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ClaimTypeCode_Value.Descriptor instead.

func (ClaimTypeCode_Value) Number

func (ClaimTypeCode_Value) String

func (x ClaimTypeCode_Value) String() string

func (ClaimTypeCode_Value) Type

type ClinicalImpressionStatusCode

type ClinicalImpressionStatusCode struct {
	Value ClinicalImpressionStatusCode_Value `` /* 128-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The clinical impression status. See http://hl7.org/fhir/ValueSet/clinical-impression-status.

func (*ClinicalImpressionStatusCode) Descriptor deprecated

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

Deprecated: Use ClinicalImpressionStatusCode.ProtoReflect.Descriptor instead.

func (*ClinicalImpressionStatusCode) GetExtension

func (*ClinicalImpressionStatusCode) GetId

func (*ClinicalImpressionStatusCode) GetValue

func (*ClinicalImpressionStatusCode) ProtoMessage

func (*ClinicalImpressionStatusCode) ProtoMessage()

func (*ClinicalImpressionStatusCode) ProtoReflect

func (*ClinicalImpressionStatusCode) Reset

func (x *ClinicalImpressionStatusCode) Reset()

func (*ClinicalImpressionStatusCode) String

type ClinicalImpressionStatusCode_Value

type ClinicalImpressionStatusCode_Value int32

Primitive value for code.

const (
	ClinicalImpressionStatusCode_INVALID_UNINITIALIZED ClinicalImpressionStatusCode_Value = 0
	ClinicalImpressionStatusCode_IN_PROGRESS           ClinicalImpressionStatusCode_Value = 1
	ClinicalImpressionStatusCode_COMPLETED             ClinicalImpressionStatusCode_Value = 2
	ClinicalImpressionStatusCode_ENTERED_IN_ERROR      ClinicalImpressionStatusCode_Value = 3
)

func (ClinicalImpressionStatusCode_Value) Descriptor

func (ClinicalImpressionStatusCode_Value) Enum

func (ClinicalImpressionStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ClinicalImpressionStatusCode_Value.Descriptor instead.

func (ClinicalImpressionStatusCode_Value) Number

func (ClinicalImpressionStatusCode_Value) String

func (ClinicalImpressionStatusCode_Value) Type

type CommunicationRequestStatusCode

type CommunicationRequestStatusCode struct {
	Value CommunicationRequestStatusCode_Value `` /* 130-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The communication request status. See http://hl7.org/fhir/ValueSet/communication-request-status.

func (*CommunicationRequestStatusCode) Descriptor deprecated

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

Deprecated: Use CommunicationRequestStatusCode.ProtoReflect.Descriptor instead.

func (*CommunicationRequestStatusCode) GetExtension

func (*CommunicationRequestStatusCode) GetId

func (*CommunicationRequestStatusCode) GetValue

func (*CommunicationRequestStatusCode) ProtoMessage

func (*CommunicationRequestStatusCode) ProtoMessage()

func (*CommunicationRequestStatusCode) ProtoReflect

func (*CommunicationRequestStatusCode) Reset

func (x *CommunicationRequestStatusCode) Reset()

func (*CommunicationRequestStatusCode) String

type CommunicationRequestStatusCode_Value

type CommunicationRequestStatusCode_Value int32

Primitive value for code.

const (
	CommunicationRequestStatusCode_INVALID_UNINITIALIZED CommunicationRequestStatusCode_Value = 0
	CommunicationRequestStatusCode_PROPOSED              CommunicationRequestStatusCode_Value = 1
	CommunicationRequestStatusCode_PLANNED               CommunicationRequestStatusCode_Value = 2
	CommunicationRequestStatusCode_REQUESTED             CommunicationRequestStatusCode_Value = 3
	CommunicationRequestStatusCode_RECEIVED              CommunicationRequestStatusCode_Value = 4
	CommunicationRequestStatusCode_ACCEPTED              CommunicationRequestStatusCode_Value = 5
	CommunicationRequestStatusCode_IN_PROGRESS           CommunicationRequestStatusCode_Value = 6
	CommunicationRequestStatusCode_COMPLETED             CommunicationRequestStatusCode_Value = 7
	CommunicationRequestStatusCode_SUSPENDED             CommunicationRequestStatusCode_Value = 8
	CommunicationRequestStatusCode_REJECTED              CommunicationRequestStatusCode_Value = 9
	CommunicationRequestStatusCode_FAILED                CommunicationRequestStatusCode_Value = 10
)

func (CommunicationRequestStatusCode_Value) Descriptor

func (CommunicationRequestStatusCode_Value) Enum

func (CommunicationRequestStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use CommunicationRequestStatusCode_Value.Descriptor instead.

func (CommunicationRequestStatusCode_Value) Number

func (CommunicationRequestStatusCode_Value) String

func (CommunicationRequestStatusCode_Value) Type

type CommunicationStatusCode

type CommunicationStatusCode struct {
	Value CommunicationStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.CommunicationStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The communication status. See http://hl7.org/fhir/ValueSet/communication-status.

func (*CommunicationStatusCode) Descriptor deprecated

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

Deprecated: Use CommunicationStatusCode.ProtoReflect.Descriptor instead.

func (*CommunicationStatusCode) GetExtension

func (*CommunicationStatusCode) GetId

func (*CommunicationStatusCode) GetValue

func (*CommunicationStatusCode) ProtoMessage

func (*CommunicationStatusCode) ProtoMessage()

func (*CommunicationStatusCode) ProtoReflect

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

func (*CommunicationStatusCode) Reset

func (x *CommunicationStatusCode) Reset()

func (*CommunicationStatusCode) String

func (x *CommunicationStatusCode) String() string

type CommunicationStatusCode_Value

type CommunicationStatusCode_Value int32

Primitive value for code.

const (
	CommunicationStatusCode_INVALID_UNINITIALIZED CommunicationStatusCode_Value = 0
	CommunicationStatusCode_IN_PROGRESS           CommunicationStatusCode_Value = 1
	CommunicationStatusCode_COMPLETED             CommunicationStatusCode_Value = 2
	CommunicationStatusCode_SUSPENDED             CommunicationStatusCode_Value = 3
	CommunicationStatusCode_REJECTED              CommunicationStatusCode_Value = 4
	CommunicationStatusCode_FAILED                CommunicationStatusCode_Value = 5
)

func (CommunicationStatusCode_Value) Descriptor

func (CommunicationStatusCode_Value) Enum

func (CommunicationStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use CommunicationStatusCode_Value.Descriptor instead.

func (CommunicationStatusCode_Value) Number

func (CommunicationStatusCode_Value) String

func (CommunicationStatusCode_Value) Type

type CompositionAttestationModeCode

type CompositionAttestationModeCode struct {
	Value CompositionAttestationModeCode_Value `` /* 130-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The composition attestation mode. See http://hl7.org/fhir/ValueSet/composition-attestation-mode.

func (*CompositionAttestationModeCode) Descriptor deprecated

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

Deprecated: Use CompositionAttestationModeCode.ProtoReflect.Descriptor instead.

func (*CompositionAttestationModeCode) GetExtension

func (*CompositionAttestationModeCode) GetId

func (*CompositionAttestationModeCode) GetValue

func (*CompositionAttestationModeCode) ProtoMessage

func (*CompositionAttestationModeCode) ProtoMessage()

func (*CompositionAttestationModeCode) ProtoReflect

func (*CompositionAttestationModeCode) Reset

func (x *CompositionAttestationModeCode) Reset()

func (*CompositionAttestationModeCode) String

type CompositionAttestationModeCode_Value

type CompositionAttestationModeCode_Value int32

Primitive value for code.

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

func (CompositionAttestationModeCode_Value) Descriptor

func (CompositionAttestationModeCode_Value) Enum

func (CompositionAttestationModeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use CompositionAttestationModeCode_Value.Descriptor instead.

func (CompositionAttestationModeCode_Value) Number

func (CompositionAttestationModeCode_Value) String

func (CompositionAttestationModeCode_Value) Type

type CompositionStatusCode

type CompositionStatusCode struct {
	Value CompositionStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.CompositionStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The composition status. See http://hl7.org/fhir/ValueSet/composition-status.

func (*CompositionStatusCode) Descriptor deprecated

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

Deprecated: Use CompositionStatusCode.ProtoReflect.Descriptor instead.

func (*CompositionStatusCode) GetExtension

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

func (*CompositionStatusCode) GetId

func (*CompositionStatusCode) GetValue

func (*CompositionStatusCode) ProtoMessage

func (*CompositionStatusCode) ProtoMessage()

func (*CompositionStatusCode) ProtoReflect

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

func (*CompositionStatusCode) Reset

func (x *CompositionStatusCode) Reset()

func (*CompositionStatusCode) String

func (x *CompositionStatusCode) String() string

type CompositionStatusCode_Value

type CompositionStatusCode_Value int32

Primitive value for code.

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

func (CompositionStatusCode_Value) Descriptor

func (CompositionStatusCode_Value) Enum

func (CompositionStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use CompositionStatusCode_Value.Descriptor instead.

func (CompositionStatusCode_Value) Number

func (CompositionStatusCode_Value) String

func (CompositionStatusCode_Value) Type

type ConceptMapEquivalenceCode

type ConceptMapEquivalenceCode struct {
	Value ConceptMapEquivalenceCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ConceptMapEquivalenceCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The concept map equivalence. See http://hl7.org/fhir/ValueSet/concept-map-equivalence.

func (*ConceptMapEquivalenceCode) Descriptor deprecated

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

Deprecated: Use ConceptMapEquivalenceCode.ProtoReflect.Descriptor instead.

func (*ConceptMapEquivalenceCode) GetExtension

func (*ConceptMapEquivalenceCode) GetId

func (*ConceptMapEquivalenceCode) GetValue

func (*ConceptMapEquivalenceCode) ProtoMessage

func (*ConceptMapEquivalenceCode) ProtoMessage()

func (*ConceptMapEquivalenceCode) ProtoReflect

func (*ConceptMapEquivalenceCode) Reset

func (x *ConceptMapEquivalenceCode) Reset()

func (*ConceptMapEquivalenceCode) String

func (x *ConceptMapEquivalenceCode) String() string

type ConceptMapEquivalenceCode_Value

type ConceptMapEquivalenceCode_Value int32

Primitive value for code.

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

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 ConditionVerificationStatusCode

type ConditionVerificationStatusCode struct {
	Value ConditionVerificationStatusCode_Value `` /* 131-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The condition ver status. See http://hl7.org/fhir/ValueSet/condition-ver-status.

func (*ConditionVerificationStatusCode) Descriptor deprecated

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

Deprecated: Use ConditionVerificationStatusCode.ProtoReflect.Descriptor instead.

func (*ConditionVerificationStatusCode) GetExtension

func (*ConditionVerificationStatusCode) GetId

func (*ConditionVerificationStatusCode) GetValue

func (*ConditionVerificationStatusCode) ProtoMessage

func (*ConditionVerificationStatusCode) ProtoMessage()

func (*ConditionVerificationStatusCode) ProtoReflect

func (*ConditionVerificationStatusCode) Reset

func (*ConditionVerificationStatusCode) String

type ConditionVerificationStatusCode_Value

type ConditionVerificationStatusCode_Value int32

Primitive value for code.

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

func (ConditionVerificationStatusCode_Value) Descriptor

func (ConditionVerificationStatusCode_Value) Enum

func (ConditionVerificationStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ConditionVerificationStatusCode_Value.Descriptor instead.

func (ConditionVerificationStatusCode_Value) Number

func (ConditionVerificationStatusCode_Value) String

func (ConditionVerificationStatusCode_Value) Type

type ConditionalDeleteStatusCode

type ConditionalDeleteStatusCode struct {
	Value ConditionalDeleteStatusCode_Value `` /* 127-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The conditional delete status. See http://hl7.org/fhir/ValueSet/conditional-delete-status.

func (*ConditionalDeleteStatusCode) Descriptor deprecated

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

Deprecated: Use ConditionalDeleteStatusCode.ProtoReflect.Descriptor instead.

func (*ConditionalDeleteStatusCode) GetExtension

func (*ConditionalDeleteStatusCode) GetId

func (*ConditionalDeleteStatusCode) GetValue

func (*ConditionalDeleteStatusCode) ProtoMessage

func (*ConditionalDeleteStatusCode) ProtoMessage()

func (*ConditionalDeleteStatusCode) ProtoReflect

func (*ConditionalDeleteStatusCode) Reset

func (x *ConditionalDeleteStatusCode) Reset()

func (*ConditionalDeleteStatusCode) String

func (x *ConditionalDeleteStatusCode) String() string

type ConditionalDeleteStatusCode_Value

type ConditionalDeleteStatusCode_Value int32

Primitive value for code.

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 ConfidentialityClassificationCode

type ConfidentialityClassificationCode struct {
	Value ConfidentialityClassificationCode_Value `` /* 133-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The v3 Confidentiality. See http://hl7.org/fhir/ValueSet/v3-Confidentiality.

func (*ConfidentialityClassificationCode) Descriptor deprecated

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

Deprecated: Use ConfidentialityClassificationCode.ProtoReflect.Descriptor instead.

func (*ConfidentialityClassificationCode) GetExtension

func (*ConfidentialityClassificationCode) GetId

func (*ConfidentialityClassificationCode) GetValue

func (*ConfidentialityClassificationCode) ProtoMessage

func (*ConfidentialityClassificationCode) ProtoMessage()

func (*ConfidentialityClassificationCode) ProtoReflect

func (*ConfidentialityClassificationCode) Reset

func (*ConfidentialityClassificationCode) String

type ConfidentialityClassificationCode_Value

type ConfidentialityClassificationCode_Value int32

Primitive value for code.

const (
	ConfidentialityClassificationCode_INVALID_UNINITIALIZED        ConfidentialityClassificationCode_Value = 0
	ConfidentialityClassificationCode__CONFIDENTIALITY             ConfidentialityClassificationCode_Value = 1
	ConfidentialityClassificationCode_L                            ConfidentialityClassificationCode_Value = 2
	ConfidentialityClassificationCode_M                            ConfidentialityClassificationCode_Value = 3
	ConfidentialityClassificationCode_N                            ConfidentialityClassificationCode_Value = 4
	ConfidentialityClassificationCode_R                            ConfidentialityClassificationCode_Value = 5
	ConfidentialityClassificationCode_U                            ConfidentialityClassificationCode_Value = 6
	ConfidentialityClassificationCode_V                            ConfidentialityClassificationCode_Value = 7
	ConfidentialityClassificationCode__CONFIDENTIALITYBYACCESSKIND ConfidentialityClassificationCode_Value = 8
	ConfidentialityClassificationCode_B                            ConfidentialityClassificationCode_Value = 9
	ConfidentialityClassificationCode_D                            ConfidentialityClassificationCode_Value = 10
	ConfidentialityClassificationCode_I                            ConfidentialityClassificationCode_Value = 11
	ConfidentialityClassificationCode__CONFIDENTIALITYBYINFOTYPE   ConfidentialityClassificationCode_Value = 12
	ConfidentialityClassificationCode_ETH                          ConfidentialityClassificationCode_Value = 13
	ConfidentialityClassificationCode_HIV                          ConfidentialityClassificationCode_Value = 14
	ConfidentialityClassificationCode_PSY                          ConfidentialityClassificationCode_Value = 15
	ConfidentialityClassificationCode_SDV                          ConfidentialityClassificationCode_Value = 16
	ConfidentialityClassificationCode__CONFIDENTIALITYMODIFIERS    ConfidentialityClassificationCode_Value = 17
	ConfidentialityClassificationCode_C                            ConfidentialityClassificationCode_Value = 18
	ConfidentialityClassificationCode_S                            ConfidentialityClassificationCode_Value = 19
	ConfidentialityClassificationCode_T                            ConfidentialityClassificationCode_Value = 20
)

func (ConfidentialityClassificationCode_Value) Descriptor

func (ConfidentialityClassificationCode_Value) Enum

func (ConfidentialityClassificationCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ConfidentialityClassificationCode_Value.Descriptor instead.

func (ConfidentialityClassificationCode_Value) Number

func (ConfidentialityClassificationCode_Value) String

func (ConfidentialityClassificationCode_Value) Type

type ConformanceEventModeCode

type ConformanceEventModeCode struct {
	Value ConformanceEventModeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ConformanceEventModeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The message conformance event mode. See http://hl7.org/fhir/ValueSet/message-conformance-event-mode.

func (*ConformanceEventModeCode) Descriptor deprecated

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

Deprecated: Use ConformanceEventModeCode.ProtoReflect.Descriptor instead.

func (*ConformanceEventModeCode) GetExtension

func (*ConformanceEventModeCode) GetId

func (*ConformanceEventModeCode) GetValue

func (*ConformanceEventModeCode) ProtoMessage

func (*ConformanceEventModeCode) ProtoMessage()

func (*ConformanceEventModeCode) ProtoReflect

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

func (*ConformanceEventModeCode) Reset

func (x *ConformanceEventModeCode) Reset()

func (*ConformanceEventModeCode) String

func (x *ConformanceEventModeCode) String() string

type ConformanceEventModeCode_Value

type ConformanceEventModeCode_Value int32

Primitive value for code.

const (
	ConformanceEventModeCode_INVALID_UNINITIALIZED ConformanceEventModeCode_Value = 0
	ConformanceEventModeCode_SENDER                ConformanceEventModeCode_Value = 1
	ConformanceEventModeCode_RECEIVER              ConformanceEventModeCode_Value = 2
)

func (ConformanceEventModeCode_Value) Descriptor

func (ConformanceEventModeCode_Value) Enum

func (ConformanceEventModeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ConformanceEventModeCode_Value.Descriptor instead.

func (ConformanceEventModeCode_Value) Number

func (ConformanceEventModeCode_Value) String

func (ConformanceEventModeCode_Value) Type

type ConformanceResourceStatusCode

type ConformanceResourceStatusCode struct {
	Value ConformanceResourceStatusCode_Value `` /* 129-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The conformance resource status. See http://hl7.org/fhir/ValueSet/conformance-resource-status.

func (*ConformanceResourceStatusCode) Descriptor deprecated

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

Deprecated: Use ConformanceResourceStatusCode.ProtoReflect.Descriptor instead.

func (*ConformanceResourceStatusCode) GetExtension

func (*ConformanceResourceStatusCode) GetId

func (*ConformanceResourceStatusCode) GetValue

func (*ConformanceResourceStatusCode) ProtoMessage

func (*ConformanceResourceStatusCode) ProtoMessage()

func (*ConformanceResourceStatusCode) ProtoReflect

func (*ConformanceResourceStatusCode) Reset

func (x *ConformanceResourceStatusCode) Reset()

func (*ConformanceResourceStatusCode) String

type ConformanceResourceStatusCode_Value

type ConformanceResourceStatusCode_Value int32

Primitive value for code.

const (
	ConformanceResourceStatusCode_INVALID_UNINITIALIZED ConformanceResourceStatusCode_Value = 0
	ConformanceResourceStatusCode_DRAFT                 ConformanceResourceStatusCode_Value = 1
	ConformanceResourceStatusCode_ACTIVE                ConformanceResourceStatusCode_Value = 2
	ConformanceResourceStatusCode_RETIRED               ConformanceResourceStatusCode_Value = 3
)

func (ConformanceResourceStatusCode_Value) Descriptor

func (ConformanceResourceStatusCode_Value) Enum

func (ConformanceResourceStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ConformanceResourceStatusCode_Value.Descriptor instead.

func (ConformanceResourceStatusCode_Value) Number

func (ConformanceResourceStatusCode_Value) String

func (ConformanceResourceStatusCode_Value) Type

type ConformanceStatementKindCode

type ConformanceStatementKindCode struct {
	Value ConformanceStatementKindCode_Value `` /* 128-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The conformance statement kind. See http://hl7.org/fhir/ValueSet/conformance-statement-kind.

func (*ConformanceStatementKindCode) Descriptor deprecated

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

Deprecated: Use ConformanceStatementKindCode.ProtoReflect.Descriptor instead.

func (*ConformanceStatementKindCode) GetExtension

func (*ConformanceStatementKindCode) GetId

func (*ConformanceStatementKindCode) GetValue

func (*ConformanceStatementKindCode) ProtoMessage

func (*ConformanceStatementKindCode) ProtoMessage()

func (*ConformanceStatementKindCode) ProtoReflect

func (*ConformanceStatementKindCode) Reset

func (x *ConformanceStatementKindCode) Reset()

func (*ConformanceStatementKindCode) String

type ConformanceStatementKindCode_Value

type ConformanceStatementKindCode_Value int32

Primitive value for code.

const (
	ConformanceStatementKindCode_INVALID_UNINITIALIZED ConformanceStatementKindCode_Value = 0
	ConformanceStatementKindCode_INSTANCE              ConformanceStatementKindCode_Value = 1
	ConformanceStatementKindCode_CAPABILITY            ConformanceStatementKindCode_Value = 2
	ConformanceStatementKindCode_REQUIREMENTS          ConformanceStatementKindCode_Value = 3
)

func (ConformanceStatementKindCode_Value) Descriptor

func (ConformanceStatementKindCode_Value) Enum

func (ConformanceStatementKindCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ConformanceStatementKindCode_Value.Descriptor instead.

func (ConformanceStatementKindCode_Value) Number

func (ConformanceStatementKindCode_Value) String

func (ConformanceStatementKindCode_Value) Type

type ConstraintSeverityCode

type ConstraintSeverityCode struct {
	Value ConstraintSeverityCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ConstraintSeverityCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The constraint severity. See http://hl7.org/fhir/ValueSet/constraint-severity.

func (*ConstraintSeverityCode) Descriptor deprecated

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

Deprecated: Use ConstraintSeverityCode.ProtoReflect.Descriptor instead.

func (*ConstraintSeverityCode) GetExtension

func (*ConstraintSeverityCode) GetId

func (*ConstraintSeverityCode) GetValue

func (*ConstraintSeverityCode) ProtoMessage

func (*ConstraintSeverityCode) ProtoMessage()

func (*ConstraintSeverityCode) ProtoReflect

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

func (*ConstraintSeverityCode) Reset

func (x *ConstraintSeverityCode) Reset()

func (*ConstraintSeverityCode) String

func (x *ConstraintSeverityCode) String() string

type ConstraintSeverityCode_Value

type ConstraintSeverityCode_Value int32

Primitive value for code.

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 ContentTypeCode

type ContentTypeCode struct {
	Value ContentTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ContentTypeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

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

func (*ContentTypeCode) Descriptor deprecated

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

Deprecated: Use ContentTypeCode.ProtoReflect.Descriptor instead.

func (*ContentTypeCode) GetExtension

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

func (*ContentTypeCode) GetId

func (*ContentTypeCode) GetValue

func (x *ContentTypeCode) GetValue() ContentTypeCode_Value

func (*ContentTypeCode) ProtoMessage

func (*ContentTypeCode) ProtoMessage()

func (*ContentTypeCode) ProtoReflect

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

func (*ContentTypeCode) Reset

func (x *ContentTypeCode) Reset()

func (*ContentTypeCode) String

func (x *ContentTypeCode) String() string

type ContentTypeCode_Value

type ContentTypeCode_Value int32

Primitive value for code.

const (
	ContentTypeCode_INVALID_UNINITIALIZED ContentTypeCode_Value = 0
	ContentTypeCode_XML                   ContentTypeCode_Value = 1
	ContentTypeCode_JSON                  ContentTypeCode_Value = 2
)

func (ContentTypeCode_Value) Descriptor

func (ContentTypeCode_Value) Enum

func (ContentTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ContentTypeCode_Value.Descriptor instead.

func (ContentTypeCode_Value) Number

func (ContentTypeCode_Value) String

func (x ContentTypeCode_Value) String() string

func (ContentTypeCode_Value) Type

type DataElementStringencyCode

type DataElementStringencyCode struct {
	Value DataElementStringencyCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.DataElementStringencyCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The dataelement stringency. See http://hl7.org/fhir/ValueSet/dataelement-stringency.

func (*DataElementStringencyCode) Descriptor deprecated

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

Deprecated: Use DataElementStringencyCode.ProtoReflect.Descriptor instead.

func (*DataElementStringencyCode) GetExtension

func (*DataElementStringencyCode) GetId

func (*DataElementStringencyCode) GetValue

func (*DataElementStringencyCode) ProtoMessage

func (*DataElementStringencyCode) ProtoMessage()

func (*DataElementStringencyCode) ProtoReflect

func (*DataElementStringencyCode) Reset

func (x *DataElementStringencyCode) Reset()

func (*DataElementStringencyCode) String

func (x *DataElementStringencyCode) String() string

type DataElementStringencyCode_Value

type DataElementStringencyCode_Value int32

Primitive value for code.

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

func (DataElementStringencyCode_Value) Descriptor

func (DataElementStringencyCode_Value) Enum

func (DataElementStringencyCode_Value) EnumDescriptor deprecated

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

Deprecated: Use DataElementStringencyCode_Value.Descriptor instead.

func (DataElementStringencyCode_Value) Number

func (DataElementStringencyCode_Value) String

func (DataElementStringencyCode_Value) Type

type DaysOfWeekCode

type DaysOfWeekCode struct {
	Value DaysOfWeekCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.DaysOfWeekCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

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

func (*DaysOfWeekCode) Descriptor deprecated

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

Deprecated: Use DaysOfWeekCode.ProtoReflect.Descriptor instead.

func (*DaysOfWeekCode) GetExtension

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

func (*DaysOfWeekCode) GetId

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

func (*DaysOfWeekCode) GetValue

func (x *DaysOfWeekCode) GetValue() DaysOfWeekCode_Value

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

Primitive value for code.

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 {
	Value DetectedIssueSeverityCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.DetectedIssueSeverityCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The detectedissue severity. See http://hl7.org/fhir/ValueSet/detectedissue-severity.

func (*DetectedIssueSeverityCode) Descriptor deprecated

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

Deprecated: Use DetectedIssueSeverityCode.ProtoReflect.Descriptor instead.

func (*DetectedIssueSeverityCode) GetExtension

func (*DetectedIssueSeverityCode) GetId

func (*DetectedIssueSeverityCode) GetValue

func (*DetectedIssueSeverityCode) ProtoMessage

func (*DetectedIssueSeverityCode) ProtoMessage()

func (*DetectedIssueSeverityCode) ProtoReflect

func (*DetectedIssueSeverityCode) Reset

func (x *DetectedIssueSeverityCode) Reset()

func (*DetectedIssueSeverityCode) String

func (x *DetectedIssueSeverityCode) String() string

type DetectedIssueSeverityCode_Value

type DetectedIssueSeverityCode_Value int32

Primitive value for code.

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 DeviceActionCode

type DeviceActionCode struct {
	Value DeviceActionCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.DeviceActionCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The device action. See http://hl7.org/fhir/ValueSet/device-action.

func (*DeviceActionCode) Descriptor deprecated

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

Deprecated: Use DeviceActionCode.ProtoReflect.Descriptor instead.

func (*DeviceActionCode) GetExtension

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

func (*DeviceActionCode) GetId

func (*DeviceActionCode) GetValue

func (*DeviceActionCode) ProtoMessage

func (*DeviceActionCode) ProtoMessage()

func (*DeviceActionCode) ProtoReflect

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

func (*DeviceActionCode) Reset

func (x *DeviceActionCode) Reset()

func (*DeviceActionCode) String

func (x *DeviceActionCode) String() string

type DeviceActionCode_Value

type DeviceActionCode_Value int32

Primitive value for code.

const (
	DeviceActionCode_INVALID_UNINITIALIZED DeviceActionCode_Value = 0
	DeviceActionCode_IMPLANTED             DeviceActionCode_Value = 1
	DeviceActionCode_EXPLANTED             DeviceActionCode_Value = 2
	DeviceActionCode_MANIPULATED           DeviceActionCode_Value = 3
)

func (DeviceActionCode_Value) Descriptor

func (DeviceActionCode_Value) Enum

func (DeviceActionCode_Value) EnumDescriptor deprecated

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

Deprecated: Use DeviceActionCode_Value.Descriptor instead.

func (DeviceActionCode_Value) Number

func (DeviceActionCode_Value) String

func (x DeviceActionCode_Value) String() string

func (DeviceActionCode_Value) Type

type DeviceMetricCalibrationStateCode

type DeviceMetricCalibrationStateCode struct {
	Value DeviceMetricCalibrationStateCode_Value `` /* 132-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The metric calibration state. See http://hl7.org/fhir/ValueSet/metric-calibration-state.

func (*DeviceMetricCalibrationStateCode) Descriptor deprecated

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

Deprecated: Use DeviceMetricCalibrationStateCode.ProtoReflect.Descriptor instead.

func (*DeviceMetricCalibrationStateCode) GetExtension

func (*DeviceMetricCalibrationStateCode) GetId

func (*DeviceMetricCalibrationStateCode) GetValue

func (*DeviceMetricCalibrationStateCode) ProtoMessage

func (*DeviceMetricCalibrationStateCode) ProtoMessage()

func (*DeviceMetricCalibrationStateCode) ProtoReflect

func (*DeviceMetricCalibrationStateCode) Reset

func (*DeviceMetricCalibrationStateCode) String

type DeviceMetricCalibrationStateCode_Value

type DeviceMetricCalibrationStateCode_Value int32

Primitive value for code.

const (
	DeviceMetricCalibrationStateCode_INVALID_UNINITIALIZED DeviceMetricCalibrationStateCode_Value = 0
	DeviceMetricCalibrationStateCode_NOT_CALIBRATED        DeviceMetricCalibrationStateCode_Value = 1
	DeviceMetricCalibrationStateCode_CALIBRATION_REQUIRED  DeviceMetricCalibrationStateCode_Value = 2
	DeviceMetricCalibrationStateCode_CALIBRATED            DeviceMetricCalibrationStateCode_Value = 3
	DeviceMetricCalibrationStateCode_UNSPECIFIED           DeviceMetricCalibrationStateCode_Value = 4
)

func (DeviceMetricCalibrationStateCode_Value) Descriptor

func (DeviceMetricCalibrationStateCode_Value) Enum

func (DeviceMetricCalibrationStateCode_Value) EnumDescriptor deprecated

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

Deprecated: Use DeviceMetricCalibrationStateCode_Value.Descriptor instead.

func (DeviceMetricCalibrationStateCode_Value) Number

func (DeviceMetricCalibrationStateCode_Value) String

func (DeviceMetricCalibrationStateCode_Value) Type

type DeviceMetricCalibrationTypeCode

type DeviceMetricCalibrationTypeCode struct {
	Value DeviceMetricCalibrationTypeCode_Value `` /* 131-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The metric calibration type. See http://hl7.org/fhir/ValueSet/metric-calibration-type.

func (*DeviceMetricCalibrationTypeCode) Descriptor deprecated

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

Deprecated: Use DeviceMetricCalibrationTypeCode.ProtoReflect.Descriptor instead.

func (*DeviceMetricCalibrationTypeCode) GetExtension

func (*DeviceMetricCalibrationTypeCode) GetId

func (*DeviceMetricCalibrationTypeCode) GetValue

func (*DeviceMetricCalibrationTypeCode) ProtoMessage

func (*DeviceMetricCalibrationTypeCode) ProtoMessage()

func (*DeviceMetricCalibrationTypeCode) ProtoReflect

func (*DeviceMetricCalibrationTypeCode) Reset

func (*DeviceMetricCalibrationTypeCode) String

type DeviceMetricCalibrationTypeCode_Value

type DeviceMetricCalibrationTypeCode_Value int32

Primitive value for code.

const (
	DeviceMetricCalibrationTypeCode_INVALID_UNINITIALIZED DeviceMetricCalibrationTypeCode_Value = 0
	DeviceMetricCalibrationTypeCode_UNSPECIFIED           DeviceMetricCalibrationTypeCode_Value = 1
	DeviceMetricCalibrationTypeCode_OFFSET                DeviceMetricCalibrationTypeCode_Value = 2
	DeviceMetricCalibrationTypeCode_GAIN                  DeviceMetricCalibrationTypeCode_Value = 3
	DeviceMetricCalibrationTypeCode_TWO_POINT             DeviceMetricCalibrationTypeCode_Value = 4
)

func (DeviceMetricCalibrationTypeCode_Value) Descriptor

func (DeviceMetricCalibrationTypeCode_Value) Enum

func (DeviceMetricCalibrationTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use DeviceMetricCalibrationTypeCode_Value.Descriptor instead.

func (DeviceMetricCalibrationTypeCode_Value) Number

func (DeviceMetricCalibrationTypeCode_Value) String

func (DeviceMetricCalibrationTypeCode_Value) Type

type DeviceMetricCategoryCode

type DeviceMetricCategoryCode struct {
	Value DeviceMetricCategoryCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.DeviceMetricCategoryCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The metric category. See http://hl7.org/fhir/ValueSet/metric-category.

func (*DeviceMetricCategoryCode) Descriptor deprecated

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

Deprecated: Use DeviceMetricCategoryCode.ProtoReflect.Descriptor instead.

func (*DeviceMetricCategoryCode) GetExtension

func (*DeviceMetricCategoryCode) GetId

func (*DeviceMetricCategoryCode) GetValue

func (*DeviceMetricCategoryCode) ProtoMessage

func (*DeviceMetricCategoryCode) ProtoMessage()

func (*DeviceMetricCategoryCode) ProtoReflect

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

func (*DeviceMetricCategoryCode) Reset

func (x *DeviceMetricCategoryCode) Reset()

func (*DeviceMetricCategoryCode) String

func (x *DeviceMetricCategoryCode) String() string

type DeviceMetricCategoryCode_Value

type DeviceMetricCategoryCode_Value int32

Primitive value for code.

const (
	DeviceMetricCategoryCode_INVALID_UNINITIALIZED DeviceMetricCategoryCode_Value = 0
	DeviceMetricCategoryCode_MEASUREMENT           DeviceMetricCategoryCode_Value = 1
	DeviceMetricCategoryCode_SETTING               DeviceMetricCategoryCode_Value = 2
	DeviceMetricCategoryCode_CALCULATION           DeviceMetricCategoryCode_Value = 3
	DeviceMetricCategoryCode_UNSPECIFIED           DeviceMetricCategoryCode_Value = 4
)

func (DeviceMetricCategoryCode_Value) Descriptor

func (DeviceMetricCategoryCode_Value) Enum

func (DeviceMetricCategoryCode_Value) EnumDescriptor deprecated

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

Deprecated: Use DeviceMetricCategoryCode_Value.Descriptor instead.

func (DeviceMetricCategoryCode_Value) Number

func (DeviceMetricCategoryCode_Value) String

func (DeviceMetricCategoryCode_Value) Type

type DeviceMetricColorCode

type DeviceMetricColorCode struct {
	Value DeviceMetricColorCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.DeviceMetricColorCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The metric color. See http://hl7.org/fhir/ValueSet/metric-color.

func (*DeviceMetricColorCode) Descriptor deprecated

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

Deprecated: Use DeviceMetricColorCode.ProtoReflect.Descriptor instead.

func (*DeviceMetricColorCode) GetExtension

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

func (*DeviceMetricColorCode) GetId

func (*DeviceMetricColorCode) GetValue

func (*DeviceMetricColorCode) ProtoMessage

func (*DeviceMetricColorCode) ProtoMessage()

func (*DeviceMetricColorCode) ProtoReflect

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

func (*DeviceMetricColorCode) Reset

func (x *DeviceMetricColorCode) Reset()

func (*DeviceMetricColorCode) String

func (x *DeviceMetricColorCode) String() string

type DeviceMetricColorCode_Value

type DeviceMetricColorCode_Value int32

Primitive value for code.

const (
	DeviceMetricColorCode_INVALID_UNINITIALIZED DeviceMetricColorCode_Value = 0
	DeviceMetricColorCode_BLACK                 DeviceMetricColorCode_Value = 1
	DeviceMetricColorCode_RED                   DeviceMetricColorCode_Value = 2
	DeviceMetricColorCode_GREEN                 DeviceMetricColorCode_Value = 3
	DeviceMetricColorCode_YELLOW                DeviceMetricColorCode_Value = 4
	DeviceMetricColorCode_BLUE                  DeviceMetricColorCode_Value = 5
	DeviceMetricColorCode_MAGENTA               DeviceMetricColorCode_Value = 6
	DeviceMetricColorCode_CYAN                  DeviceMetricColorCode_Value = 7
	DeviceMetricColorCode_WHITE                 DeviceMetricColorCode_Value = 8
)

func (DeviceMetricColorCode_Value) Descriptor

func (DeviceMetricColorCode_Value) Enum

func (DeviceMetricColorCode_Value) EnumDescriptor deprecated

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

Deprecated: Use DeviceMetricColorCode_Value.Descriptor instead.

func (DeviceMetricColorCode_Value) Number

func (DeviceMetricColorCode_Value) String

func (DeviceMetricColorCode_Value) Type

type DeviceMetricOperationalStatusCode

type DeviceMetricOperationalStatusCode struct {
	Value DeviceMetricOperationalStatusCode_Value `` /* 133-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The metric operational status. See http://hl7.org/fhir/ValueSet/metric-operational-status.

func (*DeviceMetricOperationalStatusCode) Descriptor deprecated

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

Deprecated: Use DeviceMetricOperationalStatusCode.ProtoReflect.Descriptor instead.

func (*DeviceMetricOperationalStatusCode) GetExtension

func (*DeviceMetricOperationalStatusCode) GetId

func (*DeviceMetricOperationalStatusCode) GetValue

func (*DeviceMetricOperationalStatusCode) ProtoMessage

func (*DeviceMetricOperationalStatusCode) ProtoMessage()

func (*DeviceMetricOperationalStatusCode) ProtoReflect

func (*DeviceMetricOperationalStatusCode) Reset

func (*DeviceMetricOperationalStatusCode) String

type DeviceMetricOperationalStatusCode_Value

type DeviceMetricOperationalStatusCode_Value int32

Primitive value for code.

const (
	DeviceMetricOperationalStatusCode_INVALID_UNINITIALIZED DeviceMetricOperationalStatusCode_Value = 0
	DeviceMetricOperationalStatusCode_ON                    DeviceMetricOperationalStatusCode_Value = 1
	DeviceMetricOperationalStatusCode_OFF                   DeviceMetricOperationalStatusCode_Value = 2
	DeviceMetricOperationalStatusCode_STANDBY               DeviceMetricOperationalStatusCode_Value = 3
)

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 DeviceStatusCode

type DeviceStatusCode struct {
	Value DeviceStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.DeviceStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The devicestatus. See http://hl7.org/fhir/ValueSet/devicestatus.

func (*DeviceStatusCode) Descriptor deprecated

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

Deprecated: Use DeviceStatusCode.ProtoReflect.Descriptor instead.

func (*DeviceStatusCode) GetExtension

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

func (*DeviceStatusCode) GetId

func (*DeviceStatusCode) GetValue

func (*DeviceStatusCode) ProtoMessage

func (*DeviceStatusCode) ProtoMessage()

func (*DeviceStatusCode) ProtoReflect

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

func (*DeviceStatusCode) Reset

func (x *DeviceStatusCode) Reset()

func (*DeviceStatusCode) String

func (x *DeviceStatusCode) String() string

type DeviceStatusCode_Value

type DeviceStatusCode_Value int32

Primitive value for code.

const (
	DeviceStatusCode_INVALID_UNINITIALIZED DeviceStatusCode_Value = 0
	DeviceStatusCode_AVAILABLE             DeviceStatusCode_Value = 1
	DeviceStatusCode_NOT_AVAILABLE         DeviceStatusCode_Value = 2
	DeviceStatusCode_ENTERED_IN_ERROR      DeviceStatusCode_Value = 3
)

func (DeviceStatusCode_Value) Descriptor

func (DeviceStatusCode_Value) Enum

func (DeviceStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use DeviceStatusCode_Value.Descriptor instead.

func (DeviceStatusCode_Value) Number

func (DeviceStatusCode_Value) String

func (x DeviceStatusCode_Value) String() string

func (DeviceStatusCode_Value) Type

type DeviceUseRequestPriorityCode

type DeviceUseRequestPriorityCode struct {
	Value DeviceUseRequestPriorityCode_Value `` /* 128-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The device use request priority. See http://hl7.org/fhir/ValueSet/device-use-request-priority.

func (*DeviceUseRequestPriorityCode) Descriptor deprecated

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

Deprecated: Use DeviceUseRequestPriorityCode.ProtoReflect.Descriptor instead.

func (*DeviceUseRequestPriorityCode) GetExtension

func (*DeviceUseRequestPriorityCode) GetId

func (*DeviceUseRequestPriorityCode) GetValue

func (*DeviceUseRequestPriorityCode) ProtoMessage

func (*DeviceUseRequestPriorityCode) ProtoMessage()

func (*DeviceUseRequestPriorityCode) ProtoReflect

func (*DeviceUseRequestPriorityCode) Reset

func (x *DeviceUseRequestPriorityCode) Reset()

func (*DeviceUseRequestPriorityCode) String

type DeviceUseRequestPriorityCode_Value

type DeviceUseRequestPriorityCode_Value int32

Primitive value for code.

const (
	DeviceUseRequestPriorityCode_INVALID_UNINITIALIZED DeviceUseRequestPriorityCode_Value = 0
	DeviceUseRequestPriorityCode_ROUTINE               DeviceUseRequestPriorityCode_Value = 1
	DeviceUseRequestPriorityCode_URGENT                DeviceUseRequestPriorityCode_Value = 2
	DeviceUseRequestPriorityCode_STAT                  DeviceUseRequestPriorityCode_Value = 3
	DeviceUseRequestPriorityCode_ASAP                  DeviceUseRequestPriorityCode_Value = 4
)

func (DeviceUseRequestPriorityCode_Value) Descriptor

func (DeviceUseRequestPriorityCode_Value) Enum

func (DeviceUseRequestPriorityCode_Value) EnumDescriptor deprecated

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

Deprecated: Use DeviceUseRequestPriorityCode_Value.Descriptor instead.

func (DeviceUseRequestPriorityCode_Value) Number

func (DeviceUseRequestPriorityCode_Value) String

func (DeviceUseRequestPriorityCode_Value) Type

type DeviceUseRequestStatusCode

type DeviceUseRequestStatusCode struct {
	Value DeviceUseRequestStatusCode_Value `` /* 126-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The device use request status. See http://hl7.org/fhir/ValueSet/device-use-request-status.

func (*DeviceUseRequestStatusCode) Descriptor deprecated

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

Deprecated: Use DeviceUseRequestStatusCode.ProtoReflect.Descriptor instead.

func (*DeviceUseRequestStatusCode) GetExtension

func (*DeviceUseRequestStatusCode) GetId

func (*DeviceUseRequestStatusCode) GetValue

func (*DeviceUseRequestStatusCode) ProtoMessage

func (*DeviceUseRequestStatusCode) ProtoMessage()

func (*DeviceUseRequestStatusCode) ProtoReflect

func (*DeviceUseRequestStatusCode) Reset

func (x *DeviceUseRequestStatusCode) Reset()

func (*DeviceUseRequestStatusCode) String

func (x *DeviceUseRequestStatusCode) String() string

type DeviceUseRequestStatusCode_Value

type DeviceUseRequestStatusCode_Value int32

Primitive value for code.

const (
	DeviceUseRequestStatusCode_INVALID_UNINITIALIZED DeviceUseRequestStatusCode_Value = 0
	DeviceUseRequestStatusCode_PROPOSED              DeviceUseRequestStatusCode_Value = 1
	DeviceUseRequestStatusCode_PLANNED               DeviceUseRequestStatusCode_Value = 2
	DeviceUseRequestStatusCode_REQUESTED             DeviceUseRequestStatusCode_Value = 3
	DeviceUseRequestStatusCode_RECEIVED              DeviceUseRequestStatusCode_Value = 4
	DeviceUseRequestStatusCode_ACCEPTED              DeviceUseRequestStatusCode_Value = 5
	DeviceUseRequestStatusCode_IN_PROGRESS           DeviceUseRequestStatusCode_Value = 6
	DeviceUseRequestStatusCode_COMPLETED             DeviceUseRequestStatusCode_Value = 7
	DeviceUseRequestStatusCode_SUSPENDED             DeviceUseRequestStatusCode_Value = 8
	DeviceUseRequestStatusCode_REJECTED              DeviceUseRequestStatusCode_Value = 9
	DeviceUseRequestStatusCode_ABORTED               DeviceUseRequestStatusCode_Value = 10
)

func (DeviceUseRequestStatusCode_Value) Descriptor

func (DeviceUseRequestStatusCode_Value) Enum

func (DeviceUseRequestStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use DeviceUseRequestStatusCode_Value.Descriptor instead.

func (DeviceUseRequestStatusCode_Value) Number

func (DeviceUseRequestStatusCode_Value) String

func (DeviceUseRequestStatusCode_Value) Type

type DiagnosticOrderPriorityCode

type DiagnosticOrderPriorityCode struct {
	Value DiagnosticOrderPriorityCode_Value `` /* 127-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The diagnostic order priority. See http://hl7.org/fhir/ValueSet/diagnostic-order-priority.

func (*DiagnosticOrderPriorityCode) Descriptor deprecated

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

Deprecated: Use DiagnosticOrderPriorityCode.ProtoReflect.Descriptor instead.

func (*DiagnosticOrderPriorityCode) GetExtension

func (*DiagnosticOrderPriorityCode) GetId

func (*DiagnosticOrderPriorityCode) GetValue

func (*DiagnosticOrderPriorityCode) ProtoMessage

func (*DiagnosticOrderPriorityCode) ProtoMessage()

func (*DiagnosticOrderPriorityCode) ProtoReflect

func (*DiagnosticOrderPriorityCode) Reset

func (x *DiagnosticOrderPriorityCode) Reset()

func (*DiagnosticOrderPriorityCode) String

func (x *DiagnosticOrderPriorityCode) String() string

type DiagnosticOrderPriorityCode_Value

type DiagnosticOrderPriorityCode_Value int32

Primitive value for code.

const (
	DiagnosticOrderPriorityCode_INVALID_UNINITIALIZED DiagnosticOrderPriorityCode_Value = 0
	DiagnosticOrderPriorityCode_ROUTINE               DiagnosticOrderPriorityCode_Value = 1
	DiagnosticOrderPriorityCode_URGENT                DiagnosticOrderPriorityCode_Value = 2
	DiagnosticOrderPriorityCode_STAT                  DiagnosticOrderPriorityCode_Value = 3
	DiagnosticOrderPriorityCode_ASAP                  DiagnosticOrderPriorityCode_Value = 4
)

func (DiagnosticOrderPriorityCode_Value) Descriptor

func (DiagnosticOrderPriorityCode_Value) Enum

func (DiagnosticOrderPriorityCode_Value) EnumDescriptor deprecated

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

Deprecated: Use DiagnosticOrderPriorityCode_Value.Descriptor instead.

func (DiagnosticOrderPriorityCode_Value) Number

func (DiagnosticOrderPriorityCode_Value) String

func (DiagnosticOrderPriorityCode_Value) Type

type DiagnosticOrderStatusCode

type DiagnosticOrderStatusCode struct {
	Value DiagnosticOrderStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.DiagnosticOrderStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The diagnostic order status. See http://hl7.org/fhir/ValueSet/diagnostic-order-status.

func (*DiagnosticOrderStatusCode) Descriptor deprecated

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

Deprecated: Use DiagnosticOrderStatusCode.ProtoReflect.Descriptor instead.

func (*DiagnosticOrderStatusCode) GetExtension

func (*DiagnosticOrderStatusCode) GetId

func (*DiagnosticOrderStatusCode) GetValue

func (*DiagnosticOrderStatusCode) ProtoMessage

func (*DiagnosticOrderStatusCode) ProtoMessage()

func (*DiagnosticOrderStatusCode) ProtoReflect

func (*DiagnosticOrderStatusCode) Reset

func (x *DiagnosticOrderStatusCode) Reset()

func (*DiagnosticOrderStatusCode) String

func (x *DiagnosticOrderStatusCode) String() string

type DiagnosticOrderStatusCode_Value

type DiagnosticOrderStatusCode_Value int32

Primitive value for code.

const (
	DiagnosticOrderStatusCode_INVALID_UNINITIALIZED DiagnosticOrderStatusCode_Value = 0
	DiagnosticOrderStatusCode_PROPOSED              DiagnosticOrderStatusCode_Value = 1
	DiagnosticOrderStatusCode_DRAFT                 DiagnosticOrderStatusCode_Value = 2
	DiagnosticOrderStatusCode_PLANNED               DiagnosticOrderStatusCode_Value = 3
	DiagnosticOrderStatusCode_REQUESTED             DiagnosticOrderStatusCode_Value = 4
	DiagnosticOrderStatusCode_RECEIVED              DiagnosticOrderStatusCode_Value = 5
	DiagnosticOrderStatusCode_ACCEPTED              DiagnosticOrderStatusCode_Value = 6
	DiagnosticOrderStatusCode_IN_PROGRESS           DiagnosticOrderStatusCode_Value = 7
	DiagnosticOrderStatusCode_REVIEW                DiagnosticOrderStatusCode_Value = 8
	DiagnosticOrderStatusCode_COMPLETED             DiagnosticOrderStatusCode_Value = 9
	DiagnosticOrderStatusCode_CANCELLED             DiagnosticOrderStatusCode_Value = 10
	DiagnosticOrderStatusCode_SUSPENDED             DiagnosticOrderStatusCode_Value = 11
	DiagnosticOrderStatusCode_REJECTED              DiagnosticOrderStatusCode_Value = 12
	DiagnosticOrderStatusCode_FAILED                DiagnosticOrderStatusCode_Value = 13
)

func (DiagnosticOrderStatusCode_Value) Descriptor

func (DiagnosticOrderStatusCode_Value) Enum

func (DiagnosticOrderStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use DiagnosticOrderStatusCode_Value.Descriptor instead.

func (DiagnosticOrderStatusCode_Value) Number

func (DiagnosticOrderStatusCode_Value) String

func (DiagnosticOrderStatusCode_Value) Type

type DiagnosticReportStatusCode

type DiagnosticReportStatusCode struct {
	Value DiagnosticReportStatusCode_Value `` /* 126-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

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

func (*DiagnosticReportStatusCode) Descriptor deprecated

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

Deprecated: Use DiagnosticReportStatusCode.ProtoReflect.Descriptor instead.

func (*DiagnosticReportStatusCode) GetExtension

func (*DiagnosticReportStatusCode) GetId

func (*DiagnosticReportStatusCode) GetValue

func (*DiagnosticReportStatusCode) ProtoMessage

func (*DiagnosticReportStatusCode) ProtoMessage()

func (*DiagnosticReportStatusCode) ProtoReflect

func (*DiagnosticReportStatusCode) Reset

func (x *DiagnosticReportStatusCode) Reset()

func (*DiagnosticReportStatusCode) String

func (x *DiagnosticReportStatusCode) String() string

type DiagnosticReportStatusCode_Value

type DiagnosticReportStatusCode_Value int32

Primitive value for code.

const (
	DiagnosticReportStatusCode_INVALID_UNINITIALIZED DiagnosticReportStatusCode_Value = 0
	DiagnosticReportStatusCode_REGISTERED            DiagnosticReportStatusCode_Value = 1
	DiagnosticReportStatusCode_PARTIAL               DiagnosticReportStatusCode_Value = 2
	DiagnosticReportStatusCode_FINAL                 DiagnosticReportStatusCode_Value = 3
	DiagnosticReportStatusCode_CORRECTED             DiagnosticReportStatusCode_Value = 4
	DiagnosticReportStatusCode_APPENDED              DiagnosticReportStatusCode_Value = 5
	DiagnosticReportStatusCode_CANCELLED             DiagnosticReportStatusCode_Value = 6
	DiagnosticReportStatusCode_ENTERED_IN_ERROR      DiagnosticReportStatusCode_Value = 7
)

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 DigitalMediaTypeCode

type DigitalMediaTypeCode struct {
	Value DigitalMediaTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.DigitalMediaTypeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The digital media type. See http://hl7.org/fhir/ValueSet/digital-media-type.

func (*DigitalMediaTypeCode) Descriptor deprecated

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

Deprecated: Use DigitalMediaTypeCode.ProtoReflect.Descriptor instead.

func (*DigitalMediaTypeCode) GetExtension

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

func (*DigitalMediaTypeCode) GetId

func (*DigitalMediaTypeCode) GetValue

func (*DigitalMediaTypeCode) ProtoMessage

func (*DigitalMediaTypeCode) ProtoMessage()

func (*DigitalMediaTypeCode) ProtoReflect

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

func (*DigitalMediaTypeCode) Reset

func (x *DigitalMediaTypeCode) Reset()

func (*DigitalMediaTypeCode) String

func (x *DigitalMediaTypeCode) String() string

type DigitalMediaTypeCode_Value

type DigitalMediaTypeCode_Value int32

Primitive value for code.

const (
	DigitalMediaTypeCode_INVALID_UNINITIALIZED DigitalMediaTypeCode_Value = 0
	DigitalMediaTypeCode_PHOTO                 DigitalMediaTypeCode_Value = 1
	DigitalMediaTypeCode_VIDEO                 DigitalMediaTypeCode_Value = 2
	DigitalMediaTypeCode_AUDIO                 DigitalMediaTypeCode_Value = 3
)

func (DigitalMediaTypeCode_Value) Descriptor

func (DigitalMediaTypeCode_Value) Enum

func (DigitalMediaTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use DigitalMediaTypeCode_Value.Descriptor instead.

func (DigitalMediaTypeCode_Value) Number

func (DigitalMediaTypeCode_Value) String

func (DigitalMediaTypeCode_Value) Type

type DocumentModeCode

type DocumentModeCode struct {
	Value DocumentModeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.DocumentModeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The document mode. See http://hl7.org/fhir/ValueSet/document-mode.

func (*DocumentModeCode) Descriptor deprecated

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

Deprecated: Use DocumentModeCode.ProtoReflect.Descriptor instead.

func (*DocumentModeCode) GetExtension

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

func (*DocumentModeCode) GetId

func (*DocumentModeCode) GetValue

func (*DocumentModeCode) ProtoMessage

func (*DocumentModeCode) ProtoMessage()

func (*DocumentModeCode) ProtoReflect

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

func (*DocumentModeCode) Reset

func (x *DocumentModeCode) Reset()

func (*DocumentModeCode) String

func (x *DocumentModeCode) String() string

type DocumentModeCode_Value

type DocumentModeCode_Value int32

Primitive value for code.

const (
	DocumentModeCode_INVALID_UNINITIALIZED DocumentModeCode_Value = 0
	DocumentModeCode_PRODUCER              DocumentModeCode_Value = 1
	DocumentModeCode_CONSUMER              DocumentModeCode_Value = 2
)

func (DocumentModeCode_Value) Descriptor

func (DocumentModeCode_Value) Enum

func (DocumentModeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use DocumentModeCode_Value.Descriptor instead.

func (DocumentModeCode_Value) Number

func (DocumentModeCode_Value) String

func (x DocumentModeCode_Value) String() string

func (DocumentModeCode_Value) Type

type DocumentReferenceStatusCode

type DocumentReferenceStatusCode struct {
	Value DocumentReferenceStatusCode_Value `` /* 127-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

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

func (*DocumentReferenceStatusCode) Descriptor deprecated

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

Deprecated: Use DocumentReferenceStatusCode.ProtoReflect.Descriptor instead.

func (*DocumentReferenceStatusCode) GetExtension

func (*DocumentReferenceStatusCode) GetId

func (*DocumentReferenceStatusCode) GetValue

func (*DocumentReferenceStatusCode) ProtoMessage

func (*DocumentReferenceStatusCode) ProtoMessage()

func (*DocumentReferenceStatusCode) ProtoReflect

func (*DocumentReferenceStatusCode) Reset

func (x *DocumentReferenceStatusCode) Reset()

func (*DocumentReferenceStatusCode) String

func (x *DocumentReferenceStatusCode) String() string

type DocumentReferenceStatusCode_Value

type DocumentReferenceStatusCode_Value int32

Primitive value for code.

const (
	DocumentReferenceStatusCode_INVALID_UNINITIALIZED DocumentReferenceStatusCode_Value = 0
	DocumentReferenceStatusCode_CURRENT               DocumentReferenceStatusCode_Value = 1
	DocumentReferenceStatusCode_SUPERSEDED            DocumentReferenceStatusCode_Value = 2
	DocumentReferenceStatusCode_ENTERED_IN_ERROR      DocumentReferenceStatusCode_Value = 3
)

func (DocumentReferenceStatusCode_Value) Descriptor

func (DocumentReferenceStatusCode_Value) Enum

func (DocumentReferenceStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use DocumentReferenceStatusCode_Value.Descriptor instead.

func (DocumentReferenceStatusCode_Value) Number

func (DocumentReferenceStatusCode_Value) String

func (DocumentReferenceStatusCode_Value) Type

type DocumentRelationshipTypeCode

type DocumentRelationshipTypeCode struct {
	Value DocumentRelationshipTypeCode_Value `` /* 128-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The document relationship type. See http://hl7.org/fhir/ValueSet/document-relationship-type.

func (*DocumentRelationshipTypeCode) Descriptor deprecated

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

Deprecated: Use DocumentRelationshipTypeCode.ProtoReflect.Descriptor instead.

func (*DocumentRelationshipTypeCode) GetExtension

func (*DocumentRelationshipTypeCode) GetId

func (*DocumentRelationshipTypeCode) GetValue

func (*DocumentRelationshipTypeCode) ProtoMessage

func (*DocumentRelationshipTypeCode) ProtoMessage()

func (*DocumentRelationshipTypeCode) ProtoReflect

func (*DocumentRelationshipTypeCode) Reset

func (x *DocumentRelationshipTypeCode) Reset()

func (*DocumentRelationshipTypeCode) String

type DocumentRelationshipTypeCode_Value

type DocumentRelationshipTypeCode_Value int32

Primitive value for code.

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 EncounterClassCode

type EncounterClassCode struct {
	Value EncounterClassCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.EncounterClassCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The encounter class. See http://hl7.org/fhir/ValueSet/encounter-class.

func (*EncounterClassCode) Descriptor deprecated

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

Deprecated: Use EncounterClassCode.ProtoReflect.Descriptor instead.

func (*EncounterClassCode) GetExtension

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

func (*EncounterClassCode) GetId

func (*EncounterClassCode) GetValue

func (*EncounterClassCode) ProtoMessage

func (*EncounterClassCode) ProtoMessage()

func (*EncounterClassCode) ProtoReflect

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

func (*EncounterClassCode) Reset

func (x *EncounterClassCode) Reset()

func (*EncounterClassCode) String

func (x *EncounterClassCode) String() string

type EncounterClassCode_Value

type EncounterClassCode_Value int32

Primitive value for code.

const (
	EncounterClassCode_INVALID_UNINITIALIZED EncounterClassCode_Value = 0
	EncounterClassCode_INPATIENT             EncounterClassCode_Value = 1
	EncounterClassCode_OUTPATIENT            EncounterClassCode_Value = 2
	EncounterClassCode_AMBULATORY            EncounterClassCode_Value = 3
	EncounterClassCode_EMERGENCY             EncounterClassCode_Value = 4
	EncounterClassCode_HOME                  EncounterClassCode_Value = 5
	EncounterClassCode_FIELD                 EncounterClassCode_Value = 6
	EncounterClassCode_DAYTIME               EncounterClassCode_Value = 7
	EncounterClassCode_VIRTUAL               EncounterClassCode_Value = 8
	EncounterClassCode_OTHER                 EncounterClassCode_Value = 9
)

func (EncounterClassCode_Value) Descriptor

func (EncounterClassCode_Value) Enum

func (EncounterClassCode_Value) EnumDescriptor deprecated

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

Deprecated: Use EncounterClassCode_Value.Descriptor instead.

func (EncounterClassCode_Value) Number

func (EncounterClassCode_Value) String

func (x EncounterClassCode_Value) String() string

func (EncounterClassCode_Value) Type

type EncounterLocationStatusCode

type EncounterLocationStatusCode struct {
	Value EncounterLocationStatusCode_Value `` /* 127-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

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

func (*EncounterLocationStatusCode) Descriptor deprecated

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

Deprecated: Use EncounterLocationStatusCode.ProtoReflect.Descriptor instead.

func (*EncounterLocationStatusCode) GetExtension

func (*EncounterLocationStatusCode) GetId

func (*EncounterLocationStatusCode) GetValue

func (*EncounterLocationStatusCode) ProtoMessage

func (*EncounterLocationStatusCode) ProtoMessage()

func (*EncounterLocationStatusCode) ProtoReflect

func (*EncounterLocationStatusCode) Reset

func (x *EncounterLocationStatusCode) Reset()

func (*EncounterLocationStatusCode) String

func (x *EncounterLocationStatusCode) String() string

type EncounterLocationStatusCode_Value

type EncounterLocationStatusCode_Value int32

Primitive value for code.

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 EncounterStateCode

type EncounterStateCode struct {
	Value EncounterStateCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.EncounterStateCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The encounter state. See http://hl7.org/fhir/ValueSet/encounter-state.

func (*EncounterStateCode) Descriptor deprecated

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

Deprecated: Use EncounterStateCode.ProtoReflect.Descriptor instead.

func (*EncounterStateCode) GetExtension

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

func (*EncounterStateCode) GetId

func (*EncounterStateCode) GetValue

func (*EncounterStateCode) ProtoMessage

func (*EncounterStateCode) ProtoMessage()

func (*EncounterStateCode) ProtoReflect

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

func (*EncounterStateCode) Reset

func (x *EncounterStateCode) Reset()

func (*EncounterStateCode) String

func (x *EncounterStateCode) String() string

type EncounterStateCode_Value

type EncounterStateCode_Value int32

Primitive value for code.

const (
	EncounterStateCode_INVALID_UNINITIALIZED EncounterStateCode_Value = 0
	EncounterStateCode_PLANNED               EncounterStateCode_Value = 1
	EncounterStateCode_ARRIVED               EncounterStateCode_Value = 2
	EncounterStateCode_IN_PROGRESS           EncounterStateCode_Value = 3
	EncounterStateCode_ONLEAVE               EncounterStateCode_Value = 4
	EncounterStateCode_FINISHED              EncounterStateCode_Value = 5
	EncounterStateCode_CANCELLED             EncounterStateCode_Value = 6
)

func (EncounterStateCode_Value) Descriptor

func (EncounterStateCode_Value) Enum

func (EncounterStateCode_Value) EnumDescriptor deprecated

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

Deprecated: Use EncounterStateCode_Value.Descriptor instead.

func (EncounterStateCode_Value) Number

func (EncounterStateCode_Value) String

func (x EncounterStateCode_Value) String() string

func (EncounterStateCode_Value) Type

type EpisodeOfCareStatusCode

type EpisodeOfCareStatusCode struct {
	Value EpisodeOfCareStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.EpisodeOfCareStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

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

func (*EpisodeOfCareStatusCode) Descriptor deprecated

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

Deprecated: Use EpisodeOfCareStatusCode.ProtoReflect.Descriptor instead.

func (*EpisodeOfCareStatusCode) GetExtension

func (*EpisodeOfCareStatusCode) GetId

func (*EpisodeOfCareStatusCode) GetValue

func (*EpisodeOfCareStatusCode) ProtoMessage

func (*EpisodeOfCareStatusCode) ProtoMessage()

func (*EpisodeOfCareStatusCode) ProtoReflect

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

func (*EpisodeOfCareStatusCode) Reset

func (x *EpisodeOfCareStatusCode) Reset()

func (*EpisodeOfCareStatusCode) String

func (x *EpisodeOfCareStatusCode) String() string

type EpisodeOfCareStatusCode_Value

type EpisodeOfCareStatusCode_Value int32

Primitive value for code.

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
)

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 ExtensionContextCode

type ExtensionContextCode struct {
	Value ExtensionContextCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ExtensionContextCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The extension context. See http://hl7.org/fhir/ValueSet/extension-context.

func (*ExtensionContextCode) Descriptor deprecated

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

Deprecated: Use ExtensionContextCode.ProtoReflect.Descriptor instead.

func (*ExtensionContextCode) GetExtension

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

func (*ExtensionContextCode) GetId

func (*ExtensionContextCode) GetValue

func (*ExtensionContextCode) ProtoMessage

func (*ExtensionContextCode) ProtoMessage()

func (*ExtensionContextCode) ProtoReflect

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

func (*ExtensionContextCode) Reset

func (x *ExtensionContextCode) Reset()

func (*ExtensionContextCode) String

func (x *ExtensionContextCode) String() string

type ExtensionContextCode_Value

type ExtensionContextCode_Value int32

Primitive value for code.

const (
	ExtensionContextCode_INVALID_UNINITIALIZED ExtensionContextCode_Value = 0
	ExtensionContextCode_RESOURCE              ExtensionContextCode_Value = 1
	ExtensionContextCode_DATATYPE              ExtensionContextCode_Value = 2
	ExtensionContextCode_MAPPING               ExtensionContextCode_Value = 3
	ExtensionContextCode_EXTENSION             ExtensionContextCode_Value = 4
)

func (ExtensionContextCode_Value) Descriptor

func (ExtensionContextCode_Value) Enum

func (ExtensionContextCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ExtensionContextCode_Value.Descriptor instead.

func (ExtensionContextCode_Value) Number

func (ExtensionContextCode_Value) String

func (ExtensionContextCode_Value) Type

type FHIRDefinedTypeCode

type FHIRDefinedTypeCode struct {

	// Primitive value for code
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// xml:id (or equivalent in JSON)
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

Either a resource or a data type. See http://hl7.org/fhir/ValueSet/defined-types TODO: List all the types.

func (*FHIRDefinedTypeCode) Descriptor deprecated

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

Deprecated: Use FHIRDefinedTypeCode.ProtoReflect.Descriptor instead.

func (*FHIRDefinedTypeCode) GetExtension

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

func (*FHIRDefinedTypeCode) GetId

func (*FHIRDefinedTypeCode) GetValue

func (x *FHIRDefinedTypeCode) GetValue() string

func (*FHIRDefinedTypeCode) ProtoMessage

func (*FHIRDefinedTypeCode) ProtoMessage()

func (*FHIRDefinedTypeCode) ProtoReflect

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

func (*FHIRDefinedTypeCode) Reset

func (x *FHIRDefinedTypeCode) Reset()

func (*FHIRDefinedTypeCode) String

func (x *FHIRDefinedTypeCode) String() string

type FamilyHistoryStatusCode

type FamilyHistoryStatusCode struct {
	Value FamilyHistoryStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.FamilyHistoryStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The history status. See http://hl7.org/fhir/ValueSet/history-status.

func (*FamilyHistoryStatusCode) Descriptor deprecated

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

Deprecated: Use FamilyHistoryStatusCode.ProtoReflect.Descriptor instead.

func (*FamilyHistoryStatusCode) GetExtension

func (*FamilyHistoryStatusCode) GetId

func (*FamilyHistoryStatusCode) GetValue

func (*FamilyHistoryStatusCode) ProtoMessage

func (*FamilyHistoryStatusCode) ProtoMessage()

func (*FamilyHistoryStatusCode) ProtoReflect

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

func (*FamilyHistoryStatusCode) Reset

func (x *FamilyHistoryStatusCode) Reset()

func (*FamilyHistoryStatusCode) String

func (x *FamilyHistoryStatusCode) String() string

type FamilyHistoryStatusCode_Value

type FamilyHistoryStatusCode_Value int32

Primitive value for code.

const (
	FamilyHistoryStatusCode_INVALID_UNINITIALIZED FamilyHistoryStatusCode_Value = 0
	FamilyHistoryStatusCode_PARTIAL               FamilyHistoryStatusCode_Value = 1
	FamilyHistoryStatusCode_COMPLETED             FamilyHistoryStatusCode_Value = 2
	FamilyHistoryStatusCode_ENTERED_IN_ERROR      FamilyHistoryStatusCode_Value = 3
	FamilyHistoryStatusCode_HEALTH_UNKNOWN        FamilyHistoryStatusCode_Value = 4
)

func (FamilyHistoryStatusCode_Value) Descriptor

func (FamilyHistoryStatusCode_Value) Enum

func (FamilyHistoryStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use FamilyHistoryStatusCode_Value.Descriptor instead.

func (FamilyHistoryStatusCode_Value) Number

func (FamilyHistoryStatusCode_Value) String

func (FamilyHistoryStatusCode_Value) Type

type FilterOperatorCode

type FilterOperatorCode struct {
	Value FilterOperatorCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.FilterOperatorCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The filter operator. See http://hl7.org/fhir/ValueSet/filter-operator.

func (*FilterOperatorCode) Descriptor deprecated

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

Deprecated: Use FilterOperatorCode.ProtoReflect.Descriptor instead.

func (*FilterOperatorCode) GetExtension

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

func (*FilterOperatorCode) GetId

func (*FilterOperatorCode) GetValue

func (*FilterOperatorCode) ProtoMessage

func (*FilterOperatorCode) ProtoMessage()

func (*FilterOperatorCode) ProtoReflect

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

func (*FilterOperatorCode) Reset

func (x *FilterOperatorCode) Reset()

func (*FilterOperatorCode) String

func (x *FilterOperatorCode) String() string

type FilterOperatorCode_Value

type FilterOperatorCode_Value int32

Primitive value for code.

const (
	FilterOperatorCode_INVALID_UNINITIALIZED FilterOperatorCode_Value = 0
	FilterOperatorCode_EUQALS                FilterOperatorCode_Value = 1
	FilterOperatorCode_IS_A                  FilterOperatorCode_Value = 2
	FilterOperatorCode_IS_NOT_A              FilterOperatorCode_Value = 3
	FilterOperatorCode_REGEX                 FilterOperatorCode_Value = 4
	FilterOperatorCode_IN                    FilterOperatorCode_Value = 5
	FilterOperatorCode_NOT_IN                FilterOperatorCode_Value = 6
)

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 FlagStatusCode

type FlagStatusCode struct {
	Value FlagStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.FlagStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The flag status. See http://hl7.org/fhir/ValueSet/flag-status.

func (*FlagStatusCode) Descriptor deprecated

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

Deprecated: Use FlagStatusCode.ProtoReflect.Descriptor instead.

func (*FlagStatusCode) GetExtension

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

func (*FlagStatusCode) GetId

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

func (*FlagStatusCode) GetValue

func (x *FlagStatusCode) GetValue() FlagStatusCode_Value

func (*FlagStatusCode) ProtoMessage

func (*FlagStatusCode) ProtoMessage()

func (*FlagStatusCode) ProtoReflect

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

func (*FlagStatusCode) Reset

func (x *FlagStatusCode) Reset()

func (*FlagStatusCode) String

func (x *FlagStatusCode) String() string

type FlagStatusCode_Value

type FlagStatusCode_Value int32

Primitive value for code.

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 FormsCode

type FormsCode struct {
	Value FormsCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.FormsCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The forms. See http://hl7.org/fhir/ValueSet/forms.

func (*FormsCode) Descriptor deprecated

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

Deprecated: Use FormsCode.ProtoReflect.Descriptor instead.

func (*FormsCode) GetExtension

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

func (*FormsCode) GetId

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

func (*FormsCode) GetValue

func (x *FormsCode) GetValue() FormsCode_Value

func (*FormsCode) ProtoMessage

func (*FormsCode) ProtoMessage()

func (*FormsCode) ProtoReflect

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

func (*FormsCode) Reset

func (x *FormsCode) Reset()

func (*FormsCode) String

func (x *FormsCode) String() string

type FormsCode_Value

type FormsCode_Value int32

Primitive value for code.

const (
	FormsCode_INVALID_UNINITIALIZED FormsCode_Value = 0
	FormsCode_ONE                   FormsCode_Value = 1
	FormsCode_TWO                   FormsCode_Value = 2
)

func (FormsCode_Value) Descriptor

func (FormsCode_Value) Enum

func (x FormsCode_Value) Enum() *FormsCode_Value

func (FormsCode_Value) EnumDescriptor deprecated

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

Deprecated: Use FormsCode_Value.Descriptor instead.

func (FormsCode_Value) Number

func (FormsCode_Value) String

func (x FormsCode_Value) String() string

func (FormsCode_Value) Type

type GoalStatusCode

type GoalStatusCode struct {
	Value GoalStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.GoalStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The goal status. See http://hl7.org/fhir/ValueSet/goal-status.

func (*GoalStatusCode) Descriptor deprecated

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

Deprecated: Use GoalStatusCode.ProtoReflect.Descriptor instead.

func (*GoalStatusCode) GetExtension

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

func (*GoalStatusCode) GetId

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

func (*GoalStatusCode) GetValue

func (x *GoalStatusCode) GetValue() GoalStatusCode_Value

func (*GoalStatusCode) ProtoMessage

func (*GoalStatusCode) ProtoMessage()

func (*GoalStatusCode) ProtoReflect

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

func (*GoalStatusCode) Reset

func (x *GoalStatusCode) Reset()

func (*GoalStatusCode) String

func (x *GoalStatusCode) String() string

type GoalStatusCode_Value

type GoalStatusCode_Value int32

Primitive value for code.

const (
	GoalStatusCode_INVALID_UNINITIALIZED GoalStatusCode_Value = 0
	GoalStatusCode_PROPOSED              GoalStatusCode_Value = 1
	GoalStatusCode_PLANNED               GoalStatusCode_Value = 2
	GoalStatusCode_ACCEPTED              GoalStatusCode_Value = 3
	GoalStatusCode_REJECTED              GoalStatusCode_Value = 4
	GoalStatusCode_IN_PROGRESS           GoalStatusCode_Value = 5
	GoalStatusCode_ACHIEVED              GoalStatusCode_Value = 6
	GoalStatusCode_SUSTAINING            GoalStatusCode_Value = 7
	GoalStatusCode_ON_HOLD               GoalStatusCode_Value = 8
	GoalStatusCode_CANCELLED             GoalStatusCode_Value = 9
)

func (GoalStatusCode_Value) Descriptor

func (GoalStatusCode_Value) Enum

func (GoalStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use GoalStatusCode_Value.Descriptor instead.

func (GoalStatusCode_Value) Number

func (GoalStatusCode_Value) String

func (x GoalStatusCode_Value) String() string

func (GoalStatusCode_Value) Type

type GroupTypeCode

type GroupTypeCode struct {
	Value GroupTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.GroupTypeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

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

func (*GroupTypeCode) Descriptor deprecated

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

Deprecated: Use GroupTypeCode.ProtoReflect.Descriptor instead.

func (*GroupTypeCode) GetExtension

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

func (*GroupTypeCode) GetId

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

func (*GroupTypeCode) GetValue

func (x *GroupTypeCode) GetValue() GroupTypeCode_Value

func (*GroupTypeCode) ProtoMessage

func (*GroupTypeCode) ProtoMessage()

func (*GroupTypeCode) ProtoReflect

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

func (*GroupTypeCode) Reset

func (x *GroupTypeCode) Reset()

func (*GroupTypeCode) String

func (x *GroupTypeCode) String() string

type GroupTypeCode_Value

type GroupTypeCode_Value int32

Primitive value for code.

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 GuideDependencyTypeCode

type GuideDependencyTypeCode struct {
	Value GuideDependencyTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.GuideDependencyTypeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The guide dependency type. See http://hl7.org/fhir/ValueSet/guide-dependency-type.

func (*GuideDependencyTypeCode) Descriptor deprecated

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

Deprecated: Use GuideDependencyTypeCode.ProtoReflect.Descriptor instead.

func (*GuideDependencyTypeCode) GetExtension

func (*GuideDependencyTypeCode) GetId

func (*GuideDependencyTypeCode) GetValue

func (*GuideDependencyTypeCode) ProtoMessage

func (*GuideDependencyTypeCode) ProtoMessage()

func (*GuideDependencyTypeCode) ProtoReflect

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

func (*GuideDependencyTypeCode) Reset

func (x *GuideDependencyTypeCode) Reset()

func (*GuideDependencyTypeCode) String

func (x *GuideDependencyTypeCode) String() string

type GuideDependencyTypeCode_Value

type GuideDependencyTypeCode_Value int32

Primitive value for code.

const (
	GuideDependencyTypeCode_INVALID_UNINITIALIZED GuideDependencyTypeCode_Value = 0
	GuideDependencyTypeCode_REFERENCE             GuideDependencyTypeCode_Value = 1
	GuideDependencyTypeCode_INCLUSION             GuideDependencyTypeCode_Value = 2
)

func (GuideDependencyTypeCode_Value) Descriptor

func (GuideDependencyTypeCode_Value) Enum

func (GuideDependencyTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use GuideDependencyTypeCode_Value.Descriptor instead.

func (GuideDependencyTypeCode_Value) Number

func (GuideDependencyTypeCode_Value) String

func (GuideDependencyTypeCode_Value) Type

type GuidePageKindCode

type GuidePageKindCode struct {
	Value GuidePageKindCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.GuidePageKindCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The guide page kind. See http://hl7.org/fhir/ValueSet/guide-page-kind.

func (*GuidePageKindCode) Descriptor deprecated

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

Deprecated: Use GuidePageKindCode.ProtoReflect.Descriptor instead.

func (*GuidePageKindCode) GetExtension

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

func (*GuidePageKindCode) GetId

func (*GuidePageKindCode) GetValue

func (*GuidePageKindCode) ProtoMessage

func (*GuidePageKindCode) ProtoMessage()

func (*GuidePageKindCode) ProtoReflect

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

func (*GuidePageKindCode) Reset

func (x *GuidePageKindCode) Reset()

func (*GuidePageKindCode) String

func (x *GuidePageKindCode) String() string

type GuidePageKindCode_Value

type GuidePageKindCode_Value int32

Primitive value for code.

const (
	GuidePageKindCode_INVALID_UNINITIALIZED GuidePageKindCode_Value = 0
	GuidePageKindCode_PAGE                  GuidePageKindCode_Value = 1
	GuidePageKindCode_EXAMPLE               GuidePageKindCode_Value = 2
	GuidePageKindCode_LIST                  GuidePageKindCode_Value = 3
	GuidePageKindCode_INCLUDE               GuidePageKindCode_Value = 4
	GuidePageKindCode_DIRECTORY             GuidePageKindCode_Value = 5
	GuidePageKindCode_DICTIONARY            GuidePageKindCode_Value = 6
	GuidePageKindCode_TOC                   GuidePageKindCode_Value = 7
	GuidePageKindCode_RESOURCE              GuidePageKindCode_Value = 8
)

func (GuidePageKindCode_Value) Descriptor

func (GuidePageKindCode_Value) Enum

func (GuidePageKindCode_Value) EnumDescriptor deprecated

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

Deprecated: Use GuidePageKindCode_Value.Descriptor instead.

func (GuidePageKindCode_Value) Number

func (GuidePageKindCode_Value) String

func (x GuidePageKindCode_Value) String() string

func (GuidePageKindCode_Value) Type

type GuideResourcePurposeCode

type GuideResourcePurposeCode struct {
	Value GuideResourcePurposeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.GuideResourcePurposeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The guide resource purpose. See http://hl7.org/fhir/ValueSet/guide-resource-purpose.

func (*GuideResourcePurposeCode) Descriptor deprecated

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

Deprecated: Use GuideResourcePurposeCode.ProtoReflect.Descriptor instead.

func (*GuideResourcePurposeCode) GetExtension

func (*GuideResourcePurposeCode) GetId

func (*GuideResourcePurposeCode) GetValue

func (*GuideResourcePurposeCode) ProtoMessage

func (*GuideResourcePurposeCode) ProtoMessage()

func (*GuideResourcePurposeCode) ProtoReflect

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

func (*GuideResourcePurposeCode) Reset

func (x *GuideResourcePurposeCode) Reset()

func (*GuideResourcePurposeCode) String

func (x *GuideResourcePurposeCode) String() string

type GuideResourcePurposeCode_Value

type GuideResourcePurposeCode_Value int32

Primitive value for code.

const (
	GuideResourcePurposeCode_INVALID_UNINITIALIZED GuideResourcePurposeCode_Value = 0
	GuideResourcePurposeCode_EXAMPLE               GuideResourcePurposeCode_Value = 1
	GuideResourcePurposeCode_TERMINOLOGY           GuideResourcePurposeCode_Value = 2
	GuideResourcePurposeCode_PROFILE               GuideResourcePurposeCode_Value = 3
	GuideResourcePurposeCode_EXTENSION             GuideResourcePurposeCode_Value = 4
	GuideResourcePurposeCode_DICTIONARY            GuideResourcePurposeCode_Value = 5
	GuideResourcePurposeCode_LOGICAL               GuideResourcePurposeCode_Value = 6
)

func (GuideResourcePurposeCode_Value) Descriptor

func (GuideResourcePurposeCode_Value) Enum

func (GuideResourcePurposeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use GuideResourcePurposeCode_Value.Descriptor instead.

func (GuideResourcePurposeCode_Value) Number

func (GuideResourcePurposeCode_Value) String

func (GuideResourcePurposeCode_Value) Type

type HTTPVerbCode

type HTTPVerbCode struct {
	Value HTTPVerbCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.HTTPVerbCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The http verb. See http://hl7.org/fhir/ValueSet/http-verb.

func (*HTTPVerbCode) Descriptor deprecated

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

Deprecated: Use HTTPVerbCode.ProtoReflect.Descriptor instead.

func (*HTTPVerbCode) GetExtension

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

func (*HTTPVerbCode) GetId

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

func (*HTTPVerbCode) GetValue

func (x *HTTPVerbCode) GetValue() HTTPVerbCode_Value

func (*HTTPVerbCode) ProtoMessage

func (*HTTPVerbCode) ProtoMessage()

func (*HTTPVerbCode) ProtoReflect

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

func (*HTTPVerbCode) Reset

func (x *HTTPVerbCode) Reset()

func (*HTTPVerbCode) String

func (x *HTTPVerbCode) String() string

type HTTPVerbCode_Value

type HTTPVerbCode_Value int32

Primitive value for code.

const (
	HTTPVerbCode_INVALID_UNINITIALIZED HTTPVerbCode_Value = 0
	HTTPVerbCode_GET                   HTTPVerbCode_Value = 1
	HTTPVerbCode_POST                  HTTPVerbCode_Value = 2
	HTTPVerbCode_PUT                   HTTPVerbCode_Value = 3
	HTTPVerbCode_DELETE                HTTPVerbCode_Value = 4
)

func (HTTPVerbCode_Value) Descriptor

func (HTTPVerbCode_Value) Enum

func (HTTPVerbCode_Value) EnumDescriptor deprecated

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

Deprecated: Use HTTPVerbCode_Value.Descriptor instead.

func (HTTPVerbCode_Value) Number

func (HTTPVerbCode_Value) String

func (x HTTPVerbCode_Value) String() string

func (HTTPVerbCode_Value) Type

type IdentityAssuranceLevelCode

type IdentityAssuranceLevelCode struct {
	Value IdentityAssuranceLevelCode_Value `` /* 126-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The identity assuranceLevel. See http://hl7.org/fhir/ValueSet/identity-assuranceLevel.

func (*IdentityAssuranceLevelCode) Descriptor deprecated

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

Deprecated: Use IdentityAssuranceLevelCode.ProtoReflect.Descriptor instead.

func (*IdentityAssuranceLevelCode) GetExtension

func (*IdentityAssuranceLevelCode) GetId

func (*IdentityAssuranceLevelCode) GetValue

func (*IdentityAssuranceLevelCode) ProtoMessage

func (*IdentityAssuranceLevelCode) ProtoMessage()

func (*IdentityAssuranceLevelCode) ProtoReflect

func (*IdentityAssuranceLevelCode) Reset

func (x *IdentityAssuranceLevelCode) Reset()

func (*IdentityAssuranceLevelCode) String

func (x *IdentityAssuranceLevelCode) String() string

type IdentityAssuranceLevelCode_Value

type IdentityAssuranceLevelCode_Value int32

Primitive value for code.

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 InstanceAvailabilityCode

type InstanceAvailabilityCode struct {
	Value InstanceAvailabilityCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.InstanceAvailabilityCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON)
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

Availability of the resource. See http://hl7.org/fhir/ValueSet/instance-availability.

func (*InstanceAvailabilityCode) Descriptor deprecated

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

Deprecated: Use InstanceAvailabilityCode.ProtoReflect.Descriptor instead.

func (*InstanceAvailabilityCode) GetExtension

func (*InstanceAvailabilityCode) GetId

func (*InstanceAvailabilityCode) GetValue

func (*InstanceAvailabilityCode) ProtoMessage

func (*InstanceAvailabilityCode) ProtoMessage()

func (*InstanceAvailabilityCode) ProtoReflect

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

func (*InstanceAvailabilityCode) Reset

func (x *InstanceAvailabilityCode) Reset()

func (*InstanceAvailabilityCode) String

func (x *InstanceAvailabilityCode) String() string

type InstanceAvailabilityCode_Value

type InstanceAvailabilityCode_Value int32

Primitive value for code

const (
	InstanceAvailabilityCode_INVALID_UNINITIALIZED InstanceAvailabilityCode_Value = 0
	InstanceAvailabilityCode_ONLINE                InstanceAvailabilityCode_Value = 1
	InstanceAvailabilityCode_OFFLINE               InstanceAvailabilityCode_Value = 2
	InstanceAvailabilityCode_NEARLINE              InstanceAvailabilityCode_Value = 3
	InstanceAvailabilityCode_UNAVAILABLE           InstanceAvailabilityCode_Value = 4
)

func (InstanceAvailabilityCode_Value) Descriptor

func (InstanceAvailabilityCode_Value) Enum

func (InstanceAvailabilityCode_Value) EnumDescriptor deprecated

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

Deprecated: Use InstanceAvailabilityCode_Value.Descriptor instead.

func (InstanceAvailabilityCode_Value) Number

func (InstanceAvailabilityCode_Value) String

func (InstanceAvailabilityCode_Value) Type

type IssueSeverityCode

type IssueSeverityCode struct {
	Value IssueSeverityCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.IssueSeverityCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The issue severity. See http://hl7.org/fhir/ValueSet/issue-severity.

func (*IssueSeverityCode) Descriptor deprecated

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

Deprecated: Use IssueSeverityCode.ProtoReflect.Descriptor instead.

func (*IssueSeverityCode) GetExtension

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

func (*IssueSeverityCode) GetId

func (*IssueSeverityCode) GetValue

func (*IssueSeverityCode) ProtoMessage

func (*IssueSeverityCode) ProtoMessage()

func (*IssueSeverityCode) ProtoReflect

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

func (*IssueSeverityCode) Reset

func (x *IssueSeverityCode) Reset()

func (*IssueSeverityCode) String

func (x *IssueSeverityCode) String() string

type IssueSeverityCode_Value

type IssueSeverityCode_Value int32

Primitive value for code.

const (
	IssueSeverityCode_INVALID_UNINITIALIZED IssueSeverityCode_Value = 0
	IssueSeverityCode_FATAL                 IssueSeverityCode_Value = 1
	IssueSeverityCode_ERROR                 IssueSeverityCode_Value = 2
	IssueSeverityCode_WARNING               IssueSeverityCode_Value = 3
	IssueSeverityCode_INFORMATION           IssueSeverityCode_Value = 4
)

func (IssueSeverityCode_Value) Descriptor

func (IssueSeverityCode_Value) Enum

func (IssueSeverityCode_Value) EnumDescriptor deprecated

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

Deprecated: Use IssueSeverityCode_Value.Descriptor instead.

func (IssueSeverityCode_Value) Number

func (IssueSeverityCode_Value) String

func (x IssueSeverityCode_Value) String() string

func (IssueSeverityCode_Value) Type

type IssueTypeCode

type IssueTypeCode struct {
	Value IssueTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.IssueTypeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

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

func (*IssueTypeCode) Descriptor deprecated

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

Deprecated: Use IssueTypeCode.ProtoReflect.Descriptor instead.

func (*IssueTypeCode) GetExtension

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

func (*IssueTypeCode) GetId

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

func (*IssueTypeCode) GetValue

func (x *IssueTypeCode) GetValue() IssueTypeCode_Value

func (*IssueTypeCode) ProtoMessage

func (*IssueTypeCode) ProtoMessage()

func (*IssueTypeCode) ProtoReflect

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

func (*IssueTypeCode) Reset

func (x *IssueTypeCode) Reset()

func (*IssueTypeCode) String

func (x *IssueTypeCode) String() string

type IssueTypeCode_Value

type IssueTypeCode_Value int32

Primitive value for code.

const (
	IssueTypeCode_INVALID_UNINITIALIZED IssueTypeCode_Value = 0
	IssueTypeCode_INVALID               IssueTypeCode_Value = 1
	IssueTypeCode_STRUCTURE             IssueTypeCode_Value = 2
	IssueTypeCode_REQUIRED              IssueTypeCode_Value = 3
	IssueTypeCode_VALUE                 IssueTypeCode_Value = 4
	IssueTypeCode_INVARIANT             IssueTypeCode_Value = 5
	IssueTypeCode_SECURITY              IssueTypeCode_Value = 6
	IssueTypeCode_LOGIN                 IssueTypeCode_Value = 7
	IssueTypeCode_UNKNOWN               IssueTypeCode_Value = 8
	IssueTypeCode_EXPIRED               IssueTypeCode_Value = 9
	IssueTypeCode_FORBIDDEN             IssueTypeCode_Value = 10
	IssueTypeCode_SUPPRESSED            IssueTypeCode_Value = 11
	IssueTypeCode_PROCESSING            IssueTypeCode_Value = 12
	IssueTypeCode_NOT_SUPPORTED         IssueTypeCode_Value = 13
	IssueTypeCode_DUPLICATE             IssueTypeCode_Value = 14
	IssueTypeCode_NOT_FOUND             IssueTypeCode_Value = 15
	IssueTypeCode_TOO_LONG              IssueTypeCode_Value = 16
	IssueTypeCode_CODE_INVALID          IssueTypeCode_Value = 17
	IssueTypeCode_EXTENSION             IssueTypeCode_Value = 18
	IssueTypeCode_TOO_COSTLY            IssueTypeCode_Value = 19
	IssueTypeCode_BUSINESS_RULE         IssueTypeCode_Value = 20
	IssueTypeCode_CONFLICT              IssueTypeCode_Value = 21
	IssueTypeCode_INCOMPLETE            IssueTypeCode_Value = 22
	IssueTypeCode_TRANSIENT             IssueTypeCode_Value = 23
	IssueTypeCode_LOCK_ERROR            IssueTypeCode_Value = 24
	IssueTypeCode_NO_STORE              IssueTypeCode_Value = 25
	IssueTypeCode_EXCEPTION             IssueTypeCode_Value = 26
	IssueTypeCode_TIMEOUT               IssueTypeCode_Value = 27
	IssueTypeCode_THROTTLED             IssueTypeCode_Value = 28
	IssueTypeCode_INFORMATIONAL         IssueTypeCode_Value = 29
)

func (IssueTypeCode_Value) Descriptor

func (IssueTypeCode_Value) Enum

func (IssueTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use IssueTypeCode_Value.Descriptor instead.

func (IssueTypeCode_Value) Number

func (IssueTypeCode_Value) String

func (x IssueTypeCode_Value) String() string

func (IssueTypeCode_Value) Type

type LinkTypeCode

type LinkTypeCode struct {
	Value LinkTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.LinkTypeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

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

func (*LinkTypeCode) Descriptor deprecated

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

Deprecated: Use LinkTypeCode.ProtoReflect.Descriptor instead.

func (*LinkTypeCode) GetExtension

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

func (*LinkTypeCode) GetId

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

func (*LinkTypeCode) GetValue

func (x *LinkTypeCode) GetValue() LinkTypeCode_Value

func (*LinkTypeCode) ProtoMessage

func (*LinkTypeCode) ProtoMessage()

func (*LinkTypeCode) ProtoReflect

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

func (*LinkTypeCode) Reset

func (x *LinkTypeCode) Reset()

func (*LinkTypeCode) String

func (x *LinkTypeCode) String() string

type LinkTypeCode_Value

type LinkTypeCode_Value int32

Primitive value for code.

const (
	LinkTypeCode_INVALID_UNINITIALIZED LinkTypeCode_Value = 0
	LinkTypeCode_REPLACE               LinkTypeCode_Value = 1
	LinkTypeCode_REFER                 LinkTypeCode_Value = 2
	LinkTypeCode_SEEALSO               LinkTypeCode_Value = 3
)

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 ListModeCode

type ListModeCode struct {
	Value ListModeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ListModeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The list mode. See http://hl7.org/fhir/ValueSet/list-mode.

func (*ListModeCode) Descriptor deprecated

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

Deprecated: Use ListModeCode.ProtoReflect.Descriptor instead.

func (*ListModeCode) GetExtension

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

func (*ListModeCode) GetId

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

func (*ListModeCode) GetValue

func (x *ListModeCode) GetValue() ListModeCode_Value

func (*ListModeCode) ProtoMessage

func (*ListModeCode) ProtoMessage()

func (*ListModeCode) ProtoReflect

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

func (*ListModeCode) Reset

func (x *ListModeCode) Reset()

func (*ListModeCode) String

func (x *ListModeCode) String() string

type ListModeCode_Value

type ListModeCode_Value int32

Primitive value for code.

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 {
	Value ListStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ListStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The list status. See http://hl7.org/fhir/ValueSet/list-status.

func (*ListStatusCode) Descriptor deprecated

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

Deprecated: Use ListStatusCode.ProtoReflect.Descriptor instead.

func (*ListStatusCode) GetExtension

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

func (*ListStatusCode) GetId

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

func (*ListStatusCode) GetValue

func (x *ListStatusCode) GetValue() ListStatusCode_Value

func (*ListStatusCode) ProtoMessage

func (*ListStatusCode) ProtoMessage()

func (*ListStatusCode) ProtoReflect

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

func (*ListStatusCode) Reset

func (x *ListStatusCode) Reset()

func (*ListStatusCode) String

func (x *ListStatusCode) String() string

type ListStatusCode_Value

type ListStatusCode_Value int32

Primitive value for code.

const (
	ListStatusCode_INVALID_UNINITIALIZED ListStatusCode_Value = 0
	ListStatusCode_CURRENT               ListStatusCode_Value = 1
	ListStatusCode_RETIRED               ListStatusCode_Value = 2
	ListStatusCode_ENTERED_IN_ERROR      ListStatusCode_Value = 3
)

func (ListStatusCode_Value) Descriptor

func (ListStatusCode_Value) Enum

func (ListStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ListStatusCode_Value.Descriptor instead.

func (ListStatusCode_Value) Number

func (ListStatusCode_Value) String

func (x ListStatusCode_Value) String() string

func (ListStatusCode_Value) Type

type LocationModeCode

type LocationModeCode struct {
	Value LocationModeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.LocationModeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The location mode. See http://hl7.org/fhir/ValueSet/location-mode.

func (*LocationModeCode) Descriptor deprecated

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

Deprecated: Use LocationModeCode.ProtoReflect.Descriptor instead.

func (*LocationModeCode) GetExtension

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

func (*LocationModeCode) GetId

func (*LocationModeCode) GetValue

func (*LocationModeCode) ProtoMessage

func (*LocationModeCode) ProtoMessage()

func (*LocationModeCode) ProtoReflect

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

func (*LocationModeCode) Reset

func (x *LocationModeCode) Reset()

func (*LocationModeCode) String

func (x *LocationModeCode) String() string

type LocationModeCode_Value

type LocationModeCode_Value int32

Primitive value for code.

const (
	LocationModeCode_INVALID_UNINITIALIZED LocationModeCode_Value = 0
	LocationModeCode_INSTANCE              LocationModeCode_Value = 1
	LocationModeCode_KIND                  LocationModeCode_Value = 2
)

func (LocationModeCode_Value) Descriptor

func (LocationModeCode_Value) Enum

func (LocationModeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use LocationModeCode_Value.Descriptor instead.

func (LocationModeCode_Value) Number

func (LocationModeCode_Value) String

func (x LocationModeCode_Value) String() string

func (LocationModeCode_Value) Type

type LocationStatusCode

type LocationStatusCode struct {
	Value LocationStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.LocationStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The location status. See http://hl7.org/fhir/ValueSet/location-status.

func (*LocationStatusCode) Descriptor deprecated

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

Deprecated: Use LocationStatusCode.ProtoReflect.Descriptor instead.

func (*LocationStatusCode) GetExtension

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

func (*LocationStatusCode) GetId

func (*LocationStatusCode) GetValue

func (*LocationStatusCode) ProtoMessage

func (*LocationStatusCode) ProtoMessage()

func (*LocationStatusCode) ProtoReflect

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

func (*LocationStatusCode) Reset

func (x *LocationStatusCode) Reset()

func (*LocationStatusCode) String

func (x *LocationStatusCode) String() string

type LocationStatusCode_Value

type LocationStatusCode_Value int32

Primitive value for code.

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 MaritalStatusCode

type MaritalStatusCode struct {
	Value MaritalStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.MaritalStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The marital status. See http://hl7.org/fhir/ValueSet/marital-status.

func (*MaritalStatusCode) Descriptor deprecated

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

Deprecated: Use MaritalStatusCode.ProtoReflect.Descriptor instead.

func (*MaritalStatusCode) GetExtension

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

func (*MaritalStatusCode) GetId

func (*MaritalStatusCode) GetValue

func (*MaritalStatusCode) ProtoMessage

func (*MaritalStatusCode) ProtoMessage()

func (*MaritalStatusCode) ProtoReflect

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

func (*MaritalStatusCode) Reset

func (x *MaritalStatusCode) Reset()

func (*MaritalStatusCode) String

func (x *MaritalStatusCode) String() string

type MaritalStatusCode_Value

type MaritalStatusCode_Value int32

Primitive value for code.

const (
	MaritalStatusCode_INVALID_UNINITIALIZED MaritalStatusCode_Value = 0
	MaritalStatusCode_U                     MaritalStatusCode_Value = 1
	MaritalStatusCode_A                     MaritalStatusCode_Value = 2
	MaritalStatusCode_D                     MaritalStatusCode_Value = 3
	MaritalStatusCode_I                     MaritalStatusCode_Value = 4
	MaritalStatusCode_L                     MaritalStatusCode_Value = 5
	MaritalStatusCode_M                     MaritalStatusCode_Value = 6
	MaritalStatusCode_P                     MaritalStatusCode_Value = 7
	MaritalStatusCode_S                     MaritalStatusCode_Value = 8
	MaritalStatusCode_T                     MaritalStatusCode_Value = 9
	MaritalStatusCode_W                     MaritalStatusCode_Value = 10
	MaritalStatusCode_UNK                   MaritalStatusCode_Value = 11
)

func (MaritalStatusCode_Value) Descriptor

func (MaritalStatusCode_Value) Enum

func (MaritalStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use MaritalStatusCode_Value.Descriptor instead.

func (MaritalStatusCode_Value) Number

func (MaritalStatusCode_Value) String

func (x MaritalStatusCode_Value) String() string

func (MaritalStatusCode_Value) Type

type MeasmntPrincipleCode

type MeasmntPrincipleCode struct {
	Value MeasmntPrincipleCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.MeasmntPrincipleCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The measurement principle. See http://hl7.org/fhir/ValueSet/measurement-principle.

func (*MeasmntPrincipleCode) Descriptor deprecated

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

Deprecated: Use MeasmntPrincipleCode.ProtoReflect.Descriptor instead.

func (*MeasmntPrincipleCode) GetExtension

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

func (*MeasmntPrincipleCode) GetId

func (*MeasmntPrincipleCode) GetValue

func (*MeasmntPrincipleCode) ProtoMessage

func (*MeasmntPrincipleCode) ProtoMessage()

func (*MeasmntPrincipleCode) ProtoReflect

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

func (*MeasmntPrincipleCode) Reset

func (x *MeasmntPrincipleCode) Reset()

func (*MeasmntPrincipleCode) String

func (x *MeasmntPrincipleCode) String() string

type MeasmntPrincipleCode_Value

type MeasmntPrincipleCode_Value int32

Primitive value for code.

const (
	MeasmntPrincipleCode_INVALID_UNINITIALIZED MeasmntPrincipleCode_Value = 0
	MeasmntPrincipleCode_OTHER                 MeasmntPrincipleCode_Value = 1
	MeasmntPrincipleCode_CHEMICAL              MeasmntPrincipleCode_Value = 2
	MeasmntPrincipleCode_ELECTRICAL            MeasmntPrincipleCode_Value = 3
	MeasmntPrincipleCode_IMPEDANCE             MeasmntPrincipleCode_Value = 4
	MeasmntPrincipleCode_NUCLEAR               MeasmntPrincipleCode_Value = 5
	MeasmntPrincipleCode_OPTICAL               MeasmntPrincipleCode_Value = 6
	MeasmntPrincipleCode_THERMAL               MeasmntPrincipleCode_Value = 7
	MeasmntPrincipleCode_BIOLOGICAL            MeasmntPrincipleCode_Value = 8
	MeasmntPrincipleCode_MECHANICAL            MeasmntPrincipleCode_Value = 9
	MeasmntPrincipleCode_ACOUSTICAL            MeasmntPrincipleCode_Value = 10
	MeasmntPrincipleCode_MANUAL                MeasmntPrincipleCode_Value = 11
)

func (MeasmntPrincipleCode_Value) Descriptor

func (MeasmntPrincipleCode_Value) Enum

func (MeasmntPrincipleCode_Value) EnumDescriptor deprecated

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

Deprecated: Use MeasmntPrincipleCode_Value.Descriptor instead.

func (MeasmntPrincipleCode_Value) Number

func (MeasmntPrincipleCode_Value) String

func (MeasmntPrincipleCode_Value) Type

type MedicationAdministrationStatusCode

type MedicationAdministrationStatusCode struct {
	Value MedicationAdministrationStatusCode_Value `` /* 134-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The medication admin status. See http://hl7.org/fhir/ValueSet/medication-admin-status.

func (*MedicationAdministrationStatusCode) Descriptor deprecated

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

Deprecated: Use MedicationAdministrationStatusCode.ProtoReflect.Descriptor instead.

func (*MedicationAdministrationStatusCode) GetExtension

func (*MedicationAdministrationStatusCode) GetId

func (*MedicationAdministrationStatusCode) GetValue

func (*MedicationAdministrationStatusCode) ProtoMessage

func (*MedicationAdministrationStatusCode) ProtoMessage()

func (*MedicationAdministrationStatusCode) ProtoReflect

func (*MedicationAdministrationStatusCode) Reset

func (*MedicationAdministrationStatusCode) String

type MedicationAdministrationStatusCode_Value

type MedicationAdministrationStatusCode_Value int32

Primitive value for code.

const (
	MedicationAdministrationStatusCode_INVALID_UNINITIALIZED MedicationAdministrationStatusCode_Value = 0
	MedicationAdministrationStatusCode_IN_PROGRESS           MedicationAdministrationStatusCode_Value = 1
	MedicationAdministrationStatusCode_ON_HOLD               MedicationAdministrationStatusCode_Value = 2
	MedicationAdministrationStatusCode_COMPLETED             MedicationAdministrationStatusCode_Value = 3
	MedicationAdministrationStatusCode_ENTERED_IN_ERROR      MedicationAdministrationStatusCode_Value = 4
	MedicationAdministrationStatusCode_STOPPED               MedicationAdministrationStatusCode_Value = 5
)

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 {
	Value MedicationDispenseStatusCode_Value `` /* 128-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The medication dispense status. See http://hl7.org/fhir/ValueSet/medication-dispense-status.

func (*MedicationDispenseStatusCode) Descriptor deprecated

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

Deprecated: Use MedicationDispenseStatusCode.ProtoReflect.Descriptor instead.

func (*MedicationDispenseStatusCode) GetExtension

func (*MedicationDispenseStatusCode) GetId

func (*MedicationDispenseStatusCode) GetValue

func (*MedicationDispenseStatusCode) ProtoMessage

func (*MedicationDispenseStatusCode) ProtoMessage()

func (*MedicationDispenseStatusCode) ProtoReflect

func (*MedicationDispenseStatusCode) Reset

func (x *MedicationDispenseStatusCode) Reset()

func (*MedicationDispenseStatusCode) String

type MedicationDispenseStatusCode_Value

type MedicationDispenseStatusCode_Value int32

Primitive value for code.

const (
	MedicationDispenseStatusCode_INVALID_UNINITIALIZED MedicationDispenseStatusCode_Value = 0
	MedicationDispenseStatusCode_IN_PROGRESS           MedicationDispenseStatusCode_Value = 1
	MedicationDispenseStatusCode_ON_HOLD               MedicationDispenseStatusCode_Value = 2
	MedicationDispenseStatusCode_COMPLETED             MedicationDispenseStatusCode_Value = 3
	MedicationDispenseStatusCode_ENTERED_IN_ERROR      MedicationDispenseStatusCode_Value = 4
	MedicationDispenseStatusCode_STOPPED               MedicationDispenseStatusCode_Value = 5
)

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 MedicationOrderStatusCode

type MedicationOrderStatusCode struct {
	Value MedicationOrderStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.MedicationOrderStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The medication order status. See http://hl7.org/fhir/ValueSet/medication-order-status.

func (*MedicationOrderStatusCode) Descriptor deprecated

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

Deprecated: Use MedicationOrderStatusCode.ProtoReflect.Descriptor instead.

func (*MedicationOrderStatusCode) GetExtension

func (*MedicationOrderStatusCode) GetId

func (*MedicationOrderStatusCode) GetValue

func (*MedicationOrderStatusCode) ProtoMessage

func (*MedicationOrderStatusCode) ProtoMessage()

func (*MedicationOrderStatusCode) ProtoReflect

func (*MedicationOrderStatusCode) Reset

func (x *MedicationOrderStatusCode) Reset()

func (*MedicationOrderStatusCode) String

func (x *MedicationOrderStatusCode) String() string

type MedicationOrderStatusCode_Value

type MedicationOrderStatusCode_Value int32

Primitive value for code.

const (
	MedicationOrderStatusCode_INVALID_UNINITIALIZED MedicationOrderStatusCode_Value = 0
	MedicationOrderStatusCode_ACTIVE                MedicationOrderStatusCode_Value = 1
	MedicationOrderStatusCode_ON_HOLD               MedicationOrderStatusCode_Value = 2
	MedicationOrderStatusCode_COMPLETED             MedicationOrderStatusCode_Value = 3
	MedicationOrderStatusCode_ENTERED_IN_ERROR      MedicationOrderStatusCode_Value = 4
	MedicationOrderStatusCode_STOPPED               MedicationOrderStatusCode_Value = 5
	MedicationOrderStatusCode_DRAFT                 MedicationOrderStatusCode_Value = 6
)

func (MedicationOrderStatusCode_Value) Descriptor

func (MedicationOrderStatusCode_Value) Enum

func (MedicationOrderStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use MedicationOrderStatusCode_Value.Descriptor instead.

func (MedicationOrderStatusCode_Value) Number

func (MedicationOrderStatusCode_Value) String

func (MedicationOrderStatusCode_Value) Type

type MedicationStatementStatusCode

type MedicationStatementStatusCode struct {
	Value MedicationStatementStatusCode_Value `` /* 129-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The medication statement status. See http://hl7.org/fhir/ValueSet/medication-statement-status.

func (*MedicationStatementStatusCode) Descriptor deprecated

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

Deprecated: Use MedicationStatementStatusCode.ProtoReflect.Descriptor instead.

func (*MedicationStatementStatusCode) GetExtension

func (*MedicationStatementStatusCode) GetId

func (*MedicationStatementStatusCode) GetValue

func (*MedicationStatementStatusCode) ProtoMessage

func (*MedicationStatementStatusCode) ProtoMessage()

func (*MedicationStatementStatusCode) ProtoReflect

func (*MedicationStatementStatusCode) Reset

func (x *MedicationStatementStatusCode) Reset()

func (*MedicationStatementStatusCode) String

type MedicationStatementStatusCode_Value

type MedicationStatementStatusCode_Value int32

Primitive value for code.

const (
	MedicationStatementStatusCode_INVALID_UNINITIALIZED MedicationStatementStatusCode_Value = 0
	MedicationStatementStatusCode_ACTIVE                MedicationStatementStatusCode_Value = 1
	MedicationStatementStatusCode_COMPLETED             MedicationStatementStatusCode_Value = 2
	MedicationStatementStatusCode_ENTERED_IN_ERROR      MedicationStatementStatusCode_Value = 3
	MedicationStatementStatusCode_INTENDED              MedicationStatementStatusCode_Value = 4
)

func (MedicationStatementStatusCode_Value) Descriptor

func (MedicationStatementStatusCode_Value) Enum

func (MedicationStatementStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use MedicationStatementStatusCode_Value.Descriptor instead.

func (MedicationStatementStatusCode_Value) Number

func (MedicationStatementStatusCode_Value) String

func (MedicationStatementStatusCode_Value) Type

type MessageSignificanceCategoryCode

type MessageSignificanceCategoryCode struct {
	Value MessageSignificanceCategoryCode_Value `` /* 131-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The message significance category. See http://hl7.org/fhir/ValueSet/message-significance-category.

func (*MessageSignificanceCategoryCode) Descriptor deprecated

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

Deprecated: Use MessageSignificanceCategoryCode.ProtoReflect.Descriptor instead.

func (*MessageSignificanceCategoryCode) GetExtension

func (*MessageSignificanceCategoryCode) GetId

func (*MessageSignificanceCategoryCode) GetValue

func (*MessageSignificanceCategoryCode) ProtoMessage

func (*MessageSignificanceCategoryCode) ProtoMessage()

func (*MessageSignificanceCategoryCode) ProtoReflect

func (*MessageSignificanceCategoryCode) Reset

func (*MessageSignificanceCategoryCode) String

type MessageSignificanceCategoryCode_Value

type MessageSignificanceCategoryCode_Value int32

Primitive value for code.

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 NamingSystemIdentifierTypeCode

type NamingSystemIdentifierTypeCode struct {
	Value NamingSystemIdentifierTypeCode_Value `` /* 130-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The namingsystem identifier type. See http://hl7.org/fhir/ValueSet/namingsystem-identifier-type.

func (*NamingSystemIdentifierTypeCode) Descriptor deprecated

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

Deprecated: Use NamingSystemIdentifierTypeCode.ProtoReflect.Descriptor instead.

func (*NamingSystemIdentifierTypeCode) GetExtension

func (*NamingSystemIdentifierTypeCode) GetId

func (*NamingSystemIdentifierTypeCode) GetValue

func (*NamingSystemIdentifierTypeCode) ProtoMessage

func (*NamingSystemIdentifierTypeCode) ProtoMessage()

func (*NamingSystemIdentifierTypeCode) ProtoReflect

func (*NamingSystemIdentifierTypeCode) Reset

func (x *NamingSystemIdentifierTypeCode) Reset()

func (*NamingSystemIdentifierTypeCode) String

type NamingSystemIdentifierTypeCode_Value

type NamingSystemIdentifierTypeCode_Value int32

Primitive value for code.

const (
	NamingSystemIdentifierTypeCode_INVALID_UNINITIALIZED NamingSystemIdentifierTypeCode_Value = 0
	NamingSystemIdentifierTypeCode_OID                   NamingSystemIdentifierTypeCode_Value = 1
	NamingSystemIdentifierTypeCode_UUID                  NamingSystemIdentifierTypeCode_Value = 2
	NamingSystemIdentifierTypeCode_URI                   NamingSystemIdentifierTypeCode_Value = 3
	NamingSystemIdentifierTypeCode_OTHER                 NamingSystemIdentifierTypeCode_Value = 4
)

func (NamingSystemIdentifierTypeCode_Value) Descriptor

func (NamingSystemIdentifierTypeCode_Value) Enum

func (NamingSystemIdentifierTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use NamingSystemIdentifierTypeCode_Value.Descriptor instead.

func (NamingSystemIdentifierTypeCode_Value) Number

func (NamingSystemIdentifierTypeCode_Value) String

func (NamingSystemIdentifierTypeCode_Value) Type

type NamingSystemTypeCode

type NamingSystemTypeCode struct {
	Value NamingSystemTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.NamingSystemTypeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

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

func (*NamingSystemTypeCode) Descriptor deprecated

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

Deprecated: Use NamingSystemTypeCode.ProtoReflect.Descriptor instead.

func (*NamingSystemTypeCode) GetExtension

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

func (*NamingSystemTypeCode) GetId

func (*NamingSystemTypeCode) GetValue

func (*NamingSystemTypeCode) ProtoMessage

func (*NamingSystemTypeCode) ProtoMessage()

func (*NamingSystemTypeCode) ProtoReflect

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

func (*NamingSystemTypeCode) Reset

func (x *NamingSystemTypeCode) Reset()

func (*NamingSystemTypeCode) String

func (x *NamingSystemTypeCode) String() string

type NamingSystemTypeCode_Value

type NamingSystemTypeCode_Value int32

Primitive value for code.

const (
	NamingSystemTypeCode_INVALID_UNINITIALIZED NamingSystemTypeCode_Value = 0
	NamingSystemTypeCode_CODESYSTEM            NamingSystemTypeCode_Value = 1
	NamingSystemTypeCode_IDENTIFIER            NamingSystemTypeCode_Value = 2
	NamingSystemTypeCode_ROOT                  NamingSystemTypeCode_Value = 3
)

func (NamingSystemTypeCode_Value) Descriptor

func (NamingSystemTypeCode_Value) Enum

func (NamingSystemTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use NamingSystemTypeCode_Value.Descriptor instead.

func (NamingSystemTypeCode_Value) Number

func (NamingSystemTypeCode_Value) String

func (NamingSystemTypeCode_Value) Type

type NarrativeStatusCode

type NarrativeStatusCode struct {
	Value NarrativeStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.NarrativeStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The narrative status. See http://hl7.org/fhir/ValueSet/narrative-status.

func (*NarrativeStatusCode) Descriptor deprecated

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

Deprecated: Use NarrativeStatusCode.ProtoReflect.Descriptor instead.

func (*NarrativeStatusCode) GetExtension

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

func (*NarrativeStatusCode) GetId

func (*NarrativeStatusCode) GetValue

func (*NarrativeStatusCode) ProtoMessage

func (*NarrativeStatusCode) ProtoMessage()

func (*NarrativeStatusCode) ProtoReflect

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

func (*NarrativeStatusCode) Reset

func (x *NarrativeStatusCode) Reset()

func (*NarrativeStatusCode) String

func (x *NarrativeStatusCode) String() string

type NarrativeStatusCode_Value

type NarrativeStatusCode_Value int32

Primitive value for code.

const (
	NarrativeStatusCode_INVALID_UNINITIALIZED NarrativeStatusCode_Value = 0
	NarrativeStatusCode_GENERATED             NarrativeStatusCode_Value = 1
	NarrativeStatusCode_EXTENSIONS            NarrativeStatusCode_Value = 2
	NarrativeStatusCode_ADDITIONAL            NarrativeStatusCode_Value = 3
	NarrativeStatusCode_EMPTY                 NarrativeStatusCode_Value = 4
)

func (NarrativeStatusCode_Value) Descriptor

func (NarrativeStatusCode_Value) Enum

func (NarrativeStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use NarrativeStatusCode_Value.Descriptor instead.

func (NarrativeStatusCode_Value) Number

func (NarrativeStatusCode_Value) String

func (x NarrativeStatusCode_Value) String() string

func (NarrativeStatusCode_Value) Type

type NoteTypeCode

type NoteTypeCode struct {
	Value NoteTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.NoteTypeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

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

func (*NoteTypeCode) Descriptor deprecated

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

Deprecated: Use NoteTypeCode.ProtoReflect.Descriptor instead.

func (*NoteTypeCode) GetExtension

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

func (*NoteTypeCode) GetId

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

func (*NoteTypeCode) GetValue

func (x *NoteTypeCode) GetValue() NoteTypeCode_Value

func (*NoteTypeCode) ProtoMessage

func (*NoteTypeCode) ProtoMessage()

func (*NoteTypeCode) ProtoReflect

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

func (*NoteTypeCode) Reset

func (x *NoteTypeCode) Reset()

func (*NoteTypeCode) String

func (x *NoteTypeCode) String() string

type NoteTypeCode_Value

type NoteTypeCode_Value int32

Primitive value for code.

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 NutritionOrderStatusCode

type NutritionOrderStatusCode struct {
	Value NutritionOrderStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.NutritionOrderStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The nutrition order status. See http://hl7.org/fhir/ValueSet/nutrition-order-status.

func (*NutritionOrderStatusCode) Descriptor deprecated

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

Deprecated: Use NutritionOrderStatusCode.ProtoReflect.Descriptor instead.

func (*NutritionOrderStatusCode) GetExtension

func (*NutritionOrderStatusCode) GetId

func (*NutritionOrderStatusCode) GetValue

func (*NutritionOrderStatusCode) ProtoMessage

func (*NutritionOrderStatusCode) ProtoMessage()

func (*NutritionOrderStatusCode) ProtoReflect

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

func (*NutritionOrderStatusCode) Reset

func (x *NutritionOrderStatusCode) Reset()

func (*NutritionOrderStatusCode) String

func (x *NutritionOrderStatusCode) String() string

type NutritionOrderStatusCode_Value

type NutritionOrderStatusCode_Value int32

Primitive value for code.

const (
	NutritionOrderStatusCode_INVALID_UNINITIALIZED NutritionOrderStatusCode_Value = 0
	NutritionOrderStatusCode_PROPOSED              NutritionOrderStatusCode_Value = 1
	NutritionOrderStatusCode_DRAFT                 NutritionOrderStatusCode_Value = 2
	NutritionOrderStatusCode_PLANNED               NutritionOrderStatusCode_Value = 3
	NutritionOrderStatusCode_REQUESTED             NutritionOrderStatusCode_Value = 4
	NutritionOrderStatusCode_ACTIVE                NutritionOrderStatusCode_Value = 5
	NutritionOrderStatusCode_ON_HOLD               NutritionOrderStatusCode_Value = 6
	NutritionOrderStatusCode_COMPLETED             NutritionOrderStatusCode_Value = 7
	NutritionOrderStatusCode_CANCELLED             NutritionOrderStatusCode_Value = 8
)

func (NutritionOrderStatusCode_Value) Descriptor

func (NutritionOrderStatusCode_Value) Enum

func (NutritionOrderStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use NutritionOrderStatusCode_Value.Descriptor instead.

func (NutritionOrderStatusCode_Value) Number

func (NutritionOrderStatusCode_Value) String

func (NutritionOrderStatusCode_Value) Type

type ObservationRelationshipTypeCode

type ObservationRelationshipTypeCode struct {
	Value ObservationRelationshipTypeCode_Value `` /* 131-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The observation relationshiptypes. See http://hl7.org/fhir/ValueSet/observation-relationshiptypes.

func (*ObservationRelationshipTypeCode) Descriptor deprecated

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

Deprecated: Use ObservationRelationshipTypeCode.ProtoReflect.Descriptor instead.

func (*ObservationRelationshipTypeCode) GetExtension

func (*ObservationRelationshipTypeCode) GetId

func (*ObservationRelationshipTypeCode) GetValue

func (*ObservationRelationshipTypeCode) ProtoMessage

func (*ObservationRelationshipTypeCode) ProtoMessage()

func (*ObservationRelationshipTypeCode) ProtoReflect

func (*ObservationRelationshipTypeCode) Reset

func (*ObservationRelationshipTypeCode) String

type ObservationRelationshipTypeCode_Value

type ObservationRelationshipTypeCode_Value int32

Primitive value for code.

const (
	ObservationRelationshipTypeCode_INVALID_UNINITIALIZED ObservationRelationshipTypeCode_Value = 0
	ObservationRelationshipTypeCode_HAS_MEMBER            ObservationRelationshipTypeCode_Value = 1
	ObservationRelationshipTypeCode_DERIVED_FROM          ObservationRelationshipTypeCode_Value = 2
	ObservationRelationshipTypeCode_SEQUEL_TO             ObservationRelationshipTypeCode_Value = 3
	ObservationRelationshipTypeCode_REPLACES              ObservationRelationshipTypeCode_Value = 4
	ObservationRelationshipTypeCode_QUALIFIED_BY          ObservationRelationshipTypeCode_Value = 5
	ObservationRelationshipTypeCode_INTERFERED_BY         ObservationRelationshipTypeCode_Value = 6
)

func (ObservationRelationshipTypeCode_Value) Descriptor

func (ObservationRelationshipTypeCode_Value) Enum

func (ObservationRelationshipTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ObservationRelationshipTypeCode_Value.Descriptor instead.

func (ObservationRelationshipTypeCode_Value) Number

func (ObservationRelationshipTypeCode_Value) String

func (ObservationRelationshipTypeCode_Value) Type

type ObservationStatusCode

type ObservationStatusCode struct {
	Value ObservationStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ObservationStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The observation status. See http://hl7.org/fhir/ValueSet/observation-status.

func (*ObservationStatusCode) Descriptor deprecated

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

Deprecated: Use ObservationStatusCode.ProtoReflect.Descriptor instead.

func (*ObservationStatusCode) GetExtension

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

func (*ObservationStatusCode) GetId

func (*ObservationStatusCode) GetValue

func (*ObservationStatusCode) ProtoMessage

func (*ObservationStatusCode) ProtoMessage()

func (*ObservationStatusCode) ProtoReflect

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

func (*ObservationStatusCode) Reset

func (x *ObservationStatusCode) Reset()

func (*ObservationStatusCode) String

func (x *ObservationStatusCode) String() string

type ObservationStatusCode_Value

type ObservationStatusCode_Value int32

Primitive value for code.

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_CANCELLED             ObservationStatusCode_Value = 5
	ObservationStatusCode_ENTERED_IN_ERROR      ObservationStatusCode_Value = 6
	ObservationStatusCode_UNKNOWN               ObservationStatusCode_Value = 7
)

func (ObservationStatusCode_Value) Descriptor

func (ObservationStatusCode_Value) Enum

func (ObservationStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ObservationStatusCode_Value.Descriptor instead.

func (ObservationStatusCode_Value) Number

func (ObservationStatusCode_Value) String

func (ObservationStatusCode_Value) Type

type OperationKindCode

type OperationKindCode struct {
	Value OperationKindCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.OperationKindCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The operation kind. See http://hl7.org/fhir/ValueSet/operation-kind.

func (*OperationKindCode) Descriptor deprecated

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

Deprecated: Use OperationKindCode.ProtoReflect.Descriptor instead.

func (*OperationKindCode) GetExtension

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

func (*OperationKindCode) GetId

func (*OperationKindCode) GetValue

func (*OperationKindCode) ProtoMessage

func (*OperationKindCode) ProtoMessage()

func (*OperationKindCode) ProtoReflect

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

func (*OperationKindCode) Reset

func (x *OperationKindCode) Reset()

func (*OperationKindCode) String

func (x *OperationKindCode) String() string

type OperationKindCode_Value

type OperationKindCode_Value int32

Primitive value for code.

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 {
	Value OperationParameterUseCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.OperationParameterUseCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The operation parameter use. See http://hl7.org/fhir/ValueSet/operation-parameter-use.

func (*OperationParameterUseCode) Descriptor deprecated

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

Deprecated: Use OperationParameterUseCode.ProtoReflect.Descriptor instead.

func (*OperationParameterUseCode) GetExtension

func (*OperationParameterUseCode) GetId

func (*OperationParameterUseCode) GetValue

func (*OperationParameterUseCode) ProtoMessage

func (*OperationParameterUseCode) ProtoMessage()

func (*OperationParameterUseCode) ProtoReflect

func (*OperationParameterUseCode) Reset

func (x *OperationParameterUseCode) Reset()

func (*OperationParameterUseCode) String

func (x *OperationParameterUseCode) String() string

type OperationParameterUseCode_Value

type OperationParameterUseCode_Value int32

Primitive value for code.

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 OrderStatusCode

type OrderStatusCode struct {
	Value OrderStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.OrderStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The order status. See http://hl7.org/fhir/ValueSet/order-status.

func (*OrderStatusCode) Descriptor deprecated

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

Deprecated: Use OrderStatusCode.ProtoReflect.Descriptor instead.

func (*OrderStatusCode) GetExtension

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

func (*OrderStatusCode) GetId

func (*OrderStatusCode) GetValue

func (x *OrderStatusCode) GetValue() OrderStatusCode_Value

func (*OrderStatusCode) ProtoMessage

func (*OrderStatusCode) ProtoMessage()

func (*OrderStatusCode) ProtoReflect

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

func (*OrderStatusCode) Reset

func (x *OrderStatusCode) Reset()

func (*OrderStatusCode) String

func (x *OrderStatusCode) String() string

type OrderStatusCode_Value

type OrderStatusCode_Value int32

Primitive value for code.

const (
	OrderStatusCode_INVALID_UNINITIALIZED OrderStatusCode_Value = 0
	OrderStatusCode_PENDING               OrderStatusCode_Value = 1
	OrderStatusCode_REVIEW                OrderStatusCode_Value = 2
	OrderStatusCode_REJECTED              OrderStatusCode_Value = 3
	OrderStatusCode_ERROR                 OrderStatusCode_Value = 4
	OrderStatusCode_ACCEPTED              OrderStatusCode_Value = 5
	OrderStatusCode_CANCELLED             OrderStatusCode_Value = 6
	OrderStatusCode_REPLACED              OrderStatusCode_Value = 7
	OrderStatusCode_ABORTED               OrderStatusCode_Value = 8
	OrderStatusCode_COMPLETED             OrderStatusCode_Value = 9
)

func (OrderStatusCode_Value) Descriptor

func (OrderStatusCode_Value) Enum

func (OrderStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use OrderStatusCode_Value.Descriptor instead.

func (OrderStatusCode_Value) Number

func (OrderStatusCode_Value) String

func (x OrderStatusCode_Value) String() string

func (OrderStatusCode_Value) Type

type ParticipantRequiredCode

type ParticipantRequiredCode struct {
	Value ParticipantRequiredCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ParticipantRequiredCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The participantrequired. See http://hl7.org/fhir/ValueSet/participantrequired.

func (*ParticipantRequiredCode) Descriptor deprecated

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

Deprecated: Use ParticipantRequiredCode.ProtoReflect.Descriptor instead.

func (*ParticipantRequiredCode) GetExtension

func (*ParticipantRequiredCode) GetId

func (*ParticipantRequiredCode) GetValue

func (*ParticipantRequiredCode) ProtoMessage

func (*ParticipantRequiredCode) ProtoMessage()

func (*ParticipantRequiredCode) ProtoReflect

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

func (*ParticipantRequiredCode) Reset

func (x *ParticipantRequiredCode) Reset()

func (*ParticipantRequiredCode) String

func (x *ParticipantRequiredCode) String() string

type ParticipantRequiredCode_Value

type ParticipantRequiredCode_Value int32

Primitive value for code.

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 ParticipantStatusCode

type ParticipantStatusCode struct {
	Value ParticipantStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ParticipantStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The participantstatus. See http://hl7.org/fhir/ValueSet/participantstatus.

func (*ParticipantStatusCode) Descriptor deprecated

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

Deprecated: Use ParticipantStatusCode.ProtoReflect.Descriptor instead.

func (*ParticipantStatusCode) GetExtension

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

func (*ParticipantStatusCode) GetId

func (*ParticipantStatusCode) GetValue

func (*ParticipantStatusCode) ProtoMessage

func (*ParticipantStatusCode) ProtoMessage()

func (*ParticipantStatusCode) ProtoReflect

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

func (*ParticipantStatusCode) Reset

func (x *ParticipantStatusCode) Reset()

func (*ParticipantStatusCode) String

func (x *ParticipantStatusCode) String() string

type ParticipantStatusCode_Value

type ParticipantStatusCode_Value int32

Primitive value for code.

const (
	ParticipantStatusCode_INVALID_UNINITIALIZED ParticipantStatusCode_Value = 0
	ParticipantStatusCode_ACCEPTED              ParticipantStatusCode_Value = 1
	ParticipantStatusCode_DECLINED              ParticipantStatusCode_Value = 2
	ParticipantStatusCode_TENTATIVE             ParticipantStatusCode_Value = 3
	ParticipantStatusCode_IN_PROCESS            ParticipantStatusCode_Value = 4
	ParticipantStatusCode_COMPLETED             ParticipantStatusCode_Value = 5
	ParticipantStatusCode_NEEDS_ACTION          ParticipantStatusCode_Value = 6
)

func (ParticipantStatusCode_Value) Descriptor

func (ParticipantStatusCode_Value) Enum

func (ParticipantStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ParticipantStatusCode_Value.Descriptor instead.

func (ParticipantStatusCode_Value) Number

func (ParticipantStatusCode_Value) String

func (ParticipantStatusCode_Value) Type

type ParticipantTypeCode

type ParticipantTypeCode struct {
	Value ParticipantTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ParticipantTypeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The encounter participant type. See http://hl7.org/fhir/ValueSet/encounter-participant-type.

func (*ParticipantTypeCode) Descriptor deprecated

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

Deprecated: Use ParticipantTypeCode.ProtoReflect.Descriptor instead.

func (*ParticipantTypeCode) GetExtension

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

func (*ParticipantTypeCode) GetId

func (*ParticipantTypeCode) GetValue

func (*ParticipantTypeCode) ProtoMessage

func (*ParticipantTypeCode) ProtoMessage()

func (*ParticipantTypeCode) ProtoReflect

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

func (*ParticipantTypeCode) Reset

func (x *ParticipantTypeCode) Reset()

func (*ParticipantTypeCode) String

func (x *ParticipantTypeCode) String() string

type ParticipantTypeCode_Value

type ParticipantTypeCode_Value int32

Primitive value for code.

const (
	ParticipantTypeCode_INVALID_UNINITIALIZED ParticipantTypeCode_Value = 0
	ParticipantTypeCode_TRANSLATOR            ParticipantTypeCode_Value = 1
	ParticipantTypeCode_EMERGENCY             ParticipantTypeCode_Value = 2
)

func (ParticipantTypeCode_Value) Descriptor

func (ParticipantTypeCode_Value) Enum

func (ParticipantTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ParticipantTypeCode_Value.Descriptor instead.

func (ParticipantTypeCode_Value) Number

func (ParticipantTypeCode_Value) String

func (x ParticipantTypeCode_Value) String() string

func (ParticipantTypeCode_Value) Type

type ParticipationStatusCode

type ParticipationStatusCode struct {
	Value ParticipationStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ParticipationStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The participationstatus. See http://hl7.org/fhir/ValueSet/participationstatus.

func (*ParticipationStatusCode) Descriptor deprecated

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

Deprecated: Use ParticipationStatusCode.ProtoReflect.Descriptor instead.

func (*ParticipationStatusCode) GetExtension

func (*ParticipationStatusCode) GetId

func (*ParticipationStatusCode) GetValue

func (*ParticipationStatusCode) ProtoMessage

func (*ParticipationStatusCode) ProtoMessage()

func (*ParticipationStatusCode) ProtoReflect

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

func (*ParticipationStatusCode) Reset

func (x *ParticipationStatusCode) Reset()

func (*ParticipationStatusCode) String

func (x *ParticipationStatusCode) String() string

type ParticipationStatusCode_Value

type ParticipationStatusCode_Value int32

Primitive value for code.

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 ProcedureRequestPriorityCode

type ProcedureRequestPriorityCode struct {
	Value ProcedureRequestPriorityCode_Value `` /* 128-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The procedure request priority. See http://hl7.org/fhir/ValueSet/procedure-request-priority.

func (*ProcedureRequestPriorityCode) Descriptor deprecated

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

Deprecated: Use ProcedureRequestPriorityCode.ProtoReflect.Descriptor instead.

func (*ProcedureRequestPriorityCode) GetExtension

func (*ProcedureRequestPriorityCode) GetId

func (*ProcedureRequestPriorityCode) GetValue

func (*ProcedureRequestPriorityCode) ProtoMessage

func (*ProcedureRequestPriorityCode) ProtoMessage()

func (*ProcedureRequestPriorityCode) ProtoReflect

func (*ProcedureRequestPriorityCode) Reset

func (x *ProcedureRequestPriorityCode) Reset()

func (*ProcedureRequestPriorityCode) String

type ProcedureRequestPriorityCode_Value

type ProcedureRequestPriorityCode_Value int32

Primitive value for code.

const (
	ProcedureRequestPriorityCode_INVALID_UNINITIALIZED ProcedureRequestPriorityCode_Value = 0
	ProcedureRequestPriorityCode_ROUTINE               ProcedureRequestPriorityCode_Value = 1
	ProcedureRequestPriorityCode_URGENT                ProcedureRequestPriorityCode_Value = 2
	ProcedureRequestPriorityCode_STAT                  ProcedureRequestPriorityCode_Value = 3
	ProcedureRequestPriorityCode_ASAP                  ProcedureRequestPriorityCode_Value = 4
)

func (ProcedureRequestPriorityCode_Value) Descriptor

func (ProcedureRequestPriorityCode_Value) Enum

func (ProcedureRequestPriorityCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ProcedureRequestPriorityCode_Value.Descriptor instead.

func (ProcedureRequestPriorityCode_Value) Number

func (ProcedureRequestPriorityCode_Value) String

func (ProcedureRequestPriorityCode_Value) Type

type ProcedureRequestStatusCode

type ProcedureRequestStatusCode struct {
	Value ProcedureRequestStatusCode_Value `` /* 126-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The procedure request status. See http://hl7.org/fhir/ValueSet/procedure-request-status.

func (*ProcedureRequestStatusCode) Descriptor deprecated

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

Deprecated: Use ProcedureRequestStatusCode.ProtoReflect.Descriptor instead.

func (*ProcedureRequestStatusCode) GetExtension

func (*ProcedureRequestStatusCode) GetId

func (*ProcedureRequestStatusCode) GetValue

func (*ProcedureRequestStatusCode) ProtoMessage

func (*ProcedureRequestStatusCode) ProtoMessage()

func (*ProcedureRequestStatusCode) ProtoReflect

func (*ProcedureRequestStatusCode) Reset

func (x *ProcedureRequestStatusCode) Reset()

func (*ProcedureRequestStatusCode) String

func (x *ProcedureRequestStatusCode) String() string

type ProcedureRequestStatusCode_Value

type ProcedureRequestStatusCode_Value int32

Primitive value for code.

const (
	ProcedureRequestStatusCode_INVALID_UNINITIALIZED ProcedureRequestStatusCode_Value = 0
	ProcedureRequestStatusCode_PROPOSED              ProcedureRequestStatusCode_Value = 1
	ProcedureRequestStatusCode_DRAFT                 ProcedureRequestStatusCode_Value = 2
	ProcedureRequestStatusCode_REQUESTED             ProcedureRequestStatusCode_Value = 3
	ProcedureRequestStatusCode_RECEIVED              ProcedureRequestStatusCode_Value = 4
	ProcedureRequestStatusCode_ACCEPTED              ProcedureRequestStatusCode_Value = 5
	ProcedureRequestStatusCode_IN_PROGRESS           ProcedureRequestStatusCode_Value = 6
	ProcedureRequestStatusCode_COMPLETED             ProcedureRequestStatusCode_Value = 7
	ProcedureRequestStatusCode_SUSPENDED             ProcedureRequestStatusCode_Value = 8
	ProcedureRequestStatusCode_REJECTED              ProcedureRequestStatusCode_Value = 9
	ProcedureRequestStatusCode_ABORTED               ProcedureRequestStatusCode_Value = 10
)

func (ProcedureRequestStatusCode_Value) Descriptor

func (ProcedureRequestStatusCode_Value) Enum

func (ProcedureRequestStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ProcedureRequestStatusCode_Value.Descriptor instead.

func (ProcedureRequestStatusCode_Value) Number

func (ProcedureRequestStatusCode_Value) String

func (ProcedureRequestStatusCode_Value) Type

type ProcedureStatusCode

type ProcedureStatusCode struct {
	Value ProcedureStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ProcedureStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The procedure status. See http://hl7.org/fhir/ValueSet/procedure-status.

func (*ProcedureStatusCode) Descriptor deprecated

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

Deprecated: Use ProcedureStatusCode.ProtoReflect.Descriptor instead.

func (*ProcedureStatusCode) GetExtension

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

func (*ProcedureStatusCode) GetId

func (*ProcedureStatusCode) GetValue

func (*ProcedureStatusCode) ProtoMessage

func (*ProcedureStatusCode) ProtoMessage()

func (*ProcedureStatusCode) ProtoReflect

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

func (*ProcedureStatusCode) Reset

func (x *ProcedureStatusCode) Reset()

func (*ProcedureStatusCode) String

func (x *ProcedureStatusCode) String() string

type ProcedureStatusCode_Value

type ProcedureStatusCode_Value int32

Primitive value for code.

const (
	ProcedureStatusCode_INVALID_UNINITIALIZED ProcedureStatusCode_Value = 0
	ProcedureStatusCode_IN_PROGRESS           ProcedureStatusCode_Value = 1
	ProcedureStatusCode_ABORTED               ProcedureStatusCode_Value = 2
	ProcedureStatusCode_COMPLETED             ProcedureStatusCode_Value = 3
	ProcedureStatusCode_ENTERED_IN_ERROR      ProcedureStatusCode_Value = 4
)

func (ProcedureStatusCode_Value) Descriptor

func (ProcedureStatusCode_Value) Enum

func (ProcedureStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ProcedureStatusCode_Value.Descriptor instead.

func (ProcedureStatusCode_Value) Number

func (ProcedureStatusCode_Value) String

func (x ProcedureStatusCode_Value) String() string

func (ProcedureStatusCode_Value) Type

type PropertyRepresentationCode

type PropertyRepresentationCode struct {
	Value PropertyRepresentationCode_Value `` /* 126-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The property representation. See http://hl7.org/fhir/ValueSet/property-representation.

func (*PropertyRepresentationCode) Descriptor deprecated

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

Deprecated: Use PropertyRepresentationCode.ProtoReflect.Descriptor instead.

func (*PropertyRepresentationCode) GetExtension

func (*PropertyRepresentationCode) GetId

func (*PropertyRepresentationCode) GetValue

func (*PropertyRepresentationCode) ProtoMessage

func (*PropertyRepresentationCode) ProtoMessage()

func (*PropertyRepresentationCode) ProtoReflect

func (*PropertyRepresentationCode) Reset

func (x *PropertyRepresentationCode) Reset()

func (*PropertyRepresentationCode) String

func (x *PropertyRepresentationCode) String() string

type PropertyRepresentationCode_Value

type PropertyRepresentationCode_Value int32

Primitive value for code.

const (
	PropertyRepresentationCode_INVALID_UNINITIALIZED PropertyRepresentationCode_Value = 0
	PropertyRepresentationCode_XMLATTR               PropertyRepresentationCode_Value = 1
)

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 ProvenanceEntityRoleCode

type ProvenanceEntityRoleCode struct {
	Value ProvenanceEntityRoleCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ProvenanceEntityRoleCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The provenance entity role. See http://hl7.org/fhir/ValueSet/provenance-entity-role.

func (*ProvenanceEntityRoleCode) Descriptor deprecated

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

Deprecated: Use ProvenanceEntityRoleCode.ProtoReflect.Descriptor instead.

func (*ProvenanceEntityRoleCode) GetExtension

func (*ProvenanceEntityRoleCode) GetId

func (*ProvenanceEntityRoleCode) GetValue

func (*ProvenanceEntityRoleCode) ProtoMessage

func (*ProvenanceEntityRoleCode) ProtoMessage()

func (*ProvenanceEntityRoleCode) ProtoReflect

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

func (*ProvenanceEntityRoleCode) Reset

func (x *ProvenanceEntityRoleCode) Reset()

func (*ProvenanceEntityRoleCode) String

func (x *ProvenanceEntityRoleCode) String() string

type ProvenanceEntityRoleCode_Value

type ProvenanceEntityRoleCode_Value int32

Primitive value for code.

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
)

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 QuestionnaireResponseStatusCode

type QuestionnaireResponseStatusCode struct {
	Value QuestionnaireResponseStatusCode_Value `` /* 131-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The questionnaire answers status. See http://hl7.org/fhir/ValueSet/questionnaire-answers-status.

func (*QuestionnaireResponseStatusCode) Descriptor deprecated

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

Deprecated: Use QuestionnaireResponseStatusCode.ProtoReflect.Descriptor instead.

func (*QuestionnaireResponseStatusCode) GetExtension

func (*QuestionnaireResponseStatusCode) GetId

func (*QuestionnaireResponseStatusCode) GetValue

func (*QuestionnaireResponseStatusCode) ProtoMessage

func (*QuestionnaireResponseStatusCode) ProtoMessage()

func (*QuestionnaireResponseStatusCode) ProtoReflect

func (*QuestionnaireResponseStatusCode) Reset

func (*QuestionnaireResponseStatusCode) String

type QuestionnaireResponseStatusCode_Value

type QuestionnaireResponseStatusCode_Value int32

Primitive value for code.

const (
	QuestionnaireResponseStatusCode_INVALID_UNINITIALIZED QuestionnaireResponseStatusCode_Value = 0
	QuestionnaireResponseStatusCode_IN_PROGRESS           QuestionnaireResponseStatusCode_Value = 1
	QuestionnaireResponseStatusCode_COMPLETED             QuestionnaireResponseStatusCode_Value = 2
	QuestionnaireResponseStatusCode_AMENDED               QuestionnaireResponseStatusCode_Value = 3
)

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 QuestionnaireStatusCode

type QuestionnaireStatusCode struct {
	Value QuestionnaireStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.QuestionnaireStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The questionnaire status. See http://hl7.org/fhir/ValueSet/questionnaire-status.

func (*QuestionnaireStatusCode) Descriptor deprecated

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

Deprecated: Use QuestionnaireStatusCode.ProtoReflect.Descriptor instead.

func (*QuestionnaireStatusCode) GetExtension

func (*QuestionnaireStatusCode) GetId

func (*QuestionnaireStatusCode) GetValue

func (*QuestionnaireStatusCode) ProtoMessage

func (*QuestionnaireStatusCode) ProtoMessage()

func (*QuestionnaireStatusCode) ProtoReflect

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

func (*QuestionnaireStatusCode) Reset

func (x *QuestionnaireStatusCode) Reset()

func (*QuestionnaireStatusCode) String

func (x *QuestionnaireStatusCode) String() string

type QuestionnaireStatusCode_Value

type QuestionnaireStatusCode_Value int32

Primitive value for code.

const (
	QuestionnaireStatusCode_INVALID_UNINITIALIZED QuestionnaireStatusCode_Value = 0
	QuestionnaireStatusCode_DRAFT                 QuestionnaireStatusCode_Value = 1
	QuestionnaireStatusCode_PUBLISHED             QuestionnaireStatusCode_Value = 2
	QuestionnaireStatusCode_RETIRED               QuestionnaireStatusCode_Value = 3
)

func (QuestionnaireStatusCode_Value) Descriptor

func (QuestionnaireStatusCode_Value) Enum

func (QuestionnaireStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use QuestionnaireStatusCode_Value.Descriptor instead.

func (QuestionnaireStatusCode_Value) Number

func (QuestionnaireStatusCode_Value) String

func (QuestionnaireStatusCode_Value) Type

type ReferralStatusCode

type ReferralStatusCode struct {
	Value ReferralStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ReferralStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The referralstatus. See http://hl7.org/fhir/ValueSet/referralstatus.

func (*ReferralStatusCode) Descriptor deprecated

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

Deprecated: Use ReferralStatusCode.ProtoReflect.Descriptor instead.

func (*ReferralStatusCode) GetExtension

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

func (*ReferralStatusCode) GetId

func (*ReferralStatusCode) GetValue

func (*ReferralStatusCode) ProtoMessage

func (*ReferralStatusCode) ProtoMessage()

func (*ReferralStatusCode) ProtoReflect

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

func (*ReferralStatusCode) Reset

func (x *ReferralStatusCode) Reset()

func (*ReferralStatusCode) String

func (x *ReferralStatusCode) String() string

type ReferralStatusCode_Value

type ReferralStatusCode_Value int32

Primitive value for code.

const (
	ReferralStatusCode_INVALID_UNINITIALIZED ReferralStatusCode_Value = 0
	ReferralStatusCode_DRAFT                 ReferralStatusCode_Value = 1
	ReferralStatusCode_REQUESTED             ReferralStatusCode_Value = 2
	ReferralStatusCode_ACTIVE                ReferralStatusCode_Value = 3
	ReferralStatusCode_CANCELLED             ReferralStatusCode_Value = 4
	ReferralStatusCode_ACCEPTED              ReferralStatusCode_Value = 5
	ReferralStatusCode_REJECTED              ReferralStatusCode_Value = 6
	ReferralStatusCode_COMPLETED             ReferralStatusCode_Value = 7
)

func (ReferralStatusCode_Value) Descriptor

func (ReferralStatusCode_Value) Enum

func (ReferralStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ReferralStatusCode_Value.Descriptor instead.

func (ReferralStatusCode_Value) Number

func (ReferralStatusCode_Value) String

func (x ReferralStatusCode_Value) String() string

func (ReferralStatusCode_Value) Type

type RemittanceOutcomeCode

type RemittanceOutcomeCode struct {
	Value RemittanceOutcomeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.RemittanceOutcomeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The remittance outcome. See http://hl7.org/fhir/ValueSet/remittance-outcome.

func (*RemittanceOutcomeCode) Descriptor deprecated

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

Deprecated: Use RemittanceOutcomeCode.ProtoReflect.Descriptor instead.

func (*RemittanceOutcomeCode) GetExtension

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

func (*RemittanceOutcomeCode) GetId

func (*RemittanceOutcomeCode) GetValue

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

Primitive value for code.

const (
	RemittanceOutcomeCode_INVALID_UNINITIALIZED RemittanceOutcomeCode_Value = 0
	RemittanceOutcomeCode_COMPLETE              RemittanceOutcomeCode_Value = 1
	RemittanceOutcomeCode_ERROR                 RemittanceOutcomeCode_Value = 2
)

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 ResourceTypeCode

type ResourceTypeCode struct {
	Value ResourceTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ResourceTypeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The resource types. See http://hl7.org/fhir/ValueSet/resource-types.

func (*ResourceTypeCode) Descriptor deprecated

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

Deprecated: Use ResourceTypeCode.ProtoReflect.Descriptor instead.

func (*ResourceTypeCode) GetExtension

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

func (*ResourceTypeCode) GetId

func (*ResourceTypeCode) GetValue

func (*ResourceTypeCode) ProtoMessage

func (*ResourceTypeCode) ProtoMessage()

func (*ResourceTypeCode) ProtoReflect

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

func (*ResourceTypeCode) Reset

func (x *ResourceTypeCode) Reset()

func (*ResourceTypeCode) String

func (x *ResourceTypeCode) String() string

type ResourceTypeCode_Value

type ResourceTypeCode_Value int32

Primitive value for code.

const (
	ResourceTypeCode_INVALID_UNINITIALIZED       ResourceTypeCode_Value = 0
	ResourceTypeCode_ACCOUNT                     ResourceTypeCode_Value = 1
	ResourceTypeCode_ALLERGY_INTOLERANCE         ResourceTypeCode_Value = 2
	ResourceTypeCode_APPOINTMENT                 ResourceTypeCode_Value = 3
	ResourceTypeCode_APPOINTMENT_RESPONSE        ResourceTypeCode_Value = 4
	ResourceTypeCode_AUDIT_EVENT                 ResourceTypeCode_Value = 5
	ResourceTypeCode_BASIC                       ResourceTypeCode_Value = 6
	ResourceTypeCode_BINARY                      ResourceTypeCode_Value = 7
	ResourceTypeCode_BODY_SITE                   ResourceTypeCode_Value = 8
	ResourceTypeCode_BUNDLE                      ResourceTypeCode_Value = 9
	ResourceTypeCode_CARE_PLAN                   ResourceTypeCode_Value = 10
	ResourceTypeCode_CLAIM                       ResourceTypeCode_Value = 11
	ResourceTypeCode_CLAIM_RESPONSE              ResourceTypeCode_Value = 12
	ResourceTypeCode_CLINICAL_IMPRESSION         ResourceTypeCode_Value = 13
	ResourceTypeCode_COMMUNICATION               ResourceTypeCode_Value = 14
	ResourceTypeCode_COMMUNICATION_REQUEST       ResourceTypeCode_Value = 15
	ResourceTypeCode_COMPOSITION                 ResourceTypeCode_Value = 16
	ResourceTypeCode_CONCEPT_MAP                 ResourceTypeCode_Value = 17
	ResourceTypeCode_CONDITION                   ResourceTypeCode_Value = 18
	ResourceTypeCode_CONFORMANCE                 ResourceTypeCode_Value = 19
	ResourceTypeCode_CONTRACT                    ResourceTypeCode_Value = 20
	ResourceTypeCode_COVERAGE                    ResourceTypeCode_Value = 21
	ResourceTypeCode_DATA_ELEMENT                ResourceTypeCode_Value = 22
	ResourceTypeCode_DETECTED_ISSUE              ResourceTypeCode_Value = 23
	ResourceTypeCode_DEVICE                      ResourceTypeCode_Value = 24
	ResourceTypeCode_DEVICE_COMPONENT            ResourceTypeCode_Value = 25
	ResourceTypeCode_DEVICE_METRIC               ResourceTypeCode_Value = 26
	ResourceTypeCode_DEVICE_USE_REQUEST          ResourceTypeCode_Value = 27
	ResourceTypeCode_DEVICE_USE_STATEMENT        ResourceTypeCode_Value = 28
	ResourceTypeCode_DIAGNOSTIC_ORDER            ResourceTypeCode_Value = 29
	ResourceTypeCode_DIAGNOSTIC_REPORT           ResourceTypeCode_Value = 30
	ResourceTypeCode_DOCUMENT_MANIFEST           ResourceTypeCode_Value = 31
	ResourceTypeCode_DOCUMENT_REFERENCE          ResourceTypeCode_Value = 32
	ResourceTypeCode_DOMAIN_RESOURCE             ResourceTypeCode_Value = 33
	ResourceTypeCode_ELIGIBILITY_REQUEST         ResourceTypeCode_Value = 34
	ResourceTypeCode_ELIGIBILITY_RESPONSE        ResourceTypeCode_Value = 35
	ResourceTypeCode_ENCOUNTER                   ResourceTypeCode_Value = 36
	ResourceTypeCode_ENROLLMENT_REQUEST          ResourceTypeCode_Value = 37
	ResourceTypeCode_ENROLLMENT_RESPONSE         ResourceTypeCode_Value = 38
	ResourceTypeCode_EPISODE_OF_CARE             ResourceTypeCode_Value = 39
	ResourceTypeCode_EXPLANATION_OF_BENEFIT      ResourceTypeCode_Value = 40
	ResourceTypeCode_FAMILY_MEMBER_HISTORY       ResourceTypeCode_Value = 41
	ResourceTypeCode_FLAG                        ResourceTypeCode_Value = 42
	ResourceTypeCode_GOAL                        ResourceTypeCode_Value = 43
	ResourceTypeCode_GROUP                       ResourceTypeCode_Value = 44
	ResourceTypeCode_HEALTHCARE_SERVICE          ResourceTypeCode_Value = 45
	ResourceTypeCode_IMAGING_OBJECT_SELECTION    ResourceTypeCode_Value = 46
	ResourceTypeCode_IMAGINGSTUDY                ResourceTypeCode_Value = 47
	ResourceTypeCode_IMMUNIZATION                ResourceTypeCode_Value = 48
	ResourceTypeCode_IMMUNIZATION_RECOMMENDATION ResourceTypeCode_Value = 49
	ResourceTypeCode_IMPLEMENTATION_GUIDE        ResourceTypeCode_Value = 50
	ResourceTypeCode_LIST                        ResourceTypeCode_Value = 51
	ResourceTypeCode_LOCATION                    ResourceTypeCode_Value = 52
	ResourceTypeCode_MEDIA                       ResourceTypeCode_Value = 53
	ResourceTypeCode_MEDICATION                  ResourceTypeCode_Value = 54
	ResourceTypeCode_MEDICATION_ADMINISTRATION   ResourceTypeCode_Value = 55
	ResourceTypeCode_MEDICATION_DISPENSE         ResourceTypeCode_Value = 56
	ResourceTypeCode_MEDICATION_ORDER            ResourceTypeCode_Value = 57
	ResourceTypeCode_MEDICATION_STATEMENT        ResourceTypeCode_Value = 58
	ResourceTypeCode_MESSAGE_HEADER              ResourceTypeCode_Value = 59
	ResourceTypeCode_NAMING_SYSTEM               ResourceTypeCode_Value = 60
	ResourceTypeCode_NUTRITION_ORDER             ResourceTypeCode_Value = 61
	ResourceTypeCode_OBSERVATION                 ResourceTypeCode_Value = 62
	ResourceTypeCode_OPERATION_DEFINITION        ResourceTypeCode_Value = 63
	ResourceTypeCode_OPERATION_OUTCOME           ResourceTypeCode_Value = 64
	ResourceTypeCode_ORDER                       ResourceTypeCode_Value = 65
	ResourceTypeCode_ORDER_RESPONSE              ResourceTypeCode_Value = 66
	ResourceTypeCode_ORGANIZATION                ResourceTypeCode_Value = 67
	ResourceTypeCode_PARAMETERS                  ResourceTypeCode_Value = 68
	ResourceTypeCode_PATIENT                     ResourceTypeCode_Value = 69
	ResourceTypeCode_PAYMENT_NOTICE              ResourceTypeCode_Value = 70
	ResourceTypeCode_PAYMENT_RECONCILIATION      ResourceTypeCode_Value = 71
	ResourceTypeCode_PERSON                      ResourceTypeCode_Value = 72
	ResourceTypeCode_PRACTITIONER                ResourceTypeCode_Value = 73
	ResourceTypeCode_PROCEDURE                   ResourceTypeCode_Value = 74
	ResourceTypeCode_PROCEDURE_REQUEST           ResourceTypeCode_Value = 75
	ResourceTypeCode_PROCESS_REQUEST             ResourceTypeCode_Value = 76
	ResourceTypeCode_PROCESS_RESPONSE            ResourceTypeCode_Value = 77
	ResourceTypeCode_PROVENANCE                  ResourceTypeCode_Value = 78
	ResourceTypeCode_QUESTIONNAIRE               ResourceTypeCode_Value = 79
	ResourceTypeCode_QUESTIONNAIRE_RESPONSE      ResourceTypeCode_Value = 80
	ResourceTypeCode_REFERRAL_REQUEST            ResourceTypeCode_Value = 81
	ResourceTypeCode_RELATED_PERSON              ResourceTypeCode_Value = 82
	ResourceTypeCode_RESOURCE                    ResourceTypeCode_Value = 83
	ResourceTypeCode_RISK_ASSESSMENT             ResourceTypeCode_Value = 84
	ResourceTypeCode_SCHEDULE                    ResourceTypeCode_Value = 85
	ResourceTypeCode_SEARCH_PARAMETER            ResourceTypeCode_Value = 86
	ResourceTypeCode_SLOT                        ResourceTypeCode_Value = 87
	ResourceTypeCode_SPECIMEN                    ResourceTypeCode_Value = 88
	ResourceTypeCode_STRUCTURE_DEFINITION        ResourceTypeCode_Value = 89
	ResourceTypeCode_SUBSCRIPTION                ResourceTypeCode_Value = 90
	ResourceTypeCode_SUBSTANCE                   ResourceTypeCode_Value = 91
	ResourceTypeCode_SUPPLY_DELIVERY             ResourceTypeCode_Value = 92
	ResourceTypeCode_SUPPLY_REQUEST              ResourceTypeCode_Value = 93
	ResourceTypeCode_TEST_SCRIPT                 ResourceTypeCode_Value = 94
	ResourceTypeCode_VALUE_SET                   ResourceTypeCode_Value = 95
	ResourceTypeCode_VISION_PRESCRIPTION         ResourceTypeCode_Value = 96
)

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 {
	Value ResourceVersionPolicyCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ResourceVersionPolicyCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The versioning policy. See http://hl7.org/fhir/ValueSet/versioning-policy.

func (*ResourceVersionPolicyCode) Descriptor deprecated

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

Deprecated: Use ResourceVersionPolicyCode.ProtoReflect.Descriptor instead.

func (*ResourceVersionPolicyCode) GetExtension

func (*ResourceVersionPolicyCode) GetId

func (*ResourceVersionPolicyCode) GetValue

func (*ResourceVersionPolicyCode) ProtoMessage

func (*ResourceVersionPolicyCode) ProtoMessage()

func (*ResourceVersionPolicyCode) ProtoReflect

func (*ResourceVersionPolicyCode) Reset

func (x *ResourceVersionPolicyCode) Reset()

func (*ResourceVersionPolicyCode) String

func (x *ResourceVersionPolicyCode) String() string

type ResourceVersionPolicyCode_Value

type ResourceVersionPolicyCode_Value int32

Primitive value for code.

const (
	ResourceVersionPolicyCode_INVALID_UNINITIALIZED ResourceVersionPolicyCode_Value = 0
	ResourceVersionPolicyCode_NO_VERSION            ResourceVersionPolicyCode_Value = 1
	ResourceVersionPolicyCode_VERSIONED             ResourceVersionPolicyCode_Value = 2
	ResourceVersionPolicyCode_VERSIONED_UPDATE      ResourceVersionPolicyCode_Value = 3
)

func (ResourceVersionPolicyCode_Value) Descriptor

func (ResourceVersionPolicyCode_Value) Enum

func (ResourceVersionPolicyCode_Value) EnumDescriptor deprecated

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

Deprecated: Use ResourceVersionPolicyCode_Value.Descriptor instead.

func (ResourceVersionPolicyCode_Value) Number

func (ResourceVersionPolicyCode_Value) String

func (ResourceVersionPolicyCode_Value) Type

type ResponseTypeCode

type ResponseTypeCode struct {
	Value ResponseTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.ResponseTypeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The response code. See http://hl7.org/fhir/ValueSet/response-code.

func (*ResponseTypeCode) Descriptor deprecated

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

Deprecated: Use ResponseTypeCode.ProtoReflect.Descriptor instead.

func (*ResponseTypeCode) GetExtension

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

func (*ResponseTypeCode) GetId

func (*ResponseTypeCode) GetValue

func (*ResponseTypeCode) ProtoMessage

func (*ResponseTypeCode) ProtoMessage()

func (*ResponseTypeCode) ProtoReflect

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

func (*ResponseTypeCode) Reset

func (x *ResponseTypeCode) Reset()

func (*ResponseTypeCode) String

func (x *ResponseTypeCode) String() string

type ResponseTypeCode_Value

type ResponseTypeCode_Value int32

Primitive value for code.

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 RestfulConformanceModeCode

type RestfulConformanceModeCode struct {
	Value RestfulConformanceModeCode_Value `` /* 126-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The restful conformance mode. See http://hl7.org/fhir/ValueSet/restful-conformance-mode.

func (*RestfulConformanceModeCode) Descriptor deprecated

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

Deprecated: Use RestfulConformanceModeCode.ProtoReflect.Descriptor instead.

func (*RestfulConformanceModeCode) GetExtension

func (*RestfulConformanceModeCode) GetId

func (*RestfulConformanceModeCode) GetValue

func (*RestfulConformanceModeCode) ProtoMessage

func (*RestfulConformanceModeCode) ProtoMessage()

func (*RestfulConformanceModeCode) ProtoReflect

func (*RestfulConformanceModeCode) Reset

func (x *RestfulConformanceModeCode) Reset()

func (*RestfulConformanceModeCode) String

func (x *RestfulConformanceModeCode) String() string

type RestfulConformanceModeCode_Value

type RestfulConformanceModeCode_Value int32

Primitive value for code.

const (
	RestfulConformanceModeCode_INVALID_UNINITIALIZED RestfulConformanceModeCode_Value = 0
	RestfulConformanceModeCode_CLIENT                RestfulConformanceModeCode_Value = 1
	RestfulConformanceModeCode_SERVER                RestfulConformanceModeCode_Value = 2
)

func (RestfulConformanceModeCode_Value) Descriptor

func (RestfulConformanceModeCode_Value) Enum

func (RestfulConformanceModeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use RestfulConformanceModeCode_Value.Descriptor instead.

func (RestfulConformanceModeCode_Value) Number

func (RestfulConformanceModeCode_Value) String

func (RestfulConformanceModeCode_Value) Type

type SearchEntryModeCode

type SearchEntryModeCode struct {
	Value SearchEntryModeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.SearchEntryModeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The search entry mode. See http://hl7.org/fhir/ValueSet/search-entry-mode.

func (*SearchEntryModeCode) Descriptor deprecated

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

Deprecated: Use SearchEntryModeCode.ProtoReflect.Descriptor instead.

func (*SearchEntryModeCode) GetExtension

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

func (*SearchEntryModeCode) GetId

func (*SearchEntryModeCode) GetValue

func (*SearchEntryModeCode) ProtoMessage

func (*SearchEntryModeCode) ProtoMessage()

func (*SearchEntryModeCode) ProtoReflect

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

func (*SearchEntryModeCode) Reset

func (x *SearchEntryModeCode) Reset()

func (*SearchEntryModeCode) String

func (x *SearchEntryModeCode) String() string

type SearchEntryModeCode_Value

type SearchEntryModeCode_Value int32

Primitive value for code.

const (
	SearchEntryModeCode_INVALID_UNINITIALIZED SearchEntryModeCode_Value = 0
	SearchEntryModeCode_MATCH                 SearchEntryModeCode_Value = 1
	SearchEntryModeCode_INCLUDE               SearchEntryModeCode_Value = 2
	SearchEntryModeCode_OUTCOME               SearchEntryModeCode_Value = 3
)

func (SearchEntryModeCode_Value) Descriptor

func (SearchEntryModeCode_Value) Enum

func (SearchEntryModeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use SearchEntryModeCode_Value.Descriptor instead.

func (SearchEntryModeCode_Value) Number

func (SearchEntryModeCode_Value) String

func (x SearchEntryModeCode_Value) String() string

func (SearchEntryModeCode_Value) Type

type SearchModifierCodeCode

type SearchModifierCodeCode struct {
	Value SearchModifierCodeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.SearchModifierCodeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The search modifier code. See http://hl7.org/fhir/ValueSet/search-modifier-code.

func (*SearchModifierCodeCode) Descriptor deprecated

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

Deprecated: Use SearchModifierCodeCode.ProtoReflect.Descriptor instead.

func (*SearchModifierCodeCode) GetExtension

func (*SearchModifierCodeCode) GetId

func (*SearchModifierCodeCode) GetValue

func (*SearchModifierCodeCode) ProtoMessage

func (*SearchModifierCodeCode) ProtoMessage()

func (*SearchModifierCodeCode) ProtoReflect

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

func (*SearchModifierCodeCode) Reset

func (x *SearchModifierCodeCode) Reset()

func (*SearchModifierCodeCode) String

func (x *SearchModifierCodeCode) String() string

type SearchModifierCodeCode_Value

type SearchModifierCodeCode_Value int32

Primitive value for code.

const (
	SearchModifierCodeCode_INVALID_UNINITIALIZED SearchModifierCodeCode_Value = 0
	SearchModifierCodeCode_MISSING               SearchModifierCodeCode_Value = 1
	SearchModifierCodeCode_EXACT                 SearchModifierCodeCode_Value = 2
	SearchModifierCodeCode_CONTAINS              SearchModifierCodeCode_Value = 3
	SearchModifierCodeCode_NOT                   SearchModifierCodeCode_Value = 4
	SearchModifierCodeCode_TEXT                  SearchModifierCodeCode_Value = 5
	SearchModifierCodeCode_IN                    SearchModifierCodeCode_Value = 6
	SearchModifierCodeCode_NOT_IN                SearchModifierCodeCode_Value = 7
	SearchModifierCodeCode_BELOW                 SearchModifierCodeCode_Value = 8
	SearchModifierCodeCode_ABOVE                 SearchModifierCodeCode_Value = 9
	SearchModifierCodeCode_TYPE                  SearchModifierCodeCode_Value = 10
)

func (SearchModifierCodeCode_Value) Descriptor

func (SearchModifierCodeCode_Value) Enum

func (SearchModifierCodeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use SearchModifierCodeCode_Value.Descriptor instead.

func (SearchModifierCodeCode_Value) Number

func (SearchModifierCodeCode_Value) String

func (SearchModifierCodeCode_Value) Type

type SearchParamTypeCode

type SearchParamTypeCode struct {
	Value SearchParamTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.SearchParamTypeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The search param type. See http://hl7.org/fhir/ValueSet/search-param-type.

func (*SearchParamTypeCode) Descriptor deprecated

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

Deprecated: Use SearchParamTypeCode.ProtoReflect.Descriptor instead.

func (*SearchParamTypeCode) GetExtension

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

func (*SearchParamTypeCode) GetId

func (*SearchParamTypeCode) GetValue

func (*SearchParamTypeCode) ProtoMessage

func (*SearchParamTypeCode) ProtoMessage()

func (*SearchParamTypeCode) ProtoReflect

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

func (*SearchParamTypeCode) Reset

func (x *SearchParamTypeCode) Reset()

func (*SearchParamTypeCode) String

func (x *SearchParamTypeCode) String() string

type SearchParamTypeCode_Value

type SearchParamTypeCode_Value int32

Primitive value for code.

const (
	SearchParamTypeCode_INVALID_UNINITIALIZED SearchParamTypeCode_Value = 0
	SearchParamTypeCode_NUMBER                SearchParamTypeCode_Value = 1
	SearchParamTypeCode_DATE                  SearchParamTypeCode_Value = 2
	SearchParamTypeCode_STRING                SearchParamTypeCode_Value = 3
	SearchParamTypeCode_TOKEN                 SearchParamTypeCode_Value = 4
	SearchParamTypeCode_REFERENCE             SearchParamTypeCode_Value = 5
	SearchParamTypeCode_COMPOSITE             SearchParamTypeCode_Value = 6
	SearchParamTypeCode_QUANTITY              SearchParamTypeCode_Value = 7
	SearchParamTypeCode_URI                   SearchParamTypeCode_Value = 8
)

func (SearchParamTypeCode_Value) Descriptor

func (SearchParamTypeCode_Value) Enum

func (SearchParamTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use SearchParamTypeCode_Value.Descriptor instead.

func (SearchParamTypeCode_Value) Number

func (SearchParamTypeCode_Value) String

func (x SearchParamTypeCode_Value) String() string

func (SearchParamTypeCode_Value) Type

type SlicingRulesCode

type SlicingRulesCode struct {
	Value SlicingRulesCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.SlicingRulesCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The resource slicing rules. See http://hl7.org/fhir/ValueSet/resource-slicing-rules.

func (*SlicingRulesCode) Descriptor deprecated

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

Deprecated: Use SlicingRulesCode.ProtoReflect.Descriptor instead.

func (*SlicingRulesCode) GetExtension

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

func (*SlicingRulesCode) GetId

func (*SlicingRulesCode) GetValue

func (*SlicingRulesCode) ProtoMessage

func (*SlicingRulesCode) ProtoMessage()

func (*SlicingRulesCode) ProtoReflect

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

func (*SlicingRulesCode) Reset

func (x *SlicingRulesCode) Reset()

func (*SlicingRulesCode) String

func (x *SlicingRulesCode) String() string

type SlicingRulesCode_Value

type SlicingRulesCode_Value int32

Primitive value for code.

const (
	SlicingRulesCode_INVALID_UNINITIALIZED SlicingRulesCode_Value = 0
	SlicingRulesCode_CLOSED                SlicingRulesCode_Value = 1
	SlicingRulesCode_OPEN                  SlicingRulesCode_Value = 2
	SlicingRulesCode_OPENATEND             SlicingRulesCode_Value = 3
)

func (SlicingRulesCode_Value) Descriptor

func (SlicingRulesCode_Value) Enum

func (SlicingRulesCode_Value) EnumDescriptor deprecated

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

Deprecated: Use SlicingRulesCode_Value.Descriptor instead.

func (SlicingRulesCode_Value) Number

func (SlicingRulesCode_Value) String

func (x SlicingRulesCode_Value) String() string

func (SlicingRulesCode_Value) Type

type SlotStatusCode

type SlotStatusCode struct {
	Value SlotStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.SlotStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The slotstatus. See http://hl7.org/fhir/ValueSet/slotstatus.

func (*SlotStatusCode) Descriptor deprecated

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

Deprecated: Use SlotStatusCode.ProtoReflect.Descriptor instead.

func (*SlotStatusCode) GetExtension

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

func (*SlotStatusCode) GetId

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

func (*SlotStatusCode) GetValue

func (x *SlotStatusCode) GetValue() SlotStatusCode_Value

func (*SlotStatusCode) ProtoMessage

func (*SlotStatusCode) ProtoMessage()

func (*SlotStatusCode) ProtoReflect

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

func (*SlotStatusCode) Reset

func (x *SlotStatusCode) Reset()

func (*SlotStatusCode) String

func (x *SlotStatusCode) String() string

type SlotStatusCode_Value

type SlotStatusCode_Value int32

Primitive value for code.

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
)

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 SpecimenStatusCode

type SpecimenStatusCode struct {
	Value SpecimenStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.SpecimenStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The specimen status. See http://hl7.org/fhir/ValueSet/specimen-status.

func (*SpecimenStatusCode) Descriptor deprecated

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

Deprecated: Use SpecimenStatusCode.ProtoReflect.Descriptor instead.

func (*SpecimenStatusCode) GetExtension

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

func (*SpecimenStatusCode) GetId

func (*SpecimenStatusCode) GetValue

func (*SpecimenStatusCode) ProtoMessage

func (*SpecimenStatusCode) ProtoMessage()

func (*SpecimenStatusCode) ProtoReflect

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

func (*SpecimenStatusCode) Reset

func (x *SpecimenStatusCode) Reset()

func (*SpecimenStatusCode) String

func (x *SpecimenStatusCode) String() string

type SpecimenStatusCode_Value

type SpecimenStatusCode_Value int32

Primitive value for code.

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 StructureDefinitionKindCode

type StructureDefinitionKindCode struct {
	Value StructureDefinitionKindCode_Value `` /* 127-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The structure definition kind. See http://hl7.org/fhir/ValueSet/structure-definition-kind.

func (*StructureDefinitionKindCode) Descriptor deprecated

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

Deprecated: Use StructureDefinitionKindCode.ProtoReflect.Descriptor instead.

func (*StructureDefinitionKindCode) GetExtension

func (*StructureDefinitionKindCode) GetId

func (*StructureDefinitionKindCode) GetValue

func (*StructureDefinitionKindCode) ProtoMessage

func (*StructureDefinitionKindCode) ProtoMessage()

func (*StructureDefinitionKindCode) ProtoReflect

func (*StructureDefinitionKindCode) Reset

func (x *StructureDefinitionKindCode) Reset()

func (*StructureDefinitionKindCode) String

func (x *StructureDefinitionKindCode) String() string

type StructureDefinitionKindCode_Value

type StructureDefinitionKindCode_Value int32

Primitive value for code.

const (
	StructureDefinitionKindCode_INVALID_UNINITIALIZED StructureDefinitionKindCode_Value = 0
	StructureDefinitionKindCode_DATATYPE              StructureDefinitionKindCode_Value = 1
	StructureDefinitionKindCode_RESOURCE              StructureDefinitionKindCode_Value = 2
	StructureDefinitionKindCode_LOGICAL               StructureDefinitionKindCode_Value = 3
)

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 SubscriptionChannelTypeCode

type SubscriptionChannelTypeCode struct {
	Value SubscriptionChannelTypeCode_Value `` /* 127-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The subscription channel type. See http://hl7.org/fhir/ValueSet/subscription-channel-type.

func (*SubscriptionChannelTypeCode) Descriptor deprecated

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

Deprecated: Use SubscriptionChannelTypeCode.ProtoReflect.Descriptor instead.

func (*SubscriptionChannelTypeCode) GetExtension

func (*SubscriptionChannelTypeCode) GetId

func (*SubscriptionChannelTypeCode) GetValue

func (*SubscriptionChannelTypeCode) ProtoMessage

func (*SubscriptionChannelTypeCode) ProtoMessage()

func (*SubscriptionChannelTypeCode) ProtoReflect

func (*SubscriptionChannelTypeCode) Reset

func (x *SubscriptionChannelTypeCode) Reset()

func (*SubscriptionChannelTypeCode) String

func (x *SubscriptionChannelTypeCode) String() string

type SubscriptionChannelTypeCode_Value

type SubscriptionChannelTypeCode_Value int32

Primitive value for code.

const (
	SubscriptionChannelTypeCode_INVALID_UNINITIALIZED SubscriptionChannelTypeCode_Value = 0
	SubscriptionChannelTypeCode_REST_HOOK             SubscriptionChannelTypeCode_Value = 1
	SubscriptionChannelTypeCode_WEBSOCKET             SubscriptionChannelTypeCode_Value = 2
	SubscriptionChannelTypeCode_EMAIL                 SubscriptionChannelTypeCode_Value = 3
	SubscriptionChannelTypeCode_SMS                   SubscriptionChannelTypeCode_Value = 4
	SubscriptionChannelTypeCode_MESSAGE               SubscriptionChannelTypeCode_Value = 5
)

func (SubscriptionChannelTypeCode_Value) Descriptor

func (SubscriptionChannelTypeCode_Value) Enum

func (SubscriptionChannelTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use SubscriptionChannelTypeCode_Value.Descriptor instead.

func (SubscriptionChannelTypeCode_Value) Number

func (SubscriptionChannelTypeCode_Value) String

func (SubscriptionChannelTypeCode_Value) Type

type SubscriptionStatusCode

type SubscriptionStatusCode struct {
	Value SubscriptionStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.SubscriptionStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The subscription status. See http://hl7.org/fhir/ValueSet/subscription-status.

func (*SubscriptionStatusCode) Descriptor deprecated

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

Deprecated: Use SubscriptionStatusCode.ProtoReflect.Descriptor instead.

func (*SubscriptionStatusCode) GetExtension

func (*SubscriptionStatusCode) GetId

func (*SubscriptionStatusCode) GetValue

func (*SubscriptionStatusCode) ProtoMessage

func (*SubscriptionStatusCode) ProtoMessage()

func (*SubscriptionStatusCode) ProtoReflect

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

func (*SubscriptionStatusCode) Reset

func (x *SubscriptionStatusCode) Reset()

func (*SubscriptionStatusCode) String

func (x *SubscriptionStatusCode) String() string

type SubscriptionStatusCode_Value

type SubscriptionStatusCode_Value int32

Primitive value for code.

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 SupplyDeliveryCode

type SupplyDeliveryCode struct {
	Value SupplyDeliveryCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.SupplyDeliveryCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

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

func (*SupplyDeliveryCode) Descriptor deprecated

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

Deprecated: Use SupplyDeliveryCode.ProtoReflect.Descriptor instead.

func (*SupplyDeliveryCode) GetExtension

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

func (*SupplyDeliveryCode) GetId

func (*SupplyDeliveryCode) GetValue

func (*SupplyDeliveryCode) ProtoMessage

func (*SupplyDeliveryCode) ProtoMessage()

func (*SupplyDeliveryCode) ProtoReflect

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

func (*SupplyDeliveryCode) Reset

func (x *SupplyDeliveryCode) Reset()

func (*SupplyDeliveryCode) String

func (x *SupplyDeliveryCode) String() string

type SupplyDeliveryCode_Value

type SupplyDeliveryCode_Value int32

Primitive value for code.

const (
	SupplyDeliveryCode_INVALID_UNINITIALIZED SupplyDeliveryCode_Value = 0
	SupplyDeliveryCode_MEDICATION            SupplyDeliveryCode_Value = 1
	SupplyDeliveryCode_DEVICE                SupplyDeliveryCode_Value = 2
)

func (SupplyDeliveryCode_Value) Descriptor

func (SupplyDeliveryCode_Value) Enum

func (SupplyDeliveryCode_Value) EnumDescriptor deprecated

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

Deprecated: Use SupplyDeliveryCode_Value.Descriptor instead.

func (SupplyDeliveryCode_Value) Number

func (SupplyDeliveryCode_Value) String

func (x SupplyDeliveryCode_Value) String() string

func (SupplyDeliveryCode_Value) Type

type SupplyDeliveryStatusCode

type SupplyDeliveryStatusCode struct {
	Value SupplyDeliveryStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.SupplyDeliveryStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The supplydelivery status. See http://hl7.org/fhir/ValueSet/supplydelivery-status.

func (*SupplyDeliveryStatusCode) Descriptor deprecated

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

Deprecated: Use SupplyDeliveryStatusCode.ProtoReflect.Descriptor instead.

func (*SupplyDeliveryStatusCode) GetExtension

func (*SupplyDeliveryStatusCode) GetId

func (*SupplyDeliveryStatusCode) GetValue

func (*SupplyDeliveryStatusCode) ProtoMessage

func (*SupplyDeliveryStatusCode) ProtoMessage()

func (*SupplyDeliveryStatusCode) ProtoReflect

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

func (*SupplyDeliveryStatusCode) Reset

func (x *SupplyDeliveryStatusCode) Reset()

func (*SupplyDeliveryStatusCode) String

func (x *SupplyDeliveryStatusCode) String() string

type SupplyDeliveryStatusCode_Value

type SupplyDeliveryStatusCode_Value int32

Primitive value for code.

const (
	SupplyDeliveryStatusCode_INVALID_UNINITIALIZED SupplyDeliveryStatusCode_Value = 0
	SupplyDeliveryStatusCode_IN_PROGRESS           SupplyDeliveryStatusCode_Value = 1
	SupplyDeliveryStatusCode_COMPLETED             SupplyDeliveryStatusCode_Value = 2
	SupplyDeliveryStatusCode_ABANDONED             SupplyDeliveryStatusCode_Value = 3
)

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 SupplyRequestStatusCode

type SupplyRequestStatusCode struct {
	Value SupplyRequestStatusCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.SupplyRequestStatusCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The supplyrequest status. See http://hl7.org/fhir/ValueSet/supplyrequest-status.

func (*SupplyRequestStatusCode) Descriptor deprecated

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

Deprecated: Use SupplyRequestStatusCode.ProtoReflect.Descriptor instead.

func (*SupplyRequestStatusCode) GetExtension

func (*SupplyRequestStatusCode) GetId

func (*SupplyRequestStatusCode) GetValue

func (*SupplyRequestStatusCode) ProtoMessage

func (*SupplyRequestStatusCode) ProtoMessage()

func (*SupplyRequestStatusCode) ProtoReflect

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

func (*SupplyRequestStatusCode) Reset

func (x *SupplyRequestStatusCode) Reset()

func (*SupplyRequestStatusCode) String

func (x *SupplyRequestStatusCode) String() string

type SupplyRequestStatusCode_Value

type SupplyRequestStatusCode_Value int32

Primitive value for code.

const (
	SupplyRequestStatusCode_INVALID_UNINITIALIZED SupplyRequestStatusCode_Value = 0
	SupplyRequestStatusCode_REQUESTED             SupplyRequestStatusCode_Value = 1
	SupplyRequestStatusCode_COMPLETED             SupplyRequestStatusCode_Value = 2
	SupplyRequestStatusCode_FAILED                SupplyRequestStatusCode_Value = 3
	SupplyRequestStatusCode_CANCELLED             SupplyRequestStatusCode_Value = 4
)

func (SupplyRequestStatusCode_Value) Descriptor

func (SupplyRequestStatusCode_Value) Enum

func (SupplyRequestStatusCode_Value) EnumDescriptor deprecated

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

Deprecated: Use SupplyRequestStatusCode_Value.Descriptor instead.

func (SupplyRequestStatusCode_Value) Number

func (SupplyRequestStatusCode_Value) String

func (SupplyRequestStatusCode_Value) Type

type SupplyTypeCode

type SupplyTypeCode struct {
	Value SupplyTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.SupplyTypeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The supplyrequest kind. See http://hl7.org/fhir/ValueSet/supplyrequest-kind.

func (*SupplyTypeCode) Descriptor deprecated

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

Deprecated: Use SupplyTypeCode.ProtoReflect.Descriptor instead.

func (*SupplyTypeCode) GetExtension

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

func (*SupplyTypeCode) GetId

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

func (*SupplyTypeCode) GetValue

func (x *SupplyTypeCode) GetValue() SupplyTypeCode_Value

func (*SupplyTypeCode) ProtoMessage

func (*SupplyTypeCode) ProtoMessage()

func (*SupplyTypeCode) ProtoReflect

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

func (*SupplyTypeCode) Reset

func (x *SupplyTypeCode) Reset()

func (*SupplyTypeCode) String

func (x *SupplyTypeCode) String() string

type SupplyTypeCode_Value

type SupplyTypeCode_Value int32

Primitive value for code.

const (
	SupplyTypeCode_INVALID_UNINITIALIZED SupplyTypeCode_Value = 0
	SupplyTypeCode_CENTRAL               SupplyTypeCode_Value = 1
	SupplyTypeCode_NONSTOCK              SupplyTypeCode_Value = 2
)

func (SupplyTypeCode_Value) Descriptor

func (SupplyTypeCode_Value) Enum

func (SupplyTypeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use SupplyTypeCode_Value.Descriptor instead.

func (SupplyTypeCode_Value) Number

func (SupplyTypeCode_Value) String

func (x SupplyTypeCode_Value) String() string

func (SupplyTypeCode_Value) Type

type SystemRestfulInteractionCode

type SystemRestfulInteractionCode struct {
	Value SystemRestfulInteractionCode_Value `` /* 128-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

Operations supported by REST at the system level. http://hl7.org/fhir/ValueSet/system-restful-interaction.

func (*SystemRestfulInteractionCode) Descriptor deprecated

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

Deprecated: Use SystemRestfulInteractionCode.ProtoReflect.Descriptor instead.

func (*SystemRestfulInteractionCode) GetExtension

func (*SystemRestfulInteractionCode) GetId

func (*SystemRestfulInteractionCode) GetValue

func (*SystemRestfulInteractionCode) ProtoMessage

func (*SystemRestfulInteractionCode) ProtoMessage()

func (*SystemRestfulInteractionCode) ProtoReflect

func (*SystemRestfulInteractionCode) Reset

func (x *SystemRestfulInteractionCode) Reset()

func (*SystemRestfulInteractionCode) String

type SystemRestfulInteractionCode_Value

type SystemRestfulInteractionCode_Value int32

Primitive value for code.

const (
	SystemRestfulInteractionCode_INVALID_UNINITIALIZED SystemRestfulInteractionCode_Value = 0
	SystemRestfulInteractionCode_TRANSACTION           SystemRestfulInteractionCode_Value = 1
	SystemRestfulInteractionCode_SEARCH_SYSTEM         SystemRestfulInteractionCode_Value = 2
	SystemRestfulInteractionCode_HISTORY_SYSTEM        SystemRestfulInteractionCode_Value = 3
)

func (SystemRestfulInteractionCode_Value) Descriptor

func (SystemRestfulInteractionCode_Value) Enum

func (SystemRestfulInteractionCode_Value) EnumDescriptor deprecated

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

Deprecated: Use SystemRestfulInteractionCode_Value.Descriptor instead.

func (SystemRestfulInteractionCode_Value) Number

func (SystemRestfulInteractionCode_Value) String

func (SystemRestfulInteractionCode_Value) Type

type TransactionModeCode

type TransactionModeCode struct {
	Value TransactionModeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.TransactionModeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The transaction mode. See http://hl7.org/fhir/ValueSet/transaction-mode.

func (*TransactionModeCode) Descriptor deprecated

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

Deprecated: Use TransactionModeCode.ProtoReflect.Descriptor instead.

func (*TransactionModeCode) GetExtension

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

func (*TransactionModeCode) GetId

func (*TransactionModeCode) GetValue

func (*TransactionModeCode) ProtoMessage

func (*TransactionModeCode) ProtoMessage()

func (*TransactionModeCode) ProtoReflect

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

func (*TransactionModeCode) Reset

func (x *TransactionModeCode) Reset()

func (*TransactionModeCode) String

func (x *TransactionModeCode) String() string

type TransactionModeCode_Value

type TransactionModeCode_Value int32

Primitive value for code.

const (
	TransactionModeCode_INVALID_UNINITIALIZED TransactionModeCode_Value = 0
	TransactionModeCode_NOT_SUPPORTED         TransactionModeCode_Value = 1
	TransactionModeCode_BATCH                 TransactionModeCode_Value = 2
	TransactionModeCode_TRANSACTION           TransactionModeCode_Value = 3
	TransactionModeCode_BOTH                  TransactionModeCode_Value = 4
)

func (TransactionModeCode_Value) Descriptor

func (TransactionModeCode_Value) Enum

func (TransactionModeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use TransactionModeCode_Value.Descriptor instead.

func (TransactionModeCode_Value) Number

func (TransactionModeCode_Value) String

func (x TransactionModeCode_Value) String() string

func (TransactionModeCode_Value) Type

type TypeRestfulInteractionCode

type TypeRestfulInteractionCode struct {
	Value TypeRestfulInteractionCode_Value `` /* 126-byte string literal not displayed */
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

Operations supported by REST at the type or instance level. See http://hl7.org/fhir/ValueSet/type-restful-interaction.

func (*TypeRestfulInteractionCode) Descriptor deprecated

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

Deprecated: Use TypeRestfulInteractionCode.ProtoReflect.Descriptor instead.

func (*TypeRestfulInteractionCode) GetExtension

func (*TypeRestfulInteractionCode) GetId

func (*TypeRestfulInteractionCode) GetValue

func (*TypeRestfulInteractionCode) ProtoMessage

func (*TypeRestfulInteractionCode) ProtoMessage()

func (*TypeRestfulInteractionCode) ProtoReflect

func (*TypeRestfulInteractionCode) Reset

func (x *TypeRestfulInteractionCode) Reset()

func (*TypeRestfulInteractionCode) String

func (x *TypeRestfulInteractionCode) String() string

type TypeRestfulInteractionCode_Value

type TypeRestfulInteractionCode_Value int32

Primitive value for code.

const (
	TypeRestfulInteractionCode_INVALID_UNINITIALIZED TypeRestfulInteractionCode_Value = 0
	TypeRestfulInteractionCode_READ                  TypeRestfulInteractionCode_Value = 1
	TypeRestfulInteractionCode_VREAD                 TypeRestfulInteractionCode_Value = 2
	TypeRestfulInteractionCode_UPDATE                TypeRestfulInteractionCode_Value = 3
	TypeRestfulInteractionCode_DELETE                TypeRestfulInteractionCode_Value = 4
	TypeRestfulInteractionCode_HISTORY_INSTANCE      TypeRestfulInteractionCode_Value = 5
	TypeRestfulInteractionCode_VALIDATE              TypeRestfulInteractionCode_Value = 6
	TypeRestfulInteractionCode_HISTORY_TYPE          TypeRestfulInteractionCode_Value = 7
	TypeRestfulInteractionCode_CREATE                TypeRestfulInteractionCode_Value = 8
	TypeRestfulInteractionCode_SEARCH_TYPE           TypeRestfulInteractionCode_Value = 9
)

func (TypeRestfulInteractionCode_Value) Descriptor

func (TypeRestfulInteractionCode_Value) Enum

func (TypeRestfulInteractionCode_Value) EnumDescriptor deprecated

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

Deprecated: Use TypeRestfulInteractionCode_Value.Descriptor instead.

func (TypeRestfulInteractionCode_Value) Number

func (TypeRestfulInteractionCode_Value) String

func (TypeRestfulInteractionCode_Value) Type

type UnknownContentCodeCode

type UnknownContentCodeCode struct {
	Value UnknownContentCodeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.UnknownContentCodeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The unknown content code. See http://hl7.org/fhir/ValueSet/unknown-content-code.

func (*UnknownContentCodeCode) Descriptor deprecated

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

Deprecated: Use UnknownContentCodeCode.ProtoReflect.Descriptor instead.

func (*UnknownContentCodeCode) GetExtension

func (*UnknownContentCodeCode) GetId

func (*UnknownContentCodeCode) GetValue

func (*UnknownContentCodeCode) ProtoMessage

func (*UnknownContentCodeCode) ProtoMessage()

func (*UnknownContentCodeCode) ProtoReflect

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

func (*UnknownContentCodeCode) Reset

func (x *UnknownContentCodeCode) Reset()

func (*UnknownContentCodeCode) String

func (x *UnknownContentCodeCode) String() string

type UnknownContentCodeCode_Value

type UnknownContentCodeCode_Value int32

Primitive value for code.

const (
	UnknownContentCodeCode_INVALID_UNINITIALIZED UnknownContentCodeCode_Value = 0
	UnknownContentCodeCode_NO                    UnknownContentCodeCode_Value = 1
	UnknownContentCodeCode_EXTENSIONS            UnknownContentCodeCode_Value = 2
	UnknownContentCodeCode_ELEMENTS              UnknownContentCodeCode_Value = 3
	UnknownContentCodeCode_BOTH                  UnknownContentCodeCode_Value = 4
)

func (UnknownContentCodeCode_Value) Descriptor

func (UnknownContentCodeCode_Value) Enum

func (UnknownContentCodeCode_Value) EnumDescriptor deprecated

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

Deprecated: Use UnknownContentCodeCode_Value.Descriptor instead.

func (UnknownContentCodeCode_Value) Number

func (UnknownContentCodeCode_Value) String

func (UnknownContentCodeCode_Value) Type

type UseCode

type UseCode struct {
	Value UseCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.UseCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The claim use link. See http://hl7.org/fhir/ValueSet/claim-use-link.

func (*UseCode) Descriptor deprecated

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

Deprecated: Use UseCode.ProtoReflect.Descriptor instead.

func (*UseCode) GetExtension

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

func (*UseCode) GetId

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

func (*UseCode) GetValue

func (x *UseCode) GetValue() UseCode_Value

func (*UseCode) ProtoMessage

func (*UseCode) ProtoMessage()

func (*UseCode) ProtoReflect

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

func (*UseCode) Reset

func (x *UseCode) Reset()

func (*UseCode) String

func (x *UseCode) String() string

type UseCode_Value

type UseCode_Value int32

Primitive value for code.

const (
	UseCode_INVALID_UNINITIALIZED UseCode_Value = 0
	UseCode_COMPLETE              UseCode_Value = 1
	UseCode_PROPOSED              UseCode_Value = 2
	UseCode_EXPLORATORY           UseCode_Value = 3
	UseCode_OTHER                 UseCode_Value = 4
)

func (UseCode_Value) Descriptor

func (UseCode_Value) Enum

func (x UseCode_Value) Enum() *UseCode_Value

func (UseCode_Value) EnumDescriptor deprecated

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

Deprecated: Use UseCode_Value.Descriptor instead.

func (UseCode_Value) Number

func (UseCode_Value) String

func (x UseCode_Value) String() string

func (UseCode_Value) Type

type VisionBaseCode

type VisionBaseCode struct {
	Value VisionBaseCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.VisionBaseCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The vision base codes. See http://hl7.org/fhir/ValueSet/vision-base-codes.

func (*VisionBaseCode) Descriptor deprecated

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

Deprecated: Use VisionBaseCode.ProtoReflect.Descriptor instead.

func (*VisionBaseCode) GetExtension

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

func (*VisionBaseCode) GetId

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

func (*VisionBaseCode) GetValue

func (x *VisionBaseCode) GetValue() VisionBaseCode_Value

func (*VisionBaseCode) ProtoMessage

func (*VisionBaseCode) ProtoMessage()

func (*VisionBaseCode) ProtoReflect

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

func (*VisionBaseCode) Reset

func (x *VisionBaseCode) Reset()

func (*VisionBaseCode) String

func (x *VisionBaseCode) String() string

type VisionBaseCode_Value

type VisionBaseCode_Value int32

Primitive value for code.

const (
	VisionBaseCode_INVALID_UNINITIALIZED VisionBaseCode_Value = 0
	VisionBaseCode_UP                    VisionBaseCode_Value = 1
	VisionBaseCode_DOWN                  VisionBaseCode_Value = 2
	VisionBaseCode_IN                    VisionBaseCode_Value = 3
	VisionBaseCode_OUT                   VisionBaseCode_Value = 4
)

func (VisionBaseCode_Value) Descriptor

func (VisionBaseCode_Value) Enum

func (VisionBaseCode_Value) EnumDescriptor deprecated

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

Deprecated: Use VisionBaseCode_Value.Descriptor instead.

func (VisionBaseCode_Value) Number

func (VisionBaseCode_Value) String

func (x VisionBaseCode_Value) String() string

func (VisionBaseCode_Value) Type

type VisionEyesCode

type VisionEyesCode struct {
	Value VisionEyesCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.VisionEyesCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The vision eye codes. See http://hl7.org/fhir/ValueSet/vision-eye-codes.

func (*VisionEyesCode) Descriptor deprecated

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

Deprecated: Use VisionEyesCode.ProtoReflect.Descriptor instead.

func (*VisionEyesCode) GetExtension

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

func (*VisionEyesCode) GetId

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

func (*VisionEyesCode) GetValue

func (x *VisionEyesCode) GetValue() VisionEyesCode_Value

func (*VisionEyesCode) ProtoMessage

func (*VisionEyesCode) ProtoMessage()

func (*VisionEyesCode) ProtoReflect

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

func (*VisionEyesCode) Reset

func (x *VisionEyesCode) Reset()

func (*VisionEyesCode) String

func (x *VisionEyesCode) String() string

type VisionEyesCode_Value

type VisionEyesCode_Value int32

Primitive value for code.

const (
	VisionEyesCode_INVALID_UNINITIALIZED VisionEyesCode_Value = 0
	VisionEyesCode_RIGHT                 VisionEyesCode_Value = 1
	VisionEyesCode_LEFT                  VisionEyesCode_Value = 2
)

func (VisionEyesCode_Value) Descriptor

func (VisionEyesCode_Value) Enum

func (VisionEyesCode_Value) EnumDescriptor deprecated

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

Deprecated: Use VisionEyesCode_Value.Descriptor instead.

func (VisionEyesCode_Value) Number

func (VisionEyesCode_Value) String

func (x VisionEyesCode_Value) String() string

func (VisionEyesCode_Value) Type

type XPathUsageTypeCode

type XPathUsageTypeCode struct {
	Value XPathUsageTypeCode_Value `protobuf:"varint,1,opt,name=value,proto3,enum=google.fhir.dstu2.proto.XPathUsageTypeCode_Value" json:"value,omitempty"`
	// xml:id (or equivalent in JSON).
	Id *datatypes_go_proto.Id `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// Additional Content defined by implementations.
	Extension []*datatypes_go_proto.Extension `protobuf:"bytes,3,rep,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

The search xpath usage. See http://hl7.org/fhir/ValueSet/search-xpath-usage.

func (*XPathUsageTypeCode) Descriptor deprecated

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

Deprecated: Use XPathUsageTypeCode.ProtoReflect.Descriptor instead.

func (*XPathUsageTypeCode) GetExtension

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

func (*XPathUsageTypeCode) GetId

func (*XPathUsageTypeCode) GetValue

func (*XPathUsageTypeCode) ProtoMessage

func (*XPathUsageTypeCode) ProtoMessage()

func (*XPathUsageTypeCode) ProtoReflect

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

func (*XPathUsageTypeCode) Reset

func (x *XPathUsageTypeCode) Reset()

func (*XPathUsageTypeCode) String

func (x *XPathUsageTypeCode) String() string

type XPathUsageTypeCode_Value

type XPathUsageTypeCode_Value int32

Primitive value for code.

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