IGUHealth
    Preparing search index...
    interface List {
        _date?: Element;
        _implicitRules?: Element;
        _language?: Element;
        _mode?: Element;
        _status?: Element;
        _title?: Element;
        code?: CodeableConcept;
        contained?: ConcreteType[];
        date?: dateTime;
        emptyReason?: CodeableConcept;
        encounter?: Reference;
        entry?: ListEntry[];
        extension?: Extension[];
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        language?: code;
        meta?: Meta;
        mode: code;
        modifierExtension?: Extension[];
        note?: Annotation[];
        orderedBy?: CodeableConcept;
        resourceType: "List";
        source?: Reference;
        status: code;
        subject?: Reference;
        text?: Narrative;
        title?: string;
    }
    Index

    Properties

    _date?: Element

    When the list was prepared

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _mode?: Element

    working | snapshot | changes

    _status?: Element

    current | retired | entered-in-error

    _title?: Element

    Descriptive name for the list

    What the purpose of this list is

    contained?: ConcreteType[]

    Contained, inline Resources

    date?: dateTime

    When the list was prepared

    emptyReason?: CodeableConcept

    Why list is empty

    encounter?: Reference

    Context in which list created

    Optionalentry

    entry?: ListEntry[]

    Entries in the list

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    Business identifier

    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

    mode: code

    working | snapshot | changes

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    note?: Annotation[]

    Comments about the list

    orderedBy?: CodeableConcept

    What order the list has

    resourceType: "List"
    source?: Reference

    Who and/or what defined the list contents (aka Author)

    status: code

    current | retired | entered-in-error

    subject?: Reference

    If all resources have the same subject

    text?: Narrative

    Text summary of the resource, for human interpretation

    title?: string

    Descriptive name for the list