tcn.lms.element.v1alpha1.Element.Process.DisplayInfo(DisplayInfo)
DisplayInfo provides configuration for how field values should be displayed in the UI.
It is primarily used for EHR (Electronic Health Record) fields where the raw value
may be too large or complex to display directly. The collection and key fields
specify where to find the display value within the field's data structure.
{
"collection": "string",
"key": "string"
}