interface CodeableConcept {
    _text?: Element;
    coding?: Coding[];
    extension?: Extension[];
    id?: id;
    text?: string;
}

Properties

_text?: Element

Plain text representation of the concept

coding?: Coding[]

Code defined by a terminology system

extension?: Extension[]

Additional content defined by implementations

id?: id

Unique id for inter-element referencing

text?: string

Plain text representation of the concept