# Functions
AppendList updates a field of the given name in-place for the specified message.
DescriptorName gets the type name of a proto Message.
GetField retrieves the proto field of the specified name from the message.
IsCodeField returns true if the message represents a FHIR code type.
IsValidElementType checks that the given name is a valid element name.
IsValidResourceType checks that the given name is a valid resource name.
Overwrite overwrites a field of the given name for the specified message.
StringValueFromCodeField gets the Field Descriptor of a message that represents a FHIR Code type.
TypeToContainedResourceOneOfFieldName converts a resource type name into their respective ContainedResource "OneOf" field.
UnwrapOneofField obtains the underlying Message for "Oneof" elements contained in fields with the given fieldName.
# Structs
ElementFieldRefs is a container of back-references for a specified Element.
Field is a struct containing both the Value and FieldDescriptor for a proto field.
ResourceFieldRefs is a container of back-references for a specified Resource.
# Type aliases
FieldToValueFunc is a function converting a protoreflect.Message's field-descriptor into a Value.