Circle V2 API Docs
    Preparing search index...
    getPatientById: QueryProcedure<
        {
            input: { id: string };
            meta: object;
            output: {
                address_city: string | null;
                address_state: string | null;
                address_street1: string | null;
                address_street2: string | null;
                address_zipcode: string | null;
                created_at: DbDate;
                created_by: string | null;
                dob: string | null;
                email: string | null;
                entity_id: number & { __brand: "EntityId" } | null;
                external_patient_id: string | null;
                external_source: "kipu" | "lightningstep" | "sunwave" | null;
                facility_id: string & { __brand: "FacilityId" } | null;
                first_name: string | null;
                gender: string | null;
                intake_notes: string | null;
                last_name: string | null;
                last_updated_summary: string | null;
                patient_id: PatientId;
                phone_mobile: string | null;
                primary_provider_id: string & { __brand: "ProfileId" } | null;
                status: string | null;
                summary: LegacyPatientSummary | null;
            };
        },
    > = ...