interpretation property
FixedList<CodeableConcept> ?
get
interpretation
Returns the interpretation of the observation as a list of codeable concepts.
Implementation
FixedList<CodeableConcept>? get interpretation =>
_getFixedListCodeableConcept(_json, 'interpretation');