interface Composition {
    _confidentiality?: Element;
    _date?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _status?: Element;
    _title?: Element;
    attester?: CompositionAttester[];
    author: Reference[];
    category?: CodeableConcept[];
    confidentiality?: code;
    contained?: ConcreteType[];
    custodian?: Reference;
    date: dateTime;
    encounter?: Reference;
    event?: CompositionEvent[];
    extension?: Extension[];
    id?: id;
    identifier?: Identifier;
    implicitRules?: uri;
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    relatesTo?: CompositionRelatesTo[];
    resourceType: "Composition";
    section?: CompositionSection[];
    status: code;
    subject?: Reference;
    text?: Narrative;
    title: string;
    type: CodeableConcept;
}

Properties

_confidentiality?: Element

As defined by affinity domain

_date?: Element

Composition editing time

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_status?: Element

preliminary | final | amended | entered-in-error

_title?: Element

Human Readable name/title

attester?: CompositionAttester[]

Attests to accuracy of composition

author: Reference[]

Who and/or what authored the composition

category?: CodeableConcept[]

Categorization of Composition

confidentiality?: code

As defined by affinity domain

contained?: ConcreteType[]

Contained, inline Resources

custodian?: Reference

Organization which maintains the composition

date: dateTime

Composition editing time

encounter?: Reference

Context of the Composition

The clinical service(s) being documented

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier

Version-independent identifier for the Composition

implicitRules?: uri

A set of rules under which this content was created

language?: code

Language of the resource content

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

relatesTo?: CompositionRelatesTo[]

Relationships to other compositions/documents

resourceType
section?: CompositionSection[]

Composition is broken into sections

status: code

preliminary | final | amended | entered-in-error

subject?: Reference

Who and/or what the composition is about

text?: Narrative

Text summary of the resource, for human interpretation

title: string

Human Readable name/title

Kind of composition (LOINC if possible)