Circle V2 API Docs
    Preparing search index...

    Type Alias AuditQuestionRunContext

    Patient context + hoisted run context (charts + vector stores), resolved together.

    type AuditQuestionRunContext = {
        context: ChartReviewRunContext;
        patientContext: ResolvedPatientContext;
    }
    Index

    Properties

    patientContext: ResolvedPatientContext