Circle V2 API Docs
    Preparing search index...

    Adapter for Qualifacts InSync (FHIR). Patients are discovered through admissions: fetchPatientAdmissions() pulls date-scoped admissions from /Encounter, plus the full demographics of the patients they reference (the "Import Admissions" flow).

    Clinical documents still come via RPA, so the care-team / utilization-review / document fetchers are intentional no-ops.

    Hierarchy (View Summary)

    Index

    Constructors

    • Parameters

      • integration: {
            created_at: DbDate;
            created_by: string | null;
            credentials:
                | {
                    access_id: string;
                    app_id: string;
                    location_id: number;
                    location_name?: string;
                    secret_key: string;
                }
                | { bearer_token: string; location_ids: number[]; location_name?: string }
                | {
                    api_id: string;
                    api_secret: string;
                    location_name?: string;
                    realm_id: string;
                    service_facility_id: number;
                    sunwave_email: string;
                }
                | {
                    base_url: string;
                    client_id: string;
                    rpa_vault_user_id: string;
                    rpa_workflow_id: string;
                    secret_key: string;
                };
            entity_id: number & { __brand: "EntityId" };
            facility_id: FacilityId | null;
            id: IntegrationId;
            label: string | null;
            last_sync: string | null;
            status: "error" | "active" | "inactive";
            type: "kipu" | "lightningstep" | "sunwave" | "qualifacts_insync";
            updated_at: DbDate;
        }

      Returns InsyncAdapter

    Properties

    integration: {
        created_at: DbDate;
        created_by: string | null;
        credentials:
            | {
                access_id: string;
                app_id: string;
                location_id: number;
                location_name?: string;
                secret_key: string;
            }
            | { bearer_token: string; location_ids: number[]; location_name?: string }
            | {
                api_id: string;
                api_secret: string;
                location_name?: string;
                realm_id: string;
                service_facility_id: number;
                sunwave_email: string;
            }
            | {
                base_url: string;
                client_id: string;
                rpa_vault_user_id: string;
                rpa_workflow_id: string;
                secret_key: string;
            };
        entity_id: number & { __brand: "EntityId" };
        facility_id: FacilityId | null;
        id: IntegrationId;
        label: string | null;
        last_sync: string | null;
        status: "error" | "active" | "inactive";
        type: "kipu" | "lightningstep" | "sunwave" | "qualifacts_insync";
        updated_at: DbDate;
    }
    logger: ConsoleLogger = ...

    Methods

    • Returns Promise<FetchEpisodesInRangeResult>

    • Returns Promise<FetchFacilityLevelsOfCareResult>

    • Returns Promise<FetchFacilityProgramsResult>

    • Returns Promise<FetchTreatmentEpisodesResult>