@health-samurai/aidbox-client
    Preparing search index...

    Interface OperationOutcome

    interface OperationOutcome {
        contained?: Resource[];
        text?: Narrative;
        resourceType: "OperationOutcome";
        issue: OperationOutcomeIssue[];
        id?: string;
        _id?: Element;
        implicitRules?: string;
        _implicitRules?: Element;
        language?: string;
        _language?: Element;
        meta?: Meta;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contained?: Resource[]
    text?: Narrative
    resourceType: "OperationOutcome"
    id?: string
    _id?: Element
    implicitRules?: string
    _implicitRules?: Element
    language?: string
    _language?: Element
    meta?: Meta