interface DocumentReference {
    _date?: Element;
    _description?: Element;
    _docStatus?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _status?: Element;
    authenticator?: Reference;
    author?: Reference[];
    category?: CodeableConcept[];
    contained?: ConcreteType[];
    content: DocumentReferenceContent[];
    context?: DocumentReferenceContext;
    custodian?: Reference;
    date?: instant;
    description?: string;
    docStatus?: code;
    extension?: Extension[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    language?: code;
    masterIdentifier?: Identifier;
    meta?: Meta;
    modifierExtension?: Extension[];
    relatesTo?: DocumentReferenceRelatesTo[];
    resourceType: "DocumentReference";
    securityLabel?: CodeableConcept[];
    status: code;
    subject?: Reference;
    text?: Narrative;
    type?: CodeableConcept;
}

Properties

_date?: Element

When this document reference was created

_description?: Element

Human-readable description

_docStatus?: Element

preliminary | final | amended | entered-in-error

_implicitRules?: Element

A set of rules under which this content was created

_language?: Element

Language of the resource content

_status?: Element

current | superseded | entered-in-error

authenticator?: Reference

Who/what authenticated the document

author?: Reference[]

Who and/or what authored the document

category?: CodeableConcept[]

Categorization of document

contained?: ConcreteType[]

Contained, inline Resources

Document referenced

Clinical context of document

custodian?: Reference

Organization which maintains the document

date?: instant

When this document reference was created

description?: string

Human-readable description

docStatus?: code

preliminary | final | amended | entered-in-error

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

identifier?: Identifier[]

Other identifiers for the document

implicitRules?: uri

A set of rules under which this content was created

language?: code

Language of the resource content

masterIdentifier?: Identifier

Master Version Specific Identifier

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

Relationships to other documents

resourceType
securityLabel?: CodeableConcept[]

Document security-tags

status: code

current | superseded | entered-in-error

subject?: Reference

Who/what is the subject of the document

text?: Narrative

Text summary of the resource, for human interpretation

Kind of document (LOINC if possible)