labels property
Set<CodingReference>
get
labels
A label is an item from a codification system that qualifies a patient as being member of a certain class, whatever the value it might have taken. If the label qualifies the content of a field, it means that whatever the content of the field, the label will always apply. LOINC is a codification system typically used for labels.
Implementation
Set<CodingReference> get labels;
set
labels
(Set<CodingReference> value)
Implementation
set labels(Set<CodingReference> value);