interface CompositionSection {
    _mode?: Element;
    _title?: Element;
    author?: Reference[];
    code?: CodeableConcept;
    emptyReason?: CodeableConcept;
    entry?: Reference[];
    extension?: Extension[];
    focus?: Reference;
    id?: id;
    mode?: code;
    modifierExtension?: Extension[];
    orderedBy?: CodeableConcept;
    section?: CompositionSection[];
    text?: Narrative;
    title?: string;
}

Properties

_mode?: Element

working | snapshot | changes

_title?: Element

Label for section (e.g. for ToC)

author?: Reference[]

Who and/or what authored the section

Classification of section (recommended)

emptyReason?: CodeableConcept

Why the section is empty

entry?: Reference[]

A reference to data that supports this section

extension?: Extension[]

Additional content defined by implementations

focus?: Reference

Who/what the section is about, when it is not about the subject of composition

id?: id

Unique id for inter-element referencing

mode?: code

working | snapshot | changes

modifierExtension?: Extension[]

Extensions that cannot be ignored even if unrecognized

orderedBy?: CodeableConcept

Order of section entries

section?: CompositionSection[]

Nested Section

text?: Narrative

Text summary of the section, for human interpretation

title?: string

Label for section (e.g. for ToC)